4th Explainable AI for Computer Vision (XAI4CV) Workshop @ CVPR 2025 · 2025
Data-Efficient Visual Concept Bottleneck Models
Why this publication matters
People can better inspect an AI decision when it is linked to recognizable parts of an image. This method builds those intermediate visual concepts from the available examples rather than requiring an enormous predefined concept collection. It makes interpretable recognition more accessible in specialized tasks with limited data.
Abstract
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. Exclusively containing dataset-specific concepts, DCBMs are well suited for fine-grained classification and outof-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 or general ones, DCBMs enhance adaptability to new domains. The code is available at: https://github.com/KathPra/DCBM.
Figures
Cite this paper
@inproceedings{prasse2025dataefficientvisual63,
title = {{Data-Efficient Visual Concept Bottleneck Models}},
author = {Katharina Prasse and Patrick Knab and Sascha Marton and Christian Bartelt and Margret Keuper},
booktitle = {4th Explainable AI for Computer Vision (XAI4CV) Workshop @ CVPR 2025},
year = {2025},
url = {https://arxiv.org/abs/2412.11576}
}
Figures and abstract are reproduced from the linked research sources. Credit remains with the authors and publishers.