paper-with-me

Papers

Densely-Populated Traffic Detection using YOLOv5 and Non-Maximum Suppression Ensembling

2021-08-27 · Raian Rahman, Zadid Bin Azad, Md. Bakhtiar Hasan

Vehicular object detection is the heart of any intelligent traffic system. It is essential for urban traffic management. R-CNN, Fast R-CNN, Faster R-CNN and YOLO were some of the earlier state-of-the-art models. Region based CNN methods have the problem of higher inference time which makes it unrealistic to use the model in real-time. YOLO on the other hand struggles to detect small objects that appear in groups. In this paper, we propose a method that can locate and classify vehicular objects from a given densely crowded image using YOLOv5. The shortcoming of YOLO was solved my ensembling 4 different models. Our proposed model performs well on images taken from both top view and side view of the street in both day and night. The performance of our proposed model was measured on Dhaka AI dataset which contains densely crowded vehicular images. Our experiment shows that our model achieved mAP@0.5 of 0.458 with inference time of 0.75 sec which outperforms other state-of-the-art models on performance. Hence, the model can be implemented in the street for real-time traffic detection which can be used for traffic control and data collection.

📄 PDF Abstract BibTeX arXiv:2108.12118

Code (0)

등록된 구현이 없습니다.

Tasks

Managementobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

YOLO 설명 없음
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…
RoIPool 설명 없음
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…
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…

Similar Papers 제목 키워드 기반

DeepSperm: A robust and real-time bull sperm-cell detection in densely populated semen videos

2020-03-03 · Priyanto Hidayatullah, Xueting Wang, Toshihiko Yamasaki, Tati L. E. R. Mengko 외

Background and Objective: Object detection is a primary research interest in computer vision. Sperm-cell detection in a densely populated bull semen microscopic observation video presents challenges such as partial occlu…

Cell DetectionData AugmentationGPUObject+3

Training a Distributed Acoustic Sensing Traffic Monitoring Network With Video Inputs

2024-12-17 · Khen Cohen, Liav Hen, Ariel Lellouch

Distributed Acoustic Sensing (DAS) has emerged as a promising tool for real-time traffic monitoring in densely populated areas. In this paper, we present a novel concept that integrates DAS data with co-located visual in…

Classification

TSBOW -- Traffic Surveillance Benchmark for Occluded Vehicles Under Various Weather Conditions

2026-02-05 · Ngoc Doan-Minh Huynh, Duong Nguyen-Ngoc Tran, Long Hoang Pham, Tai Huu-Phuong Tran 외 arxiv

Global warming has intensified the frequency and severity of extreme weather events, which degrade CCTV signal and video quality while disrupting traffic flow, thereby increasing traffic accident rates. Existing datasets…

Object Detection

Joint Detection and Classification of Communication and Radar Signals in Congested RF Environments Using YOLOv8

2024-06-02 · Xiwen Kang, Hua-mei Chen, Genshe Chen, Kuo-Chu Chang 외

In this paper, we present a comprehensive study on the application of YOLOv8, a state-of-the-art computer vision (CV) model, to the challenging problem of joint detection and classification of signals in a highly dynamic…

Object Detection in Specific Traffic Scenes using YOLOv2

2019-05-12 · Shouyu Wang, Weitao Tang

object detection framework plays crucial role in autonomous driving. In this paper, we introduce the real-time object detection framework called You Only Look Once (YOLOv1) and the related improvements of YOLOv2. We furt…

Autonomous DrivingObjectobject-detectionObject Detection+1