paper-with-me

홈 › Papers

2DMCG:2DMambawith Change Flow Guidance for Change Detection in Remote Sensing

2025-03-01 · JunYao Kaung, Hongwei Ge

Remote sensing change detection (CD) has made significant advancements with the adoption of Convolutional Neural Networks (CNNs) and Transformers. While CNNs offer powerful feature extraction, they are constrained by receptive field limitations, and Transformers suffer from quadratic complexity when processing long sequences, restricting scalability. The Mamba architecture provides an appealing alternative, offering linear complexity and high parallelism. However, its inherent 1D processing structure causes a loss of spatial information in 2D vision tasks. This paper addresses this limitation by proposing an efficient framework based on a Vision Mamba variant that enhances its ability to capture 2D spatial information while maintaining the linear complexity characteristic of Mamba. The framework employs a 2DMamba encoder to effectively learn global spatial contextual information from multi-temporal images. For feature fusion, we introduce a 2D scan-based, channel-parallel scanning strategy combined with a spatio-temporal feature fusion method, which adeptly captures both local and global change information, alleviating spatial discontinuity issues during fusion. In the decoding stage, we present a feature change flow-based decoding method that improves the mapping of feature change information from low-resolution to high-resolution feature maps, mitigating feature shift and misalignment. Extensive experiments on benchmark datasets such as LEVIR-CD+ and WHU-CD demonstrate the superior performance of our framework compared to state-of-the-art methods, showcasing the potential of Vision Mamba for efficient and accurate remote sensing change detection.

📄 PDF Abstract BibTeX arXiv:2503.00521

Code (0)

등록된 구현이 없습니다.

Tasks

Change DetectionMamba

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Deep Meta Coordination Graphs for Multi-agent Reinforcement Learning

2025-02-06 · Nikunj Gupta, James Zachary Hare, Rajgopal Kannan, Viktor Prasanna

This paper presents deep meta coordination graphs (DMCG) for learning cooperative policies in multi-agent reinforcement learning (MARL). Coordination graph formulations encode local interactions and accordingly factorize…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

PFM-HR: Pose Flow Matching for Humanoid Robots

2026-08-04 · Yukang Gao, Yi Gu, Yangchen Zhou, Xingyu Chen 외 arxiv

Motion priors improve reinforcement learning for physics-based humanoid tracking, but temporal priors require ordered motion clips, while pose priors provide limited guidance for policy-induced pose transitions. We prese…

Reinforcement Learning

Dream2Flow: Bridging Video Generation and Open-World Manipulation with 3D Object Flow

2025-12-31 · Karthik Dharmarajan, Wenlong Huang, Jiajun Wu, Li Fei-Fei 외 arxiv

Generative video modeling has emerged as a compelling tool to zero-shot reason about plausible physical interactions for open-world manipulation. Yet, it remains a challenge to translate such human-led motions into the l…

Reinforcement LearningVideo Generation

A Preliminary Study on Explaining Risk of Code Changes using LLM-Based Prediction Models

2026-07-02 · Yalin Liu, Kosay Jabre, Rui Abreu, Zachariah J. Carmichael 외 arxiv

Predictions by machine learning (ML) and artificial intelligence (AI) models are often received skeptically unless they are paired with intelligible explanations. In the context of just-in-time defect prediction, highlig…

Entropy Rectifying Guidance for Diffusion and Flow Models

2025-04-18 · Tariq Berrada Ifriqi, Adriana Romero-Soriano, Michal Drozdzal, Jakob Verbeek 외

Guidance techniques are commonly used in diffusion and flow models to improve image quality and consistency for conditional generative tasks such as class-conditional and text-to-image generation. In particular, classifi…

DiversityImage GenerationText to Image GenerationText-to-Image Generation+1