SearcharxivSearch

arXiv · 2605.09687

Spatial-Frequency Gated Swin Transformer for Cross-Sensor Remote Sensing Super-Resolution

Abstract

Remote sensing single-image super-resolution aims to generate high-resolution imagery from low-resolution observations while preserving fine structures such as roads, building boundaries, field edges, and land-cover transitions. Swin Transformer-based models, including Swin2SR, provide strong spatial context modeling through shifted-window self-attention, but their feed-forward networks remain generic channelmixing modules that do not explicitly distinguish low-frequency structure from residual details. We propose SFG-SwinSR, which replaces the standard Swin2SR feed-forward network with a lightweight SpatialFrequency Gated Feed-Forward Network. The module estimates a smoothed feature component through a depthwise low-pass branch, derives residual details by subtraction, refines them spatially, and adaptively reinjects useful details through a bottleneck gate. Experiments on the real crosssensor SEN2VENμS, OLI2MSI, and SEN2NAIP benchmarks, together with an auxiliary synthetic SpaceNet Challenge 3 setting, show consistent improvements across most evaluation settings and competitive performance against recent Swin-based baselines. The results indicate that spatial-frequency transformation within transformer feed-forward networks provides an effective lightweight inductive bias for structure-aware cross-sensor remote sensing super-resolution. Source code is available at https://github.com/aminurhossain/SFG-SwinSR

Explore related subjects

Keep this discovery

BibTeXRIS

Md Aminur Hossain, Ayush V. Patel, Sanjay K. Singh, Yogesh Jethani, Biplab Banerjee. 2026-08-29. Spatial-Frequency Gated Swin Transformer for Cross-Sensor Remote Sensing Super-Resolution. https://arxiv.org/abs/2605.09687

Cite the original work for its findings. Save a collection to share your selection of sources.

Discover connections

Connections use source metadata and explicit phrase matches, not verified experimental comparisons.

KEEP EXPLORING

Related discoveries

Texture Image Classification Using DWT AlexNet Feature Fusion and Deep Neural Networks

Texture image classification plays a significant role in computer vision applications, including industrial inspection, medical image analysis, remote sensing, and object recognition. Handcrafted features can capture local texture characteristics but may have limited capability to represent complex visual patterns. In contrast, deep learning models automatically learn discriminative representations but may not fully exploit the multiscale spatial-frequency information inherent in texture images. This paper proposes a hybrid feature fusion framework, termed DWT_AlexNet_DNN, which combines Discrete Wavelet Transform (DWT) features with deep features extracted using AlexNet for texture image classification.

cs.CV

GeBDA: Building Damage Assessment as Text-Based Sequence Prediction

Conventionally, Building Damage Assessment (BDA) is tackled either with dedicated network architectures or by fine-tuning geospatial image foundation models. In this work, we ask whether a general-purpose Vision-Language Model (VLM) can localize buildings and grade their damage through autoregressive sequence generation alone. We cast BDA as predicting a variable-length set of bounding boxes, each specified by its coordinates and a damage label. Our preliminary implementation, based on the open Gemma model, achieves promising damage mapping results from only bi-temporal satellite images and a suitable text prompt.

cs.CV

SePArate: Segmenting Patterns from Defects in Wafer Manufacturing Using Weak Supervision

In semiconductor manufacturing, defect analysis is essential, but manual inspection cannot scale. However, existing automated inspection methods remain insufficient for root-cause analysis and process optimization. To this end, we present SePArate, a weakly supervised wafer defect segmentation method. SePArate enables pixel-level separation of patterns by leveraging only image-level annotations. It consists of a three-phase training: encoder pretraining, knowledge transfer to learn spatial cues, and training on synthetic mixed-defect data for accurate segmentation. Experiments demonstrate that SePArate outperforms the baselines.

cs.CV