paper-with-me

Papers

Removing Spurious Concepts from Neural Network Representations via Joint Subspace Estimation

2023-10-18 · Floris Holstege, Bram Wouters, Noud van Giersbergen, Cees Diks

Out-of-distribution generalization in neural networks is often hampered by spurious correlations. A common strategy is to mitigate this by removing spurious concepts from the neural network representation of the data. Existing concept-removal methods tend to be overzealous by inadvertently eliminating features associated with the main task of the model, thereby harming model performance. We propose an iterative algorithm that separates spurious from main-task concepts by jointly identifying two low-dimensional orthogonal subspaces in the neural network representation. We evaluate the algorithm on benchmark datasets for computer vision (Waterbirds, CelebA) and natural language processing (MultiNLI), and show that it outperforms existing concept removal methods

📄 PDF Abstract BibTeX arXiv:2310.11991

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Quantifying Structure in CLIP Embeddings: A Statistical Framework for Concept Interpretation

2025-06-16 · Jitian Zhao, Chenghui Li, Frederic Sala, Karl Rohe

Concept-based approaches, which aim to identify human-understandable concepts within a model's internal representations, are a promising method for interpreting embeddings from deep neural network models, such as CLIP. W…

OSCaR: Orthogonal Subspace Correction and Rectification of Biases in Word Embeddings

2020-06-30 · EMNLP 2021 11 · Sunipa Dev, Tao Li, Jeff M. Phillips, Vivek Srikumar

Language representations are known to carry stereotypical biases and, as a result, lead to biased predictions in downstream tasks. While existing methods are effective at mitigating biases by linear projection, such meth…

Word Embeddings

Does SGD really happen in tiny subspaces?

2024-05-25 · Minhak Song, Kwangjun Ahn, Chulhee Yun

Understanding the training dynamics of deep neural networks is challenging due to their high-dimensional nature and intricate loss landscapes. Recent studies have revealed that, along the training trajectory, the gradien…

Identifying Interpretable Subspaces in Image Representations

2023-07-20 · Neha Kalibhat, Shweta Bhardwaj, Bayan Bruss, Hamed Firooz 외

We propose Automatic Feature Explanation using Contrasting Concepts (FALCON), an interpretability framework to explain features of image representations. For a target feature, FALCON captions its highly activating croppe…

counterfactualLanguage ModelingLanguage Modelling

Identifying and Disentangling Spurious Features in Pretrained Image Representations

2023-06-22 · Rafayel Darbinyan, Hrayr Harutyunyan, Aram H. Markosyan, Hrant Khachatrian

Neural networks employ spurious correlations in their predictions, resulting in decreased performance when these correlations do not hold. Recent works suggest fixing pretrained representations and training a classificat…