English

Beyond Global Latents: Chunk-Based Sparse Grid VAE for Scalable 3D Modeling

Computer Vision and Pattern Recognition 2026-08-03 v1

Abstract

Sparse voxel grids preserve the spatial structure needed for detailed 3D reconstruction, but their memory still grows rapidly with resolution as active surface cells increase. We introduce ChunkVAE, a sparse grid variational autoencoder organized around local chunks rather than a global latent volume. Local learned operators permit independently chosen encoder and decoder partitions and allow inference chunk sizes to differ from training. Two complementary data operators make this flexibility practical: Balanced Binary Object Partitioning distributes active cells while limiting replicated overlap, while S-Curve weighted stitching attenuates unreliable boundary features when assembling a global latent or reconstruction. Across three object benchmarks, ChunkVAE is competitive with or better than strong baselines from 5123512^3 to 153631536^3; smaller chunks lower peak allocated memory and shorten per-chunk compute, enabling faster parallel inference. Stable stitched latents and improved image to 3D metrics indicate that local compression can scale geometry while retaining the global interface required downstream.

Cite

@article{arxiv.2608.02016,
  title  = {Beyond Global Latents: Chunk-Based Sparse Grid VAE for Scalable 3D Modeling},
  author = {Kaiyi Zhang and Zhihao Liang and Haolin Liu and Qingxiang Lin and Zeqiang Lai and Yunfei Zhao and Bowen Zhang and Xianghui Yang and Zibo Zhao and Chunchao Guo and Long Quan},
  journal= {arXiv preprint arXiv:2608.02016},
  year   = {2026}
}

Comments

14 pages, 9 figures