TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Compressing Gaussian Splats

134 pointsby ovenchipsover 1 year ago

8 comments

ladbergover 1 year ago
Kinda disappointing that the spherical harmonic data is just totally thrown out. It's a pretty big factor in making gaussian splats look so good, and I'm sure there are interesting ways of compressing the data!
评论 #38543500 未加载
stjoover 1 year ago
This blog goes a lot more in depth in different techniques for compressing them (although for the purpose of using less VRAM):<p><a href="https:&#x2F;&#x2F;aras-p.info&#x2F;blog&#x2F;2023&#x2F;09&#x2F;13&#x2F;Making-Gaussian-Splats-smaller&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aras-p.info&#x2F;blog&#x2F;2023&#x2F;09&#x2F;13&#x2F;Making-Gaussian-Splats-s...</a><p><a href="https:&#x2F;&#x2F;aras-p.info&#x2F;blog&#x2F;2023&#x2F;09&#x2F;27&#x2F;Making-Gaussian-Splats-more-smaller&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;aras-p.info&#x2F;blog&#x2F;2023&#x2F;09&#x2F;27&#x2F;Making-Gaussian-Splats-m...</a><p>Including quantising spherical harmonics, grouping splats into chunks and compressing their position and rotation in groups, etc.
评论 #38549823 未加载
评论 #38543537 未加载
scheeseman486over 1 year ago
The moment I saw the use of motion vectors with gaussian splats I started wondering if it was a viable way to achieve high performance, high quality spatial video. Instead of capturing from all angles like most current approaches (which seems more geared to create content that is used in place of a 3D model) why not capture from a fixed perspective, using an array of cameras covering about 1m square to allow for slop in head position, providing parallax and perspective correct rendering. I&#x27;d presume that&#x27;d make it even more compressible too, since you could get rid of any data that isn&#x27;t visible from outside that frustum.<p>It would be a true hologram, completely supplanting 180&#x2F;360 stereo video. Imagine Avatar on such a format. Or, lets be real, porn.
评论 #38543416 未加载
评论 #38543601 未加载
评论 #38552015 未加载
评论 #38546400 未加载
folliover 1 year ago
Can anyone point me to some good high level introduction to Gaussian splats?<p>E.g. what&#x27;s the benefit of using splats vs traditional polygons? is it somehow easier for the neural network to create these from the 2D photos? or what&#x27;s the magic behind this?
评论 #38546208 未加载
评论 #38545393 未加载
评论 #38544113 未加载
dwallinover 1 year ago
More so than just compressing the data, I feel like the biggest gains for splats will come from a chunked LOD system, and streaming data into memory. Regardless of how efficient you make the representation, you are still going to run into fundamental limitations without this.<p>On the low hanging fruit side of things, tools should really start integrating a Spherical Harmonics skybox into the training steps to better handle large scale distant details.
afjeafaj848over 1 year ago
That rendering style looks really similar to Dreams on playstation<p>Anyone know if that game uses the same technique?
评论 #38547449 未加载
bmikailiover 1 year ago
<a href="https:&#x2F;&#x2F;lightgaussian.github.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;lightgaussian.github.io&#x2F;</a> in similar vein
jobigoudover 1 year ago
I see various people online calling the primitive &quot;splats&quot; (ex: the scene has millions of splats, 248 bytes for each splat, etc). But the primitive are the 3D gaussians, &quot;splat&quot; just refers to how they are rendered. I wonder why people call them &quot;splats&quot;, because it&#x27;s catchier?
评论 #38545005 未加载