SlideShare a Scribd company logo
1 of 22
Download to read offline
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Faculty of Science
Machine Learning for Science and Society
Some recent results
Christian Igel
Department of Computer Science
igel@diku.dk
Slide 1/30
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Why machine learning?
• Sometimes problems cannot be solved in the traditional way
because
• the designer’s knowledge is limited, and/or
• the sheer complexity and variability precludes an
accurate description.
• However, large amounts of data describing the task are often
available or can be automatically obtained – and machine
learning can solve the problem.
Slide 4/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Why machine learning?
• Sometimes problems cannot be solved in the traditional way
because
• the designer’s knowledge is limited, and/or
• the sheer complexity and variability precludes an
accurate description.
• However, large amounts of data describing the task are often
available or can be automatically obtained – and machine
learning can solve the problem.
Slide 5/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
Machine learning turns data into knowledge
Machine learning automates the process of
inductive inference:
1 Observe a phenomenon
2 Construct a model of that phenomenon
3 Make predictions using this model
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Alzheimer’s Disease progression
Disease progression
Cells
healthy neurons formation of A¡ plaques
and NFTs
neuronal death
NFTs
A  plaques
MRI
structure normal size/shape normal size/shape abnormal size/shape
(atrophy)
MRI
intensity normal variation abnormal variation abnormal variation
Scale
Slide 7/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Hippocampal texture from structural MRI
• Image analysis of brain scans
• Segmentation of brain regions
(hippocampi)
• Extraction of image features
• Classification using SVMs
Sørensen, Igel, Hansen, Osler, Lauritzen, Rostrup, Nielsen. Early detection of Alzheimer’s disease using MRI hippocampal
texture. Human Brain Mapping, 2016
Slide 8/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
CADDementia Challenge
• Computer-Aided Diagnosis of Dementia based on structural
MRI data (CADDementia) competition
• Goal: Diagnosis into Alzheimer’s disease (AD), mild cognitive
impairment (MCI), and normal controls (NC)
• No labelled training data was provided, we trained on freely
available data sets.
• We combined several biomarkers (cortical thickness
measurements, hippocampal shape, hippocampal texture,
and volumetric measurements).
Sørensen, Pai, Anker, Balas, Lillholm, Igel, Nielsen. Dementia Diagnosis using MRI Cortical Thickness, Shape, Texture,
and Volumetry. MICCAI 2014 – Challenge on Computer-Aided Diagnosis of Dementia Based on Structural MRI Data, 2014
Bron et al. Standardized evaluation of algorithms for computer-aided diagnosis of dementia based on structural MRI: The
CADDementia challenge. NeuroImage, 2015
Slide 9/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
CADDementia: Results
Slide 10/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
• Our biomarker outperforms the state-of-the-art.
• The texture score remains significant if combined with
other biomarkers.
• The biomarker generalizes across patient populations.
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Deep learning
• Deep learning refers to ML architectures
composed of multiple levels of non-linear
transformations.
• Idea: Extracting more and more abstract
features from input data, learning more
abstract representations.
• Representations can be learned in a
supervised and/or unsupervised manner.
• Example: Convolutional neural networks
(CNNs) are popular deep learning
architectures.
LeCun, Bottou, Bengio, Haffner. Gradient-based learning applied to
document recognition. Proceedings of the IEEE, 1998
Bengio. Learning Deep Architectures
for AI. Foundations and Trends in Ma-
chine Learning 2(1): 1–127, 2009
Slide 12/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Breast cancer
• Breast cancer is a frequent cause of death among women
• Screening programs halve the risk of death1 and reduce
mortality by 28-36 %2
• Still: 33 % of cancers are missed,3 70 % of referrals are false
positives,4 and 25 % of cancers could have been detected
earlier5
• Goal: More accurate image-based biomarkers allowing
personalized breast cancer screening
1Otto et al. Cancer Epidemiol Biomarkers Prev 21, 2012
2Broeders et al. J Med Screen 19, 2012
3Karssemeijer et al. Radiology 227, 2003
4Yankaskas et al. Am J Roentgenol 177, 2001
5Timmers et al. Eur J Public Health, 2012
Slide 13/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Breast density scoring
Breast density is related to breast cancer risk, the risk of missing
breast cancer, and the risk of false positive referral.
input manual CNN
Current work: Better biomarkers using CNN density scores and
CNN texture scores
Petersen, Nielsen, Diao, Karssemeijer, Lillholm. Breast Tissue Segmentation and Mammographic Risk Scoring Using Deep
Learning. Digital Mammography / IWDM, 2014
Slide 14/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Knee cartilage segmentation
• Cartilage segmentation in knee MRI is the method of choice
for quantifying cartilage deterioration.
• Cartilage deterioration implies osteoarthritis, one of the major
reasons for work disability in the western world.
input manual CNN
Prasoon, Petersen, Igel, Lauze, Dam, Nielsen. Deep Feature Learning for Knee Cartilage Segmentation Using a Triplanar
Convolutional Neural Network. Medical Image Computing and Computer Assisted Intervention (MICCAI), LNCS 8150, 2013
Slide 16/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Nuclear test ban treaty verification
• CTBTO (Peparatory Commission for the Comprehensive
Nuclear-Test-Ban Treaty Organisation) watches out for
nuclear weapon tests
• Verification of the comprehensive nuclear-test-ban treaty
• 15 GB of data every day from world-wide sensor network
• Data analysis must be partly automatic
Tuma et al. Integrated optimization of long-range underwater signal detection, feature ex-
traction, and classification for nuclear treaty monitoring. IEEE Transactions on Geoscience
and Remote Sensing, to appear
Slide 18/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Typical tasks in astronomy
Slide 20/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
“Can you group all detected objects into classes?
For instance, into stars, galaxies, and other objects
. . . ’ ?’
“Can you find weird objects (which look different
from other ones)?”
“Can you find weird objects (which look different
from other ones)?”
“I am interested in these distant galaxies. Can you
find more of them? Can you find the most distant
ones?”
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Big data
Today’s and future projects
• Sloan Digital Sky Survey (SDSS) = 50TB in total
• Large Synoptic Survey Telescope (LSST) = 30TB per night
• Low Frequency Array (LOFAR) = 250TB per night
• Square Kilometer Array (SKA) = 250TB per second
Huge amounts of photometric data, however, detailed
spectroscopic follow-ups are expensive.
Slide 21/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Specific star formation rate
• Goal: Predict specific star formation rate based on
photometric data
• Approach: Machine learning (ML) augmenting standard
features with image texture features
Slide 22/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Texture features
Original image
Scale-space
Curvedness
Shape Index
Shape Index
weighted by
Curvedness
Slide 23/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Predicting the specific star formation rate
• ML achieves higher accuracy than physical modelling
• New data structures and GPU programming allow to process
huge amounts of data
Stensbo-Smidt, Igel, Zirm, Steenstrup Pedersen. Nearest Neighbour Regression Outperforms Model-based Prediction of
Specific Star Formation Rate. IEEE Big Data 2013, 2013
Steenstrup Pedersen, Stensbo-Smidt, Zirm, Igel. Shape Index Descriptors Applied to Texture-Based Galaxy Analysis.
International Conference on Computer Vision (ICCV), 2013
Gieseke, Heinermann, Oancea, Igel. Buffer k-d Trees: Processing Massive Nearest Neighbor Queries on GPUs. International
Conference on Machine Learning (ICML), 2014
Slide 24/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Outline
1 Machine Learning
2 Medicine
Diagnosis and Prognosis of Alzheimer’s Disease
Analysis of Mammograms
Knee Cartilage Segmentation
3 Nuclear-Test-Ban Treaty Monitoring
4 Astronomy
5 End Titles
Slide 26/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Shark
image.diku.dk/shark
Igel, Glasmachers, Heidrich-Meisner: Shark, Journal of Machine Learning Research 9:993–996, 2008
Gold Prize at Open Source Software Wold Challenge 2011
Slide 27/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Buffer k-d trees
http://bufferkdtree.readthedocs.org
Gieseke, Heinermann, Oancea, Igel. Buffer k-d Trees: Processing Massive Nearest Neighbor Queries on GPUs. International
Conference on Machine Learning (ICML), 2014
Slide 28/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Industrial Data Analysis Service (IDAS)
Slide 29/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E
Thanks
Machine Learning Lab
http://image.diku.dk/MLLab
Image Section
http://www.diku.dk/english/research/imagesection
Special thanks: Sune Darkner, Fabian Gieseke, Mads Nielsen,
Cosmin Oancea, Akshay Pai, Kim Steenstrup Pedersen, Kai
Lars Polsterer, Lauge Sørensen, Kristoffer Stensbo-Smidt
Slide 30/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk

