English

Caption-Driven Explainability: Probing CNNs for Bias via CLIP

Computer Vision and Pattern Recognition 2026-02-26 v4 Image and Video Processing

Abstract

Robustness has become one of the most critical problems in machine learning (ML). The science of interpreting ML models to understand their behavior and improve their robustness is referred to as explainable artificial intelligence (XAI). One of the state-of-the-art XAI methods for computer vision problems is to generate saliency maps. A saliency map highlights the pixel space of an image that excites the ML model the most. However, this property could be misleading if spurious and salient features are present in overlapping pixel spaces. In this paper, we propose a caption-based XAI method, which integrates a standalone model to be explained into the contrastive language-image pre-training (CLIP) model using a novel network surgery approach. The resulting caption-based XAI model identifies the dominant concept that contributes the most to the models prediction. This explanation minimizes the risk of the standalone model falling for a covariate shift and contributes significantly towards developing robust ML models. Our code is available at https://github.com/patch0816/caption-driven-xai

Keywords

Cite

@article{arxiv.2510.22035,
  title  = {Caption-Driven Explainability: Probing CNNs for Bias via CLIP},
  author = {Patrick Koller and Amil V. Dravid and Guido M. Schuster and Aggelos K. Katsaggelos},
  journal= {arXiv preprint arXiv:2510.22035},
  year   = {2026}
}

Comments

Accepted and presented at the IEEE ICIP 2025 Satellite Workshop "Generative AI for World Simulations and Communications & Celebrating 40 Years of Excellence in Education: Honoring Prof. Aggelos Katsaggelos", Anchorage, USA, Sept 14, 2025. Camera-ready preprint; IEEE Xplore version to follow. Author variant: Amil Dravid. Code: https://github.com/patch0816/caption-driven-xai

R2 v1 2026-07-01T07:05:03.685Z