paper-with-me

Papers

A New Training Framework for Deep Neural Network

2021-03-12 · Zhenyan Hou, Wenxuan Fan

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 large model. Knowledge distillation provides a training means to migrate the knowledge of models, facilitating model deployment and speeding up inference. However, previous distillation methods require pre-trained teacher models, which still bring computational and storage overheads. In this paper, a novel general training framework called Self Distillation (SD) is proposed. We demonstrate the effectiveness of our method by enumerating its performance improvements in diverse tasks and benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2103.07350

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

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.…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Theano-MPI: a Theano-based Distributed Training Framework

2016-05-26 · He Ma, Fei Mao, Graham W. Taylor

We develop a scalable and extendable training framework that can utilize GPUs across nodes in a cluster and accelerate the training of deep learning models based on data parallelism. Both synchronous and asynchronous tra…

Deep Learning

RecIS: Sparse to Dense, A Unified Training Framework for Recommendation Models

2025-09-25 · Hua Zong, Qingtao Zeng, Zhengxiong Zhou, Zhihua Han 외 arxiv

In this paper, we propose RecIS, a unified Sparse-Dense training framework designed to achieve two primary goals: 1. Unified Framework To create a Unified sparse-dense training framework based on the PyTorch ecosystem th…

PithTrain: A Compact and Agent-Native MoE Training System

2026-05-29 · Ruihang Lai, Hao Kang, Haozhan Tang, Akaash R. Parthasarathy 외 arxiv

Mixture-of-Experts (MoE) has become the dominant architecture for frontier language models. To meet this demand, production frameworks have built optimized MoE training stacks over years of engineering effort. Yet evolvi…

Variational training of neural network approximations of solution maps for physical models

2019-05-07 · Yingzhou Li, Jianfeng Lu, Anqi Mao

A novel solve-training framework is proposed to train neural network in representing low dimensional solution maps of physical models. Solve-training framework uses the neural network as the ansatz of the solution map an…

FP8-LM: Training FP8 Large Language Models

2023-10-27 · Houwen Peng, Kan Wu, Yixuan Wei, Guoshuai Zhao 외

In this paper, we explore FP8 low-bit data formats for efficient training of large language models (LLMs). Our key insight is that most variables, such as gradients and optimizer states, in LLM training can employ low-pr…

GPU