paper-with-me

홈 › Papers

How Robust is Unsupervised Representation Learning to Distribution Shift?

2022-06-17 · Yuge Shi, Imant Daunhawer, Julia E. Vogt, Philip H. S. Torr, Amartya Sanyal

The robustness of machine learning algorithms to distributions shift is primarily discussed in the context of supervised learning (SL). As such, there is a lack of insight on the robustness of the representations learned from unsupervised methods, such as self-supervised learning (SSL) and auto-encoder based algorithms (AE), to distribution shift. We posit that the input-driven objectives of unsupervised algorithms lead to representations that are more robust to distribution shift than the target-driven objective of SL. We verify this by extensively evaluating the performance of SSL and AE on both synthetic and realistic distribution shift datasets. Following observations that the linear layer used for classification itself can be susceptible to spurious correlations, we evaluate the representations using a linear head trained on a small amount of out-of-distribution (OOD) data, to isolate the robustness of the learned representations from that of the linear head. We also develop "controllable" versions of existing realistic domain generalisation datasets with adjustable degrees of distribution shifts. This allows us to study the robustness of different learning algorithms under versatile yet realistic distribution shift conditions. Our experiments show that representations learned from unsupervised learning algorithms generalise better than SL under a wide variety of extreme as well as realistic distribution shifts.

📄 PDF Abstract BibTeX arXiv:2206.08871

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

CULT: Continual Unsupervised Learning with Typicality-Based Environment Detection

2022-07-17 · Oliver Daniels-Koch

We introduce CULT (Continual Unsupervised Representation Learning with Typicality-Based Environment Detection), a new algorithm for continual unsupervised learning with variational auto-encoders. CULT uses a simple typic…

Representation Learning

Hidden Covariate Shift: A Minimal Assumption For Domain Adaptation

2019-07-29 · Victor Bouvier, Philippe Very, Céline Hudelot, Clément Chastagnol

Unsupervised Domain Adaptation aims to learn a model on a source domain with labeled data in order to perform well on unlabeled data of a target domain. Current approaches focus on learning \textit{Domain Invariant Repre…

Domain AdaptationUnsupervised Domain Adaptation

Learning Transferrable Representations for Unsupervised Domain Adaptation

2016-12-01 · NeurIPS 2016 12 · Ozan Sener, Hyun Oh Song, Ashutosh Saxena, Silvio Savarese

Supervised learning with large scale labelled datasets and deep layered models has caused a paradigm shift in diverse areas in learning and recognition. However, this approach still suffers from generalization issues und…

Domain AdaptationObject RecognitionUnsupervised Domain Adaptation

Learning Weighted Representations for Generalization Across Designs

2018-02-23 · ICLR 2018 1 · Fredrik D. Johansson, Nathan Kallus, Uri Shalit, David Sontag

Predictive models that generalize well under distributional shift are often desirable and sometimes crucial to building robust and reliable machine learning applications. We focus on distributional shift that arises in c…

Causal InferenceDomain AdaptationRepresentation LearningUnsupervised Domain Adaptation

Source-free Domain Adaptation Requires Penalized Diversity

2023-04-06 · Laya Rafiee Sevyeri, Ivaxi Sheth, Farhood Farahnak, Alexandre See 외

While neural networks are capable of achieving human-like performance in many tasks such as image classification, the impressive performance of each model is limited to its own dataset. Source-free domain adaptation (SFD…

DiversityDomain Adaptationimage-classificationImage Classification+2