|
| 1 | +@inproceedings{zhao2026supermap, |
| 2 | + title = {SuperMap: A Spatio-Temporal SLAM System for Visual-Language Navigation}, |
| 3 | + author = {Zhao, Shibo and Chen, Guofei and Zhu, Honghao and Li, Zhiheng and Yao, Changwei and Zantout, Nader and Kim, Seungchan and Wang, Wenshan and Zhang, Ji and Scherer, Sebastian}, |
| 4 | + year = {2026}, |
| 5 | + booktitle = {Robotics: Science and Systems (RSS)}, |
| 6 | + abstract = {Robotic navigation in human environments requires a spatio-temporal semantic representation that can reconcile open-vocabulary perception with long-term environmental changes. While foundation models provide strong zero-shot recognition, their predictions are intermittent and view-dependent, and naively integrating them into mapping pipelines leads to identity drift and stale semantics over time. We present SuperMap, a 4D spatio-temporal mapping framework for language-guided navigation that integrates high-frequency geometric SLAM with asynchronous open-vocabulary perception. Our core contribution is a consistency-driven mapping engine that combines 3D-aware instance association/re-activation with a principled existence-and-label confidence update to maintain stable object identities and prune outdated map content under occlusions and scene changes. SuperMap produces a queryable 4D scene-graph representation that interfaces naturally with Vision-Language Models by supporting compositional queries over object semantics, relations, and history. We demonstrate SuperMap on benchmarks and real robots, including dynamic scenes with appearance/disappearance and relocation, and provide ablations and runtime analysis. We release the full system as open-source to provide the community with a deployable baseline for open-vocabulary spatio-temporal mapping.} |
| 7 | +} |
| 8 | +@inproceedings{triest2026travsuite, |
| 9 | + title = {TravSUITE: Traversability via Self-Supervised, Uncertainty-Aware IRL and Terrain Estimation}, |
| 10 | + author = {Triest, Sam and Shaban, Amirreza and Fan, David and Wang, Wenshan and Scherer, Sebastian}, |
| 11 | + year = {2026}, |
| 12 | + booktitle = {Robotics: Science and Systems (RSS)}, |
| 13 | + abstract = {Traversability analysis in off-road settings remains a fundamental challenge for mobile robots. Key difficulties include constructing an accurate, expressive local map from multi-modal sensor data and using the map to design traversability rules that yield desirable navigation behavior. Importantly, this system must be resilient to the limited sensing regime brought about by complex environments and high speeds. In this paper, we present TravSUITE, a traversability system suitable for high- speed navigation in off-road environments. TravSUITE consists of two major components: 1) a VFM-based voxel mapper that builds a rich geometric-semantic local map from streams of on-board sensor data, and 2) a unified neural network that jointly pre- dicts traversability-relevant quantities in bird’s eye view (BEV), including geometry, semantics, speed and cost. Our training strategy is entirely annotation-free and self-supervised, leveraging tasks such as map inpainting and inverse reinforcement learning (IRL) to learn both map representations and traversability. We also perform a thorough ablation study and comparison to state- of-the-art approaches, and the results indicate that cost learning and auxiliary inpainting each contribute significantly to planning quality, and their combination is critical for achieving state-of- the-art performance in path planning. We also design a simple risk adaptation mechanism to leverage our method's uncertainty estimates at deploy-time, and demonstrate that a combination of inpainting and risk estimation can result in 80% fewer navigation errors and 5% faster autonomous traversal speeds in real-world hardware experiments.} |
| 14 | +} |
| 15 | +@inproceedings{huang2026kinder, |
| 16 | + title = {KinDER: A Physical Reasoning Benchmark for Robot Learning and Planning}, |
| 17 | + author = {Huang, Yixuan and Li, Bowen and Saxena, Vaibhav and Liang, Yichao and Mishra, Utkarsh Aashu and Ji, Liang and Zha, Lihan and Wu, Jimmy and Kumar, Nishanth and Scherer, Sebastian and Xu, Danfei and Silver, Tom}, |
| 18 | + year = {2026}, |
| 19 | + booktitle = {Robotics: Science and Systems (RSS)}, |
| 20 | + abstract = {Robotic systems that interact with the physical world must reason about kinematic and dynamic constraints imposed by their own embodiment, their environment, and the task at hand. We introduce KinDER, a benchmark for Kinematic and Dynamic Embodied Reasoning that targets physical reasoning challenges arising in robot learning and planning. KinDER comprises 25 procedurally generated environments, a Gymnasium-compatible Python library with parameterized skills and demonstrations, and a standardized evaluation suite with 8 implemented baselines spanning task and motion planning, imitation learning, reinforcement learning, and foundation-model-based approaches. The environments are designed to isolate five core physical reasoning challenges: basic spatial relations, nonprehensile multi-object manipulation, tool use, combinatorial geometric constraints, and dynamic constraints, disentangled from perception, language understanding, and application-specific complexity. Empirical evaluation shows that existing methods struggle to solve many of the environments, indicating substantial gaps in current approaches to physical reasoning. We additionally include real-to-sim-to-real experiments on a mobile manipulator to assess the correspondence between simulation and real-world physical interaction. KinDER is fully open-sourced and intended to enable systematic comparison across diverse paradigms for advancing physical reasoning in robotics.} |
| 21 | +} |
1 | 22 | @article{moon2026ia-tigris, |
2 | 23 | title = {IA-TIGRIS: An Incremental and Adaptive Sampling-Based Planner for Online Informative Path Planning}, |
3 | 24 | author = {Moon, Brady and Suvarna, Nayana and Jong, Andrew and Chatterjee, Satrajit and Yuan, Junbin and Cao, Muqing and Scherer, Sebastian}, |
|
0 commit comments