CVJun 9, 2025

F2Net: A Frequency-Fused Network for Ultra-High Resolution Remote Sensing Segmentation

arXiv:2506.07847v16 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses computational and optimization challenges in remote sensing segmentation for applications like environmental monitoring and urban planning, representing a strong domain-specific advancement.

The paper tackles the problem of semantic segmentation for ultra-high-resolution remote sensing imagery by proposing F2Net, a frequency-aware framework that decomposes images into high- and low-frequency components for specialized processing, achieving state-of-the-art mIoU scores of 80.22 on DeepGlobe and 83.39 on Inria Aerial benchmarks.

Semantic segmentation of ultra-high-resolution (UHR) remote sensing imagery is critical for applications like environmental monitoring and urban planning but faces computational and optimization challenges. Conventional methods either lose fine details through downsampling or fragment global context via patch processing. While multi-branch networks address this trade-off, they suffer from computational inefficiency and conflicting gradient dynamics during training. We propose F2Net, a frequency-aware framework that decomposes UHR images into high- and low-frequency components for specialized processing. The high-frequency branch preserves full-resolution structural details, while the low-frequency branch processes downsampled inputs through dual sub-branches capturing short- and long-range dependencies. A Hybrid-Frequency Fusion module integrates these observations, guided by two novel objectives: Cross-Frequency Alignment Loss ensures semantic consistency between frequency components, and Cross-Frequency Balance Loss regulates gradient magnitudes across branches to stabilize training. Evaluated on DeepGlobe and Inria Aerial benchmarks, F2Net achieves state-of-the-art performance with mIoU of 80.22 and 83.39, respectively. Our code will be publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes