Artificial Intelligence Flashcards

(21 cards)

1
Q

What is AI?

A

Artificial intelligence uses computers and machines to mimic the problem-solving and decision-making capabilities of the human mind [IBM]

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

What is machine learning?

A

A branch of AI and computer science which focuses on the use of data and algorithms to imitate the way that humans learn, gradually improving its accuracy [IBM]

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

Why is AI suddenly so available?

A
  1. Increased computer power is such that training and using AI models has become commercially viable, e.g. cloud computing, GPU acceleration
  2. A number of models have been developed that show promise
  3. Commercial products have become available
  4. Public are gradually accepting AI as a positive development
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some applications of AI?

A
  • Automatic image segmentation
  • Automatic optimisation of radiotherapy planning parameters
  • Identification of images with abnormal pathology
  • Highlighting areas of interest in images
  • Prioritising images for further human review
  • MRI “acceleration”
  • Patient scheduling and bed management
  • Early-warning about changes in equipment performance
  • Generating synthetic patient data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the general classes of AI models?

A
  1. Image or data class - which group something belongs to
  2. Regression - predicting outputs for a given input
  3. Object detection - whether something is present, its structure or dimensions
  4. Generative AI - producing document summaries, compensating missing data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Turing Test?

A

Measures the maturity of AI systems - if the computer’s output is indistinguishable from that of a human, then it passes the test

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

What is a Reverse Turing Test?

A

Distinguish between AI and humans

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

How does an AI model work?

A

Input information, algorithm performs processing and gives an output, which then learns through an (optional) feedback loop. Without the feedback loop, the model should always produce the same outputs for the sasme inputs

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

How do you train an AI model?

A

Input the training data, the model is stimulated, gives initial outputs and learns from it, updating the model. Model hyperparameters are saved. Cloud resources may be required. Multiple learning cycles may be required, using the same data.

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

What an epoch?

A

A complete cycle when training an AI model

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

What is an ROC curve? And what do the kinks represent?

A

Receiver Operating Characteristic curve, true positive vs false positive
Kinks in the curve represent decision thresholds

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

What does the area under the curve of a graph of false vs true positive rates represent?

A

Measure of the overall performance

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

When are clinical scientists involved in AI?

A
  1. Developing new models (rare)
  2. Updating or repurposing models
  3. Identifying and specifying applications for AI
  4. Training models
  5. Implementing and testing models
  6. Developing QA programme
    Clinical/scientific/corporate user of AI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is bias in AI?

A

An inclination to treat one group of people more favourably than another, especially in a way which is considered unfair

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

How do you overcome bias in AI?

A
  1. Need access to sufficient breadth of training data so that model can accommodate all anticipated patients
  2. Test pre-trained model using data representative of local populations
  3. Include abiluity to re-train or refine training of model using local data
    4, Local datasets need to incldue sufficiently detailed clinical inofrmation to be meaningfully used in training
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are issues involved with the use of AI?

A

Bias - can one model accommodate ALL patients
Humans are adept at recognising situations not previously encountered and adapting accordingly
May need to use different models for different groups of people (e.g. children, infants)
Care required around use of GDPR special category data
Involvning the right peoplr
collating the correct size and comprehensive data
Who has access to the data?
Who is responsible? e.g. for the decision making
De-skill humans

17
Q

What GDPR considerations are there around AI?

A
  1. Lawful, fair and transparent - how do we explain AI decision making?
  2. GDPR states that the data subject shall have the right not to be subject to a decision making based soleyl on automated processing (unless contractualor consent)
18
Q

What IRR17 considerations are around AI?

A

Equipment (including software) delivering or controlling exposures
Operator - “person”

19
Q

What is LLM?

A

Large Language Model
Deep learning models trained on vast amounts of unlabelled text data, usually “encoder-decoder”, in which the model refines itself (self-supervised training)
Generative Pre-trained Transformers (GPTs)

20
Q

What is an “encoder-decoder” model?

A

Model which predicts a sequential output from a sequential input

21
Q

What is a GPT?

A

Generative Pre-trained Transformers