paper-with-me

홈 › Papers

Heterogeneous Knowledge Distillation via Geometry Decoupling and Momentum-Aware Gradient Regulation

2026-06-23 · Wuming Yang, Xiang Zhang, Hongmin Zhao arxiv

Heterogeneous Knowledge Distillation (HKD) aims to transfer knowledge across varying architectures (e.g., from Transformer to CNN) but inherently suffers from severe training instability. We reveal that this instability stems from two highly coupled challenges: massive feature norm discrepancies that cause optimization drag, and severe gradient conflicts between the primary and distillation objectives arising from distinct inductive biases. To achieve stable distillation, we propose SPOFA, a framework built upon a novel Feature and Gradient Dual Stabilization mechanism. Specifically, at the feature level, we introduce a LayerNorm-based decoupling projector that explicitly decouples feature magnitude from direction, creating a bounded and stable space for semantic alignment. At the gradient level, we propose a momentum-driven Exponential Moving Average (MEMA) dynamic scaler. By establishing a robust historical baseline of the optimization trajectory, MEMA actively evaluates instantaneous gradient conflicts and adaptively penalizes harmful distillation signals, guaranteeing stable convergence. Importantly, SPOFA achieves this dual stabilization with an extremely lightweight parameter footprint. Extensive experiments on two mainstream benchmarks demonstrate that SPOFA achieves state-of-the-art accuracy, significantly outperforming computationally expensive methods while introducing only minimal computational overhead compared to standard baselines.

📄 PDF Abstract BibTeX arXiv:2606.24557

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

DeepKD: A Deeply Decoupled and Denoised Knowledge Distillation Trainer

2025-05-21 · Haiduo Huang, Jiangcheng Song, Yadong Zhang, Pengju Ren

Recent advances in knowledge distillation have emphasized the importance of decoupling different knowledge components. While existing methods utilize momentum mechanisms to separate task-oriented and distillation gradien…

DenoisingKnowledge DistillationTransfer Learning

Contrastive Representation Distillation via Multi-Scale Feature Decoupling

2025-02-09 · Cuipeng Wang, Tieyuan Chen, Haipeng Wang

Knowledge distillation is a technique aimed at enhancing the performance of a small student network without increasing its parameter size by transferring knowledge from a large, pre-trained teacher network. In the featur…

Knowledge DistillationTransfer Learning

Momentum-GS: Momentum Gaussian Self-Distillation for High-Quality Large Scene Reconstruction

2024-12-06 · Jixuan Fan, Wanhua Li, Yifei Han, Yansong Tang

3D Gaussian Splatting has demonstrated notable success in large-scale scene reconstruction, but challenges persist due to high training memory consumption and storage overhead. Hybrid representations that integrate impli…

3D Reconstruction3D Scene ReconstructionGPUNovel View Synthesis

DynaWM: Dynamics-Aware Distillation with World Model and Momentum Targets for Smooth Locomotion over Continuous Stairs

2026-06-23 · Haidong Hou, Zhangguo Yu, Hengbo Qi, Jianlin Zhang arxiv

Recent advances in control have enabled bipedal-wheeled robots to traverse slopes and single-step obstacles, yet long staircase traversal remains challenging as current teacher-student frameworks suffer from weakened dyn…

Representation Learning

A Survey on Recent Teacher-student Learning Studies

2023-04-10 · Minghong Gao

Knowledge distillation is a method of transferring the knowledge from a complex deep neural network (DNN) to a smaller and faster DNN, while preserving its accuracy. Recent variants of knowledge distillation include teac…

Knowledge DistillationSurvey