REVIEW 4 cited by
OPUS: Occupancy Prediction Using a Sparse Set
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Occupancy prediction, aiming at predicting the occupancy status within voxelized 3D environment, is quickly gaining momentum within the autonomous driving community. Mainstream occupancy prediction works first discretize the 3D environment into voxels, then perform classification on such dense grids. However, inspection on sample data reveals that the vast majority of voxels is unoccupied. Performing classification on these empty voxels demands suboptimal computation resource allocation, and reducing such empty voxels necessitates complex algorithm designs. To this end, we present a novel perspective on the occupancy prediction task: formulating it as a streamlined set prediction paradigm without the need for explicit space modeling or complex sparsification procedures. Our proposed framework, called OPUS, utilizes a transformer encoder-decoder architecture to simultaneously predict occupied locations and classes using a set of learnable queries. Firstly, we employ the Chamfer distance loss to scale the set-to-set comparison problem to unprecedented magnitudes, making training such model end-to-end a reality. Subsequently, semantic classes are adaptively assigned using nearest neighbor search based on the learned locations. In addition, OPUS incorporates a suite of non-trivial strategies to enhance model performance, including coarse-to-fine learning, consistent point sampling, and adaptive re-weighting, etc. Finally, compared with current state-of-the-art methods, our lightest model achieves superior RayIoU on the Occ3D-nuScenes dataset at near 2x FPS, while our heaviest model surpasses previous best results by 6.1 RayIoU.
Forward citations
Cited by 4 Pith papers
-
GaussianFusionOcc: A Seamless Sensor Fusion Approach for 3D Occupancy Prediction Using 3D Gaussians
GaussianFusionOcc fuses camera, LiDAR, and radar features through deformable attention to refine semantic 3D Gaussians, improving 3D occupancy prediction on nuScenes while lowering memory use and latency.
-
FMOcc: TPV-Driven Flow Matching for 3D Occupancy Prediction with Selective State Space Model
FMOcc uses flow matching with tri-perspective view and selective state space layers to improve 3D occupancy prediction from two camera frames.
-
QuadricFormer: Scene as Superquadrics for 3D Semantic Occupancy Prediction
QuadricFormer represents 3D scenes as a probabilistic mixture of superquadrics, improving accuracy and efficiency over Gaussian-based occupancy prediction on nuScenes.
-
SHTOcc: Effective 3D Occupancy Prediction with Sparse Head and Tail Voxels
SHTOcc combines attention-based sparse voxel selection with decoupled classifier retraining for 3D occupancy prediction, reporting efficiency gains and small, partly inconsistent accuracy improvements.
Discussion (0). Sign in to comment.