paper-with-me

Papers

Null It Out: Guarding Protected Attributes by Iterative Nullspace Projection

2020-04-16 · ACL 2020 6 · Shauli Ravfogel, Yanai Elazar, Hila Gonen, Michael Twiton, Yoav Goldberg

The ability to control for the kinds of information encoded in neural representation has a variety of use cases, especially in light of the challenge of interpreting these models. We present Iterative Null-space Projection (INLP), a novel method for removing information from neural representations. Our method is based on repeated training of linear classifiers that predict a certain property we aim to remove, followed by projection of the representations on their null-space. By doing so, the classifiers become oblivious to that target property, making it hard to linearly separate the data according to it. While applicable for multiple uses, we evaluate our method on bias and fairness use-cases, and show that our method is able to mitigate bias in word embeddings, as well as to increase fairness in a setting of multi-class classification.

📄 PDF Abstract BibTeX arXiv:2004.07667

Code (2)

Shaul1321/nullspace_projection 공식 구현 pytorch
jasonshaoshun/amsal pytorch

Tasks

FairnessMulti-class ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Evaluating Debiasing Techniques for Intersectional Biases

2021-09-21 · EMNLP 2021 11 · Shivashankar Subramanian, Xudong Han, Timothy Baldwin, Trevor Cohn 외

Bias is pervasive in NLP models, motivating the development of automatic debiasing techniques. Evaluation of NLP debiasing methods has largely been limited to binary attributes in isolation, e.g., debiasing with respect …

NullSpaceNet: Nullspace Convoluional Neural Network with Differentiable Loss Function

2020-04-25 · Mohamed H. Abdelpakey, Mohamed S. Shehata

We propose NullSpaceNet, a novel network that maps from the pixel level input to a joint-nullspace (as opposed to the traditional feature space), where the newly learned joint-nullspace features have clearer interpretati…

Better Hit the Nail on the Head than Beat around the Bush: Removing Protected Attributes with a Single Projection

2022-12-08 · Pantea Haghighatkhah, Antske Fokkens, Pia Sommerauer, Bettina Speckmann 외

Bias elimination and recent probing studies attempt to remove specific information from embedding spaces. Here it is important to remove as much of the target information as possible, while preserving any other informati…

Approximate Nullspace Augmented Finetuning for Robust Vision Transformers

2024-03-15 · Haoyang Liu, Aditya Singh, Yijiang Li, Haohan Wang

Enhancing the robustness of deep learning models, particularly in the realm of vision transformers (ViTs), is crucial for their real-world deployment. In this work, we provide a finetuning approach to enhance the robustn…

Refusal Beyond a Single Direction: A Preliminary Comparison of Diff-in-Means and INLP

2026-06-11 · Elisabetta Rocchetti, Alfio Ferrara arxiv

Arditi et al. (2024) has shown that refusal in safety fine-tuned chat models is mediated by a single linear direction in the residual stream, recoverable by a difference-in-means (DiM) of harmful and harmless activations…