Latent Gaussians are sparse feature-bearing ellipsoids that act as dynamic volume-oriented
keypoints, enabling efficient point-based reasoning before being splatted back into a voxel
representation.
LaGS combines dense multi-view perception with sparse latent Gaussian reasoning
for
4D panoptic occupancy tracking. Starting from synchronized camera images, we
first lift
image features into a coarse 3D voxel representation before converting them into a sparse set of
feature-bearing latent Gaussians that carry both geometric location and learned feature
embeddings, acting as dynamic volume-oriented keypoints for point-based reasoning.
Image Encoding & 3D Lifting
Multi-view images are processed by an image backbone to extract image and depth features,
which are
explicitly lifted into 3D space and pooled into a voxel feature pyramid.
Latent Gaussian Encoder
Voxel features are converted into a sparse set of feature-bearing latent
Gaussians through magnitude-guided initialization. Each Gaussian acts as a dynamic,
volume-oriented keypoint with adaptive anisotropic support, distilling the dense grid into a
compact set of points that carry both geometric location and learned features. This enables
efficient point-based reasoning and long-range spatial interactions in a sparse latent space.
We process these Gaussians hierarchically using a fine stream for local geometric detail and
a coarse stream for global spatial context, with our Serialized Multi-Stream
Attention (SMSA) module enabling efficient interaction across resolutions while
preserving sparse computation. The refined Gaussians are subsequently splatted back into a
dense voxel representation for downstream decoding.
Panoptic Mask Decoder
The decoder combines voxel features, Gaussian features, and learned queries to jointly
predict semantic
occupancy and instance masks. Detection queries model foreground object instances
(“things”), while
semantic queries capture amorphous background regions (“stuff”).
Query Propagation & Tracking
To maintain temporal consistency across frames, decoded detection queries are propagated
over time following
the tracking-by-attention paradigm. A spatio-temporal refinement module further improves
instance association
and recovers intermittent missed detections.
Key Ideas
- Sparse latent Gaussians replace costly dense voxel processing
- Latent Gaussians act as dynamic volume-oriented keypoints with adaptive receptive fields
- Hierarchical point-based reasoning enables long-range spatial interaction
- Gaussian feature splatting bridges sparse and dense 3D representations
- Query propagation enables temporally consistent 4D scene tracking