← Latest papers
💻 computer science

Scene and Human in One World: Reconstruction in a Feedforward Pass

The paper introduces SHOW, a unified feedforward framework that jointly reconstructs metric-scale 3D scenes and human meshes from monocular videos by mutually leveraging parametric human priors for scene scaling and scene geometry for human alignment, while utilizing a promptable masking mechanism to handle occlusions and clutter.

Original authors: Boao Shi, Qiao Feng, Yiming Huang, Lingjie Liu

Published 2026-06-29
📖 5 min read🧠 Deep dive

Original authors: Boao Shi, Qiao Feng, Yiming Huang, Lingjie Liu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Floating Head" Issue

Imagine you are watching a video of a person walking through a park. If you try to build a 3D model of that person and the park separately using just one camera, you run into a classic problem: Scale Ambiguity.

Without a second camera or a ruler, a computer doesn't know if the person is a giant walking through a miniature park, or a tiny person walking through a giant park.

  • Old methods tried to fix this by building the person first, then building the park, and then trying to glue them together later.
  • The result: Often, the person ends up floating in mid-air, sinking into the ground, or looking like they are the wrong size compared to the trees and benches around them. They are two separate puzzles that don't quite fit.

The Solution: SHOW (Scene and Human in One World)

The authors introduce a new method called SHOW. Instead of building the person and the park separately, SHOW builds them simultaneously in a single step.

Think of it like baking a cake where you mix the batter and the frosting together in one bowl, rather than baking the cake, frosting it, and then hoping they stick. Because they are made together, they are guaranteed to fit perfectly.

How It Works: The Three Magic Tricks

1. The "Highlighter" (Mask Prompting)

In a crowded video with many people or messy backgrounds, it's hard for a computer to know which person to focus on.

  • The Analogy: Imagine you are trying to draw a portrait of a friend in a busy crowd. Instead of staring at the whole room, you put a highlighter over just your friend.
  • The Tech: SHOW uses a "mask" (a digital outline) to tell the computer: "Ignore the background and the other people; focus only on this specific person." This helps the computer understand exactly where the person is and how big they are relative to the scene.

2. The "Two-Way Street" (Mutual Learning)

This is the core innovation. In previous methods, the "scene" and the "person" didn't really talk to each other.

  • The Analogy: Imagine a dance partner. If one partner (the person) doesn't know where the other partner (the scene) is, they will step on each other's toes or drift apart.
  • The Tech:
    • Person helps Scene: The computer knows what a human body looks like (it has a standard size). It uses this knowledge to tell the scene, "If this person is standing here, the ground must be this distance away."
    • Scene helps Person: The computer looks at the ground and walls. It tells the person, "You can't be floating here; the ground is right there, so you must be standing on it."
    • Result: They constantly correct each other, ensuring the person is the right size and standing in the right place.

3. The "Shared Blueprint" (Unified Metric Space)

Most 3D models are built in "normalized" space (where everything is just a number between 0 and 1, without real-world units like meters).

  • The Analogy: Imagine trying to build a house using a blueprint that says "the door is 1 unit high" without saying if that unit is an inch or a mile.
  • The Tech: SHOW forces the person and the scene to share the same blueprint. It calculates a "scale factor" that converts the abstract numbers into real-world measurements. This ensures that if a bench is 0.5 meters high in the scene, the person's legs are also measured in meters, so they fit perfectly.

Why Is This Better?

The paper shows that by doing everything in one go (a "feedforward pass"), SHOW solves three major headaches:

  1. No Floating: People stand on the ground, not in the air.
  2. No Sinking: People don't fall through the floor.
  3. No Wrong Sizes: A child isn't accidentally modeled as the size of an adult.

The "Ablation" (What happens if we remove the magic?)

The authors tested their method by turning off specific features to see what broke:

  • Without the "Highlighter" (Mask): The computer got confused by crowds and couldn't pick the right person.
  • Without the "Two-Way Street" (Joint Training): The person and the scene stopped talking to each other, leading to misalignment (floating/sinking).
  • Without the "Shared Blueprint" (Scale): The sizes were all wrong.

Summary

SHOW is a new way to turn a flat video into a 3D world. Instead of guessing where a person fits in a scene after the fact, it builds the person and the scene together, using the person's shape to define the scene's size, and the scene's geometry to anchor the person's feet. The result is a 3D world where humans and their environments fit together naturally, without floating or sinking.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →