paper-with-me

Papers

Automatic Vehicle Detection using DETR: A Transformer-Based Approach for Navigating Treacherous Roads

2025-02-25 · Istiaq Ahmed Fahad, Abdullah Ibne Hanif Arean, Nazmus Sakib Ahmed, Mahmudul Hasan

Automatic Vehicle Detection (AVD) in diverse driving environments presents unique challenges due to varying lighting conditions, road types, and vehicle types. Traditional methods, such as YOLO and Faster R-CNN, often struggle to cope with these complexities. As computer vision evolves, combining Convolutional Neural Networks (CNNs) with Transformer-based approaches offers promising opportunities for improving detection accuracy and efficiency. This study is the first to experiment with Detection Transformer (DETR) for automatic vehicle detection in complex and varied settings. We employ a Collaborative Hybrid Assignments Training scheme, Co-DETR, to enhance feature learning and attention mechanisms in DETR. By leveraging versatile label assignment strategies and introducing multiple parallel auxiliary heads, we provide more effective supervision during training and extract positive coordinates to boost training efficiency. Through extensive experiments on DETR variants and YOLO models, conducted using the BadODD dataset, we demonstrate the advantages of our approach. Our method achieves superior results, and improved accuracy in diverse conditions, making it practical for real-world deployment. This work significantly advances autonomous navigation technology and opens new research avenues in object detection for autonomous vehicles. By integrating the strengths of CNNs and Transformers, we highlight the potential of DETR for robust and efficient vehicle detection in challenging driving environments.

📄 PDF Abstract BibTeX arXiv:2502.17843

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous NavigationAutonomous Vehiclesobject-detectionObject Detectionvehicle detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

CF-DETR: Coarse-to-Fine Transformer for Real-Time Object Detection

2025-05-29 · Woojin Shin, Donghwa Kang, Byeongyun Park, Brent ByungHoon Kang 외

Detection Transformers (DETR) are increasingly adopted in autonomous vehicle (AV) perception systems due to their superior accuracy over convolutional networks. However, concurrently executing multiple DETR tasks present…

GPUobject-detectionObject DetectionReal-Time Object Detection+1

Learning Lane Graphs from Aerial Imagery Using Transformers

2024-07-08 · Martin Büchner, Simon Dorer, Abhinav Valada

The robust and safe operation of automated vehicles underscores the critical need for detailed and accurate topological maps. At the heart of this requirement is the construction of lane graphs, which provide essential i…

A Real-Time DETR Approach to Bangladesh Road Object Detection for Autonomous Vehicles

2024-11-22 · Irfan Nafiz Shahan, Arban Hossain, Saadman Sakib, Al-Mubin Nabil

In the recent years, we have witnessed a paradigm shift in the field of Computer Vision, with the forthcoming of the transformer architecture. Detection Transformers has become a state of the art solution to object detec…

Autonomous VehiclesObjectobject-detectionObject Detection

Evaluating the Adversarial Robustness of Detection Transformers

2024-12-25 · Amirhossein Nazeri, Chunheng Zhao, Pierluigi Pisu

Robust object detection is critical for autonomous driving and mobile robotics, where accurate detection of vehicles, pedestrians, and obstacles is essential for ensuring safety. Despite the advancements in object detect…

Adversarial RobustnessAutonomous DrivingObjectobject-detection+2

Object Detection for Vehicle Dashcams using Transformers

2024-08-28 · Osama Mustafa, Khizer Ali, Anam Bibi, Imran Siddiqi 외

The use of intelligent automation is growing significantly in the automotive industry, as it assists drivers and fleet management companies, thus increasing their productivity. Dash cams are now been used for this purpos…

ManagementObjectobject-detectionObject Detection