← Search

Yuxiao Chen

37 accepted papers

2026

Counterfactual VLA: Self-Reflective Vision-Language-Action Model with Adaptive Reasoning

CVPR 2026

Recent reasoning-augmented Vision-Language-Action (VLA) models have improved the interpretability of end-to-end autonomous driving by generating intermediate reasoning traces. Yet these models primarily describe what they perceive and intend to do, rarely questioning whether their planned actions ar

Cited by 0SourceScholar
2026

Latent Chain-of-Thought World Modeling for End-to-End Autonomous Driving

CVPR 2026

Recent Vision-Language-Action (VLA) models for autonomous driving explore inference-time reasoning as a way to improve driving performance and safety in challenging scenarios. Most prior work uses natural language to express chain-of-thought (CoT) reasoning before producing driving actions. However,

Cited by 0SourceScholar
2026

ReSteer: Quantifying and Refining the Steerability of Multitask Robot Policies

RSS 2026poster

Despite strong multi-task pretraining, existing policies often exhibit poor task steerability. For example, a robot may fail to respond to a new instruction “put the bowl in the sink” when moving towards the oven, executing “close the oven”, even though it can complete both tasks when executed separ…

Cited by 0SourceScholar
2025

Categorical Traffic Transformer: Interpretable and Diverse Behavior Prediction with Tokenized Latent

ICRA 2025

Adept traffic models are critical to both real-time prediction/planning and closed-loop simulation for autonomous vehicles (AV). Key design objectives include accuracy, diverse multimodal behaviors, interpretability, and compatibility with other modules in the autonomy stack, e.g., the downstream pl

Cited by 12SourceScholar
2025

Closed-Loop Supervised Fine-Tuning of Tokenized Traffic Models

CVPR 2025poster

Traffic simulation aims to learn a policy for traffic agents that, when unrolled in closed-loop, faithfully recovers the joint distribution of trajectories observed in the real world. Inspired by large language models, tokenized multi-agent policies have recently become the state-of-the-art in traff…

2025

DreamDrive: Generative 4D Scene Modeling from Street View Images

ICRA 2025

Synthesizing photo-realistic visual observations from an ego vehicle's driving trajectory is a critical step towards scalable training of self-driving models. Reconstruction-based methods create 3D scenes from driving logs and synthesize geometry-consistent driving videos through neural rendering, b

Cited by 24SourceScholar
2025

Gen-Drive: Enhancing Diffusion Generative Driving Policies with Reward Modeling and Reinforcement Learning Fine-Tuning

ICRA 2025

Autonomous driving necessitates the ability to reason about future interactions between traffic agents and to make informed evaluations for planning. This paper introduces the Gen-Drive framework, which shifts from the traditional prediction and deterministic planning framework to a generation-then-

Cited by 39SourcecodeScholar
2025

STORM: Spatio-TempOral Reconstruction Model For Large-Scale Outdoor Scenes

ICLR 2025poster

We present STORM, a spatio-temporal reconstruction model designed for reconstructing dynamic outdoor scenes from sparse observations. Existing dynamic reconstruction methods often rely on per-scene optimization, dense observations across space and time, and strong motion supervision, resulting in le…

2025

The Hidden Life of Tokens: Reducing Hallucination of Large Vision-Language Models Via Visual Information Steering

ICML 2025poster

Large Vision-Language Models (LVLMs) can reason effectively over both textual and visual inputs, but they tend to hallucinate syntactically coherent yet visually ungrounded contents. In this paper, we investigate the internal dynamics of hallucination by examining the tokens logits rankings througho…

2025

VISIAR: Empower MLLM for Visual Story Ideation

ACL 2025finding

Ideation, the process of forming ideas from concepts, is a big part of the content creation process. However, the noble goal of helping visual content creators by suggesting meaningful sequences of visual assets from a limited collection is challenging. It requires a nuanced understanding of visual…

2025

YOLO-MARL: You Only LLM Once for Multi-Agent Reinforcement Learning

