Distilling Future Temporal Knowledge with Masked Feature Reconstruction for 3D Object Detection

๐Ÿ“… 2025-12-09
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

195K/year
๐Ÿค– AI Summary
To address the challenge of incorporating future-frame information in online 3D object detection, this paper proposes a Future Temporal Knowledge Distillation (FTKD) framework that relaxes the strict frame-wise alignment constraint inherent in conventional knowledge distillation. Methodologically, FTKD introduces a sparse query mechanism and a future-aware feature reconstruction strategy, jointly optimized with foreground-background contextual modeling to efficiently extract and transfer future temporal knowledge from an offline teacher model to an online student. Additionally, future-guided logit distillation is incorporated to enhance the studentโ€™s modeling capability for motion dynamics and temporal consistency. Evaluated on the nuScenes dataset, FTKD achieves consistent improvements of +1.3 mAP and +1.3 NDS over strong baselines, with notable gains in velocity estimation accuracyโ€”while incurring no additional computational overhead during online inference.

Technology Category

Application Category

๐Ÿ“ Abstract
Camera-based temporal 3D object detection has shown impressive results in autonomous driving, with offline models improving accuracy by using future frames. Knowledge distillation (KD) can be an appealing framework for transferring rich information from offline models to online models. However, existing KD methods overlook future frames, as they mainly focus on spatial feature distillation under strict frame alignment or on temporal relational distillation, thereby making it challenging for online models to effectively learn future knowledge. To this end, we propose a sparse query-based approach, Future Temporal Knowledge Distillation (FTKD), which effectively transfers future frame knowledge from an offline teacher model to an online student model. Specifically, we present a future-aware feature reconstruction strategy to encourage the student model to capture future features without strict frame alignment. In addition, we further introduce future-guided logit distillation to leverage the teacher's stable foreground and background context. FTKD is applied to two high-performing 3D object detection baselines, achieving up to 1.3 mAP and 1.3 NDS gains on the nuScenes dataset, as well as the most accurate velocity estimation, without increasing inference cost.
Problem

Research questions and friction points this paper is trying to address.

Transfer future knowledge from offline to online 3D object detection models
Enable learning without strict frame alignment through feature reconstruction
Improve accuracy and velocity estimation without increasing inference cost
Innovation

Methods, ideas, or system contributions that make the work stand out.

Future-aware feature reconstruction without strict alignment
Future-guided logit distillation for stable context
Sparse query-based knowledge transfer from offline to online
๐Ÿ”Ž Similar Papers
No similar papers found.