A company uses Azure Content Moderator to review user-generated images in a social media app. Recently, the team noticed that images containing subtle adult content are not being flagged. What should they do to improve detection without increasing false positives?
Trap 1: Increase the moderation thresholds for adult content.
Increasing thresholds reduces sensitivity, so it would miss even more subtle adult content.
Trap 2: Disable the adult classification tier to allow all images to pass…
Disabling classification would allow all images, including explicit ones, to pass without review.
Trap 3: Retrain the Content Moderator model with additional labeled images…
Azure Content Moderator does not support custom retraining of its pre-built models.
- A
Increase the moderation thresholds for adult content.
Why wrong: Increasing thresholds reduces sensitivity, so it would miss even more subtle adult content.
- B
Disable the adult classification tier to allow all images to pass through.
Why wrong: Disabling classification would allow all images, including explicit ones, to pass without review.
- C
Configure a human review team using the Review tool to manually inspect flagged content.
Human review can catch subtle content that automated systems miss, and it helps reduce false positives by confirming or overturning automated decisions.
- D
Retrain the Content Moderator model with additional labeled images of adult content.
Why wrong: Azure Content Moderator does not support custom retraining of its pre-built models.