paper-with-me

홈 › Papers

OmniSplat: Taming Feed-Forward 3D Gaussian Splatting for Omnidirectional Images with Editable Capabilities

2024-12-21 · CVPR 2025 1 · Suyoung Lee, JaeYoung Chung, Kihoon Kim, Jaeyoo Huh, GunHee Lee, Minsoo Lee, Kyoung Mu Lee

Feed-forward 3D Gaussian splatting (3DGS) models have gained significant popularity due to their ability to generate scenes immediately without needing per-scene optimization. Although omnidirectional images are becoming more popular since they reduce the computation required for image stitching to composite a holistic scene, existing feed-forward models are only designed for perspective images. The unique optical properties of omnidirectional images make it difficult for feature encoders to correctly understand the context of the image and make the Gaussian non-uniform in space, which hinders the image quality synthesized from novel views. We propose OmniSplat, a training-free fast feed-forward 3DGS generation framework for omnidirectional images. We adopt a Yin-Yang grid and decompose images based on it to reduce the domain gap between omnidirectional and perspective images. The Yin-Yang grid can use the existing CNN structure as it is, but its quasi-uniform characteristic allows the decomposed image to be similar to a perspective image, so it can exploit the strong prior knowledge of the learned feed-forward network. OmniSplat demonstrates higher reconstruction accuracy than existing feed-forward networks trained on perspective images. Our project page is available on: https://robot0321.github.io/omnisplat/index.html.

📄 PDF Abstract BibTeX arXiv:2412.16604

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSImage Stitching

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Fast Converging 3D Gaussian Splatting for 1-Minute Reconstruction

2026-01-27 · Ziyu Zhang, Tianle Liu, Diantao Tu, Shuhan Shen arxiv

We present a fast 3DGS reconstruction pipeline designed to converge within one minute, developed for the SIGGRAPH Asia 3DGS Fast Reconstruction Challenge. The challenge consists of an initial round using SLAM-generated c…

F4Splat: Feed-Forward Predictive Densification for Feed-Forward 3D Gaussian Splatting

2026-03-22 · Injae Kim, Chaehyeon Kim, Minseong Bae, Minseok Joo 외 arxiv

Feed-forward 3D Gaussian Splatting methods enable single-pass reconstruction and real-time rendering. However, they typically adopt rigid pixel-to-Gaussian or voxel-to-Gaussian pipelines that uniformly allocate Gaussians…

CodecSplat: Ultra-Compact Latent Coding for Feed-Forward 3D Gaussian Splatting

2026-05-25 · Pengpeng Yu, Runqing Jiang, Qi Zhang, Dingquan Li 외 arxiv

While feed-forward 3D Gaussian splatting reconstructs renderable Gaussian primitives from sparse context views without per-scene optimization, existing pipelines do not provide a compact scene representation for storage …

Less Gaussians, Texture More: 4K Feed-Forward Textured Splatting

2026-03-26 · Yixing Lao, Xuyang Bai, Xiaoyang Wu, Nuoyuan Yan 외 arxiv

Existing feed-forward 3D Gaussian Splatting methods predict pixel-aligned primitives, leading to a quadratic growth in primitive count as resolution increases. This fundamentally limits their scalability, making high-res…

Novel View Synthesis

DenoiseSplat: Feed-Forward Gaussian Splatting for Noisy 3D Scene Reconstruction

2026-03-10 · Fuzhen Jiang, Zhuoran Li, Yinlin Zhang arxiv

3D scene reconstruction and novel-view synthesis are fundamental for VR, robotics, and content creation. However, most NeRF and 3D Gaussian Splatting pipelines assume clean inputs and degrade under real noise and artifac…