arXiv Computer Vision By Ka Heng Shiu, Kartic Subr

ABCD: Alpha-Composited Block Coordinate Descent: Constant-VRAM Training for Large Radiance Fields

Read the original on arXiv Computer Vision →

ABCD (Alpha‑Composited Block Coordinate Descent) is an out‑of‑core training framework for alpha‑composited radiance fields, demonstrated on 3D Gaussian Splatting. It reformulates training as block coordinate descent over spatial partitions, keeping only one block of parameters active while pre‑rendering and collapsing inactive regions into foreground and background RGBA images. This approach reduces peak VRAM usage to a constant with respect to scene size, enabling training on GPUs with limited memory while maintaining reconstruction quality within 5% PSNR of 3DGS.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at arXiv Computer Vision.

Hugging Face Trending Papers
Jun 17

Splaxel: Efficient Distributed Training of 3D Gaussian Splatting for Large-scale Scene Reconstruction via Pixel-level Communication

3D Gaussian Splatting (3DGS) enables high-fidelity and real-time 3D scene reconstruction, but scaling training to large-scale scenes requires optimizing hundreds of millions of Gaussians across multiple GPUs. Existing distributed approaches either partition scenes into isolated regions, causing global inconsistency, or rely on global Gaussian-level exchanges, which lead to substantial growth in inter-GPU communication and quickly dominate iteration time.

Hugging Face Trending Papers
Jul 9

Geometry and Gradient-based Partitioning for Panoramic Outdoor Reconstruction

Scaling 3D Gaussian Splatting (3DGS) to large outdoor scenes is costly in both data acquisition and computation. Adopting panoramic images with equirectangular projection (ERP) can reduce capture effort via their full $360^{\circ}$ field of view, yet the resulting omnipresent visibility invalidates existing partitioning strategies that rely on local camera frustums, causing block-wise optimization to degenerate into global training.