paper-with-me

홈 › Papers

Focal Inverse Distance Transform Maps for Crowd Localization

2021-02-16 · Dingkang Liang, Wei Xu, Yingying Zhu, Yu Zhou

In this paper, we focus on the crowd localization task, a crucial topic of crowd analysis. Most regression-based methods utilize convolution neural networks (CNN) to regress a density map, which can not accurately locate the instance in the extremely dense scene, attributed to two crucial reasons: 1) the density map consists of a series of blurry Gaussian blobs, 2) severe overlaps exist in the dense region of the density map. To tackle this issue, we propose a novel Focal Inverse Distance Transform (FIDT) map for the crowd localization task. Compared with the density maps, the FIDT maps accurately describe the persons' locations without overlapping in dense regions. Based on the FIDT maps, a Local-Maxima-Detection-Strategy (LMDS) is derived to effectively extract the center point for each individual. Furthermore, we introduce an Independent SSIM (I-SSIM) loss to make the model tend to learn the local structural information, better recognizing local maxima. Extensive experiments demonstrate that the proposed method reports state-of-the-art localization performance on six crowd datasets and one vehicle dataset. Additionally, we find that the proposed method shows superior robustness on the negative and extremely dense scenes, which further verifies the effectiveness of the FIDT maps. The code and model will be available at https://github.com/dk-liang/FIDTM.

📄 PDF Abstract BibTeX arXiv:2102.07925

Code (3)

dk-liang/FIDTM 공식 구현 pytorch
dk-liang/RDTM 공식 구현 pytorch
hayko1995/JHU-CROWD-Detection pytorch

Tasks

Crowd CountingSSIM

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Improving Dense Crowd Counting Convolutional Neural Networks using Inverse k-Nearest Neighbor Maps and Multiscale Upsampling

2019-01-31 · Greg Olmschenk, Hao Tang, Zhigang Zhu

Gatherings of thousands to millions of people frequently occur for an enormous variety of events, and automated counting of these high-density crowds is useful for safety, management, and measuring significance of an eve…

Crowd CountingManagement

Focal Track: Depth and Accommodation With Oscillating Lens Deformation

2017-10-01 · ICCV 2017 10 · Qi Guo, Emma Alexander, Todd Zickler

The focal track sensor is a monocular and computationally efficient depth sensor that is based on defocus controlled by a liquid membrane lens. It synchronizes small lens oscillations with a photosensor to produce real-t…

Monocular Vision based Crowdsourced 3D Traffic Sign Positioning with Unknown Camera Intrinsics and Distortion Coefficients

2020-07-09 · Hemang Chawla, Matti Jukola, Elahe Arani, Bahram Zonooz

Autonomous vehicles and driver assistance systems utilize maps of 3D semantic landmarks for improved decision making. However, scaling the mapping process as well as regularly updating such maps come with a huge cost. Cr…

Autonomous VehiclesDecision Making

Mahalanobis Distance-based Multi-view Optimal Transport for Multi-view Crowd Localization

2024-09-03 · Qi Zhang, Kaiyi Zhang, Antoni B. Chan, Hui Huang

Multi-view crowd localization predicts the ground locations of all people in the scene. Typical methods usually estimate the crowd density maps on the ground plane first, and then obtain the crowd locations. However, the…

Multiview Detection

Focal Self-attention for Local-Global Interactions in Vision Transformers

2021-07-01 · Jianwei Yang, Chunyuan Li, Pengchuan Zhang, Xiyang Dai 외

Recently, Vision Transformer and its variants have shown great promise on various computer vision tasks. The ability of capturing short- and long-range visual dependencies through self-attention is arguably the main sour…

image-classificationImage ClassificationInstance Segmentationobject-detection+2