paper-with-me

Papers

Feature Alignment-Based Knowledge Distillation for Efficient Compression of Large Language Models

2024-12-27 · Shuo Wang, Chihang Wang, Jia Gao, Zhen Qi, Hongye Zheng, Xiaoxuan Liao

This study proposes a knowledge distillation algorithm based on large language models and feature alignment, aiming to effectively transfer the knowledge of large pre-trained models into lightweight student models, thereby reducing computational costs while maintaining high model performance. Different from the traditional soft label distillation method, this method introduces a multi-layer feature alignment strategy to deeply align the intermediate features and attention mechanisms of the teacher model and the student model, maximally retaining the semantic expression ability and context modeling ability of the teacher model. In terms of method design, a multi-task loss function is constructed, including feature matching loss, attention alignment loss, and output distribution matching loss, to ensure multi-level information transfer through joint optimization. The experiments were comprehensively evaluated on the GLUE data set and various natural language processing tasks. The results show that the proposed model performs very close to the state-of-the-art GPT-4 model in terms of evaluation indicators such as perplexity, BLEU, ROUGE, and CER. At the same time, it far exceeds baseline models such as DeBERTa, XLNet, and GPT-3, showing significant performance improvements and computing efficiency advantages. Research results show that the feature alignment distillation strategy is an effective model compression method that can significantly reduce computational overhead and storage requirements while maintaining model capabilities. Future research can be further expanded in the directions of self-supervised learning, cross-modal feature alignment, and multi-task transfer learning to provide more flexible and efficient solutions for the deployment and optimization of deep learning models.

📄 PDF Abstract BibTeX arXiv:2412.19449

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

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 &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Position-Wise Feed-Forward Layer 설명 없음
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…
Transformer A Transformer is a model architecture that eschews recurrence and instead relies entirely on an [attention…

Similar Papers 제목 키워드 기반

Model Distillation with Knowledge Transfer from Face Classification to Alignment and Verification

2017-09-09 · ICLR 2018 1 · Chong Wang, Xipeng Lan, Yangang Zhang

Knowledge distillation is a potential solution for model compression. The idea is to make a small student network imitate the target of a large teacher network, then the student network can be competitive to the teacher …

ClassificationFace RecognitionGeneral ClassificationKnowledge Distillation+3

Weight-Inherited Distillation for Task-Agnostic BERT Compression

2023-05-16 · Taiqiang Wu, Cheng Hou, Shanshan Lao, Jiayi Li 외

Knowledge Distillation (KD) is a predominant approach for BERT compression. Previous KD-based methods focus on designing extra alignment losses for the student model to mimic the behavior of the teacher model. These meth…

Knowledge Distillation

Distillation Dynamics: Towards Understanding Feature-Based Distillation in Vision Transformers

2025-11-10 · Huiyuan Tian, Bonan Xu, Shijian Li arxiv

While feature-based knowledge distillation has proven highly effective for compressing CNNs, these techniques unexpectedly fail when applied to Vision Transformers (ViTs), often performing worse than simple logit-based d…

Knowledge Distillation

Distillation-Enabled Knowledge Alignment for Generative Semantic Communications in AIGC Provisioning Tasks

2025-06-24 · Jingzhi Hu, Geoffrey Ye Li

Due to the surging amount of AI-generated content (AIGC), its provisioning to edges and mobile users from the cloud incurs substantial traffic on networks. Generative semantic communication (GSC) offers a promising solut…

Knowledge DistillationSemantic Communication

Multi-level Knowledge Distillation via Knowledge Alignment and Correlation

2020-12-01 · Fei Ding, Yin Yang, Hongxin Hu, Venkat Krovi 외

Knowledge distillation (KD) has become an important technique for model compression and knowledge transfer. In this work, we first perform a comprehensive analysis of the knowledge transferred by different KD methods. We…

Contrastive LearningKnowledge DistillationModel CompressionTransfer Learning