paper-with-me

홈 › Papers

Self-Supervised Pretraining Improves Self-Supervised Pretraining

2021-03-23 · Colorado J. Reed, Xiangyu Yue, Ani Nrusimha, Sayna Ebrahimi, Vivek Vijaykumar, Richard Mao, Bo Li, Shanghang Zhang, Devin Guillory, Sean Metzger, Kurt Keutzer, Trevor Darrell

While self-supervised pretraining has proven beneficial for many computer vision tasks, it requires expensive and lengthy computation, large amounts of data, and is sensitive to data augmentation. Prior work demonstrates that models pretrained on datasets dissimilar to their target data, such as chest X-ray models trained on ImageNet, underperform models trained from scratch. Users that lack the resources to pretrain must use existing models with lower performance. This paper explores Hierarchical PreTraining (HPT), which decreases convergence time and improves accuracy by initializing the pretraining process with an existing pretrained model. Through experimentation on 16 diverse vision datasets, we show HPT converges up to 80x faster, improves accuracy across tasks, and improves the robustness of the self-supervised pretraining process to changes in the image augmentation policy or amount of pretraining data. Taken together, HPT provides a simple framework for obtaining better pretrained representations with less computational resources.

📄 PDF Abstract BibTeX arXiv:2103.12718

Code (1)

cjrd/self-supervised-pretraining 공식 구현 pytorch

Tasks

Data AugmentationImage Augmentation

Similar Papers 제목 키워드 기반

A Survey of the Impact of Self-Supervised Pretraining for Diagnostic Tasks with Radiological Images

2023-09-05 · Blake VanBerlo, Jesse Hoey, Alexander Wong

Self-supervised pretraining has been observed to be effective at improving feature representations for transfer learning, leveraging large amounts of unlabelled data. This review summarizes recent research into its usage…

Clinical KnowledgeDiagnosticSelf-Supervised LearningTransfer Learning

DETReg: Unsupervised Pretraining with Region Priors for Object Detection

2021-06-08 · CVPR 2022 1 · Amir Bar, Xin Wang, Vadim Kantorov, Colorado J Reed 외

Recent self-supervised pretraining methods for object detection largely focus on pretraining the backbone of the object detector, neglecting key parts of detection architecture. Instead, we introduce DETReg, a new self-s…

Few-Shot LearningFew-Shot Object DetectionObjectobject-detection+5

Learning What to Predict: Downstream-Guided Task Design for Continued Pretraining

2026-01-29 · Shuqi Ke, Giulia Fanti arxiv

Continued pretraining is optimized with fixed self-supervised tasks but selected by downstream performance, creating a coarse feedback loop in which practitioners evaluate checkpoints, change data mixtures or objectives,…

Semantic SegmentationDepth Estimation

Self-supervised Pretraining for Robust Personalized Voice Activity Detection in Adverse Conditions

2023-12-27 · Holger Severin Bovbjerg, Jesper Jensen, Jan Østergaard, Zheng-Hua Tan

In this paper, we propose the use of self-supervised pretraining on a large unlabelled data set to improve the performance of a personalized voice activity detection (VAD) model in adverse conditions. We pretrain a long …

Action DetectionActivity DetectionDenoising

Selfie: Self-supervised Pretraining for Image Embedding

2019-06-07 · Trieu H. Trinh, Minh-Thang Luong, Quoc V. Le

We introduce a pretraining technique called Selfie, which stands for SELFie supervised Image Embedding. Selfie generalizes the concept of masked language modeling of BERT (Devlin et al., 2019) to continuous data, such as…

Language ModelingLanguage ModellingMasked Language Modeling