A Survey on 3D Gaussian Splatting

This paper presents the first systematic survey of 3D Gaussian Splatting, detailing its underlying principles, real-time rendering capabilities, diverse applications, comparative model performance, and future research directions to serve as a comprehensive resource for the radiance field community.

Guikun Chen, Wenguan Wang

Published 2026-04-10
📖 5 min read🧠 Deep dive

Imagine you are trying to build a perfect, digital twin of a real-world room so you can walk through it on your computer, look around, and even rearrange the furniture.

For a long time, the best way to do this was like trying to describe a room by writing a massive, complex poem about every single point in space. This method, called NeRF (Neural Radiance Fields), was incredibly detailed and realistic, but it was slow. It was like trying to paint a masterpiece by mixing every color on the canvas for every single pixel you wanted to see. You had to wait minutes or hours just to see a new angle of the room.

Then, 3D Gaussian Splatting (GS) arrived, and it changed the game entirely.

Here is a simple breakdown of what this paper is about, using some everyday analogies:

1. The Big Shift: From "Poetry" to "Confetti"

The paper explains that 3D Gaussian Splatting is a new way to represent 3D scenes.

  • The Old Way (NeRF): Imagine trying to recreate a scene by asking a super-smart AI, "What color is the air at this exact coordinate?" The AI has to calculate this for every single ray of light. It's accurate but computationally heavy, like solving a million math problems just to draw one picture.
  • The New Way (3D GS): Instead of calculating light rays, imagine throwing millions of tiny, glowing, fuzzy confetti pieces (Gaussians) into the air to fill the shape of the room.
    • Each piece of confetti has a position, a size, a color, and a transparency.
    • Some are big and blurry (for the sky), some are tiny and sharp (for a coffee cup).
    • To see the scene, the computer just "splats" (projects) these confetti pieces onto your screen, sorts them by depth, and blends them together.

The Result: It's like switching from hand-painting a mural to throwing a bucket of high-tech confetti that instantly forms the picture. It is real-time (you can move around instantly) and editable (you can pick up a specific piece of confetti and move it).

2. How It Works: The "Splat"

The paper details the mechanics, which can be visualized like this:

  • The Splat: When you look at a 3D Gaussian, it looks like a fuzzy ball. When the camera looks at it, it gets squashed into a 2D oval on your screen. This is called "splatting."
  • The Sorting: To make it look real, the computer has to know which confetti is in front and which is in back. The paper explains a clever trick where the computer divides the screen into tiny tiles (like a grid) and sorts the confetti within each tile. This allows the computer to process thousands of pieces at the same time, like a factory assembly line.
  • The Learning: The computer starts with a few scattered dots (from a photo). It then asks, "Does this look like the photo?" If not, it adds more dots, makes them bigger, or changes their color. It keeps doing this until the confetti perfectly matches the real-world photo.

3. Why This Paper Matters: The "Bible" of a New Tech

This paper is a survey, which means it's a massive guidebook written for other scientists. Since 3D Gaussian Splatting is brand new (exploding in popularity in 2023-2024), there are hundreds of new papers popping up every week.

The authors organized this chaos into a clear map:

  • The Basics: How the confetti works.
  • The Improvements: How to make the confetti smaller (to save memory), sharper (to fix blurry edges), or better at handling moving objects (like a person walking through the room).
  • The Applications: Where can we use this?
    • Robotics: Robots can now "see" and understand a room instantly to navigate it.
    • Video Games & VR: You can walk through a photorealistic world without lag.
    • Surgery: Doctors can create 3D models of internal organs from endoscopic videos to plan operations.
    • Avatars: Creating digital humans that look real and move naturally.

4. The Current Hurdles (The "But...")

The paper also points out that while this technology is amazing, it's not perfect yet:

  • Memory Hungry: A huge scene needs millions of confetti pieces, which takes up a lot of computer memory.
  • Weird Edges: Sometimes, if the confetti isn't dense enough, you might see "holes" or blurry spots in the image.
  • Physics: Right now, the confetti looks great, but it doesn't really "act" like real physics (e.g., water splashing or glass breaking) unless we add extra complex rules.

The Bottom Line

This paper is the definitive guide to 3D Gaussian Splatting. It tells us that we have moved from a world of slow, heavy 3D models to a world of fast, editable, and incredibly realistic "confetti" scenes. It's a technology that promises to make virtual reality, robotics, and digital content creation feel as real and responsive as the physical world.

Think of it as the moment 3D graphics went from "loading..." to "instantly here."

Get papers like this in your inbox

Personalized daily or weekly digests matching your interests. Gists or technical summaries, in your language.

Try Digest →