paper-with-me

Papers

Aligning Logits Generatively for Principled Black-Box Knowledge Distillation

2022-05-21 · CVPR 2024 1 · Jing Ma, Xiang Xiang, Ke Wang, Yuchuan Wu, Yongbin Li

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.

📄 PDF Abstract BibTeX arXiv:2205.10490

Code (1)

haiv-lab/mekd 공식 구현 pytorch

Tasks

Federated LearningKnowledge DistillationModel Compression

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Logits are All We Need to Adapt Closed Models

2025-02-03 · Gaurush Hiranandani, Haolun Wu, Subhojyoti Mukherjee, Sanmi Koyejo

Many commercial Large Language Models (LLMs) are often closed-source, limiting developers to prompt tuning for aligning content generation with specific applications. While these models currently do not provide access to…

AllPrompt Engineering

A note on hyperparameters in black-box adversarial examples

2018-11-15 · Jamie Hayes

Since Biggio et al. (2013) and Szegedy et al. (2013) first drew attention to adversarial examples, there has been a flood of research into defending and attacking machine learning models. However, almost all proposed att…

Generative Dataset Distillation Based on Self-knowledge Distillation

2025-01-08 · Longzhen Li, Guang Li, Ren Togo, Keisuke Maeda 외

Dataset distillation is an effective technique for reducing the cost and complexity of model training while maintaining performance by compressing large datasets into smaller, more efficient versions. In this paper, we p…

Dataset DistillationKnowledge DistillationSelf-Knowledge Distillation

When Side-Channel Attacks Break the Black-Box Property of Embedded Artificial Intelligence

2023-11-23 · Benoit Coqueret, Mathieu Carbone, Olivier Sentieys, Gabriel Zaid

Artificial intelligence, and specifically deep neural networks (DNNs), has rapidly emerged in the past decade as the standard for several tasks from specific advertising to object detection. The performance offered has l…

Adversarial Attackobject-detectionObject Detection

REDistill: Robust Estimator Distillation for Balancing Robustness and Efficiency

2026-02-04 · Ondrej Tybl, Lukas Neumann arxiv

Knowledge Distillation (KD) transfers knowledge from a large teacher model to a smaller student by aligning their predictive distributions. However, conventional KD formulations - typically based on Kullback-Leibler dive…

Knowledge Distillation