Attribute-formed Class-specific Concept Space: Endowing Language Bottleneck Model with Better Interpretability and Scalability
Jianyang Zhang, Qianli Luo, Guowu Yang, Wenjing Yang, Weide Liu, Guosheng Lin, Fengmao Lv
TL;DR
This paper tackles spurious cue inference and poor unseen-class generalization in Language Bottleneck Models by introducing ALBM, which uses an Attribute-formed Class-specific Concept Space (ACCS) built on a unified attribute set. It pairs ACCS with Visual Attribute Prompt Learning (VAPL) to capture fine-grained attribute features and a Description, Summary, and Supplement (DSS) strategy to automatically generate high-quality attribute sets via large language models. The approach yields improved interpretability, transferability, and competitive performance across nine fine-grained benchmarks, validated through extensive ablations and zero-shot/base-to-novel evaluations. Collectively, ALBM advances scalable, explainable image recognition by aligning concepts with causally essential attributes and leveraging cross-class correlations for better generalization.
Abstract
Language Bottleneck Models (LBMs) are proposed to achieve interpretable image recognition by classifying images based on textual concept bottlenecks. However, current LBMs simply list all concepts together as the bottleneck layer, leading to the spurious cue inference problem and cannot generalized to unseen classes. To address these limitations, we propose the Attribute-formed Language Bottleneck Model (ALBM). ALBM organizes concepts in the attribute-formed class-specific space, where concepts are descriptions of specific attributes for specific classes. In this way, ALBM can avoid the spurious cue inference problem by classifying solely based on the essential concepts of each class. In addition, the cross-class unified attribute set also ensures that the concept spaces of different classes have strong correlations, as a result, the learned concept classifier can be easily generalized to unseen classes. Moreover, to further improve interpretability, we propose Visual Attribute Prompt Learning (VAPL) to extract visual features on fine-grained attributes. Furthermore, to avoid labor-intensive concept annotation, we propose the Description, Summary, and Supplement (DSS) strategy to automatically generate high-quality concept sets with a complete and precise attribute. Extensive experiments on 9 widely used few-shot benchmarks demonstrate the interpretability, transferability, and performance of our approach. The code and collected concept sets are available at https://github.com/tiggers23/ALBM.
