paper-with-me

홈 › Papers

Rethinking Concept Bottleneck Models: From Pitfalls to Solutions

2026-03-05 · Merve Tapli, Quentin Bouniot, Wolfgang Stammer, Zeynep Akata, Emre Akbas arxiv

Concept Bottleneck Models (CBMs) ground predictions in human-understandable concepts but face fundamental limitations: the absence of a metric to pre-evaluate concept relevance, the "linearity problem" causing recent CBMs to bypass the concept bottleneck entirely, an accuracy gap compared to opaque models, and finally the lack of systematic study on the impact of different visual backbones and VLMs. We introduce CBM-Suite, a methodological framework to systematically addresses these challenges. First, we propose an entropy-based metric to quantify the intrinsic suitability of a concept set for a given dataset. Second, we resolve the linearity problem by inserting a non-linear layer between concept activations and the classifier, which ensures that model accuracy faithfully reflects concept relevance. Third, we narrow the accuracy gap by leveraging a distillation loss guided by a linear teacher probe. Finally, we provide comprehensive analyses on how different vision encoders, vision-language models, and concept sets interact to influence accuracy and interpretability in CBMs. Extensive evaluations show that CBM-Suite yields more accurate models and provides insights for improving concept-based interpretability.

📄 PDF Abstract BibTeX arXiv:2603.05629

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Pruning Large Language Models: Benefits and Pitfalls of Reconstruction Error Minimization

2024-06-21 · Sungbin Shin, Wonpyo Park, Jaeho Lee, Namhoon Lee

This work suggests fundamentally rethinking the current practice of pruning large language models (LLMs). The way it is done is by divide and conquer: split the model into submodels, sequentially prune them, and reconstr…

Local Learning Matters: Rethinking Data Heterogeneity in Federated Learning

2021-11-28 · CVPR 2022 1 · Matias Mendieta, Taojiannan Yang, Pu Wang, Minwoo Lee 외

Federated learning (FL) is a promising strategy for performing privacy-preserving, distributed learning with a network of clients (i.e., edge devices). However, the data distribution among clients is often non-IID in nat…

Federated LearningPrivacy Preserving

A Closer Look at the Intervention Procedure of Concept Bottleneck Models

2023-02-28 · Sungbin Shin, Yohan Jo, Sungsoo Ahn, Namhoon Lee

Concept bottleneck models (CBMs) are a class of interpretable neural network models that predict the target response of a given input based on its high-level concepts. Unlike the standard end-to-end models, CBMs enable d…

Fairness

Pitfalls in Language Models for Code Intelligence: A Taxonomy and Survey

2023-10-27 · Xinyu She, Yue Liu, Yanjie Zhao, Yiling He 외

Modern language models (LMs) have been successfully employed in source code generation and understanding, leading to a significant increase in research focused on learning-based code intelligence, such as automated bug r…

Code Generation

Explainability Pitfalls: Beyond Dark Patterns in Explainable AI

2021-09-26 · Upol Ehsan, Mark O. Riedl

To make Explainable AI (XAI) systems trustworthy, understanding harmful effects is just as important as producing well-designed explanations. In this paper, we address an important yet unarticulated type of negative effe…

Explainable Artificial Intelligence (XAI)