paper-with-me

Papers

Interactive Concept Bottleneck Models

2022-12-14 · Kushal Chauhan, Rishabh Tiwari, Jan Freyberg, Pradeep Shenoy, Krishnamurthy Dvijotham

Concept bottleneck models (CBMs) are interpretable neural networks that first predict labels for human-interpretable concepts relevant to the prediction task, and then predict the final label based on the concept label predictions. We extend CBMs to interactive prediction settings where the model can query a human collaborator for the label to some concepts. We develop an interaction policy that, at prediction time, chooses which concepts to request a label for so as to maximally improve the final prediction. We demonstrate that a simple policy combining concept prediction uncertainty and influence of the concept on the final prediction achieves strong performance and outperforms static approaches as well as active feature acquisition methods proposed in the literature. We show that the interactive CBM can achieve accuracy gains of 5-10% with only 5 interactions over competitive baselines on the Caltech-UCSD Birds, CheXpert and OAI datasets.

📄 PDF Abstract BibTeX arXiv:2212.07430

Code (1)

google-research/google-research 공식 구현 tf

Tasks

Prediction

Similar Papers 제목 키워드 기반

Learning to Intervene on Concept Bottlenecks

2023-08-25 · David Steinmann, Wolfgang Stammer, Felix Friedrich, Kristian Kersting

While deep learning models often lack interpretability, concept bottleneck models (CBMs) provide inherent explanations via their concept representations. Moreover, they allow users to perform interventional interactions …

EssayCBM: Rubric-Aligned Concept Bottleneck Models for Transparent Essay Grading

2025-12-23 · Kumar Satvik Chaudhary, Chengshuai Zhao, Fan Zhang, Garima Agrawal 외 arxiv

Automated essay scoring (AES) has advanced significantly with neural language models, yet most systems remain opaque, offering little visibility into how grades are produced. In educational settings, instructors must be …

Automated Essay Scoring

Are Concept Bottleneck Models Effective as Decision-Support Systems?

2026-08-26 · Alessandro Bogani, Nicola Debole, Emanuele Marconato, Andrea Pugnana 외 arxiv

Concept Bottleneck Models (CBMs) are interpretable-by-design neural networks that detect human-understandable concepts from the input and use them to generate predictions. By allowing users to inspect the concepts underl…

Binary Classification

Chat-CBM: Towards Interactive Concept Bottleneck Models with Frozen Large Language Models

2025-09-22 · Hangzhou He, Lei Zhu, Kaiwen Li, Xinliang Zhang 외 arxiv

Concept Bottleneck Models (CBMs) provide inherent interpretability by first predicting a set of human-understandable concepts and then mapping them to labels through a simple classifier. While users can intervene in the …

CBM-RAG: Demonstrating Enhanced Interpretability in Radiology Report Generation with Multi-Agent RAG and Concept Bottleneck Models

2025-04-29 · Hasan Md Tusfiqur Alam, Devansh Srivastav, Abdulrahman Mohamed Selim, Md Abdul Kadir 외

Advancements in generative Artificial Intelligence (AI) hold great promise for automating radiology workflows, yet challenges in interpretability and reliability hinder clinical adoption. This paper presents an automated…

DiagnosticRAGRetrieval-augmented Generation