AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 4

An ML engineer trained an ML model on Amazon SageMaker to detect automobile accidents from dosed-circuit TV footage. The ML engineer used SageMaker Data Wrangler to create a training dataset of images of accidents and non-accidents.
The model performed well during training and validation. However, the model is underperforming in production because of variations in the quality of the images from various cameras.
Which solution will improve the model's accuracy in the LEAST amount of time?

Answer options

Correct answer: B

Explanation

Option B is correct because using the corrupt image transform with impulse noise helps the model generalize better to variations in real-world image quality. The other options involve collecting more data or adjusting image contrast or size, which may take more time and may not directly address the issue of image quality variation.