arXiv ScienceSearch

arXiv subjects

Guisong Chen

Publications and source records attributed to Guisong Chen.

2 recordsLinked to original sources

Uni-PrevPredMap: Extending PrevPredMap to a Unified Framework of Prior-Informed Modeling for Online Vectorized HD Map Construction

Safety-critical autonomous driving motivates the effective use of prior information. For online vectorized HD map construction, temporal predictions and cost-efficient HD map priors are two complementary yet individually imperfect sources. However, existing prior-informed approaches typically use only one of them or assume the HD map prior to be reliable. We present Uni-PrevPredMap, a unified framework that treats both as imperfect priors and processes them within a single pipeline through their common vectorized representation. At its core is a tri-mode training paradigm that exposes the model to non-prior, temporal-prior, and temporal-map-fusion conditions. This single design enables one model to perceive reliably without any prior, exploit priors when available, and stay robust when priors are imperfect, rather than being trained under a single fixed prior condition. Uni-PrevPredMap achieves state-of-the-art map-absent performance on nuScenes and Argoverse2. Combining both priors yields gains beyond either source alone, while robustness to imperfect priors is evaluated under synthetic perturbation types unseen during training, indicating that the model can benefit from map priors without over-relying on them. Code is available at https://github.com/pnnnnnnn/Uni-PrevPredMap.

cs.CV

PrevPredMap: Exploring Temporal Modeling with Previous Predictions for Online Vectorized HD Map Construction

Temporal information is crucial for detecting occluded instances. Existing temporal representations have progressed from BEV or PV features to more compact query features. Compared to these aforementioned features, predictions offer the highest level of abstraction, providing explicit information. In the context of online vectorized HD map construction, this unique characteristic of predictions is potentially advantageous for long-term temporal modeling and the integration of map priors. This paper introduces PrevPredMap, a pioneering temporal modeling framework that leverages previous predictions for constructing online vectorized HD maps. We have meticulously crafted two essential modules for PrevPredMap: the previous-predictions-based query generator and the dynamic-position-query decoder. Specifically, the previous-predictions-based query generator is designed to separately encode different types of information from previous predictions, which are then effectively utilized by the dynamic-position-query decoder to generate current predictions. Furthermore, we have developed a dual-mode strategy to ensure PrevPredMap's robust performance across both single-frame and temporal modes. Extensive experiments demonstrate that PrevPredMap achieves state-of-the-art performance on the nuScenes and Argoverse2 datasets. Code will be available at https://github.com/pnnnnnnn/PrevPredMap.

cs.CV