中文
相关论文

相关论文: Towards Understanding Ensemble, Knowledge Distilla…

200 篇论文

Ensembles of neural networks have been shown to give better performance than single networks, both in terms of predictions and uncertainty estimation. Additionally, ensembles allow the uncertainty to be decomposed into aleatoric (data) and…

机器学习 · 统计学 2021-01-11 Jakob Lindqvist , Amanda Olmin , Fredrik Lindsten , Lennart Svensson

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

Ensemble knowledge distillation can extract knowledge from multiple teacher models and encode it into a single student model. Many existing methods learn and distill the student model on labeled data only. However, the teacher models are…

机器学习 · 计算机科学 2022-04-04 Chuhan Wu , Fangzhao Wu , Tao Qi , Yongfeng Huang

Deep learning has contributed greatly to many successes in artificial intelligence in recent years. Today, it is possible to train models that have thousands of layers and hundreds of billions of parameters. Large-scale deep models have…

机器学习 · 计算机科学 2023-02-15 Konrad Zuchniak

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

This paper explores the use of knowledge distillation to improve a Multi-Task Deep Neural Network (MT-DNN) (Liu et al., 2019) for learning text representations across multiple natural language understanding tasks. Although ensemble learning…

计算与语言 · 计算机科学 2019-04-23 Xiaodong Liu , Pengcheng He , Weizhu Chen , Jianfeng Gao

Neural networks can learn spurious correlations in the data, often leading to performance degradation for underrepresented subgroups. Studies have demonstrated that the disparity is amplified when knowledge is distilled from a complex…

机器学习 · 计算机科学 2025-11-11 Patrik Kenfack , Ulrich Aïvodji , Samira Ebrahimi Kahou

This paper presents a novel knowledge distillation based model compression framework consisting of a student ensemble. It enables distillation of simultaneously learnt ensemble knowledge onto each of the compressed student models. Each…

计算机视觉与模式识别 · 计算机科学 2020-11-17 Devesh Walawalkar , Zhiqiang Shen , Marios Savvides

Knowledge distillation in machine learning is the process of transferring knowledge from a large model called the teacher to a smaller model called the student. Knowledge distillation is one of the techniques to compress the large network…

机器学习 · 计算机科学 2022-06-27 Durga Prasad Ganta , Himel Das Gupta , Victor S. Sheng

Knowledge distillation describes a method for training a student network to perform better by learning from a stronger teacher network. Translating a sentence with an Neural Machine Translation (NMT) engine is time expensive and having a…

计算与语言 · 计算机科学 2017-08-09 Markus Freitag , Yaser Al-Onaizan , Baskaran Sankaran

Modern neural networks do not always produce well-calibrated predictions, even when trained with a proper scoring function such as cross-entropy. In classification settings, simple methods such as isotonic regression or temperature scaling…

机器学习 · 计算机科学 2021-03-26 Steven Reich , David Mueller , Nicholas Andrews

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. Unfortunately, making predictions using a whole ensemble of…

机器学习 · 统计学 2015-03-10 Geoffrey Hinton , Oriol Vinyals , Jeff Dean

Ensembling is a universally useful approach to boost the performance of machine learning models. However, individual models in an ensemble were traditionally trained independently in separate stages without information access about the…

计算机视觉与模式识别 · 计算机科学 2019-09-27 Hanhan Li , Joe Yue-Hei Ng , Paul Natsev

Deep learning is increasingly being applied in safety-critical domains. For these scenarios it is important to know the level of uncertainty in a model's prediction to ensure appropriate decisions are made by the system. Deep ensembles are…

机器学习 · 计算机科学 2022-03-17 Yassir Fathullah , Mark J. F. Gales

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. However, in realistic…

计算机视觉与模式识别 · 计算机科学 2022-02-28 Chaofei Wang , Shaowei Zhang , Shiji Song , Gao Huang

Deep Learning has emerged as a promising approach for skin lesion analysis. However, existing methods mostly rely on fully supervised learning, requiring extensive labeled data, which is challenging and costly to obtain. To alleviate this…

图像与视频处理 · 电气工程与系统科学 2025-08-18 Siyamalan Manivannan

Ensembles of models have been empirically shown to improve predictive performance and to yield robust measures of uncertainty. However, they are expensive in computation and memory. Therefore, recent research has focused on distilling…

Top-performing machine learning systems, such as deep neural networks, large ensembles and complex probabilistic graphical models, can be expensive to store, slow to evaluate and hard to integrate into larger systems. Ideally, we would like…

机器学习 · 统计学 2015-10-09 George Papamakarios

Knowledge distillation is the process of transferring the knowledge from a large model to a small model. In this process, the small model learns the generalization ability of the large model and retains the performance close to that of the…

机器学习 · 计算机科学 2021-03-26 Zhenyan Hou , Wenxuan Fan

Ensembles of models often yield improvements in system performance. These ensemble approaches have also been empirically shown to yield robust measures of uncertainty, and are capable of distinguishing between different \emph{forms} of…

机器学习 · 统计学 2019-11-27 Andrey Malinin , Bruno Mlodozeniec , Mark Gales
‹ 上一页 1 2 3 10 下一页 ›