paper-with-me

Papers

How Well Does Self-Supervised Pre-Training Perform with Streaming ImageNet?

2021-09-28 · NeurIPS Workshop ImageNet_PPF 2021 12 · Dapeng Hu, Shipeng Yan, Qizhengqiu Lu, Lanqing Hong, Hailin Hu, Yifan Zhang, Zhenguo Li, Xinchao Wang, Jiashi Feng

Prior works on self-supervised pre-training focus on the joint training scenario, where massive unlabeled data are assumed to be given as input all at once, and only then is a learner trained. Unfortunately, such a problem setting is often impractical if not infeasible since many real-world tasks rely on sequential learning, e.g., data are decentralized or collected in a streaming fashion. In this paper, we conduct the first thorough and dedicated investigation on self-supervised pre-training with streaming data, aiming to shed light on the model behavior under this overlooked setup. Specifically, we pre-train over 500 models on four categories of pre-training streaming data from ImageNet and DomainNet and evaluate them on three types of downstream tasks and 12 different downstream datasets. Our studies show that, somehow beyond our expectation, with simple data replay or parameter regularization, sequential self-supervised pre-training turns out to be an efficient alternative for joint pre-training, as the performances of the former are mostly on par with those of the latter. Moreover, catastrophic forgetting, a common issue in sequential supervised learning, is much alleviated in sequential self-supervised learning (SSL), which is well justified through our comprehensive empirical analysis on representations and the sharpness of minima in the loss landscape. Our findings, therefore, suggest that, in practice, for SSL, the cumbersome joint training can be replaced mainly by sequential learning, which in turn enables a much broader spectrum of potential application scenarios.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

When Does Contrastive Visual Representation Learning Work?

2021-05-12 · CVPR 2022 1 · Elijah Cole, Xuan Yang, Kimberly Wilber, Oisin Mac Aodha 외

Recent self-supervised representation learning techniques have largely closed the gap between supervised and unsupervised learning on ImageNet classification. While the particulars of pretraining on ImageNet are now rela…

Contrastive LearningFine-Grained Image ClassificationRepresentation LearningSelf-Supervised Learning

How Useful is Self-Supervised Pretraining for Visual Tasks?

2020-03-31 · CVPR 2020 6 · Alejandro Newell, Jia Deng

Recent advances have spurred incredible progress in self-supervised pretraining for vision. We investigate what factors may play a role in the utility of these pretraining methods for practitioners. To do this, we evalua…

Linear evaluation

An Empirical Study of Training Self-Supervised Vision Transformers

2021-04-05 · ICCV 2021 10 · Xinlei Chen, Saining Xie, Kaiming He

This paper does not describe a novel method. Instead, it studies a straightforward, incremental, yet must-know baseline given the recent progress in computer vision: self-supervised learning for Vision Transformers (ViT)…

Out-of-Distribution GeneralizationSelf-Supervised Image ClassificationSelf-Supervised Learning

Emerging Properties in Self-Supervised Vision Transformers

2021-04-29 · ICCV 2021 10 · Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou 외

In this paper, we question if self-supervised learning provides new properties to Vision Transformer (ViT) that stand out compared to convolutional networks (convnets). Beyond the fact that adapting self-supervised metho…

Copy DetectionImage ClassificationImage RetrievalLinear evaluation+7

SEED: Self-supervised Distillation For Visual Representation

2021-01-12 · ICLR 2021 1 · Zhiyuan Fang, JianFeng Wang, Lijuan Wang, Lei Zhang 외

This paper is concerned with self-supervised learning for small models. The problem is motivated by our empirical studies that while the widely used contrastive self-supervised learning method has shown great progress on…

Knowledge DistillationSelf-Supervised LearningUnsupervised Pre-training