More Related Content

What's hot

Satellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep LearningSatellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep Learningijtsrd
 
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...gerogepatton
 
List of publications january 13th 2015
List of publications january 13th 2015List of publications january 13th 2015
List of publications january 13th 2015Olli Virmajoki
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningIchigaku Takigawa
 
Challenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical researchChallenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical researchFranciscoJAzuajeG
 
Visual Analytics in Omics - why, what, how?
Visual Analytics in Omics - why, what, how?Visual Analytics in Omics - why, what, how?
Visual Analytics in Omics - why, what, how?Jan Aerts
 
Copernicus and AI workshop 2020
Copernicus and AI workshop 2020Copernicus and AI workshop 2020
Copernicus and AI workshop 2020ExtremeEarth
 
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...Edge AI and Vision Alliance
 
Scientific data management (v2)
Scientific data management (v2)Scientific data management (v2)
Scientific data management (v2)Jian Qin
 
Top 10 neural networks
Top 10 neural networksTop 10 neural networks
Top 10 neural networksijsc
 
2011 Big Data - Bigger Problems for Drug Discovery and Development
2011 Big Data - Bigger Problems for Drug Discovery and Development2011 Big Data - Bigger Problems for Drug Discovery and Development
2011 Big Data - Bigger Problems for Drug Discovery and DevelopmentAyasdi
 
