paper-with-me

홈 › Papers

Bias In, Bias Out? Finding Unbiased Subnetworks in Vanilla Models

2026-03-05 · Ivan Luiz De Moura Matos, Abdel Djalil Sad Saoud, Ekaterina Iakovleva, Vito Paolo Pastore, Enzo Tartaglione arxiv

The issue of algorithmic biases in deep learning has led to the development of various debiasing techniques, many of which perform complex training procedures or dataset manipulation. However, an intriguing question arises: is it possible to extract fair and bias-agnostic subnetworks from standard vanilla-trained models without relying on additional data, such as unbiased training set? In this work, we introduce Bias-Invariant Subnetwork Extraction (BISE), a learning strategy that identifies and isolates "bias-free" subnetworks that already exist within conventionally trained models, without retraining or finetuning the original parameters. Our approach demonstrates that such subnetworks can be extracted via pruning and can operate without modification, effectively relying less on biased features and maintaining robust performance. Our findings contribute towards efficient bias mitigation through structural adaptation of pre-trained neural networks via parameter removal, as opposed to costly strategies that are either data-centric or involve (re)training all model parameters. Extensive experiments on common benchmarks show the advantages of our approach in terms of the performance and computational efficiency of the resulting debiased model.

📄 PDF Abstract BibTeX arXiv:2603.05582

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Training Debiased Subnetworks with Contrastive Weight Pruning

2022-10-11 · CVPR 2023 1 · Geon Yeong Park, Sangmin Lee, Sang Wan Lee, Jong Chul Ye

Neural networks are often biased to spuriously correlated features that provide misleading statistical evidence that does not generalize. This raises an interesting question: ``Does an optimal unbiased functional subnetw…

Facial Attribute Classification

Unbiased Gradient Boosting Decision Tree with Unbiased Feature Importance

2023-05-18 · Zheyu Zhang, Tianping Zhang, Jian Li

Gradient Boosting Decision Tree (GBDT) has achieved remarkable success in a wide variety of applications. The split finding algorithm, which determines the tree construction process, is one of the most crucial components…

Feature Importancefeature selection

A Win-win Deal: Towards Sparse and Robust Pre-trained Language Models

2022-10-11 · Yuanxin Liu, Fandong Meng, Zheng Lin, Jiangnan Li 외

Despite the remarkable success of pre-trained language models (PLMs), they still face two challenges: First, large-scale PLMs are inefficient in terms of memory footprint and computation. Second, on the downstream tasks,…

Natural Language Understanding

Learning to Rebalance Multi-Modal Optimization by Adaptively Masking Subnetworks

2024-04-12 · Yang Yang, Hongpeng Pan, Qing-Yuan Jiang, Yi Xu 외

Multi-modal learning aims to enhance performance by unifying models from various modalities but often faces the "modality imbalance" problem in real data, leading to a bias towards dominant modalities and neglecting othe…

Debiasing surgeon: fantastic weights and how to find them

2024-03-21 · Rémi Nahon, Ivan Luiz De Moura Matos, Van-Tam Nguyen, Enzo Tartaglione

Nowadays an ever-growing concerning phenomenon, the emergence of algorithmic biases that can lead to unfair models, emerges. Several debiasing approaches have been proposed in the realm of deep learning, employing more o…