Skip to content
/ MDSLR Public

[ICLR'25] Medium-Difficulty Samples and Logit Reshaping

Notifications You must be signed in to change notification settings

chenyd7/MDSLR

Repository files navigation

Medium-Difficulty Samples Constitute Smoothed Decision Boundary for Knowledge Distillation on Pruned Datasets

This repository contains the code of Medium-Difficulty Samples and Logit Reshaping (MDSLR) accepted at ICLR'25.

Part of the code is modified from CRD, PEFD and InfoBatch.

Environment

Python==3.6, pytorch==1.8.0, torchvision==0.2.1

Datasets

You need to manually download ImageNet dataset and save it in './data'.

Achieve the pre-trained teacher networks

sh scripts/run_pretrained_teachers.sh

Generate random index

sh scripts/generate_random_index.sh

Generate Medium index

sh scripts/generate_medium_index.sh

Run on CIFAR-100

sh scripts/run_cifar.sh

Bibtex

@inproceedings{
chen2025mediumdifficulty,
title={Medium-Difficulty Samples Constitute Smoothed Decision Boundary for Knowledge Distillation on Pruned Datasets},
author={Yudong Chen and Xuwei Xu and Frank de Hoog and Jiajun Liu and Sen Wang},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025}
}

About

[ICLR'25] Medium-Difficulty Samples and Logit Reshaping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published