English

Beyond Endpoints: Path-Centric Reasoning for Vectorized Off-Road Network Extraction

Computer Vision and Pattern Recognition 2026-03-10 v3 Artificial Intelligence

Abstract

Deep learning has advanced vectorized road extraction in urban settings, yet off-road environments remain underexplored and challenging. A significant domain gap causes advanced models to fail in wild terrains due to two key issues: lack of large-scale vectorized datasets and structural weakness in prevailing methods. Models such as SAM-Road employ a node-centric paradigm that reasons at sparse endpoints, making them fragile to occlusions and ambiguous junctions in off-road scenes, leading to topological errors. This work addresses these limitations in two complementary ways. First, we release WildRoad, a global off-road road network dataset constructed efficiently with a dedicated interactive annotation tool tailored for road-network labeling. Second, we introduce MaGRoad (Mask-aware Geodesic Road network extractor), a path-centric framework that aggregates multi-scale visual evidence along candidate paths to infer connectivity robustly. Extensive experiments show that MaGRoad achieves state-of-the-art performance on our challenging WildRoad benchmark while generalizing well to urban datasets. An efficient vertex extraction strategy also yields roughly 2.5X faster inference, improving practical applicability. Together, the dataset and path-centric paradigm provide a stronger foundation for mapping roads in the wild. We release both the dataset and code at this repository. We release both the dataset and code at https://github.com/xiaofei-guan/MaGRoad.

Keywords

Cite

@article{arxiv.2512.10416,
  title  = {Beyond Endpoints: Path-Centric Reasoning for Vectorized Off-Road Network Extraction},
  author = {Wenfei Guan and Jilin Mei and Tong Shen and Xumin Wu and Shuo Wang and Chen Min and Yu Hu},
  journal= {arXiv preprint arXiv:2512.10416},
  year   = {2026}
}

Comments

This revision improves clarity and consistency throughout the paper. We refine terminology to more precisely describe the vertex extraction optimization, add motivational context to the edge feature encoding section, and clarify the overall inference pipeline. We also add an Acknowledgments section

R2 v1 2026-07-01T08:20:10.696Z