G2D-Boosting-Multimodal-Learning-with-Gradient-Guided-Distillation
March 1, 2026 ยท View on GitHub
This is the official PyTorch implementation of the paper G2D. The paper is available at arXiv. The slides, poster, and presentation video are available here.
Accepted by: ICCV 2025
Training
Environment config
- Python: 3.11.0
- CUDA Version: 11.7
- Pytorch: 2.0.1
- Torchvision: 0.15.2
Train
- Set the hyperparameters in
config.py. - Train the teacher using the teacher.py script:
python teacher.py
- Train the student using the student.py script:
python student.py
Citation
@misc{rakib2025g2dboostingmultimodallearning,
title={G$^{2}$D: Boosting Multimodal Learning with Gradient-Guided Distillation},
author={Mohammed Rakib and Arunkumar Bagavathi},
year={2025},
eprint={2506.21514},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.21514},
}