paper-with-me

홈 › Papers

Less or More From Teacher: Exploiting Trilateral Geometry For Knowledge Distillation

2023-12-22 · Chengming Hu, Haolun Wu, Xuan Li, Chen Ma, Xi Chen, Jun Yan, Boyu Wang, Xue Liu

Knowledge distillation aims to train a compact student network using soft supervision from a larger teacher network and hard supervision from ground truths. However, determining an optimal knowledge fusion ratio that balances these supervisory signals remains challenging. Prior methods generally resort to a constant or heuristic-based fusion ratio, which often falls short of a proper balance. In this study, we introduce a novel adaptive method for learning a sample-wise knowledge fusion ratio, exploiting both the correctness of teacher and student, as well as how well the student mimics the teacher on each sample. Our method naturally leads to the intra-sample trilateral geometric relations among the student prediction ($S$), teacher prediction ($T$), and ground truth ($G$). To counterbalance the impact of outliers, we further extend to the inter-sample relations, incorporating the teacher's global average prediction $\bar{T}$ for samples within the same class. A simple neural network then learns the implicit mapping from the intra- and inter-sample relations to an adaptive, sample-wise knowledge fusion ratio in a bilevel-optimization manner. Our approach provides a simple, practical, and adaptable solution for knowledge distillation that can be employed across various architectures and model sizes. Extensive experiments demonstrate consistent improvements over other loss re-weighting methods on image classification, attack detection, and click-through rate prediction.

📄 PDF Abstract BibTeX arXiv:2312.15112

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationClick-Through Rate Predictionimage-classificationImage ClassificationKnowledge DistillationPrediction

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Pseudo-Trilateral Adversarial Training for Domain Adaptive Traversability Prediction

2023-06-26 · Zheng Chen, Durgakant Pushp, Jason M. Gregory, Lantao Liu

Traversability prediction is a fundamental perception capability for autonomous navigation. Deep neural networks (DNNs) have been widely used to predict traversability during the last decade. The performance of DNNs is s…

Autonomous NavigationData AugmentationDomain AdaptationPrediction+1

A Trilateral Weighted Sparse Coding Scheme for Real-World Image Denoising

2018-07-11 · ECCV 2018 9 · Jun Xu, Lei Zhang, David Zhang

Most of existing image denoising methods assume the corrupted noise to be additive white Gaussian noise (AWGN). However, the realistic noise in real-world noisy images is much more complex than AWGN, and is hard to be mo…

DenoisingImage Denoising

Four Geometry Problems to Introduce Automated Deduction in Secondary Schools

2022-02-08 · Pedro Quaresma, Vanda Santos

The introduction of automated deduction systems in secondary schools face several bottlenecks, the absence of the subject of rigorous mathematical demonstrations in the curricula, the lack of knowledge by the teachers ab…

Mind the Gap: Polishing Pseudo labels for Accurate Semi-supervised Object Detection

2022-07-17 · Lei Zhang, Yuxuan Sun, Wei Wei

Exploiting pseudo labels (e.g., categories and bounding boxes) of unannotated objects produced by a teacher detector have underpinned much of recent progress in semi-supervised object detection (SSOD). However, due to th…

object-detectionObject DetectionPseudo LabelSemi-Supervised Object Detection

Distilling Image Classifiers in Object Detectors

2021-06-09 · NeurIPS 2021 12 · Shuxuan Guo, Jose M. Alvarez, Mathieu Salzmann

Knowledge distillation constitutes a simple yet effective way to improve the performance of a compact student network by exploiting the knowledge of a more powerful teacher. Nevertheless, the knowledge distillation liter…

Knowledge DistillationObjectobject-detectionObject Detection+1