paper-with-me

홈 › Papers

BLADE: Bias-Linked Adaptive DEbiasing

2025-10-05 · Piyush Arora, Navlika Singh, Vasubhya Diwan, Pratik Mazumder arxiv

Neural networks have revolutionized numerous fields, yet they remain vulnerable to a critical flaw: the tendency to learn implicit biases, spurious correlations between certain attributes and target labels in training data. These biases are often more prevalent and easier to learn, causing models to rely on superficial patterns rather than task-relevant features necessary for generalization. Existing methods typically rely on strong assumptions, such as prior knowledge of these biases or access to bias-conflicting samples, i.e., samples that contradict spurious correlations and counterbalance bias-aligned samples, samples that conform to these spurious correlations. However, such assumptions are often impractical in real-world settings. We propose BLADE ({B}ias-{L}inked {A}daptive {DE}biasing), a generative debiasing framework that requires no prior knowledge of bias or bias-conflicting samples. BLADE first trains a generative model to translate images across bias domains while preserving task-relevant features. Then, it adaptively refines each image with its synthetic counterpart based on the image's susceptibility to bias. To encourage robust representations, BLADE aligns an image with its bias-translated synthetic counterpart that shares task-relevant features but differs in bias, while misaligning it with samples sharing the same bias. We evaluate BLADE on multiple benchmark datasets and show that it significantly outperforms state-of-the-art methods. Notably, it exceeds the closest baseline by an absolute margin of around 18% on the corrupted CIFAR-10 dataset under the worst group setting, establishing a new benchmark in bias mitigation and demonstrating its potential for developing more robust deep learning models without explicit supervision.

📄 PDF Abstract BibTeX arXiv:2510.04174

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Medical Image Debiasing by Learning Adaptive Agreement from a Biased Council

2024-01-22 · Luyang Luo, Xin Huang, Minghao Wang, Zhuoyue Wan 외

Deep learning could be prone to learning shortcuts raised by dataset bias and result in inaccurate, unreliable, and unfair models, which impedes its adoption in real-world clinical applications. Despite its significance,…

Attributeimage-classificationImage ClassificationMedical Image Classification

Online Debiasing for Adaptively Collected High-dimensional Data with Applications to Time Series Analysis

2019-11-04 · Yash Deshpande, Adel Javanmard, Mohammad Mehrabi

Adaptive collection of data is commonplace in applications throughout science and engineering. From the point of view of statistical inference however, adaptive data collection induces memory and correlation in the sampl…

Time SeriesTime Series Analysis

Selective Test-Time Debiasing for CLIP via Reward Gating

2026-07-01 · Jaeho Han, Jisoo Yang, Hyeondong Woo, Mingyu Jeon 외 arxiv

Vision language models (VLMs) demonstrate strong zero-shot performance, but often perpetuate social stereotypes in person-centric queries, yielding skewed demographic distributions. Current debiasing methods apply unifor…

Reinforcement LearningTest-time Adaptation

Beyond Spurious Signals: Debiasing Multimodal Large Language Models via Counterfactual Inference and Adaptive Expert Routing

2025-09-18 · Zichen Wu, Hsiu-Yuan Huang, Yunfang Wu arxiv

Multimodal Large Language Models (MLLMs) have shown substantial capabilities in integrating visual and textual information, yet frequently rely on spurious correlations, undermining their robustness and generalization in…

Multimodal ReasoningSentiment AnalysisSarcasm Detection

Adaptive loose optimization for robust question answering

2023-05-06 · Jie Ma, Pinghui Wang, Zewei Wang, Dechen Kong 외

Question answering methods are well-known for leveraging data bias, such as the language prior in visual question answering and the position bias in machine reading comprehension (extractive question answering). Current …

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringReading Comprehension+2