Upavan Gupta
Upavan GuptaUpavan Gupta
Upavan Guptabutest
 
Cao report 2007-2012
Cao report 2007-2012Cao report 2007-2012
Cao report 2007-2012Elif Ceylan
 
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...ijtsrd
 

What's hot (20)

Satellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep LearningSatellite and Land Cover Image Classification using Deep Learning
Satellite and Land Cover Image Classification using Deep Learning
 
AI that/for matters
AI that/for mattersAI that/for matters
AI that/for matters
 
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
 
List of publications january 13th 2015
List of publications january 13th 2015List of publications january 13th 2015
List of publications january 13th 2015
 
GSU-RF-2013-Reddy-4
GSU-RF-2013-Reddy-4GSU-RF-2013-Reddy-4
GSU-RF-2013-Reddy-4
 
Machine reasoning
Machine reasoningMachine reasoning
Machine reasoning
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and Intervening
 
Challenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical researchChallenges and opportunities for machine learning in biomedical research
Challenges and opportunities for machine learning in biomedical research
 
Keller geo edu
Keller geo eduKeller geo edu
Keller geo edu
 
Visual Analytics in Omics - why, what, how?
Visual Analytics in Omics - why, what, how?Visual Analytics in Omics - why, what, how?
Visual Analytics in Omics - why, what, how?
 
Hands-on Introduction to Machine Learning
Hands-on Introduction to Machine LearningHands-on Introduction to Machine Learning
Hands-on Introduction to Machine Learning
 
Copernicus and AI workshop 2020
Copernicus and AI workshop 2020Copernicus and AI workshop 2020
Copernicus and AI workshop 2020
 
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
Identification of Brain Regions Related to Alzheimers' Diseases using MRI Ima...
 
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...
“Structures as Sensors: Smaller-Data Learning in the Physical World,” a Prese...
 
Scientific data management (v2)
Scientific data management (v2)Scientific data management (v2)
Scientific data management (v2)
 
Top 10 neural networks
Top 10 neural networksTop 10 neural networks
Top 10 neural networks
 
2011 Big Data - Bigger Problems for Drug Discovery and Development
2011 Big Data - Bigger Problems for Drug Discovery and Development2011 Big Data - Bigger Problems for Drug Discovery and Development
2011 Big Data - Bigger Problems for Drug Discovery and Development
 
Upavan Gupta
Upavan GuptaUpavan Gupta
Upavan Gupta
 
Cao report 2007-2012
Cao report 2007-2012Cao report 2007-2012
Cao report 2007-2012
 
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
Determination of Various Diseases in Two Most Consumed Fruits using Artificia...
 

Viewers also liked

Accelerating materials property predictions using machine learning
Accelerating materials property predictions using machine learningAccelerating materials property predictions using machine learning
Accelerating materials property predictions using machine learningGhanshyam Pilania
 
Machine Learning in Science and Engineering
Machine Learning in Science and EngineeringMachine Learning in Science and Engineering
Machine Learning in Science and Engineeringbutest
 
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12ddm314
 
Machine learning prediction of stock markets
Machine learning prediction of stock marketsMachine learning prediction of stock markets
Machine learning prediction of stock marketsNikola Milosevic
 
