Papers for

remote sensing engineers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Astronomical images compared by how structures match at different scales

Scale-Vector Alignment: A Scale-Aware Framework for Spatially Resolved Morphological Similarity in Astronomical Images

Abstract: Astronomical maps made with different tracers are not expected to have identical morphology. Excitation, optical depth, chemistry, radiation, and ISM phase alter the response of a tracer, and the resulting differences can depend on both position and spatial scale. We propose scale-vector alignment, a scale-aware method based on Constrained Diffusion Decomposition (CDD). CDD decomposes an image into localized scale components; at each position, their amplitudes define a scale vector that describes how the measured intensity is distributed over spatial scale. We define the pixel-wise similarity $\Spix(x,y)$ as the normalized alignment of two local scale vectors. The normalization removes the overall amplitude, so $\Spix$ compares relative scale composition rather than absolute flux. We also define the scale-wise similarity $\Sscale(l)$ by comparing the two CDD component maps at each spatial scale. Spatial shifts are used to construct an empirical shifted reference distribution for $\Spix$. In Orion~A, the tracer with the highest similarity to the dust-derived column-density map changes from $^{12}$CO to $^{13}$CO to C$^{18}$O toward higher column density. In NGC~6334I(N), the line--continuum similarity decreases locally around the brightest compact structures, where radiative-transfer effects can alter the observed line morphology. In NGC~3627, CO is most similar to 21~$μ$m emission, and $\Sscale$ reaches its maximum at an intermediate sub-kpc scale. The method measures where two tracers have similar multiscale structure and at which scales their spatial distributions agree. The implementation is publicly available at https://github.com/meng-ke/Scale-Vector-Alignment.

Mon 21 SeptComputer Vision and Pattern Recognition
The gist
Different signals from space, like gas or dust, usually look different because of how they behave and change depending on where and how big the features are. The authors created a way to compare these space images by breaking down their structures by size and checking how well they line up at every spot and scale. This helps show where two images share similar patterns across various sizes, even if their brightness differs. They tested this on well-known star-forming regions to see how different tracers match or differ in their detailed shapes.
Open 2609.24304v1

Flood segmentation model shrinks for fast use on edge devices

Cross-Architecture Foundation-Model Distillation for Edge Flood Segmentation

Abstract: Geospatial foundation models can provide strong flood-segmentation performance, but their size limits deployment on memory-constrained edge hardware. We distill a 300-million-parameter Prithvi-EO-2.0 teacher, fine-tuned on the 252 manually labeled Sen1Floods11 training scenes, into a 0.7-million-parameter EfficientViT-B0 student. The teacher supervises additional unlabeled Sentinel-2 imagery, allowing the student training set to grow without new manual annotations. At the matched budget of 252 scenes, teacher-supervised training is competitive with direct training and improves STURM-Flood performance across tested configurations; a geometry-matched control shows that label source alone does not explain the difference. Scaling the teacher-supervised pool to 2,500 scenes narrows the remaining student--teacher gap: the float student reaches 0.787 water intersection over union on the Sen1Floods11 test split against 0.822 for the teacher, matches the teacher on STURM-Flood under our evaluation protocol, and remains below it on WorldFloods-v2. After activation replacement and quantization-aware training, the student runs as a 1.5-megabyte 8-bit integer (INT8) TensorRT engine on a Jetson Xavier NX at 5.57 milliseconds of graphics processing unit (GPU) compute per 512-by-512 image, with approximately 14 megabytes of runtime device memory. A fixed modified normalized difference water index (MNDWI) threshold is competitive with both models on the two clean external benchmarks, so we interpret those benchmarks as generalization tests rather than as evidence of learned-model superiority over a spectral rule. The results support the conclusion: foundation-model supervision can amplify a fixed manual annotation budget into a substantially larger training set and yield a compact, deployable edge model.

