AI in Medical Diagnosis - Module 1 Flashcards

1
Q

Advances in the last decade have largely been due to three factors

A
  1. Maturation of deep learning
  2. Compute power via GPUs
  3. Open-sourcing of large labeled datasets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Clinical tasks suitable for Computer Vision

A
Screening
Diagnosis
Detecting conditions
Outcome prediction
Segmentation of pathologies
Monitoring disease
Clinical research
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Object classification

A

Refers to identifying the type of object in an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Object localization

A

Refers to the localization of an object in a image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Object detection in computer vision

A

Refers to identifying the type of object and location of the object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the key technique that leveraged CV

A

Convolutional neural networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Characteristic of the mechanism of a CNN

A

Hardcodes translational invariance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Traslational invariance is

A

The system produce the same response regardless of how the input is shifted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Image registration

A

identifying corresponding points across similar

images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

image retrieval

A

finding similar images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data points in CV

A

Images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Data labels in CV

A

Object classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why transfer learning has been critical in medical AI

A

Given the sparcity and access difficulties of medical data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

3 Strategies to reduce costs associated with collecting and labeling data

A
  1. Data augmentation
  2. Generative adversarial networks
  3. Crowd sourcing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Self supervised learning means

A

Implicit labels are extracted from data points and used to train algorithms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Federated learning means

A

Centralized algorithms can be trained on distributed data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Multimodal learning

A

Combining vision with other modalities

18
Q

Useful in detecting adverse clinical events

A

Activity recognition

Live scene undestanding

19
Q

Challenges in DL based computer vision with medical imagery

A

Massive images
Variance on technique of digitalizing images
3D images

20
Q

Multiple instance learning (MIL)

A

Is a type of supervised learning. Instead of receiving a set of instances which are individually labeled, the learner receives a set of labeled bags, each containing many instances.

21
Q

How to deal with non standarized data collection

A

Integrating computer vision in existing physical systems

22
Q

CV in gastroenterology

A
Esophageal cancer detection
Lesion detection (gastric cancer)
Lesion diagnosis (h pilory)
23
Q

CV in radiology

A

Analysis of brain (stroke)
Nodule detection
Region segmentation (ventricular or coronary)

24
Q

New uses of CV in radiology

A

Image reconstruction and enhancement
Automated report generation
Temporal tracking

25
Q

CV in cardiology

A

Coronary artery segmentation

Echocardiography (hypertrophic cardiomyopathy, cardiac amyloid and pulmonary hypertension)

26
Q

CV in Pathology potentials

A
  1. Overcome limitations of human vision and cognition
  2. Develop new signatures of disease and therapy
  3. Combination of pathology with radiological, genomic and proteomic measures to improve prognosis
27
Q

CV in dermatology

A

Lesion specific differential diagnostics
Finding concerning lesions against bening
Track lesion over time

28
Q

CV in Opthalmology

A

Diagnosis of diabetic retinopathy
Macular edema
Glaucoma
Non ocular complications

29
Q

CV in surgical video

A
  1. Increase performance through real time context awareness
  2. Skills assesments
  3. Training
30
Q

GOALS

A

Global

Operative Assessment of Laparoscopic Skills criteria

31
Q

Ambient intelligence

A

Computer vision coupled with sensors
and video streams enables a number of safety applications in clinical
and home settings, enabling healthcare providers to scale their
ability to monitor patients.

32
Q

Key considerations when applying ML in healthcare

A
  1. Assessment of data
  2. Planning model limitations
  3. Community participation
  4. Trust building
33
Q

Methods to remove individual level bias

A

Expert discussion

Label adjudication

34
Q

Method to remove population level bias

A

Missing data supplements
Distributional shifts
Multi institutional evaluation
Multi task learning (eg. multicancer detection rather than one type of cancer)
Assess demographic performance w saliency maps

35
Q

Model limitations planning

A

Developing confidence intervals

Explainability

36
Q

To increase community participation

A

Side by side deployment with existing workflows

37
Q

AI interpretability

A

why specific factors about

the patient or environment lead them to their predictions

38
Q

Federated learning

A

Federated Learning enables mobile phones to collaboratively learn a shared prediction model while keeping all the training data on device

39
Q

inherent explainability

A

For machine learning models for which the input data are of limited complexity and clearly understandable (eg. linear regression)

40
Q

post-hoc explainability

A

the data and models are too
complex and high-dimensional to be easily understood; they cannot be explained by a simple relationship dissect the model’s decision making procedure

41
Q

Heat map or Saliency maps

A

highlight how much each
region of the image contributed to a given decision and are illustrative because they provide a simple means of understanding some of the limitations of post-hoc explainability techniques

42
Q

adversarial attack

A

when precise modifications are made to the input that

substantially alter the model’s predictions