Papers
Topics
Authors
Recent
Search
2000 character limit reached

GTPBD-MM: A Global Terraced Parcel and Boundary Dataset with Multi-Modality

Published 14 Apr 2026 in cs.CV and cs.MM | (2604.12315v1)

Abstract: Agricultural parcel extraction plays an important role in remote sensing-based agricultural monitoring, supporting parcel surveying, precision management, and ecological assessment. However, existing public benchmarks mainly focus on regular and relatively flat farmland scenes. In contrast, terraced parcels in mountainous regions exhibit stepped terrain, pronounced elevation variation, irregular boundaries, and strong cross-regional heterogeneity, making parcel extraction a more challenging problem that jointly requires visual recognition, semantic discrimination, and terrain-aware geometric understanding. Although recent studies have advanced visual parcel benchmarks and image-text farmland understanding, a unified benchmark for complex terraced parcel extraction under aligned image-text-DEM settings remains absent. To fill this gap, we present GTPBD-MM, the first multimodal benchmark for global terraced parcel extraction. Built upon GTPBD, GTPBD-MM integrates high-resolution optical imagery, structured text descriptions, and DEM data, and supports systematic evaluation under Image-only, Image+Text, and Image+Text+DEM settings. We further propose Elevation and Text guided Terraced parcel network (ETTerra), a multimodal baseline for terraced parcel delineation. Extensive experiments demonstrate that textual semantics and terrain geometry provide complementary cues beyond visual appearance alone, yielding more accurate, coherent, and structurally consistent delineation results in complex terraced scenes.

Summary

  • The paper introduces a novel multimodal benchmark that integrates high-resolution imagery, DEM, and text for terraced parcel extraction.
  • It details the ETTerra architecture featuring cross-modal semantic enhancement and elevation-guided boundary reinforcement, yielding superior segmentation metrics (mIoU = 68.73, ODS = 49.52).
  • The dataset spans 900 km² across 25 countries, addressing semantic ambiguity and boundary precision in complex, mountainous agricultural terrains.

GTPBD-MM: Multimodal Benchmarking for Terraced Parcel Extraction

Introduction

Automated extraction of agricultural parcels remains a central topic in remote sensing for agricultural monitoring, underpinning applications such as precision agriculture, ecological assessment, and land management. Existing benchmarks are dominated by regular, flat farmland terrains and focus predominantly on single-modality (visual-only) data, limiting their applicability in the more structurally complex, mountainous terraced landscapes prevalent across large global regions. "GTPBD-MM: A Global Terraced Parcel and Boundary Dataset with Multi-Modality" (2604.12315) introduces the first large-scale, multimodal benchmark tailored to these challenges, integrating high-resolution optical imagery, Digital Elevation Models (DEM), and structured text descriptions for unified parcel delineation and boundary extraction. Figure 1

Figure 1: Multi-modality (image, text, DEM) addresses semantic confusion and boundary ambiguity intrinsic to complex terraced parcel extraction scenes.

GTPBD-MM Dataset: Coverage, Composition, and Diversity

GTPBD-MM is designed to systematically address the key limitations in current publicly available parcel delineation datasets:

  1. Modalities: Each sample in GTPBD-MM includes a spatially aligned triplet of high-resolution RGB imagery, DEM grids, and task-oriented textual descriptions, with hierarchical parcel, mask, and boundary annotations. This triplet reflects the joint appearance, geometric, and semantic context that governs terraced landscape structure.
  2. Global Coverage: The dataset spans over 900 km² of mountainous terraced regions in 25 countries, encompassing variants in elevation, geomorphology, and agrarian practices. The sampling design provides both national and international coverage, with focused expansion from core Chinese regions to SE Asia and Africa.
  3. Annotation Granularity: Parcel and boundary annotations support multi-task evaluation (pixel-level, edge-level, and object-level metrics). The text descriptions encode key scene priors such as terrace density, pattern irregularity, and neighboring land-cover, serving as a semantic lens to ameliorate visual ambiguity. Figure 2

    Figure 2: GTPBD-MM’s unified multi-modal design and extensive global spatial coverage (bottom), with a detailed annotation hierarchy (top).

    Figure 3

    Figure 3: GTPBD-MM’s area distribution across regions/countries (left) and word frequency analysis for text modality (right), underscoring the dataset's geographic and lexical diversity.

Multimodal Extraction Paradigm: The ETTerra Architecture

To exploit the synergistic potential of visual, semantic, and geometric modalities, the authors introduce ETTerra: a two-branch multimodal segmentation baseline that decouples the inherent tasks of semantic discrimination and structural boundary recovery.

Cross-Modal Semantic Enhancement

