Skip to content

Official implementation of the paper "Function-Consistent Feature Distillation" (ICLR 2023)

Notifications You must be signed in to change notification settings

LiuDongyang6/FCFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official PyTorch implementation of our paper "Function-Consistent Feature Distillation".

Introduction

FCFD is a feature distillation strategy. It takes the neural network's anisotropic usage of intermediate features into consideration, and correspondingly uses the later layers of the teacher and the student networks as the lens to measure and optimize the functional similarity between intermediate features.

Codes

For Image Classification, see classification.

For Object Detection, see detection.

Citation

If you find this work helpful for your research, please consider citing our paper:

@inproceedings{liu2023functionconsistent,
    title={Function-Consistent Feature Distillation},
    author={Dongyang Liu and Meina Kan and Shiguang Shan and Xilin CHEN},
    booktitle={The Eleventh International Conference on Learning Representations (ICLR) },
    year={2023},
    url={https://openreview.net/forum?id=pgHNOcxEdRI}
}

About

Official implementation of the paper "Function-Consistent Feature Distillation" (ICLR 2023)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages