ChangeFlow -- Latent Rectified Flow for Change Detection in Remote Sensing
Summary
ChangeFlow presents a generative framework for remote sensing change detection that synthesizes change masks in latent space using rectified flow, achieving improved accuracy and robustness through sampling-based prediction ensembling, with an average F1 of 80.4% across four benchmarks.
View Cached Full Text
Cached at: 05/18/26, 02:26 PM
Paper page - ChangeFlow – Latent Rectified Flow for Change Detection in Remote Sensing
Source: https://huggingface.co/papers/2605.15375
Abstract
ChangeFlow presents a generative framework for remote sensing change detection that synthesizes change masks in latent space using rectified flow, achieving improved accuracy and robustness through sampling-based prediction ensembling.
Remote sensingchange detection(RSCD) aims to localise changes between two images of the same geographic region. In practice,change masks often follow region-level annotation conventions rather than purely local appearance differences, making them context-dependent and occasionally ambiguous. Most state-of-the-art methods utilise per-pixel discriminative classification, which produces a single prediction per input and fails to explicitly model the changed region as a coherent whole. A natural alternative isgenerative formulation, which can model a distribution of plausible masks, enabling sampling to capture ambiguity and encourage global consistency. However, existing generative RSCD approaches typically lag behind strong discriminative baselines due to the high computational cost of pixel-space generation and the complexity of their conditioning mechanisms. To address the limitations of prior discriminative and generative methods, we propose ChangeFlow, a generative framework that reformulateschange detectionas the synthesis of achange maskinlatent spaceviarectified flow. ChangeFlow is guided by a structured yet lightweightconditioning signal, and its stochastic design naturally supportssampling-based prediction ensembling. Namely, aggregating multiple predictedchange masks improves robustness, while sample agreement provides a practical confidence estimation that highlights ambiguous regions. Across four benchmarks, ChangeFlow achieves an average F1 of 80.4\%, improving by 1.3 points on average over the previous best method, while maintaining inference speed comparable to recent strong baselines. Project page: https://blaz-r.github.io/changeflow_cd
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2605\.15375
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.15375 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.15375 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.15375 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
ReFlowSET: Representation-Aligned Latent Flow Matching for SAR-to-EO Image Translation
ReFlowSET is a latent flow-matching framework for high-fidelity SAR-to-EO image translation, using codec selection and conditional DiT with vision model alignment to achieve state-of-the-art performance.
FreeFlow: A Bias-free Hierarchical Transformer for Optical Flow Estimation
FreeFlow is a hierarchical transformer for optical flow estimation that eliminates task-specific inductive biases and achieves state-of-the-art accuracy on benchmarks like Sintel and KITTI-2015.
Recursive Flow Matching
Introduces Recursive Flow Matching (RecFM), a generative framework for forecasting complex spatiotemporal dynamics that achieves high fidelity with fewer steps and improved accuracy and speed, including up to 20x speedup over diffusion-based emulators.
Multi-Resolution Flow Matching: Training-Free Diffusion Acceleration via Staged Sampling
MrFlow is a training-free multi-resolution acceleration strategy for flow-matching text-to-image models that combines low-resolution generation with pixel-space super-resolution and noise injection, achieving up to 25x end-to-end speedup without training or runtime modifications.
FloDR: An invertible dimensionality reduction method based on a normalising flow
FloDR is a dimensionality reduction method based on a normalising flow that creates an invertible embedding, preserving both local and global structure while providing diagnostic tools like conditional spread and hidden contrast.