paper-with-me

홈 › Papers

Vanilla Transformers are Transfer Capability Teachers

2024-03-04 · Xin Lu, Yanyan Zhao, Bing Qin

Recently, Mixture of Experts (MoE) Transformers have garnered increasing attention due to their advantages in model capacity and computational efficiency. However, studies have indicated that MoE Transformers underperform vanilla Transformers in many downstream tasks, significantly diminishing the practical value of MoE models. To explain this issue, we propose that the pre-training performance and transfer capability of a model are joint determinants of its downstream task performance. MoE models, in comparison to vanilla models, have poorer transfer capability, leading to their subpar performance in downstream tasks. To address this issue, we introduce the concept of transfer capability distillation, positing that although vanilla models have weaker performance, they are effective teachers of transfer capability. The MoE models guided by vanilla models can achieve both strong pre-training performance and transfer capability, ultimately enhancing their performance in downstream tasks. We design a specific distillation method and conduct experiments on the BERT architecture. Experimental results show a significant improvement in downstream performance of MoE models, and many further evidences also strongly support the concept of transfer capability distillation. Finally, we attempt to interpret transfer capability distillation and provide some insights from the perspective of model feature.

📄 PDF Abstract BibTeX arXiv:2403.01994

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMixture-of-Experts

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Autoencoders as Cross-Modal Teachers: Can Pretrained 2D Image Transformers Help 3D Representation Learning?

2022-12-16 · Runpei Dong, Zekun Qi, Linfeng Zhang, Junbo Zhang 외

The success of deep learning heavily relies on large-scale data with comprehensive labels, which is more expensive and time-consuming to fetch in 3D compared to 2D images or natural languages. This promotes the potential…

3D Point Cloud ClassificationFew-Shot 3D Point Cloud ClassificationKnowledge DistillationRepresentation Learning

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-supervised Video Representation Learning

2022-12-08 · CVPR 2023 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-…

Action ClassificationAction RecognitionRepresentation LearningSelf-Supervised Action Recognition

Distilling Adversarial Robustness Using Heterogeneous Teachers

2024-02-23 · Jieren Deng, Aaron Palmer, Rigel Mahmood, Ethan Rathbun 외

Achieving resiliency against adversarial attacks is necessary prior to deploying neural network classifiers in domains where misclassification incurs substantial costs, e.g., self-driving cars or medical imaging. Recent …

Adversarial RobustnessKnowledge DistillationSelf-Driving Cars

Scaling Diffusion Transformers Efficiently via $μ$P

2025-05-21 · Chenyu Zheng, Xinyu Zhang, Rongzhen Wang, Wei Huang 외

Diffusion Transformers have emerged as the foundation for vision generative models, but their scalability is limited by the high cost of hyperparameter (HP) tuning at large scales. Recently, Maximal Update Parametrizatio…

Image GenerationText to Image GenerationText-to-Image Generation

Student as an Inherent Denoiser of Noisy Teacher

2023-12-15 · Jiachen Zhao

Knowledge distillation (KD) has been widely employed to transfer knowledge from a large language model (LLM) to a specialized model in low-data regimes through pseudo label learning. However, pseudo labels generated by t…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1