Discovering Fine-Grained Visual-Concept Relations by Disentangled Optimal Transport Concept Bottleneck Models
Yan Xie, Zequn Zeng, Hao Zhang, Yucheng Ding, Yi Wang, Zhengjue Wang, Bo Chen, Hongwei Liu
TL;DR
The paper addresses the lack of fine-grained visual-concept alignment in vanilla Concept Bottleneck Models, which leads to spurious correlations and weak localization. It introduces DOT-CBM, a two-stage framework that uses a disentangled optimal transport between image patches and concepts, with transport plan $\mathbf{Q}$ and costs $d_{ij}=1-\langle p_i,t_j\rangle$, augmented by orthogonal projection losses and saliency/co-occurrence priors to learn robust, interpretable mappings. DOT-CBM yields concept activation predictions and explicit concept inversion masks, achieving state-of-the-art results on image classification, part detection, and out-of-distribution generalization, while providing transparent heatmaps of visual-concept relations. This approach enhances interpretability and reliability in concept-based vision systems, offering practical benefits for transparent AI deployments.
Abstract
Concept Bottleneck Models (CBMs) try to make the decision-making process transparent by exploring an intermediate concept space between the input image and the output prediction. Existing CBMs just learn coarse-grained relations between the whole image and the concepts, less considering local image information, leading to two main drawbacks: i) they often produce spurious visual-concept relations, hence decreasing model reliability; and ii) though CBMs could explain the importance of every concept to the final prediction, it is still challenging to tell which visual region produces the prediction. To solve these problems, this paper proposes a Disentangled Optimal Transport CBM (DOT-CBM) framework to explore fine-grained visual-concept relations between local image patches and concepts. Specifically, we model the concept prediction process as a transportation problem between the patches and concepts, thereby achieving explicit fine-grained feature alignment. We also incorporate orthogonal projection losses within the modality to enhance local feature disentanglement. To further address the shortcut issues caused by statistical biases in the data, we utilize the visual saliency map and concept label statistics as transportation priors. Thus, DOT-CBM can visualize inversion heatmaps, provide more reliable concept predictions, and produce more accurate class predictions. Comprehensive experiments demonstrate that our proposed DOT-CBM achieves SOTA performance on several tasks, including image classification, local part detection and out-of-distribution generalization.