Thu 17 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Detecting floods from satellite images usually needs big computer models that are too large for small devices. The authors took a very large flood detection model and trained a much smaller model to copy it, allowing the smaller one to learn from many unlabeled images too. This smaller model works nearly as well but can run quickly and use little memory on edge devices like drones or small computers. The paper shows how this method lets you get the best from limited manual labeling and still have a practical flood detection tool.
Open 2609.20441v1

Earth models test geometric data types for better predictions

Physically Typed and Geometry-Aware Representations for Earth Foundation Models

Abstract: Earth-observation (EO) foundation models have become exceptionally effective at learning se mantic, high-dimensional geospatial embeddings, while modern weather and climate models have demonstrated that Earth-specific geometry, spherical operators, meshes, and hybrid physical solvers can materially improve prediction. Yet these two advances are not equivalent. A conventional latent embedding has no inherent physical transformation law, whereas scalar fields, tangent polar-vector fields, axial/pseudovector quantities, covectors, and higher-order tensors transform differently under rotations, reflections, and changes of local coordinate frame. This proposal asks whether a general purpose Earth foundation model should preserve those distinctions explicitly, or whether standard embeddings plus augmentation already learn everything that matters. The central contribution is therefore not a more complicated architecture by assumption, but a staged falsification program. A compute-conscious ERA5 dry run first compares conventional, augmentation-matched, typed equivariant, and Hodge/Helmholtz variants under spatial, temporal, orientation, and low-data shifts. Only if explicit geometric typing yields reproducible improvements does the program advance toward a multimodal Earth foundation model in which semantic embeddings coexist with physically typed fields. The proposed gap is narrower and more defensible than claiming that current models ignore geometry entirely: several systems already respect spherical domain geometry, and emerging work explicitly learns scalar/vector fields on spheres. The unresolved question is whether foundation-scale, multimodal, parity-aware field typing produces practical gains beyond those existing approaches.

Sat 12 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Earth observation models are great at capturing complex geographic information, but they don’t always consider the special ways physical quantities behave on a spherical Earth. The authors suggest testing whether adding explicit geometric types—like vectors and tensors that change predictably with orientation—actually improves model accuracy. They propose a careful step-by-step evaluation comparing standard models with these geometry-aware versions on weather and climate data to see if the extra complexity helps. This approach avoids assuming more complex models are better without evidence.
Open 2609.13868v1

Foundation models adapt better to remote sensing by learning flexible subspaces

Multimodal Foundation Models Adaptation based on Domain-Aware Relaxed Orthogonal Subspace for Remote Sensing

Abstract: Pretrained foundation models (FMs) have achieved remarkable success in computer vision, yet their high fine-tuning cost limits practical deployment. Parameter-efficient fine-tuning (PEFT) methods such as Low-Rank Adaptation (LoRA) improve efficiency by constraining updates to a predefined low-rank subspace. However, when applied to remote sensing tasks with substantial domain shifts, the fixed subspace is constructed without observing the downstream activation distribution and can therefore provide a poor coordinate system for adaptation, a phenomenon herein termed subspace mismatch. To address this issue, a unified framework is introduced, termed Domain-aware Relaxed Orthogonal Subspace adaptation (DROS), which reformulates low-rank adaptation as data-conditioned subspace learning and flexible subspace adaptation. Specifically, the weight decomposition is conditioned on second-order activation statistics estimated from the downstream training distribution, so that the initialization reflects the feature geometry actually induced by the remote-sensing data, followed by flexible geometric transformations enabled by a relaxed orthogonal parameterization. Furthermore, the framework is extended to multimodal settings (MM-DROS) by sharing transformation structures across modality-specific subspaces, facilitating efficient cross-modal interaction. Extensive experiments on multiple remote sensing benchmarks demonstrate that DROS achieves state-of-the-art performance, even surpassing full fine-tuning, without additional inference overhead.

Sat 12 SeptComputer Vision and Pattern Recognition
The gist
Foundation models are big AI systems pre-trained on lots of data, but they can be expensive to customize for new tasks. This paper finds that typical methods for fine-tuning them don't work well when remote sensing images are very different from the original training data. The authors propose a new way to adapt these models by learning flexible coordinate systems that better match the new data's patterns, making fine-tuning more effective. Their approach also works when combining different types of data, like images and other sensors, and it performs better than traditional fine-tuning without slowing down the model.
Open 2609.13654v1

Phase unwrapping method improves noise handling in imaging tiles

Translation-Invariant Tile-Based Phase Unwrapping with Residual-Weighted Multipath Averaging

Abstract: Phase unwrapping is a key step in interferometric and coherent imaging, where the physical quantity of interest is carried by a phase that the instrument delivers only modulo 2*pi. The difficulty in two dimensions is to separate the jumps caused by wrapping from those produced by noise, by true discontinuities, by under-sampling or by decorrelation. Spatial-domain and frequency-domain methods have both been studied extensively, each with advantages the other lacks; hybrid schemes combining the two remain scarce. We propose a semi-global tile-based strategy in which every tile is unwrapped in the frequency domain, through the Discrete Cosine Transform (DCT) and the least squares (LS) formalism of Ghiglia et al., the tiles being merged spatially. Unwrapping and noise filtering are performed jointly, which regularizes an otherwise ill-posed inverse problem. An error stays confined to the tile in which it arose; the tiling artifacts are removed by averaging over every shift of the grid and over the symmetries of the square; and that average is weighted by the Poisson residual each pass leaves behind, so that a pass whose tile boundaries fell on a discontinuity does not impose its seam on the result. Experiments on synthetic and real data, against four reference algorithms from four distinct families and under six complementary metrics, show that the proposed method matches or improves on the state of the art. One of these metrics, a corrected cyclic re-wrap residual introduced here, needs no ground truth and therefore remains available on real acquisitions.

Fri 11 SeptComputer Vision and Pattern Recognition
The gist
Phase unwrapping is like trying to figure out the full shape of a wave when you only see parts of it wrapped around in circles. This is important in imaging techniques that use wave patterns, but it is tricky because noise and real breaks in the image can confuse the process. The authors created a method that unwraps small sections (tiles) of the image using a frequency technique, then carefully combines them by averaging over shifted grids and weighting by error measures to avoid seams. Their method helps reduce errors caused by noise or edges and matches or beats existing approaches on tests.
Open 2609.13409v1

Quadtree sequences improve pixel-level change detection in satellite images

From Pixels to Hierarchical Sequences: Quadtree Mask Encoding for Vision-Language Binary Change Detection

Abstract: Dense change detection in remote sensing requires vision-language models (VLMs) to compare bi-temporal images and generate accurate pixel-level masks. Existing VLMs are largely confined to change captioning outputs, and the few that produce pixel-level masks still rely on external decoders or flat text-as-mask serialization, which are less effective for small and fragmented changes. We introduce QUAKE-CD, a framework that recasts dense change prediction as syntax-verifiable structured generation. QUAKE-CD represents binary change masks as grammar-constrained quadtree token sequences, making the masks compact, syntactically checkable, and deterministically decodable within an autoregressive generation space. We further construct QUAKE-CoT, which pairs these sequences with chain-of-thought traces grounded in visual evidence, and jointly optimizes textual reasoning and spatial dense prediction through a progressive curriculum followed by grammar-gated dual-reward RL. On QUAKE-CoT, QUAKE-CD achieves 78.31% accumulated F1, outperforming decoder-based and flat text-as-mask VLMs while producing more faithful bi-temporal reasoning.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Detecting precise changes between two images taken at different times is important but challenging, especially for small or broken-up areas. The authors developed QUAKE-CD, a method that represents changes as compact tree-structured sequences that can be reliably checked and decoded. Their approach works better than existing methods by combining detailed visual clues with step-by-step reasoning. This helps create more accurate maps showing where changes have occurred in remote sensing images.
Open 2609.09876v1

