LGAICVMay 2, 2024

Improving Intervention Efficacy via Concept Realignment in Concept Bottleneck Models

arXiv:2405.01531v27 citationsh-index: 18Has CodeECCV
Originality Incremental advance
AI Analysis

This work addresses the practical challenge of expensive human feedback in CBMs, making them more feasible for resource-constrained environments.

The paper tackles the problem of high intervention costs in Concept Bottleneck Models (CBMs) by introducing a concept realignment module that leverages concept relations to improve intervention efficacy, reducing the number of interventions needed to reach target performance on standard benchmarks.

Concept Bottleneck Models (CBMs) ground image classification on human-understandable concepts to allow for interpretable model decisions. Crucially, the CBM design inherently allows for human interventions, in which expert users are given the ability to modify potentially misaligned concept choices to influence the decision behavior of the model in an interpretable fashion. However, existing approaches often require numerous human interventions per image to achieve strong performances, posing practical challenges in scenarios where obtaining human feedback is expensive. In this paper, we find that this is noticeably driven by an independent treatment of concepts during intervention, wherein a change of one concept does not influence the use of other ones in the model's final decision. To address this issue, we introduce a trainable concept intervention realignment module, which leverages concept relations to realign concept assignments post-intervention. Across standard, real-world benchmarks, we find that concept realignment can significantly improve intervention efficacy; significantly reducing the number of interventions needed to reach a target classification performance or concept prediction accuracy. In addition, it easily integrates into existing concept-based architectures without requiring changes to the models themselves. This reduced cost of human-model collaboration is crucial to enhancing the feasibility of CBMs in resource-constrained environments. Our code is available at: https://github.com/ExplainableML/concept_realignment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes