AI-900 Practice Question: Describe features of computer vision workloads on Azure
What is the purpose of image 'ground truth' in training computer vision models?
⚠ Common exam trap
Test-takers frequently confuse 'ground truth' with a physical or performance-related concept, when it strictly refers to the authoritative labels used to supervise model training.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The verified, accurate labels or annotations for training images that the model learns to predict
In computer vision, 'ground truth' refers to the verified, accurate labels or annotations for training images. The model uses these correct labels during supervised learning to learn the mapping from image features to outputs, enabling it to make accurate predictions on new, unseen data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The physical location where training images were captured
Why it's wrong here
The physical location where training images were captured is not ground truth; it is metadata about data provenance and context. While location can matter for domain shift (e.g., a model trained on indoor photos may not generalize outdoors), it is not the target the model is trained to predict. Ground truth refers to the semantic annotation describing what the image actually contains, such as the object class, not where the image was taken.
- ✓
The verified, accurate labels or annotations for training images that the model learns to predict
Why this is correct
Ground truth is the verified, accurate set of labels or annotations assigned to each training example, serving as the correct target output for the model to learn. In supervised computer vision, the model's weights are adjusted to minimize the difference between its predictions and these ground-truth labels, such as class names, bounding boxes, or segmentation masks. Without reliable ground truth, training cannot be properly supervised, because the model has no authoritative answer to imitate.
- ✗
The minimum image resolution required for accurate model training
Why it's wrong here
Minimum image resolution is an input preprocessing requirement, not ground truth. Resolution affects whether a model can discern fine features and is often standardized (e.g., resizing to 224×224 pixels for a convolutional network), but it does not define the content to be predicted. Confusing input specifications with the target label misrepresents what ground truth is: the correct answer associated with an image, not a property of the image's pixel grid or capture settings.
- ✗
The baseline accuracy of a computer vision model before fine-tuning
Why it's wrong here
Baseline accuracy before fine-tuning is an evaluation metric used for comparison, not ground truth. A baseline might come from a pre-trained model or a simple heuristic, and it is measured by comparing predictions against ground-truth labels. Ground truth is the external reference standard itself, while accuracy is a derived score that indicates how well predictions match that standard. The two are fundamentally different: baseline accuracy reflects current performance, whereas ground truth provides the correct answers that define what performance means.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Computer vision
Computer vision is a field of artificial intelligence that enables computers to interpret and make decisions based on visual data from the world, such as images and videos.
Key term
Supervised learning
Supervised learning is a type of machine learning where a model learns from labeled training data to make predictions or decisions.
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.