PNAS-MOT: Multi-Modal Object Tracking with Pareto Neural Architecture Search
Chensheng Peng, Zhaoyu Zeng, Jinling Gao, Jundong Zhou, Masayoshi Tomizuka, Xinbing Wang, Chenghu Zhou, Nanyang Ye
TL;DR
The paper addresses real-time multi-modal MOT for autonomous driving by introducing a latency-constrained neural architecture search framework that operates on a Pareto frontier between accuracy and latency. It adopts a two-stage NAS process: Stage I finds a backbone under latency constraints, and Stage II retrains with pruning to maximize accuracy, yielding a final model ζ*=(α*,θ*). A multi-modal fusion module combines image and LiDAR features with weighted fusion to improve robustness when one sensor underperforms. Experiments on KITTI show 89.59% MOTA with latency under 80 ms on edge devices, and latency analyses across devices demonstrate practical edge deployment, highlighting the method’s potential for efficient autonomous driving.
Abstract
Multiple object tracking is a critical task in autonomous driving. Existing works primarily focus on the heuristic design of neural networks to obtain high accuracy. As tracking accuracy improves, however, neural networks become increasingly complex, posing challenges for their practical application in real driving scenarios due to the high level of latency. In this paper, we explore the use of the neural architecture search (NAS) methods to search for efficient architectures for tracking, aiming for low real-time latency while maintaining relatively high accuracy. Another challenge for object tracking is the unreliability of a single sensor, therefore, we propose a multi-modal framework to improve the robustness. Experiments demonstrate that our algorithm can run on edge devices within lower latency constraints, thus greatly reducing the computational requirements for multi-modal object tracking while keeping lower latency.
