CVAug 26, 2024

Let Video Teaches You More: Video-to-Image Knowledge Distillation using DEtection TRansformer for Medical Video Lesion Detection

arXiv:2408.14051v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate AI-assisted lesion detection in early cancer screening by combining video context with fast inference, though it is incremental as it builds on existing knowledge distillation and DETR frameworks.

The paper tackles the problem of medical video lesion detection by proposing V2I-DETR, a method that uses video-to-image knowledge distillation to incorporate inter-frame contextual information into an image-based model, achieving state-of-the-art performance with real-time inference at 30 FPS.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes