菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-21
📄 Abstract - Decoupling Ego-Motion from Target Dynamics via Dual-Interval Motion Cues for UAV Detection

Object detection from Unmanned Aerial Vehicles (UAVs) is challenged by severe ego-motion, camera jitter, and large scale variations. While modern detectors perform well on static images, their direct application to UAV video often fails, particularly for small objects in dynamic scenes. Existing motion-based methods either rely on computationally expensive optical flow or use single-interval differencing, which is sensitive to jitter and limited in capturing diverse motion patterns. We propose a vision-only motion-guided detection framework that decouples target motion from camera-induced disturbances. A homography-based Global Motion Compensation (GMC) first aligns adjacent frames. We then introduce a Dual-Interval Motion Extraction strategy that captures both short-term and long-term motion cues. To integrate these cues, a lightweight Motion-Guided Attention (MGA) module enhances feature representations within a Feature Pyramid Network. Experiments on the VisDrone-VID dataset demonstrate consistent improvements over a strong YOLOv8 baseline under severe ego-motion. Ablation studies further confirm the effectiveness of the dual-interval design and the proposed motion-guided attention mechanism.

顶级标签: computer vision video
详细标签: uav detection ego-motion compensation motion guidance feature pyramid network 或 搜索:

基于双间隔运动线索解耦自身运动与目标动态的无人机检测方法 / Decoupling Ego-Motion from Target Dynamics via Dual-Interval Motion Cues for UAV Detection


1️⃣ 一句话总结

本文提出一种仅依赖视觉的运动引导检测框架,通过全局运动补偿和长短双间隔运动提取策略,有效分离无人机自身运动与目标真实运动,并利用轻量级注意力模块增强特征,显著提升在剧烈抖动和尺度变化下的小目标检测性能。

源自 arXiv: 2605.22605