A cross-attention mechanism aligns CLIP-extracted visual (FvF_v) and text (FtF_t) features, leveraging text-driven priors for disambiguating visually similar background and non-parcel classes—a primary cause of semantic confusion in mountainous, anthropogenically modified terrains.

Elevation-Guided Boundary Reinforcement

Terrain morphology—commonly the origin of parcel boundaries in terraced systems—is injected via DEM encoding. This branch learns affine modulation of RGB features with terrain gradients, reinforcing boundary delineations where elevation discontinuities coincide with actual terrace steps, mitigating under-segmentation and merging errors.

Joint Decoding

A mask decoder simultaneously incorporates text-conditioned prompts and terrain-modulated features, delivering output masks with improved semantic coherence and geometric fidelity. Figure 4

Figure 4: ETTerra’s pipeline: cross-modal interaction for semantic enhancement (left) and spatial DEM integration for terrain-feature fusion (right).

Experimental Analysis and Benchmarking

The efficacy of GTPBD-MM and ETTerra is validated across three input regimes: Image-only, Image+Text, and Image+Text+DEM, with comparison to strong segmentation and reasoning baselines (U-Net, PSPNet, REAUNet, HBGNet, LISA, PixelLM, FSVLM, among others).

Key Results:

  • ETTerra outperforms all baselines across pixel-level (mIoU, mAcc), edge-level (OIS, ODS), and object-level (GTC, GUC) metrics. For instance, it achieves mIoU=68.73mIoU = 68.73 and ODS=49.52ODS = 49.52, with superior GTC and object completeness, highlighting the impact of DEM for structural boundary recovery and the role of text in semantic disambiguation.
  • The multimodal paradigm yields substantial reductions in both semantic confusion and boundary ambiguity when compared with single- or dual-modality networks.
  • Ablation through qualitative analysis highlights typical failure modes: visual-only baselines collapse in the presence of non-parcel distractors (misclassification, Fig. 5 red boxes), and insufficient DEM input results in geometric recovery errors (boundary hallucination or missing steps, Fig. 5 yellow boxes). Figure 5

    Figure 5: Qualitative comparison: ETTerra delivers more accurate and structurally complete masks in semantically and geometrically challenging cases than all competing baselines.

Diagnostic Visualizations:

  • Edge-level evaluations (Fig. 6) show ETTerra distinctly reduces false positive and negative edges relative to HBGNet and LISA.
  • Object-level error maps (Fig. 7) indicate ETTerra yields lower under-segmentation penalties, maintaining parcel separation in topologically intricate scenes. Figure 6

    Figure 6: Edge-wise visualization demonstrates ETTerra’s reduction in segmentation error types, with robust OIS and mAcc.

    Figure 7

    Figure 7: GUC-based analysis confirms ETTerra’s superior performance in limiting under-segmentation, especially for complex, narrow terraces.

Comparative Perspective and Broader Implications

GTPBD-MM stands out from prior datasets such as GFSAD30, FTW, or FarmSeg-VL by its focus on highly irregular, elevation-driven landscapes and by supporting coordinated image-text-DEM benchmarking. Its global, multimodal infrastructure offers a reproducible reference for robust model validation and cross-region generalization, critical as remote sensing analysis shifts towards real-world, high-heterogeneity terrains.

Theoretical Implications:

  • The experimental framework demonstrates that unified multi-modal alignment is necessary for both semantic and geometric reasoning tasks in complex geospatial vision, confirming that terrain priors cannot be replaced by pure appearance or language features in certain scene classes.

Practical Implications:

  • Models evaluated on GTPBD-MM are expected to show increased reliability and transferability in mountainous or developed regions globally—a significant advance for ecological and precision agriculture workflows in real-world scenarios.

Future AI Challenges:

  • GTPBD-MM’s design encourages research into extended modalities (e.g., temporal, SAR data), more expressive and adaptable model architectures, and multimodal fusion strategies that can generalize beyond raster representations to high-level, vector-based geographic primitives. Figure 8

    Figure 8: Comparison between GTPBD-MM and prior datasets, illustrating GTPBD-MM’s unique focus on modality alignment and terraced complexity.

Conclusion

GTPBD-MM establishes a rigorous benchmark for multimodal terraced parcel extraction, supporting the systematic evaluation of collaborative appearance-semantic-geometry modeling. The ETTerra baseline demonstrates that textual semantics and terrain geometry are synergistic and indispensable for robust, consistent extraction in complex agricultural regions. GTPBD-MM provides both a practical and scientific foundation for next-generation multimodal remote sensing methods and sets the standard for benchmarking in heterogeneous, non-ideal agricultural landscapes.

(2604.12315)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.