Skip to content

Author

Xinyu Huang

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Preprint Aug 2026

Scaling Curriculum Learning For Autonomous Driving

Batched simulators for autonomous driving have recently enabled training reinforcement learning (RL) agents at scale, encompassing thousands of traffic scenarios and billions of interactions within a matter of days. Although such high-throughput feeds RL algorithms faster than ever, their sample-efficiency has not kept pace: As the standard training scheme, domain randomization uniformly samples scenarios, thereby consuming a vast number of interactions on cases that contribute little to learning. Curriculum learning offers a remedy by adaptively prioritizing scenarios that matter most to policy improvement. We present CL4AD, the first integration of curriculum learning into batched autonomous driving simulators by framing scenario selection as an unsupervised environment design problem. We introduce utility functions that shape curricula based on success rates and the realism of the agent's behavior, in addition to existing regret-estimation functions. Large-scale experiments in GPUDRIVE demonstrate that curriculum learning achieves a 99% success rate a billion steps earlier than domain randomization, reducing wall-clock time by 77%, and outperforms heuristic curricula with static and dynamic attributes, with only one exception at the largest scale. An ablation under limited compute shows that curriculum learning improves sample efficiency by 67%. We also investigate how utility functions behave at scale, and how prioritized scenarios evolve during training. We release an implementation of CLForAD in GPUDRIVE.

Cevahir Koprulu, D. Paz, Feng Tao et al. · 0 citations
Open access Jul 2026

KP-SLAM: Joint Flow-Pointmap Prior Synchronization for Robust Consistent Dense Mapping

Monocular RGB dense SLAM remains challenging because depth and global metric scale are not directly observable from a single camera. Existing systems often combine optical-flow and monocular-geometry priors predicted by independently trained networks, which can provide inconsistent constraints to bundle adjustment (BA). Our quantitative prior-consistency analysis indicates that this disagreement is an important contributor to unstable local optimization and reconstruction error rather than the sole cause of drift. We propose KP-SLAM, which predicts dense optical flow and paired pointmap priors from a shared representation and incorporates them into the same BA backend. We further introduce a Depth-Scale-Pose-to-Pointmap (DSPP) objective that relates optimized inverse depth, edge-wise relative scale, and camera pose to paired pointmap constraints. Experiments on ScanNet, TUM-RGBD, KITTI, Tanks-and-Temples, and dynamic sequences show improved tracking, depth, and rendering metrics over the compared RGB-only baselines under the reported settings. The results support the usefulness of synchronized priors while also revealing remaining limitations in highly dynamic, weakly textured, and large-scale scenes.

Song Gao, Xinyu Huang, Zheng Huang et al. · 0 citations