Interpretable deep network improves hyperspectral image noise removal

AXS-Net: Interpretable Deep Unfolding for Hyperspectral Image Denoising via Spectral Basis Unmixing and Structured Noise Refinement

Abstract: Hyperspectral images (HSIs) are often degraded by mixed noise, including band-dependent Gaussian perturbations and structured artifacts such as stripes, dead-lines, and impulse noise. Most deep denoisers regress the clean image directly, entangling signal and structured noise. We instead model HSI denoising as $\Y=\A\X+\Snoise+\Nnoise$, where $\A\X$ is a low-rank spectral-subspace (unmixing) reconstruction, $\Snoise$ is structured sparse noise and $\Nnoise$ is residual Gaussian noise. The resulting regularized optimization problem is unrolled into AXS-Net, a $K$-stage alternating proximal-point framework. Each stage combines an analytic spectral-basis gradient step, an SSX-Block proximal operator for abundance coefficients, and an SBlock proximal operator for the structured residual with column-consistent and sparse priors. This optimization correspondence exposes interpretable endmembers, abundance maps, and structured-noise estimates. Across ICVL, CAVE, and Harvard datasets and five noise configurations, the proposed AXS-Net achieves strong in-domain accuracy and competitive zero-shot transfer, with consistent gains across all five noise regimes on ICVL and Harvard. The recovered structured-noise closely follows the synthetic reference, and the recovered spectral basis is smooth and band-ordered rather than an arbitrary set of latent channels.

Tue 8 SeptComputer Vision and Pattern Recognition
The gist
Hyperspectral images, which capture data across many color bands, often include various types of noise like stripes and random disturbances that make analysis difficult. The authors propose a new method called AXS-Net that separates the clean image from different noise types by modeling the image as a combination of low-rank spectral components plus structured and random noise. Their approach unfolds an optimization process into a deep network with clear intermediate outputs that explain the underlying clean signals and noise patterns. Tests on multiple datasets show AXS-Net delivers strong denoising performance while clearly revealing the spectral elements and noise.
Open 2609.08777v1

Dual-prior network improves clearing haze in remote sensing images

DPSF-Net: A Dual-Prior Spatial-Frequency Network for Real-World Remote Sensing Image Dehazing

Abstract: Real-world remote sensing image dehazing (RSID) remains challenging because atmospheric scattering, spatially non-uniform haze and colour distortion jointly degrade structural and spectral information. Most deep learning methods rely on RGB inputs and spatial-domain feature extraction, which limits their ability to separate global background haze from local surface details. Here, we propose DPSF-Net, a dual-prior spatial-frequency network built on MCAF-Net for real-world RSID. The network uses hazy RGB images and dark channel prior (DCP) maps as joint inputs, allowing physical degradation cues to guide end-to-end feature learning. A spatial-frequency residual interaction block introduces a FourierUnit branch into multi-directional spatial interaction to model large-scale haze components. A prior-guided feature attention module adaptively fuses prior and attention features to reduce colour shift and structural distortion. A selective kernel complementary fusion module screens multi-scale skip features through bidirectional residual complementary gating and selective kernel fusion. Extensive experiments demonstrate that DPSF-Net achieves state-of-the-art performance on the real-world RRSHID remote sensing image dehazing benchmark and remains competitive across multiple synthetic datasets. Moreover, the proposed method strikes a favourable balance among restoration quality, parameter count and computational complexity, supporting the effectiveness of dual-prior spatial-frequency modelling.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Hazy conditions in satellite and aerial images make it hard to see details clearly and can distort colors. The authors created a computer method called DPSF-Net that uses both the usual color images and special maps showing haze patterns to clean up these images better. Their approach combines features from the image and its frequency details to separate large hazy areas from important local details. Tests showed that DPSF-Net works very well on real-world hazy remote sensing images and keeps a good balance between quality and computing cost.
Open 2609.06962v1