paper-with-me

홈 › Papers

Incremental Residual Concept Bottleneck Models

2024-04-13 · CVPR 2024 1 · Chenming Shang, Shiji Zhou, Hengyuan Zhang, Xinzhe Ni, Yujiu Yang, Yuwang Wang

Concept Bottleneck Models (CBMs) map the black-box visual representations extracted by deep neural networks onto a set of interpretable concepts and use the concepts to make predictions, enhancing the transparency of the decision-making process. Multimodal pre-trained models can match visual representations with textual concept embeddings, allowing for obtaining the interpretable concept bottleneck without the expertise concept annotations. Recent research has focused on the concept bank establishment and the high-quality concept selection. However, it is challenging to construct a comprehensive concept bank through humans or large language models, which severely limits the performance of CBMs. In this work, we propose the Incremental Residual Concept Bottleneck Model (Res-CBM) to address the challenge of concept completeness. Specifically, the residual concept bottleneck model employs a set of optimizable vectors to complete missing concepts, then the incremental concept discovery module converts the complemented vectors with unclear meanings into potential concepts in the candidate concept bank. Our approach can be applied to any user-defined concept bank, as a post-hoc processing method to enhance the performance of any CBMs. Furthermore, to measure the descriptive efficiency of CBMs, the Concept Utilization Efficiency (CUE) metric is proposed. Experiments show that the Res-CBM outperforms the current state-of-the-art methods in terms of both accuracy and efficiency and achieves comparable performance to black-box models across multiple datasets.

📄 PDF Abstract BibTeX arXiv:2404.08978

Code (1)

helloscm/res-cbm 공식 구현 pytorch

Tasks

Decision MakingDescriptive

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

CI-CBM: Class-Incremental Concept Bottleneck Model for Interpretable Continual Learning

2026-04-16 · Amirhosein Javadi, Tuomas Oikarinen, Tara Javidi, Tsui-Wei Weng arxiv

Catastrophic forgetting remains a fundamental challenge in continual learning, in which models often forget previous knowledge when fine-tuned on a new task. This issue is especially pronounced in class incremental learn…

Class Incremental LearningContinual Learning

Towards Achieving Concept Completeness for Textual Concept Bottleneck Models

2025-02-16 · Milan Bhan, Yann Choho, Pierre Moreau, Jean-Noel Vittaut 외

Textual Concept Bottleneck Models (TBMs) are interpretable-by-design models for text classification that predict a set of salient concepts before making the final prediction. This paper proposes Complete Textual Concept …

Language ModelingLanguage ModellingSmall Language Modeltext-classification+1

Learning New Concepts, Remembering the Old: A Novel Continual Learning

2024-11-25 · Songning Lai, Mingqian Liao, Zhangyi Hu, Jiayu Yang 외

Concept Bottleneck Models (CBMs) enhance model interpretability by introducing human-understandable concepts within the architecture. However, existing CBMs assume static datasets, limiting their ability to adapt to real…

Continual LearningIncremental Learning

AREA: Attribute Extraction and Aggregation for CLIP-Based Class-Incremental Learning

2026-05-27 · Zhen-Hao Xie, Yu-Cheng Shi, Da-Wei Zhou arxiv

Class-Incremental Learning (CIL) is important in building real-world learning systems. In CLIP-based CIL, the model performs classification by comparing similarity between visual and textual embeddings obtained from temp…

class-incremental learningAttribute Extraction

Conditional Residual Coding: A Remedy for Bottleneck Problems in Conditional Inter Frame Coding

2023-07-24 · Fabian Brand, Jürgen Seiler, André Kaup

Conditional coding is a new video coding paradigm enabled by neural-network-based compression. It can be shown that conditional coding is in theory better than the traditional residual coding, which is widely used in vid…

Video Compression