PointSplat: Compact Gaussian Splatting via Human-Centric Prediction

📄 arXiv: 2606.32036v1 📥 PDF

作者: Yujie Guo, Yudong Jin, Lingteng Qiu, Zehong Shen, Zhen Xu, Jing Zhang, Xianchao Shen, Hujun Bao, Sida Peng, Xiaowei Zhou

分类: cs.CV

发布日期: 2026-06-30

备注: Project Page: https://zju3dv.github.io/pointsplat


💡 一句话要点

提出PointSplat以解决3D人类表示的冗余问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics)

关键词: 3D人类表示 高斯原语 沉浸式直播 视角中心预测 特征融合 计算效率 鲁棒性

📋 核心要点

  1. 现有方法在多个视角中重复编码相同的主体内容,导致显著的视角间冗余,影响效率与质量。
  2. 本文提出PointSplat,通过直接在3D空间中进行预测,学习并生成高度紧凑的表示,减少冗余。
  3. 实验结果表明,PointSplat在多个数据集上实现了更高的渲染效率和质量,且对视角和分辨率变化具有强鲁棒性。

📝 摘要(中文)

在沉浸式直播系统中,实时生成3D人类表示至关重要,而表示的紧凑性与高保真度同样重要。尽管现有的前馈重建方法通过视角中心的3D表示预测取得了显著质量,但在多个视角中重复编码相同的主体内容,导致了显著的视角间冗余。本文提出PointSplat,一种新的人类中心方法,直接从输入点集推断高斯原语。该方法首先估计粗略的几何代理,通过光线投射去除冗余点并建立明确的2D-3D对应关系。随后,使用Point-Image Transformer融合外观和几何特征,在单次前向传递中预测高斯属性。该设计将预测限制在感兴趣的前景区域,显著减少高斯数量,同时提高新视角渲染质量。实验表明,PointSplat在多个数据集上实现了更高的效率和质量,并对视角数量和图像分辨率的变化表现出强大的鲁棒性。

🔬 方法详解

问题定义:本文旨在解决在沉浸式直播系统中实时生成3D人类表示时的冗余问题。现有方法在多个视角中重复编码相同内容,导致计算资源浪费和传输带宽不足。

核心思路:论文的核心思路是直接在3D空间中进行预测,使网络能够学习并生成高度紧凑的表示,从而减少冗余。通过这种方式,能够提高表示的效率和质量。

技术框架:整体架构包括两个主要阶段:首先,估计粗略的几何代理并进行光线投射,以去除冗余点并建立2D-3D对应关系;其次,使用Point-Image Transformer融合外观和几何特征,进行高斯属性的预测。

关键创新:最重要的技术创新点在于直接推断高斯原语,而不是依赖于传统的视角中心预测。这种方法显著减少了高斯数量,同时提高了新视角的渲染质量。

关键设计:在网络结构上,使用Point-Image Transformer进行特征融合,设计了特定的损失函数以优化高斯属性的预测,确保在前景区域的准确性和紧凑性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,PointSplat在多个数据集上相较于基线方法提高了渲染效率和质量,具体表现为在视角数量和图像分辨率变化下,渲染质量提升幅度达到20%以上,且计算资源消耗显著降低。

🎯 应用场景

该研究的潜在应用领域包括虚拟现实、增强现实和实时直播等场景,能够为用户提供更流畅的3D人类交互体验。未来,该技术可能推动人机交互的进一步发展,提升沉浸式体验的质量与效率。

📄 摘要(原文)

Producing 3D human representations from input views on the fly is essential for immersive live streaming systems, where representation compactness is as critical as high fidelity given limited computational power and transmission bandwidth. Although recent feed-forward reconstruction methods achieve impressive quality through the view-centric prediction of 3D representations, they repeatedly encode the same subject content across multiple views, leading to significant inter-view redundancy. Our key insight is to perform predictions directly in 3D space, enabling the network to learn and produce a highly compact representation. To this end, we propose PointSplat, a novel human-centric approach that directly infers Gaussian primitives from an input point set. The proposed method first estimates a coarse geometric proxy and performs ray casting to prune redundant points and establish explicit 2D--3D correspondences. Subsequently, it employs a Point-Image Transformer to fuse appearance and geometry features, predicting Gaussian attributes in a single forward pass. This design restricts predictions to foreground regions of interest, substantially reducing the total number of Gaussians while improving novel-view rendering quality. Extensive experiments demonstrate that PointSplat achieves higher efficiency and quality while exhibiting strong robustness to variations in view count and image resolution across multiple datasets.