CVAIJul 10, 2023

Q-YOLOP: Quantization-aware You Only Look Once for Panoptic Driving Perception

arXiv:2307.04537v113 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the need for efficient perception systems in autonomous driving, though it appears incremental as it builds on existing YOLOP architecture with quantization techniques.

The paper tackles efficient panoptic perception for autonomous driving by developing Q-YOLOP, a quantization-aware model that achieves state-of-the-art performance with an mAP@0.5 of 0.622 for object detection and an mIoU of 0.612 for segmentation while maintaining low computational and memory requirements.

In this work, we present an efficient and quantization-aware panoptic driving perception model (Q- YOLOP) for object detection, drivable area segmentation, and lane line segmentation, in the context of autonomous driving. Our model employs the Efficient Layer Aggregation Network (ELAN) as its backbone and task-specific heads for each task. We employ a four-stage training process that includes pretraining on the BDD100K dataset, finetuning on both the BDD100K and iVS datasets, and quantization-aware training (QAT) on BDD100K. During the training process, we use powerful data augmentation techniques, such as random perspective and mosaic, and train the model on a combination of the BDD100K and iVS datasets. Both strategies enhance the model's generalization capabilities. The proposed model achieves state-of-the-art performance with an mAP@0.5 of 0.622 for object detection and an mIoU of 0.612 for segmentation, while maintaining low computational and memory requirements.

Foundations

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

Your Notes