paper-with-me

홈 › Papers

In-N-Out: Pre-Training and Self-Training using Auxiliary Information for Out-of-Distribution Robustness

2020-12-08 · ICLR 2021 1 · Sang Michael Xie, Ananya Kumar, Robbie Jones, Fereshte Khani, Tengyu Ma, Percy Liang

Consider a prediction setting with few in-distribution labeled examples and many unlabeled examples both in- and out-of-distribution (OOD). The goal is to learn a model which performs well both in-distribution and OOD. In these settings, auxiliary information is often cheaply available for every input. How should we best leverage this auxiliary information for the prediction task? Empirically across three image and time-series datasets, and theoretically in a multi-task linear regression setting, we show that (i) using auxiliary information as input features improves in-distribution error but can hurt OOD error; but (ii) using auxiliary information as outputs of auxiliary pre-training tasks improves OOD error. To get the best of both worlds, we introduce In-N-Out, which first trains a model with auxiliary inputs and uses it to pseudolabel all the in-distribution inputs, then pre-trains a model on OOD auxiliary outputs and fine-tunes this model with the pseudolabels (self-training). We show both theoretically and empirically that In-N-Out outperforms auxiliary inputs or outputs alone on both in-distribution and OOD error.

📄 PDF Abstract BibTeX arXiv:2012.04550

Code (1)

https://worksheets.codalab.org/worksheets/0x2613c72d4f3f4fbb94e0a32c17ce5fb0 공식 구현

Tasks

Domain AdaptationTime SeriesTime Series AnalysisUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

T$^\text{3}$SVFND: Towards an Evolving Fake News Detector for Emergencies with Test-time Training on Short Video Platforms

2025-07-27 · Liyuan Zhang, Zeyun Cheng, Yan Yang, Yong Liu 외 arxiv

The existing methods for fake news videos detection may not be generalized, because there is a distribution shift between short video news of different events, and the performance of such techniques greatly drops if news…

Test-Time Fast Adaptation for Dynamic Scene Deblurring via Meta-Auxiliary Learning

2021-06-19 · CVPR 2021 1 · Zhixiang Chi, Yang Wang, Yuanhao Yu, Jin Tang

In this paper, we tackle the problem of dynamic scene deblurring. Most existing deep end-to-end learning approaches adopt the same generic model for all unseen test images. These solutions are sub-optimal, as they fa…

Auxiliary LearningDeblurringTest-time Adaptation

Transductive Auxiliary Task Self-Training for Neural Multi-Task Models

2019-08-16 · WS 2019 11 · Johannes Bjerva, Katharina Kann, Isabelle Augenstein

Multi-task learning and self-training are two common ways to improve a machine learning model's performance in settings with limited training data. Drawing heavily on ideas from those two approaches, we suggest transduct…

Multi-Task Learning

Improved Self-Supervised Multilingual Speech Representation Learning Combined with Auxiliary Language Information

2022-12-07 · Fenglin Ding, Genshun Wan, Pengcheng Li, Jia Pan 외

Multilingual end-to-end models have shown great improvement over monolingual systems. With the development of pre-training methods on speech, self-supervised multilingual speech representation learning like XLSR has show…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Representation Learningspeech-recognition+2

Distribution Matching Distillation without Fake Score Network

2026-05-19 · Youngjoong Kim, Deokyeong Lee, Jaesik Park arxiv

Distribution Matching Distillation (DMD) provides an effective distribution-level correction for few-step generation, while relying on an auxiliary fake-score network to track the evolving generative distribution. Recent…