paper-with-me

Papers

DiffMOD: Progressive Diffusion Point Denoising for Moving Object Detection in Remote Sensing

2025-04-14 · Jinyue Zhang, Xiangrong Zhang, Zhongjian Huang, Tianyang Zhang, Yifei Jiang, Licheng Jiao

Moving object detection (MOD) in remote sensing is significantly challenged by low resolution, extremely small object sizes, and complex noise interference. Current deep learning-based MOD methods rely on probability density estimation, which restricts flexible information interaction between objects and across temporal frames. To flexibly capture high-order inter-object and temporal relationships, we propose a point-based MOD in remote sensing. Inspired by diffusion models, the network optimization is formulated as a progressive denoising process that iteratively recovers moving object centers from sparse noisy points. Specifically, we sample scattered features from the backbone outputs as atomic units for subsequent processing, while global feature embeddings are aggregated to compensate for the limited coverage of sparse point features. By modeling spatial relative positions and semantic affinities, Spatial Relation Aggregation Attention is designed to enable high-order interactions among point-level features for enhanced object representation. To enhance temporal consistency, the Temporal Propagation and Global Fusion module is designed, which leverages an implicit memory reasoning mechanism for robust cross-frame feature integration. To align with the progressive denoising process, we propose a progressive MinK optimal transport assignment strategy that establishes specialized learning objectives at each denoising level. Additionally, we introduce a missing loss function to counteract the clustering tendency of denoised points around salient objects. Experiments on the RsData remote sensing MOD dataset show that our MOD method based on scattered point denoising can more effectively explore potential relationships between sparse moving objects and improve the detection capability and temporal consistency.

📄 PDF Abstract BibTeX arXiv:2504.10278

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDensity EstimationMoving Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

The last Dance : Robust backdoor attack via diffusion models and bayesian approach

2024-02-05 · Orson Mengara

Diffusion models are state-of-the-art deep learning generative models that are trained on the principle of learning forward and backward diffusion processes via the progressive addition of noise and denoising. In this pa…

Backdoor AttackDenoising

DiGress: Discrete Denoising diffusion for graph generation

2022-09-29 · Clement Vignac, Igor Krawczuk, Antoine Siraudin, Bohan Wang 외

This work introduces DiGress, a discrete denoising diffusion model for generating graphs with categorical node and edge attributes. Our model utilizes a discrete diffusion process that progressively edits graphs with noi…

DenoisingEdge ClassificationGraph Generation

SE(3) Diffusion Model-based Point Cloud Registration for Robust 6D Object Pose Estimation

2023-10-26 · NeurIPS 2023 11

In this paper, we introduce an SE(3) diffusion model-based point cloud registration framework for 6D object pose estimation in real-world scenarios. Our approach formulates the 3D registration task as a denoising diffusi…

6D Pose Estimation using RGBDenoisingPoint Cloud RegistrationPose Estimation

DDMT: Denoising Diffusion Mask Transformer Models for Multivariate Time Series Anomaly Detection

2023-10-13 · Chaocheng Yang, Tingyin Wang, Xuanhui Yan

Anomaly detection in multivariate time series has emerged as a crucial challenge in time series research, with significant research implications in various fields such as fraud detection, fault diagnosis, and system stat…

Anomaly DetectionDenoisingFault DiagnosisFraud Detection+3

Accelerating Diffusion-based Combinatorial Optimization Solvers by Progressive Distillation

2023-08-12 · Junwei Huang, Zhiqing Sun, Yiming Yang

Graph-based diffusion models have shown promising results in terms of generating high-quality solutions to NP-complete (NPC) combinatorial optimization (CO) problems. However, those models are often inefficient in infere…

Combinatorial OptimizationDenoising