Financial security and machine learning
Financial security and machine learningFinancial security and machine learning
Financial security and machine learningMk Kim
 
Data Science and Machine Learning Using Python and Scikit-learn
Data Science and Machine Learning Using Python and Scikit-learnData Science and Machine Learning Using Python and Scikit-learn
Data Science and Machine Learning Using Python and Scikit-learnAsim Jalis
 
Machine learning for_finance
Machine learning for_financeMachine learning for_finance
Machine learning for_financeStefan Duprey
 
Machine learning use cases in finance
Machine learning use cases in financeMachine learning use cases in finance
Machine learning use cases in financeDavid Guerineau
 
Data Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksData Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksBICA Labs
 
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...OCTO Technology Suisse
 
Materials science
Materials scienceMaterials science
Materials scienceSNS
 

Viewers also liked (15)

Accelerating materials property predictions using machine learning
Accelerating materials property predictions using machine learningAccelerating materials property predictions using machine learning
Accelerating materials property predictions using machine learning
 
Machine Learning in Science and Engineering
Machine Learning in Science and EngineeringMachine Learning in Science and Engineering
Machine Learning in Science and Engineering
 
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12
Zach and Aren talk on Materials Informatics at UW WIMSEA 2016-02-12
 
Machine learning prediction of stock markets
Machine learning prediction of stock marketsMachine learning prediction of stock markets
Machine learning prediction of stock markets
 
Stakeholder mapping
Stakeholder mappingStakeholder mapping
Stakeholder mapping
 
Financial security and machine learning
Financial security and machine learningFinancial security and machine learning
Financial security and machine learning
 
Data Science and Machine Learning Using Python and Scikit-learn
Data Science and Machine Learning Using Python and Scikit-learnData Science and Machine Learning Using Python and Scikit-learn
Data Science and Machine Learning Using Python and Scikit-learn
 
Machine learning for_finance
Machine learning for_financeMachine learning for_finance
Machine learning for_finance
 
Machine learning use cases in finance
Machine learning use cases in financeMachine learning use cases in finance
Machine learning use cases in finance
 
Data Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksData Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural Networks
 
Stakeholder Mapping
Stakeholder MappingStakeholder Mapping
Stakeholder Mapping
 
Stakeholder Analysis
Stakeholder AnalysisStakeholder Analysis
Stakeholder Analysis
 
reveal.js 3.0.0
reveal.js 3.0.0reveal.js 3.0.0
reveal.js 3.0.0
 
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...
Afterwork Big Data - Data Science & Machine Learning : explorer, comprendre e...
 
Materials science
Materials scienceMaterials science
Materials science
 

Similar to Machine learning for Science and Society

Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...
Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...
Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...Kevin Mader
 
The Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIThe Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIHunter Whitney
 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineNamkug Kim
 
Practical computer vision-- A problem-driven approach towards learning CV/ML/DL
Practical computer vision-- A problem-driven approach towards learning CV/ML/DLPractical computer vision-- A problem-driven approach towards learning CV/ML/DL
Practical computer vision-- A problem-driven approach towards learning CV/ML/DLAlbert Y. C. Chen
 
An introduction to machine learning in biomedical research: Key concepts, pr...
An introduction to machine learning in biomedical research:  Key concepts, pr...An introduction to machine learning in biomedical research:  Key concepts, pr...
An introduction to machine learning in biomedical research: Key concepts, pr...FranciscoJAzuajeG
 
Lec2: Digital Images and Medical Imaging Modalities
Lec2: Digital Images and Medical Imaging ModalitiesLec2: Digital Images and Medical Imaging Modalities
Lec2: Digital Images and Medical Imaging ModalitiesUlaş Bağcı
 
AstraZeneca - The promise of graphs & graph-based learning in drug discovery
AstraZeneca - The promise of graphs & graph-based learning in drug discoveryAstraZeneca - The promise of graphs & graph-based learning in drug discovery
AstraZeneca - The promise of graphs & graph-based learning in drug discoveryNeo4j
 
1-s2.0-S0010482520301384-main.pdf
1-s2.0-S0010482520301384-main.pdf1-s2.0-S0010482520301384-main.pdf
1-s2.0-S0010482520301384-main.pdfHaiderALHussainy1
 
