paper-with-me

Papers

Post-hoc Spurious Correlation Neutralization with Single-Weight Fictitious Class Unlearning

2025-01-24 · Shahin Hakemi, Naveed Akhtar, Ghulam Mubashar Hassan, Ajmal Mian

Neural network training tends to exploit the simplest features as shortcuts to greedily minimize training loss. However, some of these features might be spuriously correlated with the target labels, leading to incorrect predictions by the model. Several methods have been proposed to address this issue. Focusing on suppressing the spurious correlations with model training, they not only incur additional training cost, but also have limited practical utility as the model misbehavior due to spurious relations is usually discovered after its deployment. It is also often overlooked that spuriousness is a subjective notion. Hence, the precise questions that must be investigated are; to what degree a feature is spurious, and how we can proportionally distract the model's attention from it for reliable prediction. To this end, we propose a method that enables post-hoc neutralization of spurious feature impact, controllable to an arbitrary degree. We conceptualize spurious features as fictitious sub-classes within the original classes, which can be eliminated by a class removal scheme. We then propose a unique precise class removal technique that employs a single-weight modification, which entails negligible performance compromise for the remaining classes. We perform extensive experiments, demonstrating that by editing just a single weight in a post-hoc manner, our method achieves highly competitive, or better performance against the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2501.14182

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Deep Attention Reweighting: Post-Hoc Attention-Based Feature Aggregation in CNNs for Disentangling Core and Spurious Features under Spurious Correlations

2026-05-20 · Kin Whye Chew, Jingxian Wang arxiv

Convolutional Neural Networks (CNNs) often exploit spurious correlations in datasets, learning superficially predictive yet causally irrelevant features, leading to poor generalization and fairness issues. Deep Feature R…

Assessing Robustness to Spurious Correlations in Post-Training Language Models

2025-05-09 · Julia Shuieh, Prasann Singhal, Apaar Shanker, John Heyer 외

Supervised and preference-based fine-tuning techniques have become popular for aligning large language models (LLMs) with user intent and correctness criteria. However, real-world training data often exhibits spurious co…

Instruction FollowingMathematical ReasoningQuestion Answering

Fairness via Representation Neutralization

2021-06-23 · NeurIPS 2021 12 · Mengnan Du, Subhabrata Mukherjee, Guanchu Wang, Ruixiang Tang 외

Existing bias mitigation methods for DNN models primarily work on learning debiased encoders. This process not only requires a lot of instance-level annotations for sensitive attributes, it also does not guarantee that a…

AttributeClassificationFairness

Implicit Visual Bias Mitigation by Posterior Estimate Sharpening of a Bayesian Neural Network

2023-03-29 · Rebecca S Stone, Nishant Ravikumar, Andrew J Bulpitt, David C Hogg

The fairness of a deep neural network is strongly affected by dataset bias and spurious correlations, both of which are usually present in modern feature-rich and complex visual datasets. Due to the difficulty and variab…

Fairness

Explainer Divergence Scores (EDS): Some Post-Hoc Explanations May be Effective for Detecting Unknown Spurious Correlations

2022-11-14 · Shea Cardozo, Gabriel Islas Montero, Dmitry Kazhdan, Botty Dimanov 외

Recent work has suggested post-hoc explainers might be ineffective for detecting spurious correlations in Deep Neural Networks (DNNs). However, we show there are serious weaknesses with the existing evaluation frameworks…