paper-with-me

Papers

Improving Concept Alignment in Vision-Language Concept Bottleneck Models

2024-05-03 · Nithish Muthuchamy Selvaraj, Xiaobao Guo, Adams Wai-Kin Kong, Alex Kot

Concept Bottleneck Models (CBM) map images to human-interpretable concepts before making class predictions. Recent approaches automate CBM construction by prompting Large Language Models (LLMs) to generate text concepts and employing Vision Language Models (VLMs) to score these concepts for CBM training. However, it is desired to build CBMs with concepts defined by human experts rather than LLM-generated ones to make them more trustworthy. In this work, we closely examine the faithfulness of VLM concept scores for such expert-defined concepts in domains like fine-grained bird species and animal classification. Our investigations reveal that VLMs like CLIP often struggle to correctly associate a concept with the corresponding visual input, despite achieving a high classification performance. This misalignment renders the resulting models difficult to interpret and less reliable. To address this issue, we propose a novel Contrastive Semi-Supervised (CSS) learning method that leverages a few labeled concept samples to activate truthful visual concepts and improve concept alignment in the CLIP model. Extensive experiments on three benchmark datasets demonstrate that our method significantly enhances both concept (+29.95) and classification (+3.84) accuracies yet requires only a fraction of human-annotated concept labels. To further improve the classification performance, we introduce a class-level intervention procedure for fine-grained classification problems that identifies the confounding classes and intervenes in their concept space to reduce errors.

📄 PDF Abstract BibTeX arXiv:2405.01825

Code (1)

nms05/improving-concept-alignment-in-vision-language-concept-bottleneck-models 공식 구현 pytorch

Tasks

ClassificationConcept Alignment

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Concept-wise Attention for Fine-grained Concept Bottleneck Models

2026-04-17 · Minghong Zhong, Guoshuai Zou, Kanghao Chen, Dexia Chen 외 arxiv

Recently impressive performance has been achieved in Concept Bottleneck Models (CBM) by utilizing the image-text alignment learned by a large pre-trained vision-language model (i.e. CLIP). However, there exist two key li…

PSA-VLM: Enhancing Vision-Language Model Safety through Progressive Concept-Bottleneck-Driven Alignment

2024-11-18 · Zhendong Liu, Yuanbi Nie, Yingshui Tan, Jiaheng Liu 외

Benefiting from the powerful capabilities of Large Language Models (LLMs), pre-trained visual encoder models connected to LLMs form Vision Language Models (VLMs). However, recent research shows that the visual modality i…

Language ModelingLanguage ModellingSafety Alignment

Bridging Vision and Language Concepts through Optimal Transport Semantic Flow

2026-06-25 · Chenyang Zhang, Anqi Dong, Guangming Zhu, Nuoye Xiong 외 arxiv

Concept Bottleneck Models (CBMs) promise transparent reasoning by predicting through human-interpretable concepts, yet their effectiveness fundamentally depends on how well visual and textual representations are aligned …

Evidential Concept Embedding Models: Towards Reliable Concept Explanations for Skin Disease Diagnosis

2024-06-27 · Yibo Gao, Zheyao Gao, Xin Gao, Yuanye Liu 외

Due to the high stakes in medical decision-making, there is a compelling demand for interpretable deep learning methods in medical image analysis. Concept Bottleneck Models (CBM) have emerged as an active interpretable f…

Decision MakingMedical Image Analysis

Explaining CLIP Zero-shot Predictions Through Concepts

2026-03-30 · Onat Ozdemir, Anders Christensen, Stephan Alaniz, Zeynep Akata 외 arxiv

Large-scale vision-language models such as CLIP have achieved remarkable success in zero-shot image recognition, yet their predictions remain largely opaque to human understanding. In contrast, Concept Bottleneck Models …