paper-with-me

홈 › Papers

Freeze then Train: Towards Provable Representation Learning under Spurious Correlations and Feature Noise

2022-10-20 · Haotian Ye, James Zou, Linjun Zhang

The existence of spurious correlations such as image backgrounds in the training environment can make empirical risk minimization (ERM) perform badly in the test environment. To address this problem, Kirichenko et al. (2022) empirically found that the core features that are related to the outcome can still be learned well even with the presence of spurious correlations. This opens a promising strategy to first train a feature learner rather than a classifier, and then perform linear probing (last layer retraining) in the test environment. However, a theoretical understanding of when and why this approach works is lacking. In this paper, we find that core features are only learned well when their associated non-realizable noise is smaller than that of spurious features, which is not necessarily true in practice. We provide both theories and experiments to support this finding and to illustrate the importance of non-realizable noise. Moreover, we propose an algorithm called Freeze then Train (FTT), that first freezes certain salient features and then trains the rest of the features using ERM. We theoretically show that FTT preserves features that are more beneficial to test time probing. Across two commonly used spurious correlation datasets, FTT outperforms ERM, IRM, JTT and CVaR-DRO, with substantial improvement in accuracy (by 4.5%) when the feature noise is large. FTT also performs better on general distribution shift benchmarks.

📄 PDF Abstract BibTeX arXiv:2210.11075

Code (1)

ywolfeee/freeze-then-train 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Endowing Pre-trained Graph Models with Provable Fairness

2024-02-19 · Zhongjian Zhang, Mengmei Zhang, Yue Yu, Cheng Yang 외

Pre-trained graph models (PGMs) aim to capture transferable inherent structural properties and apply them to different downstream tasks. Similar to pre-trained language models, PGMs also inherit biases from human society…

AttributeFairnessNode Classification

Don't freeze: Finetune encoders for better Self-Supervised HAR

2023-07-03 · Vitor Fortes Rey, Dominique Nshimyimana, Paul Lukowicz

Recently self-supervised learning has been proposed in the field of human activity recognition as a solution to the labelled data availability problem. The idea being that by using pretext tasks such as reconstruction or…

Activity RecognitionHuman Activity RecognitionSelf-Supervised Learning

4Real: Towards Photorealistic 4D Scene Generation via Video Diffusion Models

2024-06-11 · Heng Yu, Chaoyang Wang, Peiye Zhuang, Willi Menapace 외

Existing dynamic scene generation methods mostly rely on distilling knowledge from pre-trained 3D generative models, which are typically fine-tuned on synthetic object datasets. As a result, the generated scenes are ofte…

Scene GenerationVideo Generation

FreeZe: Training-free zero-shot 6D pose estimation with geometric and vision foundation models

2023-12-01 · Andrea Caraffa, Davide Boscaini, Amir Hamza, Fabio Poiesi

Estimating the 6D pose of objects unseen during training is highly desirable yet challenging. Zero-shot object 6D pose estimation methods address this challenge by leveraging additional task-specific supervision provided…

6D Pose EstimationObjectPose EstimationZero-Shot Learning

TimelyFreeze: Adaptive Parameter Freezing Mechanism for Pipeline Parallelism

2026-02-05 · Seonghye Cho, Jaemin Han, Hyunjin Kim, Euisoo Jung 외 arxiv

Pipeline parallelism enables training models that exceed single-device memory, but practical throughput remains limited by pipeline bubbles. Although parameter freezing can improve training throughput by adaptively skipp…