#335 · Primary category: Computer Vision
mdistiller
The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
Project last updated:11/05/23
GitHub Stars
897
Forks
131
Contributors
2
License
MIT
Why we included this project
Shrinking a heavy image-classification model for deployment usually costs accuracy, and mdistiller goes after that trade-off head-on. The repository bundles the code behind Decoupled Knowledge Distillation (DKD), published at CVPR 2022, and DOT, a distillation-oriented trainer from ICCV 2023, both by the repo's authors. These methods keep a compact student network close to its larger teacher in accuracy, and the package ships reproducible setups on standard benchmarks such as ImageNet and CIFAR-100, plus COCO-style object detection through a Detectron2-based pipeline. ML engineers who need a lighter classifier can run these configs to compare DKD and DOT against plain KD and older techniques like FitNet, AT, and ReviewKD instead of reimplementing the papers by hand, and a clean distiller interface lets you plug in your own method. Plan to configure and script things yourself, since this is a research toolkit rather than a turnkey service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)