Towards Customized Knowledge Distillation for Efficient Dense Image Predictions

Abstract

It has been revealed that efficient dense image prediction (EDIP) models designed for AI chips, trained using the knowledge distillation (KD) framework, encounter two key challenges, including maintaining boundary region completeness and ensuring target region connectivity, despite their favorable real-time capacity to recognize the main object regions. In this work, we propose a customized boundary and context knowledge distillation (BCKD) method for EDIPs, which facilitates the targeted KD from large accurate teacher models to compact small student models. Specifically, the boundary distillation focuses on extracting explicit object-level boundaries from the hierarchical feature maps to enhance the student model's mask quality in boundary regions. Meanwhile, the context distillation leverages self-relations as a bridge to transfer implicit pixel-level contexts from the teacher model to the student model, ensuring strong connectivity in target regions. Our method is specifically designed for the EDIP tasks and is characterized by its simplicity and efficiency. Theoretical analysis and extensive experimental results across semantic segmentation, object detection, and instance segmentation on five representative datasets demonstrate the effectiveness of BCKD, resulting in well-defined object boundaries and smooth connecting regions.

Cite

Text

Zhang et al. "Towards Customized Knowledge Distillation for Efficient Dense Image Predictions." Transactions on Machine Learning Research, 2026.

Markdown

[Zhang et al. "Towards Customized Knowledge Distillation for Efficient Dense Image Predictions." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/zhang2026tmlr-customized/)

BibTeX

@article{zhang2026tmlr-customized,
  title     = {{Towards Customized Knowledge Distillation for Efficient Dense Image Predictions}},
  author    = {Zhang, Dong and Dong, Pingcheng and Chen, Long and Cheng, Kwang-Ting},
  journal   = {Transactions on Machine Learning Research},
  year      = {2026},
  url       = {https://mlanthology.org/tmlr/2026/zhang2026tmlr-customized/}
}