Home

Awesome

IDa-Det: An Information Discrepancy-aware Distillation for 1-bit Detectors

Pytorch implementation of our paper "IDa-Det: An Information Discrepancy-aware Distillation for 1-bit Detectors" accepted by ECCV2022.

Tips

Any problem, please contact the first author (Email: shengxu@buaa.edu.cn).

Our code is heavily borrowed from DeFeat (https://github.com/ggjy/DeFeat.pytorch/) and based on MMDetection (https://github.com/open-mmlab/mmdetection).

Environments

Get Started

Update

We simplify and optimize the code. Now IDa-Det is successfully plugged in the original DeFeat project. The training cost is reduced by about 30% compared with the old version.

VOC Results

Pretrained model is here: GoogleDrive

Notes:

ModelBatchLr schdbox APModelLog
R1014x20.0181.9GoogleDrive
R101-BiR184x10.00476.9GoogleDrive

If you find this work useful in your research, please consider to cite:

@inproceedings{xu2022ida,
  title={IDa-Det: An Information Discrepancy-Aware Distillation for 1-Bit Detectors},
  author={Xu, Sheng and Li, Yanjing and Zeng, Bohan and Ma, Teli and Zhang, Baochang and Cao, Xianbin and Gao, Peng and L{\"u}, Jinhu},
  booktitle={European Conference on Computer Vision},
  pages={346--361},
  year={2022},
  organization={Springer}
}