Ongoing Projects
Below are my current research projects that I am actively working on. These projects represent ongoing investigations in robotics, AI, and computer vision.
Pose-aware Topological Mapping
2025 - Present
A pose-aware online topological mapping system that performs sequential hypothesis testing directly in continuous SE(3) space to achieve human-like, robust relocalization under perceptual aliasing and environmental change.
Data-Driven RL for Social Navigation
2025 - Present
A data-driven RL framework for social navigation that turns real-world human–robot navigation logs into replayable "imagination environments," where a robot learns policies from BEV maps reconstructed from RGB-D data and replayed human trajectories, without relying on a conventional simulator.
Vision-Language Navigation
2025 - Present
Use a vision–language model to translate natural-language navigation instructions into differentiable cost functions over a BEV scene, then optimize or select trajectories that minimize this cost—enabling zero-shot visual-language navigation without policy training.
Offline RL for Vision-Language-Action Models
2025 - Present
Using offline reinforcement learning to fine-tune vision–language–action (VLA) models from real robot interaction datasets collected in laboratory environments.
Data-Driven RL for Social Navigation
Abstract
We propose a data-driven reinforcement learning framework for social navigation that turns real-world human–robot navigation logs into replayable "imagination environments." This approach allows robots to learn navigation policies directly from logged RGB-D data and human trajectories, eliminating the need for conventional simulators.
The system reconstructs bird's-eye-view (BEV) maps from RGB-D observations and replays recorded human trajectories within these environments. The robot can then train and refine its navigation policies by interacting with these reconstructed scenarios, learning socially-aware behaviors from real-world data.
This framework bridges the gap between simulation-based training and real-world deployment, enabling robots to learn from actual human–robot interactions without the complexities and limitations of traditional simulation environments.