GS-Voxel: Fitting-Free Structured Latents for Large-Scale 3DGS Generation
无需为每个场景重新优化,就能把数百万个散乱3D点整理成规整网格数据的方法
用3D Gaussian Splatting(3DGS)重建的航拍3D场景包含数百万个杂乱无章、数量各不相同的点,这种格式很难直接喂给期望规整网格输入的生成式AI模型。GS-Voxel通过确定性规则,把已经优化好的3DGS场景重新组织成稀疏体素网格,整个过程不需要针对每个场景再做优化,并以此作为表征,支撑一个根据图像条件生成大范围航拍3DGS场景的流水线。论文作者为Ming Qian一人,实验展示了从200米×200米小图块到最大1400米×800米大范围场景的生成效果。
METAL MEDIA 解读图
无需为每个场景重新优化,就能把数百万个散乱3D点整理成规整网格数据的方法
- 01问题:预先优化好的3DGS场景是杂乱无序的点集,数量差异极大(单个200米×200米图块可超过300万个基元),无法直接输入需要固定通道网格结构的稀疏生成模型。
- 02方法:GS-Voxel把场景划分为固定大小的体素(3D网格单元),每个体素内只保留不透明度最高的前16个点,并将位置、颜色等属性量化为8比特数值存储,整个过程不重新优化任何高斯点、也不把整场景硬套进单一固定模板,因此称为'免拟合(fitting-free)'。
- 03结构:用Geometry VAE专门编码体素的占据形状(分层细分结构),用另一个Local Attribute VAE专门编码被占据体素内高斯点的外观属性,分别压缩成两个结构化潜变量。
- 04生成:以卫星/航拍图像为条件的三阶段流匹配(flow matching)模型依次预测粗略结构、精细几何形状、最终属性;再通过重叠感知的分块推理把多个图块拼接起来,合成远超训练时200米×200米图块范围的大场景。
- 05效果:在10个验证图块上,仅做GS-Voxel转换就能较好保留原始3DGS的渲染质量;完整生成流水线在作者自己的评测协议下取得FID 28.0、KID 0.020(与其他论文数值因数据集不同不可直接比较)。
他们做了什么
- 问题:预先优化好的3DGS场景是杂乱无序的点集,数量差异极大(单个200米×200米图块可超过300万个基元),无法直接输入需要固定通道网格结构的稀疏生成模型。
- 方法:GS-Voxel把场景划分为固定大小的体素(3D网格单元),每个体素内只保留不透明度最高的前16个点,并将位置、颜色等属性量化为8比特数值存储,整个过程不重新优化任何高斯点、也不把整场景硬套进单一固定模板,因此称为'免拟合(fitting-free)'。
- 结构:用Geometry VAE专门编码体素的占据形状(分层细分结构),用另一个Local Attribute VAE专门编码被占据体素内高斯点的外观属性,分别压缩成两个结构化潜变量。
- 生成:以卫星/航拍图像为条件的三阶段流匹配(flow matching)模型依次预测粗略结构、精细几何形状、最终属性;再通过重叠感知的分块推理把多个图块拼接起来,合成远超训练时200米×200米图块范围的大场景。
- 效果:在10个验证图块上,仅做GS-Voxel转换就能较好保留原始3DGS的渲染质量;完整生成流水线在作者自己的评测协议下取得FID 28.0、KID 0.020(与其他论文数值因数据集不同不可直接比较)。

| Method | Training Data | Condition | Beyond Buildings | Large-Scale | Core Paradigm |
|---|---|---|---|---|---|
| Sat2Scene 13 | Images & Height Map | Layout | ✗ | ✗ | Geo. Coloring |
| Sat2City 7 | Mesh | Height Map | ✗ | ✓ | Building Object Gen. |
| Sat2Density++ 24 | Images | Single Satellite | ✓ | ✗ | Feedforward |
| Sat3DGen 25 | Images | Single Satellite | ✓ | ✗ | Feedforward |
| UrbanWorld 29 | Mesh + UV | OSM or Layout | ✓ | ✓ | Multi-Stage |
| SynCity 3 | N/A (training-free) | Text Prompt | ✓ | ✓ | Multi-Stage |
| SkyFall-GS 11 | Images | Multi-view Satellite | ✓ | ✓ | Iterative Optimization |
| Orbit2Ground 40 | Images | Multi-view Satellite | ✓ | ✓ | Iterative Optimization |
| XCube 27 | Mesh | LiDAR Scan | ✓ | ✓ | 3D Generative |
| EarthCrafter 17 | Mesh | Satellite + Depth | ✓ | ✓ | 3D Generative |
| Ours | 3DGS | Single Satellite-View Image | ✓ | ✓ | 3D Generative |