Computational Neuroscience - The Brain - Computer Science Interface
Computational Neuroscience - The Brain - Computer Science InterfaceComputational Neuroscience - The Brain - Computer Science Interface
Computational Neuroscience - The Brain - Computer Science InterfaceChristopher Currin
 
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3Namkug Kim
 
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Codiax
 
Artificial Intelligence. IDM.pptx
Artificial Intelligence. IDM.pptxArtificial Intelligence. IDM.pptx
Artificial Intelligence. IDM.pptxDr Basu
 
NeuroVault and the vision for data sharing in neuroimaging
NeuroVault and the vision for data sharing in neuroimagingNeuroVault and the vision for data sharing in neuroimaging
NeuroVault and the vision for data sharing in neuroimagingKrzysztof Gorgolewski
 
Frankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / MedicineFrankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / MedicineFrank Rybicki
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classificationasclepiuspdfs
 
Brain Abnormality Categorization
Brain Abnormality CategorizationBrain Abnormality Categorization
Brain Abnormality CategorizationIRJET Journal
 
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASE
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASEA MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASE
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASEIRJET Journal
 
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILI
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILIPauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILI
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILIPaulo Melo
 

Similar to Machine learning for Science and Society (20)

Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...
Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...
Introduction to Machine Learning and Texture Analysis for Lesion Characteriza...
 
Deep learning and computer vision
Deep learning and computer visionDeep learning and computer vision
Deep learning and computer vision
 
The Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBIThe Future of Neuroimaging: A 3D Exploration of TBI
The Future of Neuroimaging: A 3D Exploration of TBI
 
Ccids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicineCcids 2019 cutting edges of ai technology in medicine
Ccids 2019 cutting edges of ai technology in medicine
 
Practical computer vision-- A problem-driven approach towards learning CV/ML/DL
Practical computer vision-- A problem-driven approach towards learning CV/ML/DLPractical computer vision-- A problem-driven approach towards learning CV/ML/DL
Practical computer vision-- A problem-driven approach towards learning CV/ML/DL
 
An introduction to machine learning in biomedical research: Key concepts, pr...
An introduction to machine learning in biomedical research:  Key concepts, pr...An introduction to machine learning in biomedical research:  Key concepts, pr...
An introduction to machine learning in biomedical research: Key concepts, pr...
 
Lec2: Digital Images and Medical Imaging Modalities
Lec2: Digital Images and Medical Imaging ModalitiesLec2: Digital Images and Medical Imaging Modalities
Lec2: Digital Images and Medical Imaging Modalities
 
AstraZeneca - The promise of graphs & graph-based learning in drug discovery
AstraZeneca - The promise of graphs & graph-based learning in drug discoveryAstraZeneca - The promise of graphs & graph-based learning in drug discovery
AstraZeneca - The promise of graphs & graph-based learning in drug discovery
 
1-s2.0-S0010482520301384-main.pdf
1-s2.0-S0010482520301384-main.pdf1-s2.0-S0010482520301384-main.pdf
1-s2.0-S0010482520301384-main.pdf
 
Computational Neuroscience - The Brain - Computer Science Interface
Computational Neuroscience - The Brain - Computer Science InterfaceComputational Neuroscience - The Brain - Computer Science Interface
Computational Neuroscience - The Brain - Computer Science Interface
 
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3
Raai 2019 clinical unmet needs and its solutions of deep learning in medicine3
 
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
Fireside chat: Newton Howard, Director of the MIT Synthetic Intelligence Lab ...
 
Artificial Intelligence. IDM.pptx
Artificial Intelligence. IDM.pptxArtificial Intelligence. IDM.pptx
Artificial Intelligence. IDM.pptx
 
NeuroVault and the vision for data sharing in neuroimaging
NeuroVault and the vision for data sharing in neuroimagingNeuroVault and the vision for data sharing in neuroimaging
NeuroVault and the vision for data sharing in neuroimaging
 
Frankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / MedicineFrankie Rybicki slide set for Deep Learning in Radiology / Medicine
Frankie Rybicki slide set for Deep Learning in Radiology / Medicine
 
Description of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor ClassificationDescription of Different Phases of Brain Tumor Classification
Description of Different Phases of Brain Tumor Classification
 
Brain Abnormality Categorization
Brain Abnormality CategorizationBrain Abnormality Categorization
Brain Abnormality Categorization
 
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASE
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASEA MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASE
A MACHINE LEARNING METHODOLOGY FOR DIAGNOSING CHRONIC KIDNEY DISEASE
 
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILI
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILIPauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILI
PauloLMelo_Report_2nd_lab_rotation_ICNAS_IBILI
 
