
Explanation:
Correct Answer: A (Data augmentation for imbalanced classes)
When an AI practitioner discovers that input data is biased, leading to biased image generation in a model that creates images of humans in various professions, the root cause is often imbalanced class representation in the training dataset. For example, if the training data overrepresents certain attributes (like gender, race, or age) for specific professions, the model learns these biased patterns and replicates them in generated images.
Data augmentation for imbalanced classes directly addresses this issue by:
This approach aligns with AWS AI/ML best practices for addressing bias, which emphasize data preprocessing techniques to ensure training data is representative and balanced before model training.
The question specifically asks for a technique to solve bias caused by "specific attributes in the input data." Data augmentation directly targets this by modifying the input data itself to create a more balanced training set, making it the most appropriate and effective solution among the given options.
Ultimate access to all questions.
No comments yet.
Which technique should an AI practitioner use to address bias in a model generating images of humans in various professions, when specific attributes in the input data are causing biased image generation?
A
Data augmentation for imbalanced classes
B
Model monitoring for class distribution
C
Retrieval Augmented Generation (RAG)
D
Watermark detection for images