paper-with-me

홈 › Papers

Self-Adaptive Training: Bridging Supervised and Self-Supervised Learning

2021-01-21 · Lang Huang, Chao Zhang, Hongyang Zhang

We propose self-adaptive training -- a unified training algorithm that dynamically calibrates and enhances training processes by model predictions without incurring an extra computational cost -- to advance both supervised and self-supervised learning of deep neural networks. We analyze the training dynamics of deep networks on training data that are corrupted by, e.g., random noise and adversarial examples. Our analysis shows that model predictions are able to magnify useful underlying information in data and this phenomenon occurs broadly even in the absence of any label information, highlighting that model predictions could substantially benefit the training processes: self-adaptive training improves the generalization of deep networks under noise and enhances the self-supervised representation learning. The analysis also sheds light on understanding deep learning, e.g., a potential explanation of the recently-discovered double-descent phenomenon in empirical risk minimization and the collapsing issue of the state-of-the-art self-supervised learning algorithms. Experiments on the CIFAR, STL, and ImageNet datasets verify the effectiveness of our approach in three applications: classification with label noise, selective classification, and linear evaluation. To facilitate future research, the code has been made publicly available at https://github.com/LayneH/self-adaptive-training.

📄 PDF Abstract BibTeX arXiv:2101.08732

Code (2)

LayneH/self-adaptive-training 공식 구현 pytorch
LayneH/SAT-selective-cls pytorch

Tasks

Linear evaluationRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Self-adaptive Training Self-adaptive Training is a training algorithm that dynamically corrects problematic training labels by model predictions to improve generalization of deep learning for…

Similar Papers 제목 키워드 기반

QuadFormer: Quadruple Transformer for Unsupervised Domain Adaptation in Power Line Segmentation of Aerial Images

2022-11-29 · Pratyaksh Prabhav Rao, Feng Qiao, Weide Zhang, Yiliang Xu 외

Accurate segmentation of power lines in aerial images is essential to ensure the flight safety of aerial vehicles. Acquiring high-quality ground truth annotations for training a deep learning model is a laborious process…

Domain AdaptationPseudo LabelSegmentationSemantic Segmentation+1

DA-UCT: Self-Supervised Domain-Adaptive Ultrasound Computed Tomography for Rapid Musculoskeletal Sound Speed Reconstruction

2026-05-24 · Tianyu Liu, Heyu Ma, Aiduo Wang, Peiwen Li 외 arxiv

Ultrasound computed tomography (UCT) via full waveform inversion (FWI) enables high-resolution quantitative imaging for tissue characterization and disease diagnosis. However, UCT suffers from large computational burden …

Self-Supervised Learning

Semi-supervised learning for joint SAR and multispectral land cover classification

2021-08-20 · Antonio Montanaro, Diego Valsesia, Giulia Fracastoro, Enrico Magli

Semi-supervised learning techniques are gaining popularity due to their capability of building models that are effective, even when scarce amounts of labeled data are available. In this paper, we present a framework and …

Land Cover ClassificationSelf-Supervised Learning

Self-Supervised Enhancement of Forward-Looking Sonar Images: Bridging Cross-Modal Degradation Gaps through Feature Space Transformation and Multi-Frame Fusion

2025-04-15 · Zhisheng Zhang, Peng Zhang, Fengxiang Wang, Liangli Ma 외

Enhancing forward-looking sonar images is critical for accurate underwater target detection. Current deep learning methods mainly rely on supervised training with simulated data, but the difficulty in obtaining high-qual…

Self-Supervised GANs via Auxiliary Rotation Loss

2018-11-27 · CVPR 2019 6 · Ting Chen, Xiaohua Zhai, Marvin Ritter, Mario Lucic 외

Conditional GANs are at the forefront of natural image synthesis. The main drawback of such models is the necessity for labeled data. In this work we exploit two popular unsupervised learning techniques, adversarial trai…

Image GenerationRepresentation Learning