Search papers, labs, and topics across Lattice.
This paper introduces TraversRL, a vision-conditioned reinforcement learning model that generates connected pedestrian pathways from aerial images by simulating a traveler navigating the environment. Unlike traditional segmentation methods that often yield fragmented graphs, TraversRL employs a unique action space and a dual reward system to enhance both connectivity and edge precision. The model outperforms state-of-the-art segmentation approaches, achieving significant improvements in buffered IoU and connectivity metrics across multiple datasets.
TraversRL transforms pedestrian pathway generation by modeling it as a sequential decision-making process, yielding more reliable networks than traditional segmentation methods.
Automatically generating pedestrian pathways from aerial images requires producing a connected network suitable for routing, not just detecting where sidewalks appear. Sidewalks and crossings, in contrast to roads, may be partially occluded, implicitly defined, and exhibit complex connectivity patterns. Existing segmentation-based approaches focus on labeling pixels to infer segments, but often produce disconnected or fragmentary graphs that are unreliable for navigation. We introduce TraversRL, a vision-conditioned model that iteratively grows a pathway network from an aerial image, simulating a traveler navigating the built environment. TraversRL uses an action space of short and long direction-distance segments designed to adapt to complex patterns and span occlusions, and uses a combination of graph-level and step-wise rewards to balance overall connectivity with precise edge placement. Across three visual backbones and three intersection datasets, TraversRL substantially improves buffered IoU with the ground-truth graph relative to a state-of-the-art segmentation baseline, and more than doubles metrics of connectivity. Moreover, combining global and local rewards produces cleaner graphs with fewer spurious branches while further improving overall performance. These results demonstrate that modeling pathway extraction as a sequential decision process from the perspective of a traveler, while optimizing for final graph quality with reinforcement learning, produces significantly more reliable pedestrian networks.