paper-with-me

Papers

CamLoc: Pedestrian Location Detection from Pose Estimation on Resource-constrained Smart-cameras

2018-12-28 · Adrian Cosma, Ion Emilian Radoi, Valentin Radu

Recent advancements in energy-efficient hardware technology is driving the exponential growth we are experiencing in the Internet of Things (IoT) space, with more pervasive computations being performed near to data generation sources. A range of intelligent devices and applications performing local detection is emerging (activity recognition, fitness monitoring, etc.) bringing with them obvious advantages such as reducing detection latency for improved interaction with devices and safeguarding user data by not leaving the device. Video processing holds utility for many emerging applications and data labelling in the IoT space. However, performing this video processing with deep neural networks at the edge of the Internet is not trivial. In this paper we show that pedestrian location estimation using deep neural networks is achievable on fixed cameras with limited compute resources. Our approach uses pose estimation from key body points detection to extend pedestrian skeleton when whole body not in image (occluded by obstacles or partially outside of frame), which achieves better location estimation performance (infrence time and memory footprint) compared to fitting a bounding box over pedestrian and scaling. We collect a sizable dataset comprising of over 2100 frames in videos from one and two surveillance cameras pointing from different angles at the scene, and annotate each frame with the exact position of person in image, in 42 different scenarios of activity and occlusion. We compare our pose estimation based location detection with a popular detection algorithm, YOLOv2, for overlapping bounding-box generation, our solution achieving faster inference time (15x speedup) at half the memory footprint, within resource capabilities on embedded devices, which demonstrate that CamLoc is an efficient solution for location estimation in videos on smart-cameras.

📄 PDF Abstract BibTeX arXiv:1812.11209

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionPose Estimation

Methods 이 논문이 사용한 방법론

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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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$…
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…
Darknet-19 설명 없음

Similar Papers 제목 키워드 기반

Bi-box Regression for Pedestrian Detection and Occlusion Estimation

2018-09-01 · ECCV 2018 9 · Chunluan Zhou, Junsong Yuan

Occlusions present a great challenge for pedestrian detection in practical applications. In this paper, we propose a novel approach to simultaneous pedestrian detection and occlusion estimation by regressing two bounding…

Occlusion EstimationPedestrian Detectionregression

CHAMP: Crowdsourced, History-Based Advisory of Mapped Pedestrians for Safer Driver Assistance Systems

2023-01-14 · Ross Greer, Lulua Rakla, Samveed Desai, Afnan Alofi 외

Vehicles are constantly approaching and sharing the road with pedestrians, and as a result it is critical for vehicles to prevent any collisions with pedestrians. Current methods for pedestrian collision prevention focus…

Pedestrian Detection

ViFi-Loc: Multi-modal Pedestrian Localization using GAN with Camera-Phone Correspondences

2022-11-22 · Hansi Liu, Kristin Dana, Marco Gruteser, HongSheng Lu

In Smart City and Vehicle-to-Everything (V2X) systems, acquiring pedestrians' accurate locations is crucial to traffic safety. Current systems adopt cameras and wireless sensors to detect and estimate people's locations …

Generative Adversarial NetworkSelf-LearningSensor Fusion

Deep Multi-Task Networks For Occluded Pedestrian Pose Estimation

2022-06-15 · Arindam Das, Sudip Das, Ganesh Sistu, Jonathan Horgan 외

Most of the existing works on pedestrian pose estimation do not consider estimating the pose of an occluded pedestrian, as the annotations of the occluded parts are not available in relevant automotive datasets. For exam…

Domain AdaptationInstance SegmentationPedestrian DetectionPose Estimation+2

Generalizable Multi-Camera 3D Pedestrian Detection

2021-04-12 · João Paulo Lima, Rafael Roberto, Lucas Figueiredo, Francisco Simões 외

We present a multi-camera 3D pedestrian detection method that does not need to train using data from the target scene. We estimate pedestrian location on the ground plane using a novel heuristic based on human body poses…

Generalizable Person Re-identificationPedestrian DetectionPerson Re-Identification