An AI model is being developed for medical diagnosis from X-ray images. The dataset contains only frontal chest X-rays. The model achieves high accuracy on test set but fails on lateral views. What is the most likely cause?
The training set lacks lateral views, causing bias; the model has not learned to recognize features specific to lateral X-rays.
Why this answer
The model was trained only on frontal views, so it did not learn features from lateral views, resulting in dataset bias and poor generalization to unseen perspectives.