paper-with-me

Papers

Dynamic Region Division for Adaptive Learning Pedestrian Counting

2019-08-12 · Gaoqi He, Zhenwei Ma, Binhao Huang, Bin Sheng, Yubo Yuan

Accurate pedestrian counting algorithm is critical to eliminate insecurity in the congested public scenes. However, counting pedestrians in crowded scenes often suffer from severe perspective distortion. In this paper, basing on the straight-line double region pedestrian counting method, we propose a dynamic region division algorithm to keep the completeness of counting objects. Utilizing the object bounding boxes obtained by YoloV3 and expectation division line of the scene, the boundary for nearby region and distant one is generated under the premise of retaining whole head. Ulteriorly, appropriate learning models are applied to count pedestrians in each obtained region. In the distant region, a novel inception dilated convolutional neural network is proposed to solve the problem of choosing dilation rate. In the nearby region, YoloV3 is used for detecting the pedestrian in multi-scale. Accordingly, the total number of pedestrians in each frame is obtained by fusing the result in nearby and distant regions. A typical subway pedestrian video dataset is chosen to conduct experiment in this paper. The result demonstrate that proposed algorithm is superior to existing machine learning based methods in general performance.

📄 PDF Abstract BibTeX arXiv:1908.03978

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
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 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
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$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Domain-General Crowd Counting in Unseen Scenarios

2022-12-05 · Zhipeng Du, Jiankang Deng, Miaojing Shi

Domain shift across crowd data severely hinders crowd counting models to generalize to unseen scenarios. Although domain adaptive crowd counting approaches close this gap to a certain extent, they are still dependent on …

Crowd CountingDisentanglementDomain GeneralizationMeta-Learning

Adaptive Scenario Discovery for Crowd Counting

2018-12-06 · Xingjiao Wu, Yingbin Zheng, Hao Ye, Wenxin Hu 외

Crowd counting, i.e., estimation number of the pedestrian in crowd images, is emerging as an important research problem with the public security applications. A key component for the crowd counting systems is the constru…

Crowd Counting

DINF: Dynamic Instance Noise Filter for Occluded Pedestrian Detection

2023-01-13 · Li Xiang, He Miao, Luo Haibo, Xiao Jiajie

Occlusion issue is the biggest challenge in pedestrian detection. RCNN-based detectors extract instance features by cropping rectangle regions of interest in the feature maps. However, the visible pixels of the occluded …

DenoisingPedestrian Detection

Point-to-Region Loss for Semi-Supervised Point-Based Crowd Counting

2025-05-28 · CVPR 2025 1 · Wei Lin, Chenyang Zhao, Antoni B. Chan

Point detection has been developed to locate pedestrians in crowded scenes by training a counter through a point-to-point (P2P) supervision scheme. Despite its excellent localization and counting performance, training a …

Crowd CountingDomain AdaptationUnsupervised Domain Adaptation

DR.VIC: Decomposition and Reasoning for Video Individual Counting

2022-03-23 · CVPR 2022 1 · Tao Han, Lei Bai, Junyu Gao, Qi Wang 외

Pedestrian counting is a fundamental tool for understanding pedestrian patterns and crowd flow analysis. Existing works (e.g., image-level pedestrian counting, crossline crowd counting et al.) either only focus on the im…

Crowd CountingDensity EstimationMultiple Object TrackingObject Tracking+1