CVLGROIVApr 29

Edge AI for Automotive Vulnerable Road User Safety: Deployable Detection via Knowledge Distillation

arXiv:2604.268574.6h-index: 12
Predicted impact top 91% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying safety-critical VRU detection on edge devices, this work establishes knowledge distillation as a requirement to overcome quantization-induced accuracy loss.

The paper tackles the challenge of deploying accurate object detection for vulnerable road user safety on edge hardware, where large models fail under INT8 quantization and small models lack accuracy. Using knowledge distillation, a compact YOLOv8-S student (11.2M parameters) achieves 3.9x compression over a YOLOv8-L teacher while retaining quantization robustness, with INT8 precision of 0.748 vs. 0.653 for direct training (14.5% gain) and 44% fewer false alarms.

Deploying accurate object detection for Vulnerable Road User (VRU) safety on edge hardware requires balancing model capacity against computational constraints. Large models achieve high accuracy but fail under INT8 quantization required for edge deployment, while small models sacrifice detection performance. This paper presents a knowledge distillation (KD) framework that trains a compact YOLOv8-S student (11.2M parameters) to mimic a YOLOv8-L teacher (43.7M parameters), achieving 3.9x compression while preserving quantization robustness. We evaluate on full-scale BDD100K (70K training images) with Post-Training Quantization to INT8. The teacher suffers catastrophic degradation under INT8 (-23% mAP), while the KD student retains accuracy (-5.6% mAP). Analysis reveals that KD transfers precision calibration rather than raw detection capacity: the KD student achieves 0.748 precision versus 0.653 for direct training at INT8, a 14.5% gain at equivalent recall, reducing false alarms by 44% versus the collapsed teacher. At INT8, the KD student exceeds the teacher's FP32 precision (0.748 vs. 0.718) in a model 3.9x smaller. These findings establish knowledge distillation as a requirement for deploying accurate, safety-critical VRU detection on edge hardware.

Foundations

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

Your Notes