English

Aligning Logits Generatively for Principled Black-Box Knowledge Distillation

Machine Learning 2024-04-02 v2 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

Black-Box Knowledge Distillation (B2KD) is a formulated problem for cloud-to-edge model compression with invisible data and models hosted on the server. B2KD faces challenges such as limited Internet exchange and edge-cloud disparity of data distributions. In this paper, we formalize a two-step workflow consisting of deprivatization and distillation, and theoretically provide a new optimization direction from logits to cell boundary different from direct logits alignment. With its guidance, we propose a new method Mapping-Emulation KD (MEKD) that distills a black-box cumbersome model into a lightweight one. Our method does not differentiate between treating soft or hard responses, and consists of: 1) deprivatization: emulating the inverse mapping of the teacher function with a generator, and 2) distillation: aligning low-dimensional logits of the teacher and student models by reducing the distance of high-dimensional image points. For different teacher-student pairs, our method yields inspiring distillation performance on various benchmarks, and outperforms the previous state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2205.10490,
  title  = {Aligning Logits Generatively for Principled Black-Box Knowledge Distillation},
  author = {Jing Ma and Xiang Xiang and Ke Wang and Yuchuan Wu and Yongbin Li},
  journal= {arXiv preprint arXiv:2205.10490},
  year   = {2024}
}

Comments

To appear at CVPR 2024; significantly rewritten with extra experiments since the preliminary report

R2 v1 2026-06-24T11:24:04.457Z