paper-with-me

홈 › Papers

FasterX: Real-Time Object Detection Based on Edge GPUs for UAV Applications

2022-09-07 · Wei Zhou, Xuanlin Min, Rui Hu, Yiwen Long, Huan Luo, JunYi

Real-time object detection on Unmanned Aerial Vehicles (UAVs) is a challenging issue due to the limited computing resources of edge GPU devices as Internet of Things (IoT) nodes. To solve this problem, in this paper, we propose a novel lightweight deep learning architectures named FasterX based on YOLOX model for real-time object detection on edge GPU. First, we design an effective and lightweight PixSF head to replace the original head of YOLOX to better detect small objects, which can be further embedded in the depthwise separable convolution (DS Conv) to achieve a lighter head. Then, a slimmer structure in the Neck layer termed as SlimFPN is developed to reduce parameters of the network, which is a trade-off between accuracy and speed. Furthermore, we embed attention module in the Head layer to improve the feature extraction effect of the prediction head. Meanwhile, we also improve the label assignment strategy and loss function to alleviate category imbalance and box optimization problems of the UAV dataset. Finally, auxiliary heads are presented for online distillation to improve the ability of position embedding and feature extraction in PixSF head. The performance of our lightweight models are validated experimentally on the NVIDIA Jetson NX and Jetson Nano GPU embedded platforms.Extensive experiments show that FasterX models achieve better trade-off between accuracy and latency on VisDrone2021 dataset compared to state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2209.03157

Code (0)

등록된 구현이 없습니다.

Tasks

GPUobject-detectionObject DetectionReal-Time Object Detection

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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$…
BNB Customer Service Number +1-833-534-1729 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…

Similar Papers 제목 키워드 기반

Parallel Detection for Efficient Video Analytics at the Edge

2021-07-27 · Yanzhao Wu, Ling Liu, Ramana Kompella

Deep Neural Network (DNN) trained object detectors are widely deployed in many mission-critical systems for real time video analytics at the edge, such as autonomous driving and video surveillance. A common performance r…

Autonomous DrivingObjectobject-detectionObject Detection+1

TOG: Targeted Adversarial Objectness Gradient Attacks on Real-time Object Detection Systems

2020-04-09 · Ka-Ho Chow, Ling Liu, Mehmet Emre Gursoy, Stacey Truex 외

The rapid growth of real-time huge data capturing has pushed the deep learning and data analytic computing to the edge systems. Real-time object recognition on the edge is one of the representative deep neural network (D…

Autonomous DrivingObjectobject-detectionObject Detection+3

Edge-Enabled Collaborative Object Detection for Real-Time Multi-Vehicle Perception

2025-06-06 · Everett Richards, Bipul Thapa, Lena Mashayekhy

Accurate and reliable object detection is critical for ensuring the safety and efficiency of Connected Autonomous Vehicles (CAVs). Traditional on-board perception systems have limited accuracy due to occlusions and blind…

Autonomous DrivingAutonomous VehiclesEdge-computingObject+2

Achieving Real-Time LiDAR 3D Object Detection on a Mobile Device

2020-12-26 · Pu Zhao, Wei Niu, Geng Yuan, Yuxuan Cai 외

3D object detection is an important task, especially in the autonomous driving application domain. However, it is challenging to support the real-time performance with the limited computation and memory resources on edge…

3D Object DetectionAutonomous DrivingEdge-computingObject+4

Efficient Detection Framework Adaptation for Edge Computing: A Plug-and-play Neural Network Toolbox Enabling Edge Deployment

2024-12-24 · Jiaqi Wu, Shihao Zhang, Simin Chen, Lixu Wang 외

Edge computing has emerged as a key paradigm for deploying deep learning-based object detection in time-sensitive scenarios. However, existing edge detection methods face challenges: 1) difficulty balancing detection pre…

Edge-computingEdge DetectionModel Optimizationobject-detection+1