Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DR.VIC: Decomposition and Reasoning for Video Individual Counting

About

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 image-level counting or are constrained to the manual annotation of lines. In this work, we propose to conduct the pedestrian counting from a new perspective - Video Individual Counting (VIC), which counts the total number of individual pedestrians in the given video (a person is only counted once). Instead of relying on the Multiple Object Tracking (MOT) techniques, we propose to solve the problem by decomposing all pedestrians into the initial pedestrians who existed in the first frame and the new pedestrians with separate identities in each following frame. Then, an end-to-end Decomposition and Reasoning Network (DRNet) is designed to predict the initial pedestrian count with the density estimation method and reason the new pedestrian's count of each frame with the differentiable optimal transport. Extensive experiments are conducted on two datasets with congested pedestrians and diverse scenes, demonstrating the effectiveness of our method over baselines with great superiority in counting the individual pedestrians. Code: https://github.com/taohan10200/DRNet.

Tao Han, Lei Bai, Junyu Gao, Qi Wang, Wanli Ouyang• 2022

Related benchmarks

TaskDatasetResultRank
Video Individual CountingCroHD (test)
MAE141.1
26
Video Individual CountingSenseCrowd (test)
MAE12.3
23
Video-level crowd countingMovingDroneCrowd++
MAE83.04
11
Video Individual CountingMovingDroneCrowd
MAE81.1
10
Video-level crowd countingVSCrowd
MAE9.3
9
Video Individual CountingWuhanMetroCrowd
FPS7.01
6
Video Individual CountingCroHD (val)
CroHD01113
5
Video Individual CountingUAVVIC
MAE18.4
4
Showing 8 of 8 rows

Other info

Code

Follow for update