A.Lehotzky AI-Genomics
A.Lehotzky AI-GenomicsA.Lehotzky AI-Genomics
A.Lehotzky AI-Genomics
 

More from Dansk BiblioteksCenter

Data science -Søgeforslag og anbefalinger
Data science  -Søgeforslag og anbefalingerData science  -Søgeforslag og anbefalinger
Data science -Søgeforslag og anbefalingerDansk BiblioteksCenter
 
DBC & Data Science - Where to go and why?
DBC & Data Science - Where to go and why? DBC & Data Science - Where to go and why?
DBC & Data Science - Where to go and why? Dansk BiblioteksCenter
 
Hvorfor skal vi arbejde med autoritetsdata
Hvorfor skal vi arbejde med autoritetsdataHvorfor skal vi arbejde med autoritetsdata
Hvorfor skal vi arbejde med autoritetsdataDansk BiblioteksCenter
 
DBC's arbejde med nationalbibliografiske autoritetsdata
DBC's arbejde med nationalbibliografiske autoritetsdataDBC's arbejde med nationalbibliografiske autoritetsdata
DBC's arbejde med nationalbibliografiske autoritetsdataDansk BiblioteksCenter
 
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...Dansk BiblioteksCenter
 

More from Dansk BiblioteksCenter (20)

Facebook-gruppen DBC Musik
Facebook-gruppen  DBC MusikFacebook-gruppen  DBC Musik
Facebook-gruppen DBC Musik
 
Nyt Netpunkt og søgning med CQL
Nyt Netpunkt og søgning med CQLNyt Netpunkt og søgning med CQL
Nyt Netpunkt og søgning med CQL
 
i2020 - Brugerdrevet innovation
i2020 - Brugerdrevet innovationi2020 - Brugerdrevet innovation
i2020 - Brugerdrevet innovation
 
Data science -Søgeforslag og anbefalinger
Data science  -Søgeforslag og anbefalingerData science  -Søgeforslag og anbefalinger
Data science -Søgeforslag og anbefalinger
 
Resource Description & Access (RDA)
Resource Description & Access (RDA)Resource Description & Access (RDA)
Resource Description & Access (RDA)
 
Søgning med CQL i netpunkt.dk
Søgning med CQL i netpunkt.dkSøgning med CQL i netpunkt.dk
Søgning med CQL i netpunkt.dk
 
Nyt om andre baser
Nyt om andre baserNyt om andre baser
Nyt om andre baser
 
Nyt Netpunkt og BoB
Nyt Netpunkt og BoBNyt Netpunkt og BoB
Nyt Netpunkt og BoB
 
RDA og brugernes navigering
RDA og brugernes navigeringRDA og brugernes navigering
RDA og brugernes navigering
 
Relatér dig til RDA
Relatér dig til RDARelatér dig til RDA
Relatér dig til RDA
 
RDA og brugernes navigering
RDA og brugernes navigering RDA og brugernes navigering
RDA og brugernes navigering
 
Den demokratiske søgefunktion
Den demokratiske søgefunktionDen demokratiske søgefunktion
Den demokratiske søgefunktion
 
Data science at DBC in 29 slides
Data science at DBC in 29 slidesData science at DBC in 29 slides
Data science at DBC in 29 slides
 
DBC & Data Science - Where to go and why?
DBC & Data Science - Where to go and why? DBC & Data Science - Where to go and why?
DBC & Data Science - Where to go and why?
 
Hvorfor skal vi arbejde med autoritetsdata
Hvorfor skal vi arbejde med autoritetsdataHvorfor skal vi arbejde med autoritetsdata
Hvorfor skal vi arbejde med autoritetsdata
 
DBC's arbejde med nationalbibliografiske autoritetsdata
DBC's arbejde med nationalbibliografiske autoritetsdataDBC's arbejde med nationalbibliografiske autoritetsdata
DBC's arbejde med nationalbibliografiske autoritetsdata
 
Identifikatorer
IdentifikatorerIdentifikatorer
Identifikatorer
 
Webservices på biblioteket
Webservices på biblioteketWebservices på biblioteket
Webservices på biblioteket
 
BIBFRAME - MARC-formaternes afløser?
BIBFRAME - MARC-formaternes afløser?BIBFRAME - MARC-formaternes afløser?
BIBFRAME - MARC-formaternes afløser?
 
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...
Det semantiske internet. Hvad er linked open data og hvad betyder de for bibl...
 

Recently uploaded

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Recently uploaded (20)

Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Machine learning for Science and Society

  • 1. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Faculty of Science Machine Learning for Science and Society Some recent results Christian Igel Department of Computer Science igel@diku.dk Slide 1/30
  • 2. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Why machine learning? • Sometimes problems cannot be solved in the traditional way because • the designer’s knowledge is limited, and/or • the sheer complexity and variability precludes an accurate description. • However, large amounts of data describing the task are often available or can be automatically obtained – and machine learning can solve the problem. Slide 4/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 3. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Why machine learning? • Sometimes problems cannot be solved in the traditional way because • the designer’s knowledge is limited, and/or • the sheer complexity and variability precludes an accurate description. • However, large amounts of data describing the task are often available or can be automatically obtained – and machine learning can solve the problem. Slide 5/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk Machine learning turns data into knowledge Machine learning automates the process of inductive inference: 1 Observe a phenomenon 2 Construct a model of that phenomenon 3 Make predictions using this model
  • 4. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Alzheimer’s Disease progression Disease progression Cells healthy neurons formation of A¡ plaques and NFTs neuronal death NFTs A  plaques MRI structure normal size/shape normal size/shape abnormal size/shape (atrophy) MRI intensity normal variation abnormal variation abnormal variation Scale Slide 7/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 5. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Hippocampal texture from structural MRI • Image analysis of brain scans • Segmentation of brain regions (hippocampi) • Extraction of image features • Classification using SVMs Sørensen, Igel, Hansen, Osler, Lauritzen, Rostrup, Nielsen. Early detection of Alzheimer’s disease using MRI hippocampal texture. Human Brain Mapping, 2016 Slide 8/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 6. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E CADDementia Challenge • Computer-Aided Diagnosis of Dementia based on structural MRI data (CADDementia) competition • Goal: Diagnosis into Alzheimer’s disease (AD), mild cognitive impairment (MCI), and normal controls (NC) • No labelled training data was provided, we trained on freely available data sets. • We combined several biomarkers (cortical thickness measurements, hippocampal shape, hippocampal texture, and volumetric measurements). Sørensen, Pai, Anker, Balas, Lillholm, Igel, Nielsen. Dementia Diagnosis using MRI Cortical Thickness, Shape, Texture, and Volumetry. MICCAI 2014 – Challenge on Computer-Aided Diagnosis of Dementia Based on Structural MRI Data, 2014 Bron et al. Standardized evaluation of algorithms for computer-aided diagnosis of dementia based on structural MRI: The CADDementia challenge. NeuroImage, 2015 Slide 9/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 7. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E CADDementia: Results Slide 10/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk • Our biomarker outperforms the state-of-the-art. • The texture score remains significant if combined with other biomarkers. • The biomarker generalizes across patient populations.
  • 8. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Deep learning • Deep learning refers to ML architectures composed of multiple levels of non-linear transformations. • Idea: Extracting more and more abstract features from input data, learning more abstract representations. • Representations can be learned in a supervised and/or unsupervised manner. • Example: Convolutional neural networks (CNNs) are popular deep learning architectures. LeCun, Bottou, Bengio, Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 1998 Bengio. Learning Deep Architectures for AI. Foundations and Trends in Ma- chine Learning 2(1): 1–127, 2009 Slide 12/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 9. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Breast cancer • Breast cancer is a frequent cause of death among women • Screening programs halve the risk of death1 and reduce mortality by 28-36 %2 • Still: 33 % of cancers are missed,3 70 % of referrals are false positives,4 and 25 % of cancers could have been detected earlier5 • Goal: More accurate image-based biomarkers allowing personalized breast cancer screening 1Otto et al. Cancer Epidemiol Biomarkers Prev 21, 2012 2Broeders et al. J Med Screen 19, 2012 3Karssemeijer et al. Radiology 227, 2003 4Yankaskas et al. Am J Roentgenol 177, 2001 5Timmers et al. Eur J Public Health, 2012 Slide 13/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 10. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Breast density scoring Breast density is related to breast cancer risk, the risk of missing breast cancer, and the risk of false positive referral. input manual CNN Current work: Better biomarkers using CNN density scores and CNN texture scores Petersen, Nielsen, Diao, Karssemeijer, Lillholm. Breast Tissue Segmentation and Mammographic Risk Scoring Using Deep Learning. Digital Mammography / IWDM, 2014 Slide 14/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 11. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Knee cartilage segmentation • Cartilage segmentation in knee MRI is the method of choice for quantifying cartilage deterioration. • Cartilage deterioration implies osteoarthritis, one of the major reasons for work disability in the western world. input manual CNN Prasoon, Petersen, Igel, Lauze, Dam, Nielsen. Deep Feature Learning for Knee Cartilage Segmentation Using a Triplanar Convolutional Neural Network. Medical Image Computing and Computer Assisted Intervention (MICCAI), LNCS 8150, 2013 Slide 16/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 12. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Nuclear test ban treaty verification • CTBTO (Peparatory Commission for the Comprehensive Nuclear-Test-Ban Treaty Organisation) watches out for nuclear weapon tests • Verification of the comprehensive nuclear-test-ban treaty • 15 GB of data every day from world-wide sensor network • Data analysis must be partly automatic Tuma et al. Integrated optimization of long-range underwater signal detection, feature ex- traction, and classification for nuclear treaty monitoring. IEEE Transactions on Geoscience and Remote Sensing, to appear Slide 18/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 13. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Typical tasks in astronomy Slide 20/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk “Can you group all detected objects into classes? For instance, into stars, galaxies, and other objects . . . ’ ?’ “Can you find weird objects (which look different from other ones)?” “Can you find weird objects (which look different from other ones)?” “I am interested in these distant galaxies. Can you find more of them? Can you find the most distant ones?”
  • 14. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Big data Today’s and future projects • Sloan Digital Sky Survey (SDSS) = 50TB in total • Large Synoptic Survey Telescope (LSST) = 30TB per night • Low Frequency Array (LOFAR) = 250TB per night • Square Kilometer Array (SKA) = 250TB per second Huge amounts of photometric data, however, detailed spectroscopic follow-ups are expensive. Slide 21/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 15. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Specific star formation rate • Goal: Predict specific star formation rate based on photometric data • Approach: Machine learning (ML) augmenting standard features with image texture features Slide 22/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 16. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Texture features Original image Scale-space Curvedness Shape Index Shape Index weighted by Curvedness Slide 23/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 17. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Predicting the specific star formation rate • ML achieves higher accuracy than physical modelling • New data structures and GPU programming allow to process huge amounts of data Stensbo-Smidt, Igel, Zirm, Steenstrup Pedersen. Nearest Neighbour Regression Outperforms Model-based Prediction of Specific Star Formation Rate. IEEE Big Data 2013, 2013 Steenstrup Pedersen, Stensbo-Smidt, Zirm, Igel. Shape Index Descriptors Applied to Texture-Based Galaxy Analysis. International Conference on Computer Vision (ICCV), 2013 Gieseke, Heinermann, Oancea, Igel. Buffer k-d Trees: Processing Massive Nearest Neighbor Queries on GPUs. International Conference on Machine Learning (ICML), 2014 Slide 24/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 18. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Outline 1 Machine Learning 2 Medicine Diagnosis and Prognosis of Alzheimer’s Disease Analysis of Mammograms Knee Cartilage Segmentation 3 Nuclear-Test-Ban Treaty Monitoring 4 Astronomy 5 End Titles Slide 26/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 19. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Shark image.diku.dk/shark Igel, Glasmachers, Heidrich-Meisner: Shark, Journal of Machine Learning Research 9:993–996, 2008 Gold Prize at Open Source Software Wold Challenge 2011 Slide 27/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 20. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Buffer k-d trees http://bufferkdtree.readthedocs.org Gieseke, Heinermann, Oancea, Igel. Buffer k-d Trees: Processing Massive Nearest Neighbor Queries on GPUs. International Conference on Machine Learning (ICML), 2014 Slide 28/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 21. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Industrial Data Analysis Service (IDAS) Slide 29/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk
  • 22. U N I V E R S I T Y O F C O P E N H A G E N D E P A R T M E N T O F C O M P U T E R S C I E N C E Thanks Machine Learning Lab http://image.diku.dk/MLLab Image Section http://www.diku.dk/english/research/imagesection Special thanks: Sune Darkner, Fabian Gieseke, Mads Nielsen, Cosmin Oancea, Akshay Pai, Kim Steenstrup Pedersen, Kai Lars Polsterer, Lauge Sørensen, Kristoffer Stensbo-Smidt Slide 30/30 — Christian Igel — Machine Learning for Science and Society — igel@diku.dk