paper-with-me

홈 › Papers

Adaptive Regularization of Labels

2019-08-15 · Qianggang Ding, Sifan Wu, Hao Sun, Jiadong Guo, Shu-Tao Xia

Recently, a variety of regularization techniques have been widely applied in deep neural networks, such as dropout, batch normalization, data augmentation, and so on. These methods mainly focus on the regularization of weight parameters to prevent overfitting effectively. In addition, label regularization techniques such as label smoothing and label disturbance have also been proposed with the motivation of adding a stochastic perturbation to labels. In this paper, we propose a novel adaptive label regularization method, which enables the neural network to learn from the erroneous experience and update the optimal label representation online. On the other hand, compared with knowledge distillation, which learns the correlation of categories using teacher network, our proposed method requires only a minuscule increase in parameters without cumbersome teacher network. Furthermore, we evaluate our method on CIFAR-10/CIFAR-100/ImageNet datasets for image recognition tasks and AGNews/Yahoo/Yelp-Full datasets for text classification tasks. The empirical results show significant improvement under all experimental settings.

📄 PDF Abstract BibTeX arXiv:1908.05474

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationKnowledge Distillationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Adversarial Attacked Teacher for Unsupervised Domain Adaptive Object Detection

2024-08-18 · Kaiwen Wang, Yinzhe Shen, Martin Lauer

Object detectors encounter challenges in handling domain shifts. Cutting-edge domain adaptive object detection methods use the teacher-student framework and domain adversarial learning to generate domain-invariant pseudo…

object-detectionObject DetectionPseudo Label

Rethinking Soft Labels for Knowledge Distillation: A Bias–Variance Tradeoff Perspective

2021-01-01 · ICLR 2021 1 · Helong Zhou, Liangchen Song, Jiajie Chen, Ye Zhou 외

Knowledge distillation is an effective approach to leverage a well-trained network or an ensemble of them, named as the teacher, to guide the training of a student network. The outputs from the teacher network are used …

Knowledge Distillation

Reliability-Adaptive Consistency Regularization for Weakly-Supervised Point Cloud Segmentation

2023-03-09 · Zhonghua Wu, Yicheng Wu, Guosheng Lin, Jianfei Cai

Weakly-supervised point cloud segmentation with extremely limited labels is highly desirable to alleviate the expensive costs of collecting densely annotated 3D points. This paper explores applying the consistency regula…

Point Cloud SegmentationSegmentationWeakly-supervised Learning

Rethinking Soft Labels for Knowledge Distillation: A Bias-Variance Tradeoff Perspective

2021-02-01 · Helong Zhou, Liangchen Song, Jiajie Chen, Ye Zhou 외

Knowledge distillation is an effective approach to leverage a well-trained network or an ensemble of them, named as the teacher, to guide the training of a student network. The outputs from the teacher network are used a…

Knowledge Distillation

Adaptively Weighted Data Augmentation Consistency Regularization for Robust Optimization under Concept Shift

2022-10-04 · Yijun Dong, Yuege Xie, Rachel Ward

Concept shift is a prevailing problem in natural tasks like medical image segmentation where samples usually come from different subpopulations with variant correlations between features and labels. One common type of co…

Data AugmentationImage SegmentationMedical Image SegmentationSegmentation+2