正在加载视频...

视频加载失败

3D Gaussian Splatting is great, but can it work without the pre-computed camera poses? Introducing: COLMAP-Free 3D Gaussian Splatting Our recent work shows not only it can, but 3D Gaussians make camera pose estimation easy (compared to NeRF) along with reconstruction. 👇🧵

76,747 次观看 • 2 年前 •via X (Twitter)

7 条评论

Xiaolong Wang 的头像
Xiaolong Wang2 年前

Starting from the initial frame, we process the following frames in a sequential manner by progressively growing the 3D Gaussians set and estimating the camera pose at the same time. 2/n)

Xiaolong Wang 的头像
Xiaolong Wang2 年前

Our approach demonstrates a significant improvement in novel view synthesis, enhancing both quality and efficiency, compared to sota unposed NeRF. 3/n)

Xiaolong Wang 的头像
Xiaolong Wang2 年前

Additionally, we show enhanced effectiveness and robustness in camera pose estimation, especially in challenging scenarios like 360 videos. 4/n)

Xiaolong Wang 的头像
Xiaolong Wang2 年前

Check out our website: arxiv: Collaboration with @yangfu21, Sifei Liu, Amey Kulkarni, @jankautz, Alyosha Efros and thank you for @_akhaliq for sharing:

Zhiwen(Aaron) Fan 的头像
Zhiwen(Aaron) Fan2 年前

It's a truly innovative and neat approach to leverage DPT depth for camera pose estimation within the 3DGS framework. Is there a schedule for releasing the code this month? :)

Ralph Brooks 🎯 Precision SEO Targeting 🎯 的头像
Ralph Brooks 🎯 Precision SEO Targeting 🎯2 年前

In addition to looking at Dr. Wang's work, it may be worth while to check out research on SMERF that was also released today.

Xiaolong Wang 的头像
Xiaolong Wang2 年前

@PMel3D Thanks for the note. In general colmap was used for preprocessing in these applications. We want to humbly emphasize this is helping build 3D Gaussian without colmap. But we do not exclude the possibility there are better sfm approaches out there.

相关视频

Nvidia announces GAvatar: Animatable 3D Gaussian Avatars with Implicit Mesh Learning paper page: Gaussian splatting has emerged as a powerful 3D representation that harnesses the advantages of both explicit (mesh) and implicit (NeRF) 3D representations. In this paper, we seek to leverage Gaussian splatting to generate realistic animatable avatars from textual descriptions, addressing the limitations (e.g., flexibility and efficiency) imposed by mesh or NeRF-based representations. However, a naive application of Gaussian splatting cannot generate high-quality animatable avatars and suffers from learning instability; it also cannot capture fine avatar geometries and often leads to degenerate body parts. To tackle these problems, we first propose a primitive-based 3D Gaussian representation where Gaussians are defined inside pose-driven primitives to facilitate animation. Second, to stabilize and amortize the learning of millions of Gaussians, we propose to use neural implicit fields to predict the Gaussian attributes (e.g., colors). Finally, to capture fine avatar geometries and extract detailed meshes, we propose a novel SDF-based implicit mesh learning approach for 3D Gaussians that regularizes the underlying geometries and extracts highly detailed textured meshes. Our proposed method, GAvatar, enables the large-scale generation of diverse animatable avatars using only text prompts. GAvatar significantly surpasses existing methods in terms of both appearance and geometry quality, and achieves extremely fast rendering (100 fps) at 1K resolution.

AK

140,992 次观看 • 2 年前

MAGS-SLAM: Monocular Multi-Agent Gaussian Splatting SLAM for Geometrically and Photometrically Consistent Reconstruction TL;DR: The first RGB-only multi-agent 3D Gaussian Splatting SLAM for collaborative photorealistic scene reconstruction. Contributions: (1) We propose the first monocular RGB-only multi-agent 3D Gaussian Splatting SLAM system. It integrates Gaussian front-ends, compact submap summaries, inter-agent verification, Sim(3) submap pose graph, and occupancy-aware fusion into a unified framework, achieving accurate tracking and photorealistic reconstruction without depth sensors. (2) We propose a Pose-Graph Bundle Adjustment (PGBA)-consistent Sim(3) loop closure mechanism for multi-agent systems, which jointly resolves intra- and inter-agent scale drift through a submap-level Sim(3) pose graph coupling geometric and photometric residuals. Robustness is ensured by a spatial-extent gate that rejects degenerate loops and an adaptive edge invalidation scheme consistent with evolving PGBA corrections. (3) We propose an occupancy-aware fusion framework for coherent multi-agent Gaussian maps. It combines occupancy-grid deduplication, decoupled coordinator, and joint pose-Gaussian photometric refinement to eliminate duplicated Gaussians, residual misalignment, and photometric seams across agents. (4) We introduce ReplicaMultiagent Plus dataset. While existing multi-agent datasets are typically limited to 2-3 agents with short trajectories, our dataset scales to 4 agents with long-horizon trajectories. In addition, we provide ground-truth geometry and semantic annotations, supporting the evaluation of monocular, RGB-D, and semantic multi-agent SLAM for collaborative dense reconstruction.

MrNeRF

19,357 次观看 • 3 个月前