← Search

Chenning Yu

9 accepted papers

2026

Controllable Motion Generation Via Diffusion Modal Coupling

ICRA 2026poster

Diffusion models are increasingly used in robotics to represent multi-modal distributions over system states and behaviors, but precise control of generated outcomes without degrading physical realism remains challenging. This paper introduces a controllable diffusion framework that (i) replaces the…

2024

Efficient Motion Planning for Manipulators with Control Barrier Function-Induced Neural Controller

ICRA 2024poster

Sampling-based motion planning methods for manipulators in crowded environments often suffer from expensive collision checking and high sampling complexity, which make them difficult to use in real time. To address this issue, we propose a new generalizable control barrier function (CBF)based steeri…

Cited by 7SourcecodeScholar
2023

Accelerating Multi-Agent Planning Using Graph Transformers with Bounded Suboptimality

ICRA 2023poster

Conflict-Based Search is one of the most popular methods for multi-agent path finding. Though it is complete and optimal, it does not scale well. Recent works have been proposed to accelerate it by introducing various heuristics. However, whether these heuristics can apply to non-grid-based problem…

Cited by 11SourceScholar
2023

Iterative Reachability Estimation for Safe Reinforcement Learning

NeurIPS 2023poster

Ensuring safety is important for the practical deployment of reinforcement learning (RL). Various challenges must be addressed, such as handling stochasticity in the environments, providing rigorous guarantees of persistent state-wise safety satisfaction, and avoiding overly conservative behaviors t…

Cited by 20SourcePDFScholar
2023

Sequential Neural Barriers for Scalable Dynamic Obstacle Avoidance

IROS 2023poster

There are two major challenges for scaling up robot navigation around dynamic obstacles: the complex interaction dynamics of the obstacles can be hard to model analytically, and the complexity of planning and control grows exponentially in the number of obstacles. Data-driven and learning-based meth…

Cited by 16SourceScholar
2022

Learning Control Admissibility Models with Graph Neural Networks for Multi-Agent Navigation

CoRL 2022poster

Deep reinforcement learning in continuous domains focuses on learning control policies that map states to distributions over actions that ideally concentrate on the optimal choices in each step. In multi-agent navigation problems, the optimal actions depend heavily on the agents' density. Their inte…

Cited by 19SourcecodeScholar
2022

Learning-based Motion Planning in Dynamic Environments Using GNNs and Temporal Encoding

NeurIPS 2022accept

Learning-based methods have shown promising performance for accelerating motion planning, but mostly in the setting of static environments. For the more challenging problem of planning in dynamic environments, such as multi-arm assembly tasks and human-robot interaction, motion planners need to cons…

Cited by 20SourcePDFScholar
2021

Reducing Collision Checking for Sampling-Based Motion Planning Using Graph Neural Networks

NeurIPS 2021poster

Sampling-based motion planning is a popular approach in robotics for finding paths in continuous configuration spaces. Checking collision with obstacles is the major computational bottleneck in this process. We propose new learning-based methods for reducing collision checking to accelerate motion p…