Topic 1 Question 37
An AI practitioner is building a model to generate images of humans in various professions. The AI practitioner discovered that the input data is biased and that specific attributes affect the image generation and create bias in the model. Which technique will solve the problem?
Data augmentation for imbalanced classes
Model monitoring for class distribution
Retrieval Augmented Generation (RAG)
Watermark detection for images
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
A. Data augmentation for imbalanced classes is the most effective technique to mitigate bias in the input data by ensuring a more balanced representation of classes and attributes in the training set, leading to fairer and more accurate image generation.
👍 2jove2024/11/05 - 正解だと思う選択肢: A
Data augmentation for imbalanced classes: If the input data is biased and leads to undesirable attributes in the generated images (such as certain professions being overrepresented by specific attributes like gender or race), data augmentation can help balance the dataset. Data augmentation involves creating new training samples by applying transformations like cropping, rotating, or altering color schemes to existing data. This can help create a more diverse, balanced dataset and reduce bias by ensuring the model sees a more representative set of examples.
👍 2Jessiii2025/02/11 - 正解だと思う選択肢: A
Data augmentation for imbalanced classes
Data augmentation techniques can help mitigate bias in image generation models by artificially increasing the diversity of the training data. By applying transformations like rotations, flips, and color jittering to existing images, you can create new, synthetic images that are similar to the original ones. This can help balance the dataset and reduce the impact of biases present in the original data.
👍 1eesa2024/12/09
シャッフルモード