Table of Contents
Fetching ...

A Dual-Branch Local-Global Framework for Cross-Resolution Land Cover Mapping

Peng Gao, Ke Li, Di Wang, Yongshan Zhu, Yiming Zhang, Xuemei Luo, Yifeng Wang

TL;DR

This work tackles cross-resolution land cover mapping under weak supervision by introducing DDTM, a dual-branch framework that decouples local semantic refinement from global contextual reasoning. The diffusion-based branch progressively enhances fine-grained local structures, while the Transformer branch enforces long-range semantic consistency, together fused for high-resolution predictions. A confidence-aware pseudo-label supervision module mitigates noise from cross-resolution mismatches by selectively leveraging reliable supervision signals. On the Chesapeake Bay benchmark, DDTM achieves 66.52% mIoU, establishing a new state-of-the-art among weakly supervised methods and demonstrating the practical impact of combining diffusion priors with global context for robust high-resolution land cover mapping under limited annotations.

Abstract

Cross-resolution land cover mapping aims to produce high-resolution semantic predictions from coarse or low-resolution supervision, yet the severe resolution mismatch makes effective learning highly challenging. Existing weakly supervised approaches often struggle to align fine-grained spatial structures with coarse labels, leading to noisy supervision and degraded mapping accuracy. To tackle this problem, we propose DDTM, a dual-branch weakly supervised framework that explicitly decouples local semantic refinement from global contextual reasoning. Specifically, DDTM introduces a diffusion-based branch to progressively refine fine-scale local semantics under coarse supervision, while a transformer-based branch enforces long-range contextual consistency across large spatial extents. In addition, we design a pseudo-label confidence evaluation module to mitigate noise induced by cross-resolution inconsistencies and to selectively exploit reliable supervisory signals. Extensive experiments demonstrate that DDTM establishes a new state-of-the-art on the Chesapeake Bay benchmark, achieving 66.52\% mIoU and substantially outperforming prior weakly supervised methods. The code is available at https://github.com/gpgpgp123/DDTM.

A Dual-Branch Local-Global Framework for Cross-Resolution Land Cover Mapping

TL;DR

This work tackles cross-resolution land cover mapping under weak supervision by introducing DDTM, a dual-branch framework that decouples local semantic refinement from global contextual reasoning. The diffusion-based branch progressively enhances fine-grained local structures, while the Transformer branch enforces long-range semantic consistency, together fused for high-resolution predictions. A confidence-aware pseudo-label supervision module mitigates noise from cross-resolution mismatches by selectively leveraging reliable supervision signals. On the Chesapeake Bay benchmark, DDTM achieves 66.52% mIoU, establishing a new state-of-the-art among weakly supervised methods and demonstrating the practical impact of combining diffusion priors with global context for robust high-resolution land cover mapping under limited annotations.

Abstract

Cross-resolution land cover mapping aims to produce high-resolution semantic predictions from coarse or low-resolution supervision, yet the severe resolution mismatch makes effective learning highly challenging. Existing weakly supervised approaches often struggle to align fine-grained spatial structures with coarse labels, leading to noisy supervision and degraded mapping accuracy. To tackle this problem, we propose DDTM, a dual-branch weakly supervised framework that explicitly decouples local semantic refinement from global contextual reasoning. Specifically, DDTM introduces a diffusion-based branch to progressively refine fine-scale local semantics under coarse supervision, while a transformer-based branch enforces long-range contextual consistency across large spatial extents. In addition, we design a pseudo-label confidence evaluation module to mitigate noise induced by cross-resolution inconsistencies and to selectively exploit reliable supervisory signals. Extensive experiments demonstrate that DDTM establishes a new state-of-the-art on the Chesapeake Bay benchmark, achieving 66.52\% mIoU and substantially outperforming prior weakly supervised methods. The code is available at https://github.com/gpgpgp123/DDTM.
Paper Structure (14 sections, 8 equations, 2 figures, 3 tables)

This paper contains 14 sections, 8 equations, 2 figures, 3 tables.

Figures (2)

  • Figure 1: Architecture overview of the proposed DDTM.
  • Figure 2: Visualization results on the Chesapeake Bay dataset.