Clarify: Improving Model Robustness With Natural Language Corrections
Yoonho Lee, Michelle S. Lam, Helena Vasconcelos, Michael S. Bernstein, Chelsea Finn
TL;DR
Clarify presents an end-to-end system that enables non-experts to correct model misconceptions via natural-language feedback collected after initial supervised training. It leverages CLIP-based image-text similarity to surface and partition data by the described failure and employs a distributionally robust optimization objective to retrain the final classifier while keeping the backbone fixed. Across Waterbirds, CelebA, and ImageNet, Clarify yields significant gains in worst-case/subpopulation accuracy with minimal degradation to overall accuracy, and identifies 31 novel hard subpopulations in ImageNet. The work demonstrates the practicality and scalability of human-in-the-loop, concept-level feedback for robust model deployment and motivates future extensions to larger models and richer feedback modalities.
Abstract
The standard way to teach models is by feeding them lots of data. However, this approach often teaches models incorrect ideas because they pick up on misleading signals in the data. To prevent such misconceptions, we must necessarily provide additional information beyond the training data. Prior methods incorporate additional instance-level supervision, such as labels for misleading features or additional labels for debiased data. However, such strategies require a large amount of labeler effort. We hypothesize that people are good at providing textual feedback at the concept level, a capability that existing teaching frameworks do not leverage. We propose Clarify, a novel interface and method for interactively correcting model misconceptions. Through Clarify, users need only provide a short text description of a model's consistent failure patterns. Then, in an entirely automated way, we use such descriptions to improve the training process. Clarify is the first end-to-end system for user model correction. Our user studies show that non-expert users can successfully describe model misconceptions via Clarify, leading to increased worst-case performance in two datasets. We additionally conduct a case study on a large-scale image dataset, ImageNet, using Clarify to find and rectify 31 novel hard subpopulations.
