Let Video Teaches You More: Video-to-Image Knowledge Distillation using DEtection TRansformer for Medical Video Lesion Detection
Yuncheng Jiang, Zixun Zhang, Jun Wei, Chun-Mei Feng, Guanbin Li, Xiang Wan, Shuguang Cui, Zhen Li
TL;DR
The paper addresses the trade-off between image-based and video-based lesion detectors in medical videos by introducing V2I-DETR, a teacher–student DETR framework that distills temporal context from multiple frames into a single-image student. It introduces a Multi-scale Spatiotemporal Interaction module in the teacher, and two distillation mechanisms—Target-guided Feature Distillation and Cross-view Query Distillation—to transfer spatiotemporal and proposal information to the student without increasing inference cost. Across SUN Colonoscopy and Breast Ultrasound datasets, V2I-DETR achieves state-of-the-art or competitive results while maintaining real-time inference at 30 FPS, outperforming existing methods by substantial margins. Ablation studies confirm that MSI, TFD, and CQD each contribute meaningful gains, with Gaussian soft foreground masking and random cross-view sampling providing additional benefits. The approach holds practical potential for robust, fast medical video lesion detection in clinical workflows.
Abstract
AI-assisted lesion detection models play a crucial role in the early screening of cancer. However, previous image-based models ignore the inter-frame contextual information present in videos. On the other hand, video-based models capture the inter-frame context but are computationally expensive. To mitigate this contradiction, we delve into Video-to-Image knowledge distillation leveraging DEtection TRansformer (V2I-DETR) for the task of medical video lesion detection. V2I-DETR adopts a teacher-student network paradigm. The teacher network aims at extracting temporal contexts from multiple frames and transferring them to the student network, and the student network is an image-based model dedicated to fast prediction in inference. By distilling multi-frame contexts into a single frame, the proposed V2I-DETR combines the advantages of utilizing temporal contexts from video-based models and the inference speed of image-based models. Through extensive experiments, V2I-DETR outperforms previous state-of-the-art methods by a large margin while achieving the real-time inference speed (30 FPS) as the image-based model.
