paper-with-me

홈 › Papers

Practical Knowledge Distillation: Using DNNs to Beat DNNs

2023-02-23 · Chung-Wei Lee, Pavlos Athanasios Apostolopulos, Igor L. Markov

For tabular data sets, we explore data and model distillation, as well as data denoising. These techniques improve both gradient-boosting models and a specialized DNN architecture. While gradient boosting is known to outperform DNNs on tabular data, we close the gap for datasets with 100K+ rows and give DNNs an advantage on small data sets. We extend these results with input-data distillation and optimized ensembling to help DNN performance match or exceed that of gradient boosting. As a theoretical justification of our practical method, we prove its equivalence to classical cross-entropy knowledge distillation. We also qualitatively explain the superiority of DNN ensembles over XGBoost on small data sets. For an industry end-to-end real-time ML platform with 4M production inferences per second, we develop a model-training workflow based on data sampling that distills ensembles of models into a single gradient-boosting model favored for high-performance real-time inference, without performance loss. Empirical evaluation shows that the proposed combination of methods consistently improves model accuracy over prior best models across several production applications deployed worldwide.

📄 PDF Abstract BibTeX arXiv:2302.12360

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingKnowledge Distillation

Similar Papers 제목 키워드 기반

Parallel Blockwise Knowledge Distillation for Deep Neural Network Compression

2020-12-05 · Cody Blakeney, Xiaomin Li, Yan Yan, Ziliang Zong

Deep neural networks (DNNs) have been extremely successful in solving many challenging AI tasks in natural language processing, speech recognition, and computer vision nowadays. However, DNNs are typically computation in…

Knowledge DistillationNeural Network CompressionQuantizationspeech-recognition+1

Compacting Deep Neural Networks for Internet of Things: Methods and Applications

2021-03-20 · Ke Zhang, Hanbo Ying, Hong-Ning Dai, Lin Li 외

Deep Neural Networks (DNNs) have shown great success in completing complex tasks. However, DNNs inevitably bring high computational cost and storage consumption due to the complexity of hierarchical structures, thereby h…

DiversityKnowledge DistillationModel Compression

Collaborative Multi-Teacher Knowledge Distillation for Learning Low Bit-width Deep Neural Networks

2022-10-27 · Cuong Pham, Tuan Hoang, Thanh-Toan Do

Knowledge distillation which learns a lightweight student model by distilling knowledge from a cumbersome teacher model is an attractive approach for learning compact deep neural networks (DNNs). Recent works further imp…

Knowledge DistillationQuantization

Deep Serial Number: Computational Watermarking for DNN Intellectual Property Protection

2020-11-17 · Ruixiang Tang, Mengnan Du, Xia Hu

In this paper, we present DSN (Deep Serial Number), a simple yet effective watermarking algorithm designed specifically for deep neural networks (DNNs). Unlike traditional methods that incorporate identification signals …

Knowledge Distillationvalid

Revisiting Distillation for Continual Learning on Visual Question Localized-Answering in Robotic Surgery

2023-07-22 · Long Bai, Mobarakol Islam, Hongliang Ren

The visual-question localized-answering (VQLA) system can serve as a knowledgeable assistant in surgical education. Except for providing text-based answers, the VQLA system can highlight the interested region for better …

Continual LearningScene Understanding