paper-with-me

Papers

Adversarial-Based Knowledge Distillation for Multi-Model Ensemble and Noisy Data Refinement

2019-08-22 · Zhiqiang Shen, Zhankui He, Wanyun Cui, Jiahui Yu, Yutong Zheng, Chenchen Zhu, Marios Savvides

Generic Image recognition is a fundamental and fairly important visual problem in computer vision. One of the major challenges of this task lies in the fact that single image usually has multiple objects inside while the labels are still one-hot, another one is noisy and sometimes missing labels when annotated by humans. In this paper, we focus on tackling these challenges accompanying with two different image recognition problems: multi-model ensemble and noisy data recognition with a unified framework. As is well-known, usually the best performing deep neural models are ensembles of multiple base-level networks, as it can mitigate the variation or noise containing in the dataset. Unfortunately, the space required to store these many networks, and the time required to execute them at runtime, prohibit their use in applications where test sets are large (e.g., ImageNet). In this paper, we present a method for compressing large, complex trained ensembles into a single network, where the knowledge from a variety of trained deep neural networks (DNNs) is distilled and transferred to a single DNN. In order to distill diverse knowledge from different trained (teacher) models, we propose to use adversarial-based learning strategy where we define a block-wise training loss to guide and optimize the predefined student network to recover the knowledge in teacher models, and to promote the discriminator network to distinguish teacher vs. student features simultaneously. Extensive experiments on CIFAR-10/100, SVHN, ImageNet and iMaterialist Challenge Dataset demonstrate the effectiveness of our MEAL method. On ImageNet, our ResNet-50 based MEAL achieves top-1/5 21.79%/5.99% val error, which outperforms the original model by 2.06%/1.14%. On iMaterialist Challenge Dataset, our MEAL obtains a remarkable improvement of top-3 1.15% (official evaluation metric) on a strong baseline model of ResNet-101.

📄 PDF Abstract BibTeX arXiv:1908.08520

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationMissing Labels

Similar Papers 제목 키워드 기반

NEO-KD: Knowledge-Distillation-Based Adversarial Training for Robust Multi-Exit Neural Networks

2023-11-01 · NeurIPS 2023 11

While multi-exit neural networks are regarded as a promising solution for making efficient inference via early exits, combating adversarial attacks remains a challenging problem. In multi-exit networks, due to the high d…

Knowledge Distillation

Attention-Guided Answer Distillation for Machine Reading Comprehension

2018-08-23 · EMNLP 2018 10 · Minghao Hu, Yuxing Peng, Furu Wei, Zhen Huang 외

Despite that current reading comprehension systems have achieved significant advancements, their promising performances are often obtained at the cost of making an ensemble of numerous models. Besides, existing approache…

Knowledge DistillationMachine Reading ComprehensionReading Comprehension

Be Your Own Best Competitor! Multi-Branched Adversarial Knowledge Transfer

2020-10-09 · Mahdi Ghorbani, Fahimeh Fooladgar, Shohreh Kasaei

Deep neural network architectures have attained remarkable improvements in scene understanding tasks. Utilizing an efficient model is one of the most important constraints for limited-resource devices. Recently, several …

Decoderimage-classificationImage ClassificationKnowledge Distillation+2

Diverse Knowledge Distillation (DKD): A Solution for Improving The Robustness of Ensemble Models Against Adversarial Attacks

2020-06-26 · Ali Mirzaeian, Jana Kosecka, Houman Homayoun, Tinoosh Mohsenin 외

This paper proposes an ensemble learning model that is resistant to adversarial attacks. To build resilience, we introduced a training process where each member learns a radically distinct latent space. Member models are…

Ensemble Learningimage-classificationImage ClassificationKnowledge Distillation

On the benefits of knowledge distillation for adversarial robustness

2022-03-14 · Javier Maroto, Guillermo Ortiz-Jiménez, Pascal Frossard

Knowledge distillation is normally used to compress a big network, or teacher, onto a smaller one, the student, by training it to match its outputs. Recently, some works have shown that robustness against adversarial att…

Adversarial RobustnessKnowledge Distillation