IROS 2025

Advancements in deep multi-agent reinforcement learning (MARL) have positioned it as a promising approach for decision-making in cooperative games. However, it still remains challenging for MARL agents to learn cooperative strategies for some game environments. Recently, large language models (LLMs)

Cited by 8SourcecodeScholar
2024

DTPP: Differentiable Joint Conditional Prediction and Cost Evaluation for Tree Policy Planning in Autonomous Driving

ICRA 2024poster

Motion prediction and cost evaluation are vital components in the decision-making system of autonomous vehicles. However, existing methods often ignore the importance of cost learning and treat them as separate modules. In this study, we employ a tree-structured policy planner and propose a differen…

Cited by 30SourcecodeScholar
2024

Tokenize the World into Object-level Knowledge to Address Long-tail Events in Autonomous Driving

CoRL 2024poster

The autonomous driving industry is increasingly adopting end-to-end learning from sensory inputs to minimize human biases in system design. Traditional end-to-end driving models, however, suffer from long-tail events due to rare or unseen inputs within their training distributions. To address this,…

Cited by 13SourceScholar
2023

Guided Conditional Diffusion for Controllable Traffic Simulation

ICRA 2023poster

Controllable and realistic traffic simulation is critical for developing and verifying autonomous vehicles. Typical heuristic-based traffic models offer flexible control to make vehicles follow specific trajectories and traffic rules. On the other hand, data-driven approaches generate realistic and…

Cited by 167SourcecodeScholar
2023

HiCLIP: Contrastive Language-Image Pretraining with Hierarchy-aware Attention

ICLR 2023poster

The success of large-scale contrastive vision-language pretraining (CLIP) has benefited both visual recognition and multimodal content understanding. The concise design brings CLIP the advantage in inference efficiency against other vision-language models with heavier cross-attention fusion layers,…

2023

Interpretable Trajectory Prediction for Autonomous Vehicles via Counterfactual Responsibility

IROS 2023poster

The ability to anticipate surrounding agents' behaviors is critical to enable safe and seamless autonomous vehicles (AVs). While phenomenological methods have successfully predicted future trajectories from scene context, these predictions lack interpretability. On the other hand, ontological approa…

Cited by 6SourceScholar
2023

Language-Guided Traffic Simulation via Scene-Level Diffusion

CoRL 2023oral

Realistic and controllable traffic simulation is a core capability that is necessary to accelerate autonomous vehicle (AV) development. However, current approaches for controlling learning-based traffic models require significant domain expertise and are difficult for practitioners to use. To remedy…

Cited by 94SourceScholar
2023

Learning Responsibility Allocations for Safe Human-Robot Interaction with Applications to Autonomous Driving

ICRA 2023poster

Drivers have a responsibility to exercise reasonable care to avoid collision with other road users. This assumed responsibility allows interacting agents to maintain safety without explicit coordination. Thus to enable safe autonomous vehicle (AV) interactions, AVs must understand what their respons…

Cited by 13SourcecodeScholar
2023

Receding Horizon Planning with Rule Hierarchies for Autonomous Vehicles

ICRA 2023poster

Autonomous vehicles must often contend with conflicting planning requirements, e.g., safety and comfort could be at odds with each other if avoiding a collision calls for slamming the brakes. To resolve such conflicts, assigning importance ranking to rules (i.e., imposing a rule hierarchy) has been…

Cited by 13SourcecodeScholar
2023

Revisiting Multimodal Representation in Contrastive Learning: From Patch and Token Embeddings to Finite Discrete Tokens

CVPR 2023poster

Contrastive learning-based vision-language pre-training approaches, such as CLIP, have demonstrated great success in many vision-language tasks. These methods achieve cross-modal alignment by encoding a matched image-text pair with similar feature embeddings, which are generated by aggregating infor…

2023

Tree-structured Policy Planning with Learned Behavior Models

ICRA 2023poster

