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

Multiview Detection with Feature Perspective Transformation

About

Incorporating multiple camera views for detection alleviates the impact of occlusions in crowded scenes. In a multiview system, we need to answer two important questions when dealing with ambiguities that arise from occlusions. First, how should we aggregate cues from the multiple views? Second, how should we aggregate unreliable 2D and 3D spatial information that has been tainted by occlusions? To address these questions, we propose a novel multiview detection system, MVDet. For multiview aggregation, existing methods combine anchor box features from the image plane, which potentially limits performance due to inaccurate anchor box shapes and sizes. In contrast, we take an anchor-free approach to aggregate multiview information by projecting feature maps onto the ground plane (bird's eye view). To resolve any remaining spatial ambiguity, we apply large kernel convolutions on the ground plane feature map and infer locations from detection peaks. Our entire model is end-to-end learnable and achieves 88.2% MODA on the standard Wildtrack dataset, outperforming the state-of-the-art by 14.1%. We also provide detailed analysis of MVDet on a newly introduced synthetic dataset, MultiviewX, which allows us to control the level of occlusion. Code and MultiviewX dataset are available at https://github.com/hou-yz/MVDet.

Yunzhong Hou, Liang Zheng, Stephen Gould• 2020

Related benchmarks

TaskDatasetResultRank
Multiview Pedestrian DetectionWILDTRACK (test)
MODA89
46
Multiview Pedestrian DetectionMultiviewX (test)
MODA85.6
35
Pedestrian DetectionWildtrack
MODA88.2
21
Pedestrian DetectionMultiviewX
MODA83.9
21
Multi-view Multi-person TrackingWildtrack
MOTA80.6
13
Multi-View DetectionWildtrack
MODA88.2
12
Multi-view people detectionCVCS
MODA36.6
11
Multi-view people detectionMultiviewX
MODA83.9
10
Subject RegistrationCSRD-II (test)
Position Avg Error2.44
8
Multi-view people detectionCityStreet
MODA44.6
5
Showing 10 of 10 rows

Other info

Code

Follow for update