Papers
arxiv:2505.23734

ZPressor: Bottleneck-Aware Compression for Scalable Feed-Forward 3DGS

Published on May 29
· Submitted by lhmd on May 30
Authors:
,
,
,
,

Abstract

ZPressor, a lightweight module, compresses multi-view inputs for feed-forward 3D Gaussian Splatting models, enhancing their scalability and performance under dense view settings.

AI-generated summary

Feed-forward 3D Gaussian Splatting (3DGS) models have recently emerged as a promising solution for novel view synthesis, enabling one-pass inference without the need for per-scene 3DGS optimization. However, their scalability is fundamentally constrained by the limited capacity of their encoders, leading to degraded performance or excessive memory consumption as the number of input views increases. In this work, we analyze feed-forward 3DGS frameworks through the lens of the Information Bottleneck principle and introduce ZPressor, a lightweight architecture-agnostic module that enables efficient compression of multi-view inputs into a compact latent state Z that retains essential scene information while discarding redundancy. Concretely, ZPressor enables existing feed-forward 3DGS models to scale to over 100 input views at 480P resolution on an 80GB GPU, by partitioning the views into anchor and support sets and using cross attention to compress the information from the support views into anchor views, forming the compressed latent state Z. We show that integrating ZPressor into several state-of-the-art feed-forward 3DGS models consistently improves performance under moderate input views and enhances robustness under dense view settings on two large-scale benchmarks DL3DV-10K and RealEstate10K. The video results, code and trained models are available on our project page: https://lhmd.top/zpressor.

Community

Paper author Paper submitter

ZPressor is a plug-and-play module that compresses multi-view inputs for scalable feed-forward 3DGS.

Project Page: https://lhmd.top/zpressor
Code: https://github.com/ziplab/ZPressor

Paper author Paper submitter
edited 2 days ago

Existing feed-forward 3DGS models struggle with dense views, facing performance drops & massive redundancy. ZPressor leverages Information Bottleneck Theory to compress multi-view features, significantly boosting scalability and reconstruction quality for robust dense-view synthesis.

Plug & play, lightweight, and powerful.

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

is this compatible with deformable beta splatting ? https://github.com/RongLiu-Leo/beta-splatting

·
Paper author

Our current model is primarily designed for feed-forward 3D reconstruction models. Therefore, it is not directly applicable to optimization-based, single-scene training 3D reconstruction methods.

Theoretically, our model exhibits compatibility with any feed-forward 3D reconstruction approach, irrespective of its underlying 3D representation. This is because our method operates at the information compression level, rather than performing explicit compression operations on the 3D representation itself (e.g., Gaussian Pruning/Merging techniques).

Should researchers extend Beta Splatting into a feed-forward model in the future, we would be very interested to explore the application of our method within such a framework.

Sign up or log in to comment

Models citing this paper 1

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2505.23734 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2505.23734 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.
OSZAR »