paper-with-me

홈 › Papers

LAM-YOLO: Drones-based Small Object Detection on Lighting-Occlusion Attention Mechanism YOLO

2024-11-01 · Yuchen Zheng, Yuxin Jing, Jufeng Zhao, Guangmang Cui

Drone-based target detection presents inherent challenges, such as the high density and overlap of targets in drone-based images, as well as the blurriness of targets under varying lighting conditions, which complicates identification. Traditional methods often struggle to recognize numerous densely packed small targets under complex background. To address these challenges, we propose LAM-YOLO, an object detection model specifically designed for drone-based. First, we introduce a light-occlusion attention mechanism to enhance the visibility of small targets under different lighting conditions. Meanwhile, we incroporate incorporate Involution modules to improve interaction among feature layers. Second, we utilize an improved SIB-IoU as the regression loss function to accelerate model convergence and enhance localization accuracy. Finally, we implement a novel detection strategy that introduces two auxiliary detection heads for identifying smaller-scale targets.Our quantitative results demonstrate that LAM-YOLO outperforms methods such as Faster R-CNN, YOLOv9, and YOLOv10 in terms of mAP@0.5 and mAP@0.5:0.95 on the VisDrone2019 public dataset. Compared to the original YOLOv8, the average precision increases by 7.1\%. Additionally, the proposed SIB-IoU loss function shows improved faster convergence speed during training and improved average precision over the traditional loss function.

📄 PDF Abstract BibTeX arXiv:2411.00485

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionSmall Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
RoIPool 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
YOLOv8 설명 없음

Similar Papers 제목 키워드 기반

YolovN-CBi: A Lightweight and Efficient Architecture for Real-Time Detection of Small UAVs

2025-12-19 · Ami Pandat, Punna Rajasekhar, Gopika Vinod, Rohit Shukla arxiv

Unmanned Aerial Vehicles, commonly known as, drones pose increasing risks in civilian and defense settings, demanding accurate and real-time drone detection systems. However, detecting drones is challenging because of th…

Knowledge DistillationSmall Object Detection

Small Object Detection using Deep Learning

2022-01-10 · Aleena Ajaz, Ayesha Salar, Tauseef Jamal, Asif Ullah Khan

Now a days, UAVs such as drones are greatly used for various purposes like that of capturing and target detection from ariel imagery etc. Easy access of these small ariel vehicles to public can cause serious security thr…

Deep LearningObjectobject-detectionObject Detection+2

Drone-vs-Bird: Drone Detection Using YOLOv7 with CSRT Tracker

2023-05-05 · IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2023 5 · Sahaj K. Mistry, Shreyas Chatterjee, Ajeet K. Verma, Vinit Jakhetiya 외

Drone detection has become a critical component of surveillance, but detecting small drones remains a challenge. In this work, we introduce a new drone detection scheme that uses a customized YOLOv7 combined with a track…

Object Tracking

GAANet: Ghost Auto Anchor Network for Detecting Varying Size Drones in Dark

2023-05-05 · Misha Urooj Khan, Maham Misbah, Zeeshan Kaleem, Yansha Deng 외

The usage of drones has tremendously increased in different sectors spanning from military to industrial applications. Despite all the benefits they offer, their misuse can lead to mishaps, and tackling them becomes more…

Objectobject-detectionObject DetectionObject Recognition

YOLOBirDrone: Dataset for Bird vs Drone Detection and Classification and a YOLO based enhanced learning architecture

2026-01-13 · Dapinder Kaur, Neeraj Battish, Arnav Bhavsar, Shashi Poddar arxiv

The use of aerial drones for commercial and defense applications has benefited in many ways and is therefore utilized in several different application domains. However, they are also increasingly used for targeted attack…