TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Splatter Image: Ultra-Fast Single-View 3D Reconstruction

151 点作者 heliophobicdude超过 1 年前

15 条评论

mk_stjames超过 1 年前
Oof, the dependency tree on this.<p>It uses diff-gaussian-rasterization from the original gaussian splatting implementation (which, is a linked submodule on the git, so if you are trying to git clone that dependency remember to use --recursive to actually download it).<p>But that is written in mostly pure CUDA.<p>That part is just used to display the resulting gaussian splatt&#x27;d model, and there have been other cross-platform implementations to render splats – there was even that web demo a few weeks ago, that was using WebGL [0] – and if that was used as a display output in place of the original implementation there is no reason people couldn&#x27;t use this on non-Nvidia hardware, I think.<p>edit: also device=cuda is hardcoded in the torch portions of the training code (sigh!). This doesn&#x27;t have to be the case. pytorch could push this onto mps (metal) probably just fine.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;antimatter15&#x2F;splat?tab=readme-ov-file">https:&#x2F;&#x2F;github.com&#x2F;antimatter15&#x2F;splat?tab=readme-ov-file</a>
catapart超过 1 年前
So if I&#x27;m tracking the progress correctly, now we should be able to do: Single Image -&gt; Gaussian Splats -&gt; Object Identification -&gt; [Nearest Known Object | Algo-based shell] Mesh Generation -&gt; Use-Case-Based Retopology -&gt; Style-Trained Mesh Transformation<p>Which would produce a new mesh in the style of your other meshes, based on a single photograph of a real-world object.<p>...and, at this speed, you could do that as a real-time(ish) import into a running application&#x2F;game.<p>Gotta say, I&#x27;m looking forward to someone putting these puzzle pieces together! But it really does feel like if we wait another month, there might be some new AI that shrinks that pipeline by another one or two steps! It&#x27;s an exhausting time to be excited!
评论 #38723682 未加载
joosters超过 1 年前
Probably a dumb question, but is this trained by the use of lots of inputs of similar objects, or is it &#x27;just&#x27; estimating by the look of the input image?<p>Like, if you have an image of a car, viewed at an angle, you can gauge the shape of the 3d object from the image itself. You could then assume that the hidden side of the car is similar to the side that you can see, and when you generate a 360 rotation animation of it, it will look pretty good (cars being roughly symmetrical). But if you gave it a flat image of a playing card, just showing the face up side, how would it reconstruct the reverse side? Would it infer it based on the front, or would it &#x27;know&#x27; from training data that playing cards have a very different patterned back to them?
评论 #38724466 未加载
roflmaostc超过 1 年前
Since it&#x27;s based on 3D Gaussians in space, is there a way to obtain sharp images? Inherently, Gaussian functions extent infinitely, so images always look blurry. Don&#x27;t they? Of course, \sigma can be optimized to be small, but then it converges to some point representation, doesn&#x27;t it?<p>Maybe some CV&#x2F;ML people can help me understanding.
评论 #38722521 未加载
评论 #38722581 未加载
评论 #38725458 未加载
XorNot超过 1 年前
I guess this is how you&#x27;d implement that thing in <i>Enemy Of The State</i> where they pan around a single-perspective camera view (which I think doesn&#x27;t come across as absurd in the movie anyway since the tech guys point out it&#x27;s basically a clever extrapolation).
rijx超过 1 年前
Now we can finally turn Street View into a game world!
评论 #38721567 未加载
eurekin超过 1 年前
For anybody wanting to take a look at the code, this time the Github link does include it - it&#x27;s not empty, which is typicaly for those &quot;too good to be true&quot; publications
lawlessone超过 1 年前
Am I imagining this ,or somebody making a newer and faster one of these every day?<p>I&#x27;m expecting Overwhelming Fast Splatter by January.
评论 #38722423 未加载
评论 #38721432 未加载
teunispeters超过 1 年前
For a change, [code] works, but [arXiv] link is not present. Have to say this looks really interesting!
billconan超过 1 年前
the paper link doesn&#x27;t work for me. the correct link <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2312.13150.pdf" rel="nofollow noreferrer">https:&#x2F;&#x2F;arxiv.org&#x2F;pdf&#x2F;2312.13150.pdf</a>
alkonaut超过 1 年前
Wouldn&#x27;t it be more useful to generate a vector model than a &quot;3d image&quot; voxel&#x2F;radiance field&#x2F;splats&#x2F;whatever it&#x27;s called? Apart from the use case &quot;I want to spin the thing or walk around in it&quot; they feel like they are of limited use?<p>Unlike say a crude model of a fire hydrant which you could throw into a game or whatever. If the model is fed some more constraints&#x2F;assumptions? I think I saw some recent paper that did generate meshes now instead of pixels.
评论 #38723717 未加载
评论 #38722066 未加载
StreetChief超过 1 年前
All I have to say is &quot;ENHANCE!&quot;
amelius超过 1 年前
This would be more powerful if you could feed it more input images for a better result, if desired.
anigbrowl超过 1 年前
This could get prove useful for autonomous navigation systems as well.
tantalor超过 1 年前
That &quot;GT&quot; method seems even better, we should just use that. &#x2F;s
评论 #38724115 未加载
评论 #38722358 未加载
评论 #38722404 未加载