| Layer | z | FOV | Pitches (deg) | Views/cell | Views/window |
|---|---|---|---|---|---|
| 0 | 0.0 | 26∘ | {0,30,45,60} | 13 | 1,300 |
| 1 | 0.3 | 18∘ | {15,30,45} | 12 | 1,200 |
| 2 | 0.6 | 14∘ | {0,15,30} | 9 | 900 |
| 3 | 0.9 | 14∘ | {15} | 4 | 400 |
| 4 | 1.2 | 14∘ | {0} | 1 | 100 |
| Total | 39 | 3,900 |

| R | Kin | Avg. Retained Primitives | Avg. Active Voxels | SSIM ↑ | PSNR ↑ | LPIPS ↓ |
|---|---|---|---|---|---|---|
| 256 | 1 | 377K | 377K | 0.55 | 18.52 | 0.425 |
| 256 | 4 | 971K | 377K | 0.85 | 26.82 | 0.166 |
| 256 | 8 | 1,340K | 377K | 0.95 | 33.26 | 0.058 |
| 256 | 16 | 1,602K | 377K | 0.98 | 40.04 | 0.023 |
| 256 | 32 | 1,737K | 377K | 0.98 | 40.94 | 0.021 |
| 512 | 1 | 980K | 980K | 0.87 | 27.38 | 0.156 |
| 512 | 4 | 1,501K | 980K | 0.98 | 39.20 | 0.025 |

| Method / Setting | PSNR ↑ | SSIM ↑ | LPIPS ↓ |
|---|---|---|---|
| Kout=1 | 22.81 | 0.61 | 0.350 |
| Kout=4 (Ours) | 23.09 | 0.62 | 0.331 |
| Kout=8 | 22.12 | 0.58 | 0.354 |

| Model | Shape IoU ↑ | PSNR ↑ | SSIM ↑ | LPIPS ↓ |
|---|---|---|---|---|
| Single-stage VAE | 0.76 | 21.01 | 0.54 | 0.418 |
| Geometry VAE | 0.99 | – | – | – |
| Local Attribute VAE | – | 23.09 | 0.62 | 0.331 |

| Method | FID | KID |
|---|---|---|
| CityDreamer 37 | 97.3 | 0.096 |
| GaussianCity 38 | 86.9 | 0.090 |
| EarthCrafter 17 | 69.5 | 0.061 |
| Ours | 28.0 | 0.020 |
为什么重要
对无人机测绘、城市仿真、灾害应对分析等需要快速生成大范围逼真3D场景的应用而言,这项工作让真实的、已重建好的3DGS数据可以直接用于训练生成模型,而不必为每个场景单独优化或限定固定的点数预算。作者也说明这仍是早期研究,目前仅限于简单的视角无关颜色(SH0)航拍场景。
本文术语
- 3D Gaussian Splatting(3DGS) · 用大量半透明3D椭球形'点'(高斯)而非网格来表示逼真场景的渲染技术
- 体素(Voxel) · 3D网格中的一个单元格,相当于2D图像中像素的三维版本
- VAE(变分自编码器) · 一种训练用于把数据压缩成紧凑潜变量、再重建还原的神经网络
- 流匹配(Flow matching) · 一种学习从噪声逐步变换为目标数据的生成模型方法,与扩散模型思路类似
- 免拟合(Fitting-free) · 仅用固定的确定性规则进行转换,不需要针对每个场景做优化或套用模板
无法转载的图表
- Figure 3: Conditional generation pipeline. Given a satellite-view image, a coarse sparse-structure stage predicts scene support; GS-Voxel-specific geometry and attribute stages then generate fine support and Gaussian parameters, yielding a standard 3DGS primitive set.
论文原文摘要(英文)
Many scalable latent 3D generators operate on structured tensors, whereas pre-optimized 3D Gaussian Splatting (3DGS) reconstructions are unordered, spatially irregular, and vary widely in primitive count. We present GS-Voxel, a fitting-free structured latent framework, and evaluate it for large-scale aerial 3D Gaussian scene generation. GS-Voxel deterministically converts a compatible pre-optimized 3DGS reconstruction into sparse active voxels without additional per-scene optimization, retaining the sub-voxel positions and rendering attributes of the selected primitives. A GS-specific factorized VAE then separately encodes voxel geometry and local Gaussian attributes into sparse 3D latents whose size grows with the number of occupied voxels rather than being limited by a fixed scene-wide primitive count. We train image-conditioned flow models in the GS-Voxel latent space to generate aerial 3DGS scenes. A key application enabled by GS-Voxel is large-area scene generation: overlap-aware tiled inference extends synthesis beyond a single training crop conditioned on satellite-view images. Our results show that GS-Voxel provides structured latents for pre-optimized aerial 3DGS reconstructions, with latent capacity that grows with the number of occupied voxels.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressAI模仿老师模型学习时,会误伤本来推理正确的步骤,新方法专门过滤掉这种误伤
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调
METAL MEDIA 最新报道
图片来源: Ming Qian et al., arXiv:2608.17988, CC BY 4.0