paper-with-me

Papers

Multiview Detection with Feature Perspective Transformation

2020-07-14 · ECCV 2020 8 · Yunzhong Hou, Liang Zheng, Stephen Gould

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.

📄 PDF Abstract BibTeX arXiv:2007.07247

Code (3)

hou-yz/MVDet 공식 구현 pytorch
hou-yz/multiviewx
shaojiawei07/tocom-tem pytorch

Tasks

Human DetectionMultiview DetectionPedestrian Detection

Similar Papers 제목 키워드 기반

Voxelized 3D Feature Aggregation for Multiview Detection

2021-12-07 · Jiahao Ma, Jinguang Tong, Shan Wang, Wei Zhao 외

Multi-view detection incorporates multiple camera views to alleviate occlusion in crowded scenes, where the state-of-the-art approaches adopt homography transformations to project multi-view features to the ground plane.…

multi-view detectionMultiview Detection

Booster-SHOT: Boosting Stacked Homography Transformations for Multiview Pedestrian Detection with Attention

2022-08-19 · Jinwoo Hwang, Philipp Benz, Tae-hoon Kim

Improving multi-view aggregation is integral for multi-view pedestrian detection, which aims to obtain a bird's-eye-view pedestrian occupancy map from images captured through a set of calibrated cameras. Inspired by the …

Multiview DetectionPedestrian Detection

CaMuViD: Calibration-Free Multi-View Detection

2025-01-01 · CVPR 2025 1 · Amir Etefaghi Daryani, M. Usman Maqbool Bhutta, Byron Hernandez, Henry Medeiros

Multi-view object detection in crowded environments presents significant challenges, particularly for occlusion management across multiple camera views. This paper introduces a novel approach that extends conventiona…

Camera CalibrationManagementmulti-view detectionObject+2

Attention-Aware Multi-View Pedestrian Tracking

2025-04-03 · Reef Alturki, Adrian Hilton, Jean-yves Guillemaut

In spite of the recent advancements in multi-object tracking, occlusion poses a significant challenge. Multi-camera setups have been used to address this challenge by providing a comprehensive coverage of the scene. Rece…

Multi-Object TrackingObject TrackingPedestrian Detection

Hierarchical Consensus Network for Multiview Feature Learning

2025-02-04 · Chengwei Xia, Chaoxi Niu, Kun Zhan

Multiview feature learning aims to learn discriminative features by integrating the distinct information in each view. However, most existing methods still face significant challenges in learning view-consistency feature…

Contrastive LearningMultiview Learning