paper-with-me

홈 › Papers

Beyond Distribution Shift: Spurious Features Through the Lens of Training Dynamics

2023-02-18 · Nihal Murali, Aahlad Puli, Ke Yu, Rajesh Ranganath, Kayhan Batmanghelich

Deep Neural Networks (DNNs) are prone to learning spurious features that correlate with the label during training but are irrelevant to the learning problem. This hurts model generalization and poses problems when deploying them in safety-critical applications. This paper aims to better understand the effects of spurious features through the lens of the learning dynamics of the internal neurons during the training process. We make the following observations: (1) While previous works highlight the harmful effects of spurious features on the generalization ability of DNNs, we emphasize that not all spurious features are harmful. Spurious features can be "benign" or "harmful" depending on whether they are "harder" or "easier" to learn than the core features for a given model. This definition is model and dataset-dependent. (2) We build upon this premise and use instance difficulty methods (like Prediction Depth (Baldock et al., 2021)) to quantify "easiness" for a given model and to identify this behavior during the training phase. (3) We empirically show that the harmful spurious features can be detected by observing the learning dynamics of the DNN's early layers. In other words, easy features learned by the initial layers of a DNN early during the training can (potentially) hurt model generalization. We verify our claims on medical and vision datasets, both simulated and real, and justify the empirical success of our hypothesis by showing the theoretical connections between Prediction Depth and information-theoretic concepts like V-usable information (Ethayarajh et al., 2021). Lastly, our experiments show that monitoring only accuracy during training (as is common in machine learning pipelines) is insufficient to detect spurious features. We, therefore, highlight the need for monitoring early training dynamics using suitable instance difficulty metrics.

📄 PDF Abstract BibTeX arXiv:2302.09344

Code (1)

batmanlab/tmlr23_dynamics_of_spurious_features 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Entropy Penalty: Towards Generalization Beyond the IID Assumption

2019-09-25 · Devansh Arpit, Caiming Xiong, Richard Socher

It has been shown that instead of learning actual object features, deep networks tend to exploit non-robust (spurious) discriminative features that are shared between training and test sets. Therefore, while they achieve…

Even Small Correlation and Diversity Shifts Pose Dataset-Bias Issues

2023-05-09 · Alceu Bissoto, Catarina Barata, Eduardo Valle, Sandra Avila

Distribution shifts are common in real-world datasets and can affect the performance and reliability of deep learning models. In this paper, we study two types of distribution shifts: diversity shifts, which occur when t…

Diversity

Examining and Combating Spurious Features under Distribution Shift

2021-06-14 · Chunting Zhou, Xuezhe Ma, Paul Michel, Graham Neubig

A central goal of machine learning is to learn robust representations that capture the causal relationship between inputs features and output labels. However, minimizing empirical risk over finite or biased datasets ofte…

Invariant Representation via Decoupling Style and Spurious Features from Images

2023-12-11 · Ruimeng Li, Yuanhao Pu, Zhaoyi Li, Hong Xie 외

This paper considers the out-of-distribution (OOD) generalization problem under the setting that both style distribution shift and spurious features exist and domain labels are missing. This setting frequently arises in …

Image GenerationRepresentation Learning

Continual Feature Selection: Spurious Features in Continual Learning

2022-03-02 · Timothée Lesort

Continual Learning (CL) is the research field addressing learning without forgetting when the data distribution is not static. This paper studies spurious features' influence on continual learning algorithms. We show tha…

Continual Learningfeature selection