publications
publications by categories in reversed chronological order. generated by jekyll-scholar.
2025
- IROS 2025HAMF: A Hybrid Attention-Mamba Framework for Joint Scene Context Understanding and Future Motion Representation LearningXiaodong Mei, Sheng Wang, Jie Cheng, Yingbing Chen, and Dan XuIn IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2025
Motion forecasting represents a critical challenge in autonomous driving systems, requiring accurate prediction of surrounding agents’ future trajectories. While existing approaches predict future motion states with the extracted scene context feature from historical agent trajectories and road layouts, they suffer from the information degradation during the scene feature encoding. To address the limitation, we propose HAMF, a novel motion forecasting framework that learns future motion representations with the scene context encoding jointly, to coherently combine the scene understanding and future motion state prediction. We first embed the observed agent states and map information into 1D token sequences, together with the target multi-modal future motion features as a set of learnable tokens. Then we design a unified Attention-based encoder, which synergistically combines self-attention and cross-attention mechanisms to model the scene context information and aggregate future motion features jointly. Complementing the encoder, we implement the Mamba module in the decoding stage to further preserve the consistency and correlations among the learned future motion representations, to generate the accurate and diverse final trajectories. Extensive experiments on Argoverse 2 benchmark demonstrate that our hybrid Attention-Mamba model achieves state-of-the-art motion forecasting performance with the simple and lightweight architecture.
@inproceedings{HAMF, title = {HAMF: A Hybrid Attention-Mamba Framework for Joint Scene Context Understanding and Future Motion Representation Learning}, booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, author = {Mei, Xiaodong and Wang, Sheng and Cheng, Jie and Chen, Yingbing and Xu, Dan}, year = {2025}, archiveprefix = {arXiv}, volume = {}, number = {}, }
- arxiv 2025NetRoller: Interfacing General and Specialized Models for End-to-End Autonomous DrivingRen Xin, Hongji Liu, Xiaodong Mei, Wenru Liu, Maosheng Ye, and 2 more authorsIn submission, 2025
Integrating General Models (GMs) such as Large Language Models (LLMs), with Specialized Models (SMs) in autonomous driving tasks presents a promising approach to mitigating challenges in data diversity and model capacity of existing specialized driving models. However, this integration leads to problems of asynchronous systems, which arise from the distinct characteristics inherent in GMs and SMs. To tackle this challenge, we propose NetRoller, an adapter that incorporates a set of novel mechanisms to facilitate the seamless integration of GMs and specialized driving models. Specifically, our mechanisms for interfacing the asynchronous GMs and SMs are organized into three key stages. NetRoller first harvests semantically rich and computationally efficient representations from the reasoning processes of LLMs using an early stopping mechanism, which preserves critical insights on driving context while maintaining low overhead. It then applies learnable query embeddings, nonsensical embeddings, and positional layer embeddings to facilitate robust and efficient cross-modality translation. At last, it employs computationally efficient Query Shift and Feature Shift mechanisms to enhance the performance of SMs through few-epoch fine-tuning. Based on the mechanisms formalized in these three stages, NetRoller enables specialized driving models to operate at their native frequencies while maintaining situational awareness of the GM. Experiments conducted on the nuScenes dataset demonstrate that integrating GM through NetRoller significantly improves human similarity and safety in planning tasks, and it also achieves noticeable precision improvements in detection and mapping tasks for end-to-end autonomous driving.
@inproceedings{xin2024generictrajectoryplanningmethod, title = {NetRoller: Interfacing General and Specialized Models for End-to-End Autonomous Driving}, author = {Xin, Ren and Liu, Hongji and Mei, Xiaodong and Liu, Wenru and Ye, Maosheng and Chen, Zhili and Ma, Jun}, booktitle = {submission}, year = {2025}, eprint = {2506.14589}, archiveprefix = {arXiv}, primaryclass = {cs.RO}, url = {https://arxiv.org/abs/2506.14589}, }
- arxiv 2025LHPF: Look back the History and Plan for the Future in Autonomous DrivingSheng Wang, Yao Tian, Xiaodong Mei, Ge Sun, Jie Cheng, and 3 more authorsIn submission, 2025
Decision-making and planning in autonomous driving critically reflect the safety of the system, making effective planning imperative. Current imitation learning-based planning algorithms often merge historical trajectories with present observations to predict future candidate paths. However, these algorithms typically assess the current and historical plans independently, leading to discontinuities in driving intentions and an accumulation of errors with each step in a discontinuous plan. To tackle this challenge, this paper introduces LHPF, an imitation learning planner that integrates historical planning information. Our approach employs a historical intention aggregation module that pools historical planning intentions, which are then combined with a spatial query vector to decode the final planning trajectory. Furthermore, we incorporate a comfort auxiliary task to enhance the human-like quality of the driving behavior. Extensive experiments using both real-world and synthetic data demonstrate that LHPF not only surpasses existing advanced learning-based planners in planning performance but also marks the first instance of a purely learning-based planner outperforming the expert. Additionally, the application of the historical intention aggregation module across various backbones highlights the considerable potential of the proposed method. The code will be made publicly available.
@inproceedings{LHPF, title = {LHPF: Look back the History and Plan for the Future in Autonomous Driving}, author = {Wang, Sheng and Tian, Yao and Mei, Xiaodong and Sun, Ge and Cheng, Jie and Ma, Fulong and Sander, Pedro and Liang, Junwei}, booktitle = {submission}, year = {2025}, eprint = {2411.17253}, archiveprefix = {arXiv}, primaryclass = {cs.RO}, url = {https://arxiv.org/abs/2411.17253} }
- AppliedMath 2025Autonomous Drifting like Professional Racing Drivers: A SurveyYang Liu, Fulong Ma, Xiaodong Mei, Bohuan Xue, Jin Wu, and 1 more authorIn AppliedMath, 2025
Autonomous drifting is an advanced technique that enhances vehicle maneuverability beyond conventional driving limits. This survey provides a comprehensive, systematic review of autonomous drifting research published between 2005 and early 2025, analyzing approximately 80 peer-reviewed studies. We employed a modified PRISMA approach to categorize and evaluate research across two main methodological frameworks: dynamical model-based approaches and deep learning techniques. Our analysis reveals that while dynamical methods offer precise control when accurately modeled, they often struggle with generalization to unknown environments. In contrast, deep learning approaches demonstrate better adaptability but face challenges in safety verification and sample efficiency. We comprehensively examine experimental platforms used in the field—from high-fidelity simulators to full-scale vehicles—along with their sensor configurations and computational requirements. This review uniquely identifies critical research gaps, including real-time performance limitations, environmental generalization challenges, safety validation concerns, and integration issues with broader autonomous systems. Our findings suggest that hybrid approaches combining model-based knowledge with data-driven learning may offer the most promising path forward for robust autonomous drifting capabilities in diverse applications ranging from motorsports to emergency collision avoidance in production vehicles.
@inproceedings{Survey, author = {Liu, Yang and Ma, Fulong and Mei, Xiaodong and Xue, Bohuan and Wu, Jin and Zhang, Chengxi}, booktitle = {AppliedMath}, title = {Autonomous Drifting like Professional Racing Drivers: A Survey}, year = {2025}, volume = {5}, number = {2}, pages = {33}, doi = {10.3390/appliedmath5020033} }
2024
- ICRA 2024Rethinking imitation-based planners for autonomous drivingJie Cheng, Yingbing Chen, Xiaodong Mei, Bowen Yang, Bo Li, and 1 more authorIn IEEE International Conference on Robotics and Automation (ICRA), 2024
In recent years, imitation-based driving planners have reported considerable success. However, due to the absence of a standardized benchmark, the effectiveness of various designs remains unclear. The newly released nuPlan addresses this issue by offering a large-scale real-world dataset and a standardized closed-loop benchmark for equitable comparisons. Utilizing this platform, we conduct a comprehensive study on two fundamental yet underexplored aspects of imitation-based planners: the essential features for ego planning and the effective data augmentation techniques to reduce compounding errors. Furthermore, we highlight an imitation gap that has been overlooked by current learning systems. Finally, integrating our findings, we propose a strong baseline model—PlanTF. Our results demonstrate that a well-designed, purely imitation-based planner can achieve highly competitive performance compared to state-of-the-art methods involving hand-crafted rules and exhibit superior generalization capabilities in long-tail cases. Our models and benchmarks are publicly available.
@inproceedings{rethinking, title = {Rethinking imitation-based planners for autonomous driving}, author = {Cheng, Jie and Chen, Yingbing and Mei, Xiaodong and Yang, Bowen and Li, Bo and Liu, Ming}, booktitle = {IEEE International Conference on Robotics and Automation (ICRA)}, pages = {14123--14130}, year = {2024}, organization = {IEEE}, doi = {10.1109/ICRA57147.2024.10611364} }
- ICRA 2024Improving Autonomous Driving Safety with POP: A Framework for Accurate Partially Observed Trajectory PredictionsSheng Wang, Yingbing Chen, Jie Cheng, Xiaodong Mei, Ren Xin, and 1 more authorIn IEEE International Conference on Robotics and Automation (ICRA), 2024
Accurate trajectory prediction is crucial for safe and efficient autonomous driving, but handling partial observations presents significant challenges. To address this, we propose a novel trajectory prediction framework called Partial Observations Prediction (POP) for congested urban road scenarios. The framework consists of two key stages: self-supervised learning (SSL) and feature distillation. POP first employs SLL to help the model learn to reconstruct history representations, and then utilizes feature distillation as the fine-tuning task to transfer knowledge from the teacher model, which has been pre-trained with complete observations, to the student model, which has only few observations. POP achieves comparable results to topperforming methods in open-loop experiments and outperforms the baseline method in closed-loop simulations, including safety metrics. Qualitative results illustrate the superiority of POP in providing reasonable and safe trajectory predictions.
@inproceedings{POP, author = {Wang, Sheng and Chen, Yingbing and Cheng, Jie and Mei, Xiaodong and Xin, Ren and others}, booktitle = {IEEE International Conference on Robotics and Automation (ICRA)}, title = {Improving Autonomous Driving Safety with POP: A Framework for Accurate Partially Observed Trajectory Predictions}, year = {2024}, volume = {}, number = {}, pages = {14450-14456}, keywords = {Accuracy;Roads;Self-supervised learning;Predictive models;Trajectory;History;Task analysis}, doi = {10.1109/ICRA57147.2024.10610154} }
- RAM 2024Enhancing Campus Mobility: Achievements and Challenges of the Snow Lion Autonomous ShuttleYingbing Chen, Jie Cheng, Sheng Wang, Hongji Liu, Xiaodong Mei, and 4 more authorsIEEE Robotics & Automation Magazine, 2024
In recent years, the rapid evolution of autonomous vehicles (AVs) has reshaped global transportation systems, leading to an increase in autonomous shuttle applications in people’s daily lives. Leveraging the accomplishments of our earlier endeavor, particularly Hercules [1], an autonomous logistics vehicle for transporting goods, we introduce Snow Lion, an autonomous shuttle vehicle specifically designed to transform on-campus transportation, providing a safe and efficient mobility solution for students, faculty, and visitors.
@article{RAM, author = {Chen, Yingbing and Cheng, Jie and Wang, Sheng and Liu, Hongji and Mei, Xiaodong and Yan, Xiaoyang and Tang, Mingkai and Sun, Ge and others}, journal = {IEEE Robotics & Automation Magazine}, title = {Enhancing Campus Mobility: Achievements and Challenges of the Snow Lion Autonomous Shuttle}, year = {2024}, volume = {}, number = {}, pages = {2-13}, keywords = {Laser radar;Task analysis;Sensors;Point cloud compression;Location awareness;Three-dimensional displays;Planning}, doi = {10.1109/MRA.2024.3433168} }
- TITS 2024Ir-stp: Enhancing autonomous driving with interaction reasoning in spatio-temporal planningYingbing Chen, Jie Cheng, Lu Gan, Sheng Wang, Hongji Liu, and 2 more authorsIn IEEE Transactions on Intelligent Transportation Systems, 2024
Considerable research efforts have been devoted to the development of motion planning algorithms, which form a cornerstone of the autonomous driving system (ADS). Nonetheless, acquiring an interactive and secure trajectory for the ADS remains challenging due to the complex nature of interaction modeling in planning. Modern planning methods still employ a uniform treatment of prediction outcomes and solely rely on collision-avoidance strategies, leading to suboptimal planning performance. To address this limitation, this paper presents a novel prediction-based interactive planning framework for autonomous driving. Our method incorporates interaction reasoning into spatio-temporal (s-t) planning by defining interaction conditions and constraints. Specifically, it records and continually updates interaction relations for each planned state throughout the forward search. We assess the performance of our approach alongside state-of-the-art methods in the CommonRoad environment. Our experiments include a total of 232 scenarios, with variations in the accuracy of prediction outcomes, modality, and degrees of planner aggressiveness. The experimental findings demonstrate the effectiveness and robustness of our method. It leads to a reduction of collision times by approximately 17.6% in 3-modal scenarios, along with improvements of nearly 7.6% in distance completeness and 31.7% in the fail rate in single-modal scenarios. For the community’s reference, our code is accessible at https://github.com/ChenYingbing/IR-STP-Planner.
@inproceedings{IR-STP, author = {Chen, Yingbing and Cheng, Jie and Gan, Lu and Wang, Sheng and Liu, Hongji and Mei, Xiaodong and Liu, Ming}, booktitle = {IEEE Transactions on Intelligent Transportation Systems}, title = {Ir-stp: Enhancing autonomous driving with interaction reasoning in spatio-temporal planning}, year = {2024}, volume = {25}, number = {8}, pages = {10331-10343}, doi = {10.1109/TITS.2024.3360440} }
2023
- ICCV 2023Forecast-MAE: Self-supervised Pre-training for Motion Forecasting with Masked AutoencodersJie Cheng, Xiaodong Mei, and Ming LiuIn IEEE/CVF International Conference on Computer Vision, 2023
This study explores the application of self-supervised learning (SSL) to the task of motion forecasting, an area that has not yet been extensively investigated despite the widespread success of SSL in computer vision and natural language processing. To address this gap, we introduce Forecast-MAE, an extension of the mask autoencoders framework that is specifically designed for self-supervised learning of the motion forecasting task. Our approach includes a novel masking strategy that leverages the strong interconnections between agents’ trajectories and road networks, involving complementary masking of agents’ future or history trajectories and random masking of lane segments. Our experiments on the challenging Argoverse 2 motion forecasting benchmark show that Forecast-MAE, which utilizes standard Transformer blocks with minimal inductive bias, achieves competitive performance compared to state-of-the-art methods that rely on supervised learning and sophisticated designs. Moreover, it outperforms the previous self-supervised learning method by a significant margin. Code is available at https://github. com/jchengai/forecast-mae.
@inproceedings{mae, author = {Cheng, Jie and Mei, Xiaodong and Liu, Ming}, booktitle = {IEEE/CVF International Conference on Computer Vision}, title = {Forecast-MAE: Self-supervised Pre-training for Motion Forecasting with Masked Autoencoders}, year = {2023}, volume = {5}, number = {}, pages = {8679--8689}, doi = {10.1109/ICCV51070.2023.00797} }
- ROBIO 2023FCUS: Traffic Rule-Aware Vehicle Trajectory Forecasting Using Continuous Unlikelihood and Signal Temporal Logic FeatureSheng Wang, Ren Xin, Jie Cheng, Xiaodong Mei, and Ming LiuIn 2023 IEEE International Conference on Robotics and Biomimetics (ROBIO), 2023
@inproceedings{FCUS, author = {Wang, Sheng and Xin, Ren and Cheng, Jie and Mei, Xiaodong and Liu, Ming}, booktitle = {2023 IEEE International Conference on Robotics and Biomimetics (ROBIO)}, title = {FCUS: Traffic Rule-Aware Vehicle Trajectory Forecasting Using Continuous Unlikelihood and Signal Temporal Logic Feature}, year = {2023}, volume = {}, number = {}, pages = {1-6}, keywords = {Biological system modeling;Neural networks;Predictive models;Trajectory;Safety;Forecasting;Task analysis}, doi = {10.1109/ROBIO58561.2023.10354968} }
2022
- IROS 2022HGCN-GJS: Hierarchical graph convolutional network with groupwise joint sampling for trajectory predictionYuying Chen*, Congcong Liu*, Xiaodong Mei*, Bertram Shi, and Ming LiuIn IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), (*indicates equal contribution), 2022
Pedestrian trajectory prediction is of great importance for downstream tasks, such as autonomous driving and mobile robot navigation. Realistic models of the social interactions within the crowd is crucial for accurate pedestrian trajectory prediction. However, most existing methods do not capture group level interactions well, focusing only on pairwise interactions and neglecting group-wise interactions. In this work, we propose a hierarchical graph convolutional network, HGCN-GJS, for trajectory prediction which well leverages group level interactions within the crowd. Furthermore, we introduce a joint sampling scheme that captures co-dependencies between pedestrian trajectories during trajectory generation. Based on group information, this scheme ensures that generated trajectories within each group are consistent with each other, but enables different groups to act more independently. We demonstrate that our proposed network achieves state of the art performance on all datasets we have considered.
@inproceedings{HGCN-GJS, author = {Chen, Yuying and Liu, Congcong and Mei, Xiaodong and Shi, Bertram and Liu, Ming}, booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), (*indicates equal contribution)}, title = {HGCN-GJS: Hierarchical graph convolutional network with groupwise joint sampling for trajectory prediction}, year = {2022}, volume = {}, number = {}, pages = {13400-13405}, doi = {10.1109/IROS47612.2022.9981037} }
- RAL 2022Efficient Speed Planning for Autonomous Driving in Dynamic Environment With Interaction Point ModelYingbing Chen, Ren Xin, Jie Cheng, Qingwen Zhang, Xiaodong Mei, and 2 more authorsIn IEEE Robotics and Automation Letters, 2022
Safely interacting with other traffic participants is one of the core requirements for autonomous driving, especially in intersections and occlusions. Most existing approaches are designed for particular scenarios and require significant human labor in parameter tuning to be applied to different situations. To solve this problem, we first propose a learning-based Interaction Point Model (IPM), which describes the interaction between agents with the protection time and interaction priority in a unified manner. We further integrate the proposed IPM into a novel planning framework, demonstrating its effectiveness and robustness through comprehensive simulations in highly dynamic environments.
@inproceedings{IPM, author = {Chen, Yingbing and Xin, Ren and Cheng, Jie and Zhang, Qingwen and Mei, Xiaodong and Liu, Ming and Wang, Lujia}, booktitle = {IEEE Robotics and Automation Letters}, title = {Efficient Speed Planning for Autonomous Driving in Dynamic Environment With Interaction Point Model}, year = {2022}, volume = {7}, number = {4}, pages = {11839--11846}, doi = {10.1109/LRA.2022.3207555} }
2020
- RAL&ICRA 2020High-speed autonomous drifting with deep reinforcement learningPeide Cai*, Xiaodong Mei*, Lei Tai, Yuxiang Sun, and Ming LiuIn IEEE Robotics and Automation Letters (*indicates equal contribution), 2020
Drifting is a complicated task for autonomous vehicle control. Most traditional methods in this area are based on motion equations derived by the understanding of vehicle dynamics, which is difficult to be modeled precisely. We propose a robust drift controller without explicit motion equations, which is based on the latest model-free deep reinforcement learning algorithm soft actor-critic. The drift control problem is formulated as a trajectory following task, where the error-based state and reward are designed. After being trained on tracks with different levels of difficulty, our controller is capable of making the vehicle drift through various sharp corners quickly and stably in the unseen map. The proposed controller is further shown to have excellent generalization ability, which can directly handle unseen vehicle types with different physical properties, such as mass, tire friction, etc.
@inproceedings{Drift, author = {Cai, Peide and Mei, Xiaodong and Tai, Lei and Sun, Yuxiang and Liu, Ming}, booktitle = {IEEE Robotics and Automation Letters (*indicates equal contribution)}, title = {High-speed autonomous drifting with deep reinforcement learning}, year = {2020}, volume = {5}, number = {2}, pages = {1247--1254}, doi = {10.1109/LRA.2020.2967299} }