中文
相关论文

相关论文: Distillation from heterogeneous unlabeled collecti…

200 篇论文

Knowledge Distillation is becoming one of the primary trends among neural network compression algorithms to improve the generalization performance of a smaller student model with guidance from a larger teacher model. This momentous rise in…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Sumanth Chennupati , Mohammad Mahdi Kamani , Zhongwei Cheng , Lin Chen

Deep learning networks have achieved state-of-the-art accuracies on computer vision workloads like image classification and object detection. The performant systems, however, typically involve big models with numerous parameters. Once…

机器学习 · 计算机科学 2017-11-17 Asit Mishra , Debbie Marr

Knowledge distillation, which involves extracting the "dark knowledge" from a teacher network to guide the learning of a student network, has emerged as an essential technique for model compression and transfer learning. Unlike previous…

计算机视觉与模式识别 · 计算机科学 2020-12-18 Guodong Xu , Ziwei Liu , Chen Change Loy

Knowledge distillation is the procedure of transferring "knowledge" from a large model (the teacher) to a more compact one (the student), often being used in the context of model compression. When both models have the same architecture,…

机器学习 · 计算机科学 2022-06-20 Minh Pham , Minsu Cho , Ameya Joshi , Chinmay Hegde

Knowledge Distillation, as a model compression technique, has received great attention. The knowledge of a well-performed teacher is distilled to a student with a small architecture. The architecture of the small student is often chosen to…

计算机视觉与模式识别 · 计算机科学 2020-02-03 Jindong Gu , Volker Tresp

Self-supervised learning has achieved remarkable success in learning visual representations from clean data, yet remains challenging when clean observations are sparse or not available at all. In this paper, we demonstrate that pretrained…

计算机视觉与模式识别 · 计算机科学 2026-04-27 Konstantinos Alexis , Giorgos Giannopoulos , Dimitrios Gunopulos

We investigate cross-quality knowledge distillation (CQKD), a knowledge distillation method where knowledge from a teacher network trained with full-resolution images is transferred to a student network that takes as input low-resolution…

计算机视觉与模式识别 · 计算机科学 2023-04-18 Pia Čuk , Robin Senge , Mikko Lauri , Simone Frintrop

The large memory and computation consumption in convolutional neural networks (CNNs) has been one of the main barriers for deploying them on resource-limited systems. To this end, most cheap convolutions (e.g., group convolution, depth-wise…

计算机视觉与模式识别 · 计算机科学 2019-10-11 Jiao Xie , Shaohui Lin , Yichen Zhang , Linkai Luo

Knowledge Distillation (KD) has been one of the most popu-lar methods to learn a compact model. However, it still suffers from highdemand in time and computational resources caused by sequential train-ing pipeline. Furthermore, the soft…

计算机视觉与模式识别 · 计算机科学 2020-08-28 Benlin Liu , Yongming Rao , Jiwen Lu , Jie Zhou , Cho-jui Hsieh

Distillation is the technique of training a "student" model based on examples that are labeled by a separate "teacher" model, which itself is trained on a labeled dataset. The most common explanations for why distillation "works" are…

Recent research has found that knowledge distillation can be effective in reducing the size of a network and in increasing generalization. A pre-trained, large teacher network, for example, was shown to be able to bootstrap a student model…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Hyun Seung Lee , Christian Wallraven

Structured prediction models aim at solving a type of problem where the output is a complex structure, rather than a single variable. Performing knowledge distillation for such models is not trivial due to their exponentially large output…

机器学习 · 计算机科学 2022-03-10 Wenye Lin , Yangming Li , Lemao Liu , Shuming Shi , Hai-tao Zheng

Deep ensembles excel in large-scale image classification tasks both in terms of prediction accuracy and calibration. Despite being simple to train, the computation and memory cost of deep ensembles limits their practicability. While some…

机器学习 · 计算机科学 2021-10-28 Giung Nam , Jongmin Yoon , Yoonho Lee , Juho Lee

Knowledge distillation (KD) has proved to be an effective approach for deep neural network compression, which learns a compact network (student) by transferring the knowledge from a pre-trained, over-parameterized network (teacher). In…

机器学习 · 计算机科学 2021-04-13 Zi Wang

For a very long time, unsupervised learning for anomaly detection has been at the heart of image processing research and a stepping stone for high performance industrial automation process. With the emergence of CNN, several methods have…

计算机视觉与模式识别 · 计算机科学 2023-06-19 Simon Thomine , Hichem Snoussi , Mahmoud Soua

Ensemble models comprising of deep Convolutional Neural Networks (CNN) have shown significant improvements in model generalization but at the cost of large computation and memory requirements. In this paper, we present a framework for…

计算机视觉与模式识别 · 计算机科学 2020-04-03 Umar Asif , Jianbin Tang , Stefan Harrer

Techniques such as ensembling and distillation promise model quality improvements when paired with almost any base model. However, due to increased test-time cost (for ensembles) and increased complexity of the training pipeline (for…

机器学习 · 计算机科学 2020-08-24 Rohan Anil , Gabriel Pereyra , Alexandre Passos , Robert Ormandi , George E. Dahl , Geoffrey E. Hinton

Knowledge distillation is an effective approach for training compact recognizers required in autonomous driving. Recent studies on image classification have shown that matching student and teacher on a wide range of data points is critical…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Shingo Yashima

Knowledge distillation has emerged as a powerful technique for model compression, enabling the transfer of knowledge from large teacher networks to compact student models. However, traditional knowledge distillation methods treat all…

计算机视觉与模式识别 · 计算机科学 2025-11-25 Aakash Gore , Anoushka Dey , Aryan Mishra

Supervised learning from training data with imbalanced class sizes, a commonly encountered scenario in real applications such as anomaly/fraud detection, has long been considered a significant challenge in machine learning. Motivated by…

机器学习 · 计算机科学 2019-05-27 Yunru Liu , Tingran Gao , Haizhao Yang