paper-with-me

홈 › Papers

Deformable Attention Mechanisms Applied to Object Detection, case of Remote Sensing

2025-05-30 · Anasse Boutayeb, Iyad Lahsen-Cherif, Ahmed El Khadimi

Object detection has recently seen an interesting trend in terms of the most innovative research work, this task being of particular importance in the field of remote sensing, given the consistency of these images in terms of geographical coverage and the objects present. Furthermore, Deep Learning (DL) models, in particular those based on Transformers, are especially relevant for visual computing tasks in general, and target detection in particular. Thus, the present work proposes an application of Deformable-DETR model, a specific architecture using deformable attention mechanisms, on remote sensing images in two different modes, especially optical and Synthetic Aperture Radar (SAR). To achieve this objective, two datasets are used, one optical, which is Pleiades Aircraft dataset, and the other SAR, in particular SAR Ship Detection Dataset (SSDD). The results of a 10-fold stratified validation showed that the proposed model performed particularly well, obtaining an F1 score of 95.12% for the optical dataset and 94.54% for SSDD, while comparing these results with several models detections, especially those based on CNNs and transformers, as well as those specifically designed to detect different object classes in remote sensing images.

📄 PDF Abstract BibTeX arXiv:2505.24489

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionSAR Ship 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 설명 없음

Similar Papers 제목 키워드 기반

DFAM-DETR: Deformable feature based attention mechanism DETR on slender object detection

2022-04-22 · Wen Feng, Wang Mei, Hu Xiaojie

Object detection is one of the most significant aspects of computer vision, and it has achieved substantial results in a variety of domains. It is worth noting that there are few studies focusing on slender object detect…

Objectobject-detectionObject Detection

SSD-MonoDETR: Supervised Scale-aware Deformable Transformer for Monocular 3D Object Detection

2023-05-12 · Xuan He, Fan Yang, Kailun Yang, Jiacheng Lin 외

Transformer-based methods have demonstrated superior performance for monocular 3D object detection recently, which aims at predicting 3D attributes from a single 2D image. Most existing transformer-based methods leverage…

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1

MDHA: Multi-Scale Deformable Transformer with Hybrid Anchors for Multi-View 3D Object Detection

2024-06-25 · Michelle Adeline, Junn Yong Loo, Vishnu Monn Baskaran

Multi-view 3D object detection is a crucial component of autonomous driving systems. Contemporary query-based methods primarily depend either on dataset-specific initialization of 3D anchors, introducing bias, or utilize…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Deformable DETR: Deformable Transformers for End-to-End Object Detection

2020-10-08 · ICLR 2021 1 · Xizhou Zhu, Weijie Su, Lewei Lu, Bin Li 외

DETR has been recently proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance. However, it suffers from slow convergence and limited feature spatial reso…

2D Object DetectionObject DetectionReal-Time Object Detection

DAS: A Deformable Attention to Capture Salient Information in CNNs

2023-11-20 · Farzad Salajegheh, Nader Asadi, Soroush Saryazdi, Sudhir Mudur

Convolutional Neural Networks (CNNs) excel in local spatial pattern recognition. For many vision tasks, such as object recognition and segmentation, salient information is also present outside CNN's kernel boundaries. Ho…

image-classificationImage Classificationobject-detectionObject Detection+1