Methods › Computer Vision › RoI Feature Extractors › Voxel RoI Pooling

Voxel RoI Pooling

5 papers tagged archive 2025-07-28

Introduced by Jiajun Deng et al. in Voxel R-CNN: Towards High Performance Voxel-based 3D Object Detection

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Voxel RoI Pooling is a RoI feature extractor extracts RoI features directly from voxel features for further refinement. It starts by dividing a region proposal into G ×G ×G regular sub-voxels. The center point is taken as the grid point of the corresponding sub-voxel. Since 3 D feature volumes are extremely sparse (non-empty voxels account for <3 % spaces), we cannot directly utilize max pooling over features of each sub-voxel. Instead, features are integrated from neighboring voxels into the grid points for feature extraction. Specifically, given a grid point gᵢ, we first exploit voxel query to group a set of neighboring voxels Γᵢ=𝐯ᵢ¹, 𝐯ᵢ², ⋯, 𝐯ᵢᴷ . Then, we aggregate the neighboring voxel features with a PointNet module a as:

ηᵢ=max_(k=1,2, ⋯, K)Ψ([𝐯ᵢᵏ-𝐠ᵢ ; ϕᵢᵏ])

where 𝐯ᵢ-𝐠ᵢ represents the relative coordinates, ϕᵢᵏ is the voxel feature of 𝐯ᵢᵏ, and Ψ(·) indicates an MLP. The max pooling operation max(·) is performed along the channels to obtain the aggregated feature vector ηᵢ . Particularly, Voxel RoI pooling is exploited to extract voxel features from the 3D feature volumes out of the last two stages in the 3 D backbone network. And for each stage, two Manhattan distance thresholds are set to group voxels with multiple scales. Then, we concatenate the aggregated features pooled from different stages and scales to obtain the RoI features.

PaperSource

Papers archive 2025-07-28

5 shown of 5, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

9 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
3D Object Detection5
Object Detection5
object-detection5
Object2
Feature Importance1
GPU1
Region Proposal1
Scene Understanding1
Vocal Bursts Intensity Prediction1

Usage over time archive 2025-07-28

Papers per year tagged with Voxel RoI Pooling: 2020 to 2024, peak 1 1 0 2020: 1 paper 2020 2021: 1 paper 2021 2022: 1 paper 2022 2023: 1 paper 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (5 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

RoI Feature Extractors

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections