paper-with-me

Papers

A Review and Implementation of Object Detection Models and Optimizations for Real-time Medical Mask Detection during the COVID-19 Pandemic

2024-05-28 · Ioanna Gogou, Dimitrios Koutsomitropoulos

Convolutional Neural Networks (CNN) are commonly used for the problem of object detection thanks to their increased accuracy. Nevertheless, the performance of CNN-based detection models is ambiguous when detection speed is considered. To the best of our knowledge, there has not been sufficient evaluation of the available methods in terms of the speed/accuracy trade-off in related literature. This work assesses the most fundamental object detection models on the Common Objects in Context (COCO) dataset with respect to this trade-off, their memory consumption, and computational and storage cost. Next, we select a highly efficient model called YOLOv5 to train on the topical and unexplored dataset of human faces with medical masks, the Properly-Wearing Masked Faces Dataset (PWMFD), and analyze the benefits of specific optimization techniques for real-time medical mask detection: transfer learning, data augmentations, and a Squeeze-and-Excitation attention mechanism. Using our findings in the context of the COVID-19 pandemic, we propose an optimized model based on YOLOv5s using transfer learning for the detection of correctly and incorrectly worn medical masks that surpassed more than two times in speed (69 frames per second) the state-of-the-art model SE-YOLOv3 on the PWMFD dataset while maintaining the same level of mean Average Precision (67%).

📄 PDF Abstract BibTeX arXiv:2405.18387

Code (1)

joangog/object-detection 공식 구현 pytorch

Tasks

object-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Recurrent Neural Networks: An Embedded Computing Perspective

2019-07-23 · Nesma M. Rezk, Madhura Purnaprajna, Tomas Nordström, Zain Ul-Abdin

Recurrent Neural Networks (RNNs) are a class of machine learning algorithms used for applications with time-series and sequential data. Recently, there has been a strong interest in executing RNNs on embedded devices. Ho…

Time SeriesTime Series Analysis

OmniTrack: Real-time detection and tracking of objects, text and logos in video

2019-10-14 · Hannes Fassold, Ridouane Ghermi

The automatic detection and tracking of general objects (like persons, animals or cars), text and logos in a video is crucial for many video understanding tasks, and usually real-time processing as required. We propose O…

GPUobject-detectionObject DetectionOptical Flow Estimation+1

Faster object tracking pipeline for real time tracking

2020-11-08 · Parthesh Soni, Falak Shah, Nisarg Vyas

Multi-object tracking (MOT) is a challenging practical problem for vision based applications. Most recent approaches for MOT use precomputed detections from models such as Faster RCNN, performing fine-tuning of bounding …

GPUMulti-Object TrackingObjectObject Tracking

Event-based Spiking Neural Networks for Object Detection: A Review of Datasets, Architectures, Learning Rules, and Implementation

2024-11-26 · Craig Iaboni, Pramod Abichandani

Spiking Neural Networks (SNNs) represent a biologically inspired paradigm offering an energy-efficient alternative to conventional artificial neural networks (ANNs) for Computer Vision (CV) applications. This paper prese…

Articlesobject-detectionObject Detection

PP-PicoDet: A Better Real-Time Object Detector on Mobile Devices

2021-11-01 · Guanghua Yu, Qinyao Chang, Wenyu Lv, Chang Xu 외

The better accuracy and efficiency trade-off has been a challenging problem in object detection. In this work, we are dedicated to studying key optimizations and neural network architecture choices for object detection t…

CPUObjectobject-detectionObject Detection