paper-with-me

홈 › Papers

Flexible Concept Bottleneck Model

2025-11-10 · Xingbo Du, Qiantong Dou, Lei Fan, Rui Zhang arxiv

Concept bottleneck models (CBMs) improve neural network interpretability by introducing an intermediate layer that maps human-understandable concepts to predictions. Recent work has explored the use of vision-language models (VLMs) to automate concept selection and annotation. However, existing VLM-based CBMs typically require full model retraining when new concepts are involved, which limits their adaptability and flexibility in real-world scenarios, especially considering the rapid evolution of vision-language foundation models. To address these issues, we propose Flexible Concept Bottleneck Model (FCBM), which supports dynamic concept adaptation, including complete replacement of the original concept set. Specifically, we design a hypernetwork that generates prediction weights based on concept embeddings, allowing seamless integration of new concepts without retraining the entire model. In addition, we introduce a modified sparsemax module with a learnable temperature parameter that dynamically selects the most relevant concepts, enabling the model to focus on the most informative features. Extensive experiments on five public benchmarks demonstrate that our method achieves accuracy comparable to state-of-the-art baselines with a similar number of effective concepts. Moreover, the model generalizes well to unseen concepts with just a single epoch of fine-tuning, demonstrating its strong adaptability and flexibility.

📄 PDF Abstract BibTeX arXiv:2511.06678

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hybrid Concept Bottleneck Models

2025-01-01 · CVPR 2025 1 · Yang Liu, Tianwei Zhang, Shi Gu

Concept Bottleneck Models (CBMs) provide an interpretable framework for neural networks by mapping visual features to predefined, human-understandable concepts. However, the application of CBMs is often constrained b…

DeCoDe: Defer-and-Complement Decision-Making via Decoupled Concept Bottleneck Models

2025-05-25 · Chengbo He, Bochao Zou, Junliang Xing, Jiansheng Chen 외

In human-AI collaboration, a central challenge is deciding whether the AI should handle a task, be deferred to a human expert, or be addressed through collaborative effort. Existing Learning to Defer approaches typically…

Decision Making

Stochastic Bottleneck: Rateless Auto-Encoder for Flexible Dimensionality Reduction

2020-05-06 · Toshiaki Koike-Akino, Ye Wang

We propose a new concept of rateless auto-encoders (RL-AEs) that enable a flexible latent dimensionality, which can be seamlessly adjusted for varying distortion and dimensionality requirements. In the proposed RL-AEs, i…

Dimensionality Reduction

Are They the Same Picture? Adapting Concept Bottleneck Models for Human-AI Collaboration in Image Retrieval

2024-07-12 · Vaibhav Balloli, Sara Beery, Elizabeth Bondi-Kelly

Image retrieval plays a pivotal role in applications from wildlife conservation to healthcare, for finding individual animals or relevant images to aid diagnosis. Although deep learning techniques for image retrieval hav…

Image RetrievalRetrieval

Do Concept Bottleneck Models Learn as Intended?

2021-05-10 · Andrei Margeloiu, Matthew Ashman, Umang Bhatt, Yanzhi Chen 외

Concept bottleneck models map from raw inputs to concepts, and then from concepts to targets. Such models aim to incorporate pre-specified, high-level concepts into the learning procedure, and have been motivated to meet…