|
| 1 | +- id: ren2025fastgs |
| 2 | + title: 'FastGS: Training 3D Gaussian Splatting in 100 Seconds' |
| 3 | + authors: Shiwei Ren, Tianci Wen, Yongchun Fang, Biao Lu |
| 4 | + year: '2025' |
| 5 | + abstract: 'The dominant 3D Gaussian splatting (3DGS) acceleration methods fail to |
| 6 | + properly regulate the number of Gaussians during training, causing redundant computational |
| 7 | + time overhead. In this paper, we propose FastGS, a novel, simple, and general |
| 8 | + acceleration framework that fully considers the importance of each Gaussian based |
| 9 | + on multi-view consistency, efficiently solving the trade-off between training |
| 10 | + time and rendering quality. We innovatively design a densification and pruning |
| 11 | + strategy based on multi-view consistency, dispensing with the budgeting mechanism. |
| 12 | + Extensive experiments on Mip-NeRF 360, Tanks & Temples, and Deep Blending datasets |
| 13 | + demonstrate that our method significantly outperforms the state-of-the-art methods |
| 14 | + in training speed, achieving a 3.32$\times$ training acceleration and comparable |
| 15 | + rendering quality compared with DashGaussian on the Mip-NeRF 360 dataset and a |
| 16 | + 15.45$\times$ acceleration compared with vanilla 3DGS on the Deep Blending dataset. |
| 17 | + We demonstrate that FastGS exhibits strong generality, delivering 2-7$\times$ |
| 18 | + training acceleration across various tasks, including dynamic scene reconstruction, |
| 19 | + surface reconstruction, sparse-view reconstruction, large-scale reconstruction, |
| 20 | + and simultaneous localization and mapping. The project page is available at https://fastgs.github.io/ |
| 21 | + |
| 22 | + ' |
| 23 | + project_page: https://fastgs.github.io/ |
| 24 | + paper: https://arxiv.org/pdf/2511.04283.pdf |
| 25 | + code: https://github.com/fastgs/FastGS |
| 26 | + video: null |
| 27 | + tags: |
| 28 | + - Acceleration |
| 29 | + - Code |
| 30 | + - Densification |
| 31 | + - Dynamic |
| 32 | + - Project |
| 33 | + - Sparse |
| 34 | + thumbnail: assets/thumbnails/ren2025fastgs.jpg |
| 35 | + publication_date: '2025-11-06T11:21:16+00:00' |
| 36 | + date_source: arxiv |
1 | 37 | - id: chang2025meshsplat |
2 | 38 | title: 'MeshSplat: Generalizable Sparse-View Surface Reconstruction via Gaussian |
3 | 39 | Splatting' |
|
0 commit comments