Progressive$^2$: A Teacher-Student Progressive Co-Evolving Knowledge Distillation Method for Substantial Model Compression

📅 2026-07-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the performance degradation in knowledge distillation caused by a significant capacity gap between teacher and student models. To bridge this gap, the authors propose Progressive², a method that enables synergistic co-evolution and efficient knowledge transfer through three key components: semantic-aware progressive layer selection from the teacher model, a stepwise compression strategy for the student model, and a multi-feature fusion adapter grounded in Lipschitz continuity theory. This approach achieves substantial model compression while effectively preserving accuracy, striking a superior balance between performance and training efficiency. Furthermore, it supports flexible deployment scenarios and end-to-end joint optimization, offering a practical framework for scalable and high-fidelity model distillation.
📝 Abstract
Knowledge distillation (KD) is a widely utilized technique for transferring knowledge from a large model (the teacher) to a smaller model (the student). Owing to its flexibility and broad applicability, KD has been extensively applied in the compression of server-side models to meet the Quality of Service (QoS) requirements of client users. Despite significant advancements, the performance of distillation is substantially compromised when a large disparity exists between the capabilities of the server and the requirements of the client. To alleviate this problem, we propose a novel distillation approach, named Progressive$^2$, which operates through the combination of a progressively stronger teacher and a progressively smaller student. On the side of the teacher, rather than involving all layers simultaneously, we progressively select additional layers for distillation following a raw-to-rich semantic progression, establishing a systematic learning curriculum. Furthermore, we design a teacher-side multi-feature fusion adapter for the teacher to improve training stability, which is theoretically supported by the framework of Lipschitz continuity. On the side of the student, rather than directly training a tiny model, we gradually reduce the size of the network to facilitate an iterative co-evolution with the teacher. Progressive$^2$ serves as a flexible framework; the progressive strategy of the teacher can be deployed independently to achieve an optimal balance between accuracy and training efficiency, while the joint integration of the teacher and the student yields further improvements in overall performance.
Problem

Research questions and friction points this paper is trying to address.

knowledge distillation
model compression
teacher-student disparity
Quality of Service
capability gap
Innovation

Methods, ideas, or system contributions that make the work stand out.

Progressive Knowledge Distillation
Teacher-Student Co-Evolution
Multi-Feature Fusion Adapter
Lipschitz Continuity
Model Compression
🔎 Similar Papers
No similar papers found.