paper-with-me

Papers

AI-KD: Adversarial learning and Implicit regularization for self-Knowledge Distillation

2022-11-20 · Hyungmin Kim, Sungho Suh, SungHyun Baek, Daehwan Kim, Daun Jeong, Hansang Cho, Junmo Kim

We present a novel adversarial penalized self-knowledge distillation method, named adversarial learning and implicit regularization for self-knowledge distillation (AI-KD), which regularizes the training procedure by adversarial learning and implicit distillations. Our model not only distills the deterministic and progressive knowledge which are from the pre-trained and previous epoch predictive probabilities but also transfers the knowledge of the deterministic predictive distributions using adversarial learning. The motivation is that the self-knowledge distillation methods regularize the predictive probabilities with soft targets, but the exact distributions may be hard to predict. Our method deploys a discriminator to distinguish the distributions between the pre-trained and student models while the student model is trained to fool the discriminator in the trained procedure. Thus, the student model not only can learn the pre-trained model's predictive probabilities but also align the distributions between the pre-trained and student models. We demonstrate the effectiveness of the proposed method with network architectures on multiple datasets and show the proposed method achieves better performance than state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2211.10938

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSelf-Knowledge Distillation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

DistillCSE: Distilled Contrastive Learning for Sentence Embeddings

2023-10-20 · Jiahao Xu, Wei Shao, Lihui Chen, Lemao Liu

This paper proposes the DistillCSE framework, which performs contrastive learning under the self-training paradigm with knowledge distillation. The potential advantage of DistillCSE is its self-enhancing feature: using a…

Contrastive LearningKnowledge DistillationSentenceSentence Embeddings

Double Reverse Regularization Network Based on Self-Knowledge Distillation for SAR Object Classification

2023-11-26 · Bo Xu, Hao Zheng, Zhigang Hu, Liu Yang 외

In current synthetic aperture radar (SAR) object classification, one of the major challenges is the severe overfitting issue due to the limited dataset (few-shot) and noisy data. Considering the advantages of knowledge d…

Knowledge DistillationSelf-Knowledge Distillation

Self-Distillation Amplifies Regularization in Hilbert Space

2020-02-13 · NeurIPS 2020 12 · Hossein Mobahi, Mehrdad Farajtabar, Peter L. Bartlett

Knowledge distillation introduced in the deep learning context is a method to transfer knowledge from one architecture to another. In particular, when the architectures are identical, this is called self-distillation. Th…

Knowledge DistillationL2 Regularization

Even your Teacher Needs Guidance: Ground-Truth Targets Dampen Regularization Imposed by Self-Distillation

2021-02-25 · NeurIPS 2021 12 · Kenneth Borup, Lars N. Andersen

Knowledge distillation is classically a procedure where a neural network is trained on the output of another network along with the original targets in order to transfer knowledge between the architectures. The special c…

Knowledge DistillationSelf-Knowledge Distillation

Robust and Accurate Object Detection via Self-Knowledge Distillation

2021-11-14 · Weipeng Xu, Pengzhi Chu, Renhao Xie, Xiongziyan Xiao 외

Object detection has achieved promising performance on clean datasets, but how to achieve better tradeoff between the adversarial robustness and clean precision is still under-explored. Adversarial training is the mainst…

Adversarial RobustnessKnowledge Distillationobject-detectionObject Detection+2