paper-with-me

홈 › Papers

Revealing Hidden Context Bias in Segmentation and Object Detection through Concept-specific Explanations

2022-11-21 · Maximilian Dreyer, Reduan Achtibat, Thomas Wiegand, Wojciech Samek, Sebastian Lapuschkin

Applying traditional post-hoc attribution methods to segmentation or object detection predictors offers only limited insights, as the obtained feature attribution maps at input level typically resemble the models' predicted segmentation mask or bounding box. In this work, we address the need for more informative explanations for these predictors by proposing the post-hoc eXplainable Artificial Intelligence method L-CRP to generate explanations that automatically identify and visualize relevant concepts learned, recognized and used by the model during inference as well as precisely locate them in input space. Our method therefore goes beyond singular input-level attribution maps and, as an approach based on the recently published Concept Relevance Propagation technique, is efficiently applicable to state-of-the-art black-box architectures in segmentation and object detection, such as DeepLabV3+ and YOLOv6, among others. We verify the faithfulness of our proposed technique by quantitatively comparing different concept attribution methods, and discuss the effect on explanation complexity on popular datasets such as CityScapes, Pascal VOC and MS COCO 2017. The ability to precisely locate and communicate concepts is used to reveal and verify the use of background features, thereby highlighting possible biases of the model.

📄 PDF Abstract BibTeX arXiv:2211.11426

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceobject-detectionObject DetectionSegmentation

Similar Papers 제목 키워드 기반

Beneath the Surface: How Large Language Models Reflect Hidden Bias

2025-02-27 · Jinhao Pan, Chahat Raj, Ziyu Yao, Ziwei Zhu

The exceptional performance of Large Language Models (LLMs) often comes with the unintended propagation of social biases embedded in their training data. While existing benchmarks evaluate overt bias through direct term …

What Do Llamas Really Think? Revealing Preference Biases in Language Model Representations

2023-11-30 · Raphael Tang, Xinyu Zhang, Jimmy Lin, Ferhan Ture

Do large language models (LLMs) exhibit sociodemographic biases, even when they decline to respond? To bypass their refusal to "speak," we study this research question by probing contextualized embeddings and exploring w…

Language ModelingLanguage Modelling

Has LLM Reached the Scaling Ceiling Yet? Unified Insights into LLM Regularities and Constraints

2024-12-21 · Charles Luo

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their scalability raises a critical question: Have we reached the scaling ceiling? This paper addresses this pivotal question by developing a un…

How Bias Binds: Measuring Hidden Associations for Bias Control in Text-to-Image Compositions

2025-11-10 · Jeng-Lin Li, Ming-Ching Chang, Wei-Chao Chen arxiv

Text-to-image generative models often exhibit bias related to sensitive attributes. However, current research tends to focus narrowly on single-object prompts with limited contextual diversity. In reality, each object or…

REVISE: A Tool for Measuring and Mitigating Bias in Visual Datasets

2020-04-16 · ECCV 2020 8 · Angelina Wang, Alexander Liu, Ryan Zhang, Anat Kleiman 외

Machine learning models are known to perpetuate and even amplify the biases present in the data. However, these data biases frequently do not become apparent until after the models are deployed. Our work tackles this iss…

BIG-bench Machine Learning