paper-with-me

홈 › Papers

Robustness and Diversity Seeking Data-Free Knowledge Distillation

2020-11-07 · Pengchao Han, Jihong Park, Shiqiang Wang, Yejun Liu

Knowledge distillation (KD) has enabled remarkable progress in model compression and knowledge transfer. However, KD requires a large volume of original data or their representation statistics that are not usually available in practice. Data-free KD has recently been proposed to resolve this problem, wherein teacher and student models are fed by a synthetic sample generator trained from the teacher. Nonetheless, existing data-free KD methods rely on fine-tuning of weights to balance multiple losses, and ignore the diversity of generated samples, resulting in limited accuracy and robustness. To overcome this challenge, we propose robustness and diversity seeking data-free KD (RDSKD) in this paper. The generator loss function is crafted to produce samples with high authenticity, class diversity, and inter-sample diversity. Without real data, the objectives of seeking high sample authenticity and class diversity often conflict with each other, causing frequent loss fluctuations. We mitigate this by exponentially penalizing loss increments. With MNIST, CIFAR-10, and SVHN datasets, our experiments show that RDSKD achieves higher accuracy with more robustness over different hyperparameter settings, compared to other data-free KD methods such as DAFL, MSKD, ZSKD, and DeepInversion.

📄 PDF Abstract BibTeX arXiv:2011.03749

Code (1)

PengchaoHan/RDSKD 공식 구현 pytorch

Tasks

Data-free Knowledge DistillationDiversityKnowledge DistillationModel CompressionTransfer Learning

Similar Papers 제목 키워드 기반

Relation-Guided Adversarial Learning for Data-free Knowledge Transfer

2024-12-16 · Yingping Liang, Ying Fu

Data-free knowledge distillation transfers knowledge by recovering training data from a pre-trained model. Despite the recent success of seeking global data diversity, the diversity within each class and the similarity a…

Data-free Knowledge DistillationData Free QuantizationDiversityImage Generation+6

Entropy-Aware On-Policy Distillation of Language Models

2026-03-07 · Woogyeol Jin, Taywon Min, Yongjin Yang, Dennis Wei 외 arxiv

On-policy distillation is a promising approach for transferring knowledge between language models, where a student learns from dense token-level signals along its own trajectories. This framework typically uses reverse K…

Letting Trajectories Spread: Quality-Preserving Control for Diverse Flow Matching

2025-10-10 · Jingxuan Wu, Zhenglin Wan, Xingrui Yu, Yuzhe Yang 외 arxiv

Flow-based text-to-image models follow deterministic trajectories, making it costly to explore diverse modes under limited sampling budgets. Existing approaches to improving diversity often rely on retraining or degrade …

Grounding Description-Driven Dialogue State Trackers with Knowledge-Seeking Turns

2023-09-23 · Alexandru Coca, Bo-Hsiang Tseng, Jinghong Chen, Weizhe Lin 외

Schema-guided dialogue state trackers can generalise to new domains without further training, yet they are sensitive to the writing style of the schemata. Augmenting the training set with human or synthetic schema paraph…

Sensitivity

Rethinking Kullback-Leibler Divergence in Knowledge Distillation for Large Language Models

2024-04-03 · Taiqiang Wu, Chaofan Tao, Jiahao Wang, Runming Yang 외

Kullback-Leiber divergence has been widely used in Knowledge Distillation (KD) to compress Large Language Models (LLMs). Contrary to prior assertions that reverse Kullback-Leibler (RKL) divergence is mode-seeking and thu…

DiversityKnowledge Distillation