CuriGS: Curriculum-Guided Gaussian Splatting for Sparse View Synthesis

CuriGS is a curriculum-guided framework that enhances sparse-view 3D Gaussian Splatting reconstruction by progressively training with pseudo-views of increasing perturbation levels, which are selectively promoted to the training set based on multi-signal quality metrics to overcome supervision scarcity and overfitting.

Zijian Wu, Mingfeng Jiang, Zidian Lin, Ying Song, Hanjie Ma, Qun Wu, Dongping Zhang, Guiyang Pu

Published 2026-02-25
📖 4 min read☕ Coffee break read

Imagine you are an artist trying to paint a realistic 3D sculpture of a cat, but you are only allowed to look at the cat through a tiny keyhole from three different angles. You have to guess what the rest of the cat looks like.

If you just try to guess, you might end up with a weird, lopsided cat where the tail is on the wrong side or the ears are floating in mid-air. This is the problem computer scientists face with 3D Gaussian Splatting (3DGS), a popular technology for creating 3D worlds from photos. When there are very few photos (sparse views), the computer gets confused, "hallucinates" fake details, and creates a messy 3D model.

The paper introduces CuriGS, a clever new way to teach the computer how to build these 3D models even when it has very few photos. Here is how it works, using some simple analogies:

1. The Problem: The "Keyhole" Limitation

Think of the computer as a student trying to learn a subject. Usually, it has a whole library of textbooks (hundreds of photos) to study. But in "sparse view" scenarios, the student only has three pages of a book. If the teacher just says, "Draw the rest of the story," the student will likely make things up that don't make sense.

2. The Solution: The "Curriculum" Approach

Instead of throwing the student into the deep end, CuriGS uses a Curriculum. In school, a curriculum means you learn easy things first, then gradually move to harder things. CuriGS does this with camera angles.

  • The Teacher (Ground Truth): The few real photos you actually have are the "Teachers." They are the only facts we know for sure.
  • The Students (Pseudo-Views): The computer creates fake, "imaginary" photos around the real ones. These are the "Students."

3. How the Training Works: The "Baby Steps" Strategy

The computer doesn't just ask the student to imagine a completely new angle immediately. That would be too hard and lead to mistakes. Instead, it follows a step-by-step plan:

  • Step 1: The Baby Steps. The computer starts by asking the student to imagine a view that is just a tiny bit different from the real photo (like moving your head an inch to the left). Because the change is small, it's easy to guess correctly.
  • Step 2: The Gradual Stretch. Once the student gets good at those tiny moves, the computer says, "Okay, now try moving two inches." Then three inches.
  • Step 3: The Filter. Not every guess is good. The computer acts like a strict art critic. It checks every "imaginary" photo the student made.
    • If the imaginary photo looks weird or blurry, it gets thrown in the trash.
    • If it looks sharp and realistic, it gets promoted. It becomes a new "Teacher" for the next round of training.

4. The Safety Net: "Anchors" and "Double-Checking"

To make sure the computer doesn't get too creative and start inventing a cat with six legs, CuriGS uses two safety nets:

  • The Anchor: The computer constantly looks back at the original, real photos (the Teachers) to make sure it hasn't drifted away from reality. It's like a sailor checking the compass to ensure they haven't sailed off course.
  • The Double-Check: The computer runs two different "brains" (models) at the same time. If both brains agree on what the imaginary photo should look like, it's probably real. If they disagree, it's likely a hallucination, and the computer fixes it.

5. The Result: A Better 3D World

By using this "Curriculum" method, the computer learns to fill in the gaps of the 3D world without making up nonsense.

  • Without CuriGS: The 3D model is shaky, blurry, and has floating artifacts (like ghostly blobs).
  • With CuriGS: The model is sharp, the geometry is solid, and you can walk around the object in the 3D space without seeing weird glitches, even though the computer only started with three photos.

Summary

CuriGS is like a smart tutor that teaches a computer how to imagine 3D worlds. Instead of asking the computer to guess the whole story at once, it gives it small, manageable clues, checks the work constantly, and only lets the best guesses become part of the final lesson. This allows the computer to create high-quality 3D scenes from very few photos, solving the problem of "not enough data."

Get papers like this in your inbox

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

Try Digest →