CVDec 16, 2024

DCBM: Data-Efficient Visual Concept Bottleneck Models

arXiv:2412.11576v313 citationsh-index: 17ICML
Originality Incremental advance
AI Analysis

This work addresses data efficiency for interpretable AI in computer vision, offering an incremental improvement over existing concept bottleneck models.

The paper tackles the problem of concept bottleneck models requiring large datasets for concept generation by proposing DCBMs, which use image regions from segmentation or detection models to define concepts, reducing data needs while maintaining interpretability and enabling fine-grained classification and out-of-distribution tasks.

Concept Bottleneck Models (CBMs) enhance the interpretability of neural networks by basing predictions on human-understandable concepts. However, current CBMs typically rely on concept sets extracted from large language models or extensive image corpora, limiting their effectiveness in data-sparse scenarios. We propose Data-efficient CBMs (DCBMs), which reduce the need for large sample sizes during concept generation while preserving interpretability. DCBMs define concepts as image regions detected by segmentation or detection foundation models, allowing each image to generate multiple concepts across different granularities. This removes reliance on textual descriptions and large-scale pre-training, making DCBMs applicable for fine-grained classification and out-of-distribution tasks. Attribution analysis using Grad-CAM demonstrates that DCBMs deliver visual concepts that can be localized in test images. By leveraging dataset-specific concepts instead of predefined ones, DCBMs enhance adaptability to new domains.

Code Implementations1 repo
Foundations

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

Your Notes