paper-with-me

홈 › Papers

Inference-Time Rule Eraser: Fair Recognition via Distilling and Removing Biased Rules

2024-04-07 · Yi Zhang, Dongyuan Lu, Jitao Sang

Machine learning models often make predictions based on biased features such as gender, race, and other social attributes, posing significant fairness risks, especially in societal applications, such as hiring, banking, and criminal justice. Traditional approaches to addressing this issue involve retraining or fine-tuning neural networks with fairness-aware optimization objectives. However, these methods can be impractical due to significant computational resources, complex industrial tests, and the associated CO2 footprint. Additionally, regular users often fail to fine-tune models because they lack access to model parameters In this paper, we introduce the Inference-Time Rule Eraser (Eraser), a novel method designed to address fairness concerns by removing biased decision-making rules from deployed models during inference without altering model weights. We begin by establishing a theoretical foundation for modifying model outputs to eliminate biased rules through Bayesian analysis. Next, we present a specific implementation of Eraser that involves two stages: (1) distilling the biased rules from the deployed model into an additional patch model, and (2) removing these biased rules from the output of the deployed model during inference. Extensive experiments validate the effectiveness of our approach, showcasing its superior performance in addressing fairness concerns in AI systems.

📄 PDF Abstract BibTeX arXiv:2404.04814

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

ERASER: Machine Unlearning in MLaaS via an Inference Serving-Aware Approach

2023-11-03 · Yuke Hu, Jian Lou, Jiaqi Liu, Wangze Ni 외

Over the past years, Machine Learning-as-a-Service (MLaaS) has received a surging demand for supporting Machine Learning-driven services to offer revolutionized user experience across diverse application areas. MLaaS pro…

Machine Unlearning

ID-Eraser: Proactive Defense Against Face Swapping via Identity Perturbation

2026-04-23 · Junyan Luo, Peipeng Yu, Jianwei Fei, Shiya Zeng 외 arxiv

Deepfake technologies have rapidly advanced with modern generative AI, and face swapping in particular poses serious threats to privacy and digital security. Existing proactive defenses mostly rely on pixel-level perturb…

Face RecognitionFace Swapping

Federated Unlearning

2020-12-27 · Gaoyang Liu, Xiaoqiang Ma, Yang Yang, Chen Wang 외

Federated learning (FL) has recently emerged as a promising distributed machine learning (ML) paradigm. Practical needs of the "right to be forgotten" and countering data poisoning attacks call for efficient techniques t…

Data PoisoningFederated Learning

Federated Learning with Domain Shift Eraser

2025-03-17 · CVPR 2025 1 · Zihui Wang, Zheng Wang, Xiaoliang Fan, Cheng Wang

Federated learning (FL) is emerging as a promising technique for collaborative learning without local data leaving their devices. However, clients' data originating from diverse domains may degrade model performance due …

Federated Learning

Spurious Feature Eraser: Stabilizing Test-Time Adaptation for Vision-Language Foundation Model

2024-03-01 · Huan Ma, Yan Zhu, Changqing Zhang, Peilin Zhao 외

Vision-language foundation models have exhibited remarkable success across a multitude of downstream tasks due to their scalability on extensive image-text paired data. However, these models also display significant limi…

Fine-Grained Image Classificationimage-classificationImage ClassificationLanguage Modelling+1