A comparative study of detectors, descriptors, and matching techniques for real-time object tracking in autonomous driving: balancing performance, robustness, and energy efficiency
摘要
This paper presents a comparative analysis of various detectors, descriptors, and matching techniques used in computer vision for object tracking in autonomous driving scenarios. The study focuses on classical feature-based methods, including keypoint detectors such as Harris, FAST, and ORB, as well as descriptors like SIFT, SURF, and BRIEF. We also examine feature-matching techniques like brute force and FLANN. Experiments were conducted using the KITTI Vision Benchmark Suite, involving sequential image batches captured from a front-mounted camera in real-world car-following scenarios. The performance of these methods is evaluated based on three main criteria: (1) real-time performance (frame rate and latency), (2) robustness (repeatability, resilience to noise, and false positive/negative rates), and (3) energy efficiency (matches per millisecond, CPU/GPU utilization, and memory footprint). Through extensive benchmarks, we provide insights into the trade-offs between speed, reliability, and resource usage, offering practical guidance for selecting optimal approaches for real-time collision avoidance and other critical autonomous driving tasks.