← Search

Jianbiao Mei

14 accepted papers

2026

From Interactions to Principles: Experience-Driven Self-Distillation for Evolving LLM Agents

ICML 2026poster

LLM agents have achieved strong performance in tool-augmented reasoning, but most remain largely stateless: after each episode, the agent discards interaction traces and does not accumulate reusable strategies. Prior work either stores raw trajectories for case-based reuse or relies on external teac…

Cited by 0SourceScholar
2026

IWR-Bench: Can LVLMs reconstruct interactive webpage from a user interaction video?

ICLR 2026poster

The webpage-to-code task requires models to understand visual representations of webpages and generate corresponding code. However, existing benchmarks primarily focus on static screenshot-to-code tasks, thereby overlooking the dynamic interactions fundamental to real-world web applications. To addr…

Cited by 0SourcecodeScholar
2026

Vision-Centric 4D Occupancy Forecasting and Planning Via Implicit Residual World Models

ICRA 2026poster

End-to-end autonomous driving systems increasingly rely on vision-centric world models to understand and predict their environment. However, a common ineffectiveness in these models is the full reconstruction of future scenes, which expends significant capacity on redundantly modeling static backgro…

2025

DriveArena: A Closed-loop Generative Simulation Platform for Autonomous Driving

ICCV 2025poster

This paper introduces DriveArena, the first high-fidelity closed-loop simulation system designed for driving agents navigating real-world scenarios. DriveArena comprises two core components: Traffic Manager, a traffic simulator capable of generating realistic traffic flow on any global street map, a…

Cited by 0SourcePDFScholar
2025

Driving in the Occupancy World: Vision-Centric 4D Occupancy Forecasting and Planning via World Models for Autonomous Driving

AAAI 2025technical

World models envision potential future states based on various ego actions. They embed extensive knowledge about the driving environment, facilitating safe and scalable autonomous driving. Most existing methods primarily focus on either data generation or the pretraining paradigms of world models. U…

Cited by 4SourcePDFScholar
2025

LiCROcc: Teach Radar for Accurate Semantic Occupancy Prediction Using LiDAR and Camera

RA-L 2025

Semantic Scene Completion (SSC) is pivotal in autonomous driving perception, frequently confronted with the complexities of weather and illumination changes. The long-term strategy involves fusing multi-modal information to bolster the system's robustness. Radar, increasingly utilized for 3D target

Cited by 18SourceScholar
2025

X-Scene: Large-Scale Driving Scene Generation with High Fidelity and Flexible Controllability

NeurIPS 2025poster

Diffusion models are advancing autonomous driving by enabling realistic data synthesis, predictive end-to-end planning, and closed-loop simulation, with a primary focus on temporally consistent generation. However, large-scale 3D scene generation requiring spatial coherence remains underexplored. In…

Cited by 0SourceScholar
2024

A Coarse-to-Fine Place Recognition Approach using Attention-guided Descriptors and Overlap Estimation

ICRA 2024poster

Place recognition is a challenging but crucial task in robotics. Current description-based methods may be limited by representation capabilities, while pairwise similarity-based methods require exhaustive searches, which is time-consuming. In this paper, we present a novel coarse-to-fine approach to…

Cited by 1SourcecodeScholar
2024

A Multimodal, Multi-Task Adapting Framework for Video Action Recognition

AAAI 2024technical

Recently, the rise of large-scale vision-language pretrained models like CLIP, coupled with the technology of Parameter-Efficient FineTuning (PEFT), has captured substantial attraction in video action recognition. Nevertheless, prevailing approaches tend to prioritize strong supervised performance a…

Cited by 17SourcePDFScholar
2024

Continuously Learning, Adapting, and Improving: A Dual-Process Approach to Autonomous Driving

NeurIPS 2024poster

Autonomous driving has advanced significantly due to sensors, machine learning, and artificial intelligence improvements. However, prevailing methods struggle with intricate scenarios and causal relationships, hindering adaptability and interpretability in varied environments. To address the above p…

2023

Geo-Localization With Transformer-Based 2D-3D Match Network

RA-L 2023

This letter presents a novel method for geographical localization by registering satellite maps with LiDAR point clouds. This method includes a Transformer-based 2D-3D matching network called D-GLSNet that directly matches the LiDAR point clouds and satellite images through end-to-end learning. With

Cited by 18SourceScholar
2023

PANet: LiDAR Panoptic Segmentation with Sparse Instance Proposal and Aggregation

IROS 2023poster

Reliable LiDAR panoptic segmentation (LPS), including both semantic and instance segmentation, is vital for many robotic applications, such as autonomous driving. This work proposes a new LPS framework named PANet to eliminate the dependency on the offset branch and improve the performance on large…

Cited by 5SourcecodeScholar
2023

SSC-RS: Elevate LiDAR Semantic Scene Completion with Representation Separation and BEV Fusion

IROS 2023poster

Semantic scene completion (SSC) jointly predicts the semantics and geometry of the entire 3D scene, which plays an essential role in 3D scene understanding for autonomous driving systems. SSC has achieved rapid progress with the help of semantic context in segmentation. However, how to effectively e…

Cited by 23SourcecodeScholar
2022

E-NeRV: Expedite Neural Video Representation with Disentangled Spatial-Temporal Context

ECCV 2022poster

"Recently, the image-wise implicit neural representation of videos, NeRV, has gained popularity for its promising results and swift speed compared to regular pixel-wise implicit representations. However, the redundant parameters within the network structure can cause a large model size when scaling…