🤖 AI Summary
Existing imitation learning methods for autonomous parking in narrow, lane-free environments suffer from inadequate multimodal behavior modeling and causal confounding, leading to poor generalization. To address these issues, this paper proposes a multimodal autonomous parking framework: (1) a learnable decomposed parking query mechanism coupled with a target-centered pose loss, integrated within a next-path-segment prediction paradigm to enhance spatial generalization and temporal extrapolation; and (2) an autoregressive Transformer architecture that jointly decodes gear selection, longitudinal, and lateral actions—explicitly capturing behavioral diversity. Evaluated on real-world datasets, the method achieves state-of-the-art performance and has been successfully deployed in production, demonstrating its effectiveness, robustness, and engineering practicality in complex, unconstrained parking scenarios.
📝 Abstract
Parking accurately and safely in highly constrained spaces remains a critical challenge. Unlike structured driving environments, parking requires executing complex maneuvers such as frequent gear shifts and steering saturation. Recent attempts to employ imitation learning (IL) for parking have achieved promising results. However, existing works ignore the multimodal nature of parking behavior in lane-free open space, failing to derive multiple plausible solutions under the same situation. Notably, IL-based methods encompass inherent causal confusion, so enabling a neural network to generalize across diverse parking scenarios is particularly difficult. To address these challenges, we propose MultiPark, an autoregressive transformer for multimodal parking. To handle paths filled with abrupt turning points, we introduce a data-efficient next-segment prediction paradigm, enabling spatial generalization and temporal extrapolation. Furthermore, we design learnable parking queries factorized into gear, longitudinal, and lateral components, parallelly decoding diverse parking behaviors. To mitigate causal confusion in IL, our method employs target-centric pose and ego-centric collision as outcome-oriented loss across all modalities beyond pure imitation loss. Evaluations on real-world datasets demonstrate that MultiPark achieves state-of-the-art performance across various scenarios. We deploy MultiPark on a production vehicle, further confirming our approach's robustness in real-world parking environments.