paper-with-me

홈 › Papers

Self Training with Ensemble of Teacher Models

2021-07-17 · Soumyadeep Ghosh, Sanjay Kumar, Janu Verma, Awanish Kumar

In order to train robust deep learning models, large amounts of labelled data is required. However, in the absence of such large repositories of labelled data, unlabeled data can be exploited for the same. Semi-Supervised learning aims to utilize such unlabeled data for training classification models. Recent progress of self-training based approaches have shown promise in this area, which leads to this study where we utilize an ensemble approach for the same. A by-product of any semi-supervised approach may be loss of calibration of the trained model especially in scenarios where unlabeled data may contain out-of-distribution samples, which leads to this investigation on how to adapt to such effects. Our proposed algorithm carefully avoids common pitfalls in utilizing unlabeled data and leads to a more accurate and calibrated supervised model compared to vanilla self-training based student-teacher algorithms. We perform several experiments on the popular STL-10 database followed by an extensive analysis of our approach and study its effects on model accuracy and calibration.

📄 PDF Abstract BibTeX arXiv:2107.08211

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spatial Ensemble: a Novel Model Smoothing Mechanism for Student-Teacher Framework

2021-10-04 · NeurIPS 2021 12 · Tengteng Huang, Yifan Sun, Xun Wang, Haotian Yao 외

Model smoothing is of central importance for obtaining a reliable teacher model in the student-teacher framework, where the teacher generates surrogate supervision signals to train the student. A popular model smoothing …

Unity

Learn From the Past: Experience Ensemble Knowledge Distillation

2022-02-25 · Chaofei Wang, Shaowei Zhang, Shiji Song, Gao Huang

Traditional knowledge distillation transfers "dark knowledge" of a pre-trained teacher network to a student network, and ignores the knowledge in the training process of the teacher, which we call teacher's experience. H…

Knowledge DistillationTransfer Learning

Stochastic Precision Ensemble: Self-Knowledge Distillation for Quantized Deep Neural Networks

2020-09-30 · Yoonho Boo, Sungho Shin, Jungwook Choi, Wonyong Sung

The quantization of deep neural networks (QDNNs) has been actively studied for deployment in edge devices. Recent studies employ the knowledge distillation (KD) method to improve the performance of quantized networks. In…

image-classificationImage ClassificationKnowledge DistillationQuantization+3

Distantly-Supervised Named Entity Recognition with Adaptive Teacher Learning and Fine-grained Student Ensemble

2022-12-13 · Xiaoye Qu, Jun Zeng, Daizong Liu, Zhefeng Wang 외

Distantly-Supervised Named Entity Recognition (DS-NER) effectively alleviates the data scarcity problem in NER by automatically generating training samples. Unfortunately, the distant supervision may induce noisy labels,…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

ST-CoNAL: Consistency-Based Acquisition Criterion Using Temporal Self-Ensemble for Active Learning

2022-07-05 · Jae Soon Baik, In Young Yoon, Jun Won Choi

Modern deep learning has achieved great success in various fields. However, it requires the labeling of huge amounts of data, which is expensive and labor-intensive. Active learning (AL), which identifies the most inform…

Active Learningimage-classificationImage Classification