1. Introduction
Unmanned ground vehicles (UGVs) are increasingly considered for operations in unstructured environments, including agriculture, rescue, exploration, and other field missions [
1]. Multimodal fusion has also been investigated for end-to-end UGV trajectory prediction [
2]. Compared with structured urban roads, roadless and off-road environments such as forests, farmland, mountainous terrain, riverbanks, and post-disaster areas often lack predefined paths and persistent lane-level cues. Their large spatial extent and environmental variability make complete pre-mission navigation-map construction difficult [
3]. Onboard sensing remains essential for near-field obstacle avoidance, but the vehicle also needs a regional estimate of feasible traversal, concentrated planning risk, and excluded areas before local perception becomes available. A prior traversability map therefore provides mission-level context for global path planning.
The map representation required for urban autonomous driving differs markedly from that required for off-road UGV navigation. High-definition maps in urban scenarios are typically designed for structured road traffic and mainly represent lane markings, road boundaries, traffic signs, traffic signals, road topology, and high-precision localization elements [
4]. Their primary purpose is to support lane-level localization, behavior decision-making, and path tracking within existing road networks. In contrast, the primary question for an off-road UGV is not how to follow an existing road but where traversal is feasible and at what estimated cost. Abrupt slope changes, loose surfaces, vegetation occlusion, water blockage, road damage, and isolated obstacles may constrain mobility through terrain, soil, land-cover, and vehicle-dynamic factors [
5,
6]. Off-road traversability maps therefore should not simply inherit the representation logic of urban high-definition maps. Instead, they should transform terrain geometry, land cover, soil conditions, hydrological risk, and discrete obstacles into vehicle-interpretable traversability states and planning costs.
Existing mobile-robot mapping methods provide an important foundation for unmanned vehicle navigation. Occupancy grids represent cell occupancy probabilistically and support incremental updates from sensor observations [
7], while grid-based cost and elevation maps provide convenient local representations for navigation over uneven terrain [
8]. These representations are effective for obstacle-centric mapping and local planning, but occupancy alone does not express many factors that determine off-road mobility. Slope, terrain roughness, surface type, deformable or wet soil, vegetation, and vehicle–terrain interaction often require additional terrain layers or explicit traversability-cost models [
1,
5,
6]. A large-area off-road map should therefore describe not only where obstacles are located but also the source and degree of estimated traversal risk and how that estimate changes when new observations arrive.
Satellite and UAV remote sensing provide complementary data sources for constructing such task-oriented traversability maps. Sentinel-2-based products can provide frequently updated large-area land-cover information [
9]. Global elevation products provide regional terrain geometry; newer bare-earth products such as FABDEM reduce building and forest-height biases while retaining approximately 30 m global coverage [
10]. Soil properties and moisture-related information can inform soil-strength and vehicle-trafficability estimation [
11]. In the present study, however, these regional products are treated as susceptibility evidence rather than as direct measurements of sinkage or slip. Road patterns can be extracted from remote-sensing imagery [
12], while OpenStreetMap (OSM) can provide an auxiliary road-network prior for global route generation [
13]. These sources are complementary, but they are not geometrically or temporally interchangeable. Differences in spatial resolution, acquisition time, sensing mechanism, orthorectification, and co-registration can propagate into the fused map if they are not handled explicitly [
14]. The problem becomes more acute after disasters, when road accessibility may change as new disruptions are discovered [
15]. Remote-sensing change detection can identify differences between observations acquired at different times [
16]. For UGV planning, these detected changes must subsequently be translated into vehicle-relevant traversability states and costs.
Unmanned aerial vehicle (UAV) remote sensing offers high spatial resolution, flexible low-altitude deployment, and rapid data acquisition, enabling detailed local observations of selected areas and providing an important source for the updating of large-scale prior traversability maps [
17]. Recent RTK-assisted photogrammetry studies have reported centimeter-level direct-georeferencing accuracy under appropriate configurations [
18], and work on complex topography has shown that flight geometry, image orientation, georeferencing strategy, and ground sampling distance materially affect the accuracy of UAV-derived elevation models [
19]. This spatial accuracy is important when small terrain discontinuities or narrow obstacles are projected into a global planning grid. RGB and DSM can provide complementary appearance and surface-height cues for multimodal remote-sensing segmentation [
20], and boundary-aware fusion has improved elevation-discontinuity and fine-structure recovery in some datasets [
21]. Such gains are nevertheless contingent on DSM quality, cross-modal registration, fusion design, and target data; they are therefore tested rather than assumed in this study. A UAV flight covers only a local footprint. Rebuilding the entire regional map after each flight would be inefficient, while a binary change mask does not, by itself, provide an updated planning cost. The practical problem is therefore how to write local, high-resolution UAV observations back into a large-scale prior map without losing spatial consistency or suppressing newly observed high-risk changes.
To address this integration gap, this study develops a satellite–UAV workflow that connects regional prior-map construction, local semantic observation, incremental map maintenance, and global replanning. The main contributions are described as follows:
- (1)
A provenance-preserving representation of the off-road traversability map is developed using a common H3 spatial index. The map separates environmental-prior, semantic, and traversability-cost layers, allowing heterogeneous evidence to be aggregated and updated without obscuring its original source or spatial support. The evaluated implementation uses fixed H3-12 cells for the regional prior and fixed H3-13 cells for UAV updating.
- (2)
A task-oriented – semantic system and an interpretable traversability-cost model are formulated for off-road global planning. The model connects land-surface semantics with bounded modifiers derived from regional slope, soil wet–soft susceptibility, and relief variability. This design converts heterogeneous environmental evidence into planner-ready costs while distinguishing regional susceptibility indicators from vehicle-scale terrain measurements.
- (3)
A confidence-hierarchical conflict resolution mechanism (CHCRM) is introduced for the constructing of the regional prior. CHCRM resolves inconsistencies among satellite-derived semantics, terrain constraints, soil information, and road evidence according to physical constraints and source confidence. Its effectiveness is evaluated against a manually reviewed regional reference, with particular attention to safety-relevant high-risk omissions.
- (4)
An observer-agnostic incremental updating and replanning workflow is established for local UAV observations. The workflow projects UAV semantic outputs onto fixed H3 cells and compares alternative observers, UAV override and conservative union, and hard-blocking and finite-cost policies. Their downstream effects are evaluated through cell-level map assessment and fixed global replanning tasks.
2. Related Work
Environmental maps provide the foundation for perception, planning, and decision-making in unmanned vehicles. In structured urban scenarios, HD maps emphasize high-precision road geometry, road-surface and lane elements, traffic signs and signals, and localization-relevant semantics that constrain automated driving within an existing road network [
22]. Off-road environments, however, usually lack stable, continuous, and regularized road networks. For off-road UGVs, map representation must describe not only where obstacles exist but also where nominal traversal is feasible and how estimated cost varies across space. Off-road traversability maps therefore should not simply follow the urban high-definition mapping paradigm. They should represent how terrain, land cover, soil conditions, water bodies, road priors, and discrete obstacles affect vehicle mobility.
Mobile robotics have long used occupancy grids, cost maps, elevation maps, and local grid maps to represent environmental states. Occupancy grids recursively describe spatial occupancy and support local obstacle avoidance [
7]. Controlled studies have also compared Bayesian and belief-function fusion for occupancy-grid mapping [
23]. For rough terrain, local elevation maps accumulate geometric observations into robot-centered representations that support locomotion over uneven surfaces [
24]. These approaches are effective for local navigation but are less suited to regional risks caused by slope, wet or soft soil, vegetation, ponding, and degraded road surfaces.
Off-road traversability analysis evaluates whether and at what cost a specific vehicle can negotiate unstructured terrain. Recent field-robotics research frames traversability evaluation around platform characteristics and environmental semantic and geometric features and compares methods across sensors, robot types, scenarios, and learning strategies [
25]. At the regional scale, dynamic trafficability models have integrated elevation, slope, terrain position, land cover, soil, soil moisture, hazards, and meteorological factors to produce vehicle-specific maps for path planning [
26]. A complementary remote-sensing inversion study estimated shallow soil moisture and soil type and coupled them with vehicle dynamics, reporting field-validated predictions of sinkage and speed for wheeled and tracked vehicles [
27]. Vehicle dependence also motivates experimental validation: Eder et al. estimated robot-specific costs from locomotion experiments with four heterogeneous robots and Earth-observation terrain information [
28], while Zhang et al. fused RGB semantics, point clouds, and local elevation maps and validated the resulting cost map on a Scout-2.0 UGV [
29]. These studies show why map-level evidence and vehicle-level traversability validation should be distinguished explicitly.
Learning-based methods have strengthened near-field traversability estimation by combining visual, geometric, and proprioceptive cues. Self-supervised approaches can learn traversable regions from geometric and visual evidence [
30], while online systems can use onboard imagery and robot interaction to adapt traversability predictions during deployment in forests, parks, and grasslands [
31]. More recent visual–geometric systems combine foundation-model features with geometric mapping to produce cost, speed, and uncertainty maps and have been tested in real-world robot trials at multiple challenging off-road sites [
32]. At the regional scale, remote-sensing trafficability assessment is also moving from hand-crafted rule overlays toward cross-modal learning; He et al. fused remote-sensing imagery with geographic and geological auxiliary factors and evaluated the approach on datasets from Asia and Africa [
33]. These approaches have complementary strengths: onboard systems provide detailed local estimates but remain constrained by sensor range, occlusion, vehicle position, and the area that can be physically explored, whereas regional remote-sensing products can provide broader priors before vehicle deployment.
In satellite–UAV collaborative mapping, elevation resolution and spatial accuracy directly influence terrain representation and cross-platform data consistency. Because slope and elevation-variability measures are derived from elevation, vertical bias, canopy contamination, and spatial smoothing can propagate into traversability costs. FABDEM improves the bare-earth representation of global 30 m elevation data [
10], while UAV-LiDAR validation in a mountainous forest shows that local terrain structure may still differ appreciably from coarse global DEMs [
34]. At the observation scale, RTK UAV photogrammetry can achieve centimeter-level georeferencing under suitable conditions [
18], whereas satellite products from different sensors may retain meter-scale co-registration residuals [
35]. Cross-source fusion should therefore retain native spatial support and positional confidence rather than assume exact pixel correspondence.
Multi-source remote-sensing fusion for UGV navigation is therefore not equivalent to a simple overlay of map layers. Remote-sensing and geospatial sources may differ in spatial resolution, acquisition time, sensing characteristics, semantic definitions, and georegistration accuracy, creating discrepancies that must be addressed during fusion [
14,
36]. For example, an OSM road prior may indicate a road corridor, whereas recent imagery may show ponding or surface damage. An image classification may label an area as bare ground, while DEM-derived slope may exceed the planning threshold defined for the vehicle. Soil conditions may likewise alter the nominal cost assigned to the same land-cover class. Category overwriting, simple weighted summation, or majority voting without physical constraints can therefore produce unsuitable global routes. Traversability-oriented fusion should jointly consider land-cover semantics, terrain constraints, soil conditions, road priors, and source confidence and resolve conflicts conservatively.
The spatial organization of a traversability map affects cross-source aggregation, planning, and incremental maintenance. Regular grids remain useful because environmental attributes and planning costs can be stored cell by cell and coupled with graph-search planners [
37]. In this study, H3 is selected for its globally addressable cells and direct neighborhood operations [
38,
39,
40,
41], not because the evaluated workflow performs adaptive refinement.
H3 does not, itself, solve traversability modeling or create information finer than the native sources. Its role is to provide a common carrier for multi-source evidence and local updates. Regional evidence is stored on fixed H3-12 cells, and UAV observations are projected to fixed H3-13 cells. Every record retains source resolution and provenance so that the index resolution is not confused with physical measurement support.
Regional satellite and thematic products may not capture short-term disruptions, including road damage and newly emerging obstacles, at the time required for planning [
15,
16]. UAV remote sensing offers flexible acquisition and high spatial detail over selected areas and is an established platform for local mapping and photogrammetric observation [
42]. RGB–DSM segmentation has been reported to improve discrimination and boundary delineation when the DSM and fusion architecture provide transferable geometric cues [
43]; whether this benefit persists under buffered spatial generalization is evaluated here against RGB-only models. Deep learning has expanded the available segmentation tools. U-Net established a widely used contracting–expanding architecture for dense pixel-wise prediction [
44], DeepLabV3+ combines multiscale atrous context modeling with decoder-based boundary recovery [
45], and SegFormer uses a hierarchical Transformer encoder and lightweight MLP decoder [
46]. The Segment Anything Model (SAM) provides promptable segmentation and broad transfer across image distributions [
47], while remote-sensing studies have introduced SAM-derived object and boundary constraints for semantic segmentation [
48]. Parameter-efficient methods such as LoRA reduce the number of trainable parameters for downstream adaptation [
49]. Focal Loss and Lovász–Softmax address different optimization needs: the former down-weights easy examples under class imbalance [
50], whereas the latter is a tractable surrogate for intersection-over-union-related objectives [
51].
For UGV navigation, however, UAV semantic extraction cannot stop at pixel-level land-cover classification. Conventional semantic segmentation produces class maps, while optical remote-sensing change detection compares observations of the same area acquired at different times to reveal spatiotemporal change [
52]. Neither output directly determines the traversability state of an updated region, the inheritance of historical map states, the suppression of false detections from a single observation, or the trigger of path replanning. Local high-resolution observations must therefore be projected into the off-road traversability map, fused with historical states, and converted into updated costs according to estimated risk and observation confidence.
In summary, prior studies provide foundations in robotic map representation, off-road traversability analysis, multi-source remote-sensing fusion, multi-scale spatial organization, and UAV semantic segmentation. A remaining integration problem is how to construct and update a satellite–UAV collaborative off-road traversability map while preserving the support, timing, semantics, positional uncertainty, and confidence of heterogeneous sources. Existing methods usually address only part of this chain, such as occupancy representation, vehicle-specific local estimation, regional trafficability assessment, multimodal segmentation, or change detection. Their combination into an interpretable prior-map representation, conservative conflict-resolution process, and explicit update-to-replanning workflow remains insufficiently studied.
To address this integration problem, the proposed method uses H3 as a common spatial index; establishes a – traversability semantic system and a multi-factor cost model; applies CHCRM to conflicts among satellite imagery, DEMs, soil attributes, and road priors; and updates the map using UAV semantic observations derived from RGB or RGB–DSM inputs, fixed H3-13 projection, validation-selected high-risk detection, and one-ring cost diffusion. The method connects remote-sensing observations to the cost layer of the off-road traversability map and evaluates the result through grid-based replanning. It does not replace onboard perception, localization, local obstacle avoidance, trajectory tracking, or vehicle-level control.
5. Discussion
The main significance of this study lies in integrating regional prior mapping, local UAV observation, incremental updating, and global replanning within a unified workflow. Regional remote-sensing products provide broad spatial coverage before deployment, whereas UAV observations provide current information for selected areas. A common H3 index connects these sources without requiring reconstruction of the entire regional map. The workflow therefore extends static remote-sensing products toward a maintainable off-road traversability map.
The layered map structure separates source evidence, semantic interpretation, and planner-ready costs. This separation preserves data provenance and allows semantic and cost states to be updated without overwriting the original regional evidence. CHCRM reduced omissions within the evaluated high-risk subset, but it did not significantly improve overall five-class accuracy. Its contribution should therefore be interpreted as targeted conflict resolution for safety-relevant terrain rather than universal improvement across all semantic classes.
The six-model benchmark further distinguishes semantic accuracy from computational efficiency and input modality. SegFormer-B2 achieved the highest semantic accuracy with moderate computational complexity. UNetFormer-ResNet18 was the lightest and fastest model, but its mIoU was 7.30 percentage points lower than that of SegFormer-B2; DeepLabV3+ also provided higher throughput but lower semantic accuracy. CMX-B2 was the strongest RGB–DSM model, yet neither it nor the same-backbone early-fusion model surpassed RGB-only SegFormer-B2. This result does not establish that DSM is intrinsically uninformative. It shows that the available DSM representation and the evaluated fusion strategies did not improve geographic generalization in this dataset. Because the benchmark combines limited spatial training support, tile-wise relative-height normalization, and DSM data without independent vertical validation, it cannot separate the effects of data quality, representation, and fusion design. DSM is therefore treated as an optional modality and not as a validated performance contribution. Downstream, Task-adapted MFNet achieved higher risk recall but generated more false positives and hard-block disconnections. Observer selection should consequently consider semantic accuracy, computational resources, missed hazards, false alarms, and route connectivity together.
The update and replanning experiments highlight the importance of explicitly defining map-management and risk policies. UAV override preserves the regional prior outside the observed footprint while allowing recent evidence to replace potentially outdated information within it. This approach is more appropriate for incremental maintenance than indiscriminately accumulating prior and current risk labels. Hard blocking and finite costs represent different operational attitudes toward risk. A disconnected route under hard blocking can indicate that additional observation or mission adjustment is required. A finite cost restores connectivity but accepts greater exposure to potentially hazardous terrain.
The workflow may support pre-mission planning in agriculture, forestry, disaster assessment, field exploration, and other large-area off-road applications. It is particularly relevant when complete high-resolution surveying is impractical, but UAV observations can be acquired for critical corridors or uncertain areas. In this context, the off-road traversability map provides global environmental guidance and may help prioritize areas requiring additional observation.
Several limitations define the scope of the present findings. The experiments cover a limited geographic and temporal setting, while SRTM and SoilGrids retain their original regional resolutions. The UAV-derived DSM was evaluated only as an optional semantic input and did not improve overall spatial generalization in the current benchmark. Its vertical accuracy was not independently validated, and tile-wise normalization does not preserve a common absolute height reference; the DSM is therefore not used to update terrain slope or relief. The study also does not evaluate closed-loop navigation with a physical ground vehicle. Future work should examine cross-region and cross-season generalization, multi-temporal change detection, uncertainty-aware updating, DSM representations with validated vertical accuracy and consistent height reference, higher-resolution terrain data, and feedback from onboard vehicle perception.