paper-with-me

Papers

Voxelized 3D Feature Aggregation for Multiview Detection

2021-12-07 · Jiahao Ma, Jinguang Tong, Shan Wang, Wei Zhao, Zicheng Duan, Chuong Nguyen

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. However, we find that these 2D transformations do not take into account the object's height, and with this neglection features along the vertical direction of same object are likely not projected onto the same ground plane point, leading to impure ground-plane features. To solve this problem, we propose VFA, voxelized 3D feature aggregation, for feature transformation and aggregation in multi-view detection. Specifically, we voxelize the 3D space, project the voxels onto each camera view, and associate 2D features with these projected voxels. This allows us to identify and then aggregate 2D features along the same vertical line, alleviating projection distortions to a large extent. Additionally, because different kinds of objects (human vs. cattle) have different shapes on the ground plane, we introduce the oriented Gaussian encoding to match such shapes, leading to increased accuracy and efficiency. We perform experiments on multiview 2D detection and multiview 3D detection problems. Results on four datasets (including a newly introduced MultiviewC dataset) show that our system is very competitive compared with the state-of-the-art approaches. %Our code and data will be open-sourced.Code and MultiviewC are released at https://github.com/Robert-Mar/VFA.

📄 PDF Abstract BibTeX arXiv:2112.03471

Code (1)

Robert-Mar/VFA 공식 구현

Tasks

multi-view detectionMultiview Detection

Similar 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 occl…

Human DetectionMultiview DetectionPedestrian Detection

Multiview Detection with Shadow Transformer (and View-Coherent Data Augmentation)

2021-08-12 · Yunzhong Hou, Liang Zheng

Multiview detection incorporates multiple camera views to deal with occlusions, and its central problem is multiview aggregation. Given feature map projections from multiple views onto a common ground plane, the state-of…

Data AugmentationMultiview DetectionTranslation

Modulate-and-Map: Crossmodal Feature Mapping with Cross-View Modulation for 3D Anomaly Detection

2026-04-02 · Alex Costanzino, Pierluigi Zama Ramirez, Giuseppe Lisanti, Luigi Di Stefano arxiv

We present ModMap, a natively multiview and multimodal framework for 3D anomaly detection and segmentation. Unlike existing methods that process views independently, our method draws inspiration from the crossmodal featu…

3D Anomaly Detection and Segmentation

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

Not All Voxels Are Equal: Semantic Scene Completion from the Point-Voxel Perspective

2021-12-24 · Xiaokang Chen, Jiaxiang Tang, Jingbo Wang, Gang Zeng

We revisit Semantic Scene Completion (SSC), a useful task to predict the semantic and occupancy representation of 3D scenes, in this paper. A number of methods for this task are always based on voxelized scene representa…

3D Semantic Scene CompletionAll