LGMLJul 9, 2020

Concept Bottleneck Models

arXiv:2007.04612v31301 citations
Originality Incremental advance
AI Analysis

This addresses the need for more interpretable and interactive models in domains like healthcare and biology, where understanding model decisions is crucial, though it is incremental as it builds on classic ideas of concept-based prediction.

The paper tackles the problem of making machine learning models interpretable and interactive by using high-level concepts, such as clinical features in x-rays or bird attributes, to predict labels. The result is that concept bottleneck models achieve competitive accuracy with standard end-to-end models on tasks like x-ray grading and bird identification, while enabling human intervention to correct concept mistakes, which significantly improves accuracy.

We seek to learn models that we can interact with using high-level concepts: if the model did not think there was a bone spur in the x-ray, would it still predict severe arthritis? State-of-the-art models today do not typically support the manipulation of concepts like "the existence of bone spurs", as they are trained end-to-end to go directly from raw input (e.g., pixels) to output (e.g., arthritis severity). We revisit the classic idea of first predicting concepts that are provided at training time, and then using these concepts to predict the label. By construction, we can intervene on these concept bottleneck models by editing their predicted concept values and propagating these changes to the final prediction. On x-ray grading and bird identification, concept bottleneck models achieve competitive accuracy with standard end-to-end models, while enabling interpretation in terms of high-level clinical concepts ("bone spurs") or bird attributes ("wing color"). These models also allow for richer human-model interaction: accuracy improves significantly if we can correct model mistakes on concepts at test time.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes