PRISM: Color-Stratified Point Cloud Sampling
Hansol Lim, Minhyeok Im, Jongseong Brad Choi
TL;DR
PRISM tackles RGB-LiDAR downsampling by exploiting color diversity as a sampling driver. It treats color as the stratification domain and enforces a per-bin capacity, selecting a global $k^*$ to achieve a target compression via $S(k) = \sum_b \min(n_b, k)$ with per-bin counts $n_b$. The method preserves rare colors and texture-rich regions, yielding near $r_{target} \approx 1\%$ compression with higher color-entropy gains across diverse scenes, as demonstrated on Toronto-3D, ETH3D, and Paris-CARLA. While geometric fidelity can lag behind purely spatial samplers, PRISM offers predictable compression and photometric preservation, making it attractive for radiance-field learning and downstream photorealistic reconstruction.
Abstract
We present PRISM, a novel color-guided stratified sampling method for RGB-LiDAR point clouds. Our approach is motivated by the observation that unique scene features often exhibit chromatic diversity while repetitive, redundant features are homogeneous in color. Conventional downsampling methods (Random Sampling, Voxel Grid, Normal Space Sampling) enforce spatial uniformity while ignoring this photometric content. In contrast, PRISM allocates sampling density proportional to chormatic diversity. By treating RGB color space as the stratification domain and imposing a maximum capacity k per color bin, the method preserves texture-rich regions with high color variation while substantially reducing visually homogeneous surfaces. This shifts the sampling space from spatial coverage to visual complexity to produce sparser point clouds that retain essential features for 3D reconstruction tasks.