Autonomous vehicles (AVs) need to reason about the multimodal behavior of neighboring agents while planning their own motion. Many existing trajectory planners seek a single trajectory that performs well under all plausible futures simultaneously, ignoring bi-directional interactions and thus leadin…

Cited by 31SourceScholar
2022

Balancing Efficiency and Comfort in Robot-Assisted Bite Transfer

ICRA 2022poster

Robot-assisted feeding in household environments is challenging because it requires robots to generate trajectories that effectively bring food items of varying shapes and sizes into the mouth while making sure the user is comfortable. Our key insight is that in order to solve this challenge, robots…

Cited by 26SourceScholar
2022

Hierarchically Self-Supervised Transformer for Human Skeleton Representation Learning

ECCV 2022poster

"Despite the success of fully-supervised human skeleton sequence modeling, utilizing self-supervised pre-training for skeleton sequence representation learning has been an active field because acquiring task-specific skeleton annotations at large scales is difficult. Recent studies focus on learning…

2022

Interactive Multi-Modal Motion Planning With Branch Model Predictive Control

RA-L 2022

Motion planning for autonomous robots and vehicles in presence of uncontrolled agents remains a challenging problem as the reactive behaviors of the uncontrolled agents must be considered. Since the uncontrolled agents usually demonstrate multimodal reactive behavior, the motion planner needs to sol

Cited by 83SourcecodeScholar
2022

Onboard Safety Guarantees for Racing Drones: High-Speed Geofencing With Control Barrier Functions

RA-L 2022

This letter details the theory and implementation behind practically ensuring safety of remotely piloted racing drones. We demonstrate robust and practical safety guarantees on a 7” racing drone at speeds exceeding 100 km/h, utilizing only online computations on a 10 g micro-controller. To achieve t

Cited by 67SourceScholar
2022

ScePT: Scene-Consistent, Policy-Based Trajectory Predictions for Planning

CVPR 2022poster

Trajectory prediction is a critical functionality of autonomous systems that share environments with uncontrolled agents, one prominent example being self-driving vehicles. Currently, most prediction methods do not enforce scene consistency, i.e., there are a substantial amount of self-collisions be…

Cited by 93PDFcodeScholar
2021

Learning Safe Multi-agent Control with Decentralized Neural Barrier Certificates

ICLR 2021poster

We study the multi-agent safe control problem where agents should avoid collisions to static obstacles and collisions with each other while reaching their goals. Our core idea is to learn the multi-agent control policy jointly with learning the control barrier functions as safety certificates. We p…

Cited by 175SourcePDFScholar
2020

Data-driven Characterization of Human Interaction for Model-based Control of Powered Prostheses

IROS 2020poster

This paper proposes a data-driven method for powered prosthesis control that achieves stable walking without the need for additional sensors on the human. The key idea is to extract the nominal gait and the human interaction information from motion capture data, and reconstruct the walking behavior…

Cited by 9SourceScholar
2020

Knowledge As Priors: Cross-Modal Knowledge Generalization for Datasets Without Superior Knowledge

CVPR 2020poster

Cross-modal knowledge distillation deals with transferring knowledge from a model trained with superior modalities (Teacher) to another model trained with weak modalities (Student). Existing approaches require paired training examples exist in both modalities. However, accessing the data from superi…

Cited by 92PDFScholar
2020

Reactive motion planning with probabilisticsafety guarantees

CoRL 2020

Motion planning in environments with multiple agents is critical to many important autonomous applications such as autonomous vehicles and assistive robots. This paper considers the problem of motion planning, where the controlled agent shares the environment with multiple uncontrolled agents. First

Cited by 0SourcePDFScholar
2019

Counter-example Guided Learning of Bounds on Environment Behavior

CoRL 2019

There is a growing interest in building autonomous systems that interact with complex environments. The difficulty associated with obtaining an accurate model for such environments poses a challenge to the task of assessing and guaranteeing the system’s performance. We present a data-driven solution