Why tests often miss how badly occluded regions are reconstructed
A monocular video only sees the front of a person, so anything behind the body or hidden by clothing is guesswork. Standard tests may not stress this, but methods that explicitly handle occlusions show how much is at stake. For instance, [2] highlights that many approaches struggle with shape completion in occluded regions, and their method is designed to fill in those gaps. If a test only evaluates visible surfaces, it can give a false sense of accuracy—the invisible parts might be wildly wrong without affecting the score.
Similarly, [3] focuses on extremely loose clothing and handheld objects, which create large occlusions and complex deformations that tight-clothing benchmarks ignore. Their results show that generic human priors alone are insufficient; they need video-specific deformation layers to capture the subtle geometry of clothing. So a test that doesn't include such challenging cases will not reveal that the model is essentially hallucinating the shape of a flapping coat or a held bag.
What happens when you move the camera away from the original path
A monocular video captures only a narrow slice of the 4D world, so any attempt to render from a new camera angle is ill-posed. Tests that stay close to the original viewpoint won't expose this, but large-angle redirection often fails. [4] demonstrates that diffusion-based methods break down under large-angle changes, producing severe geometric ambiguity and temporal inconsistency. Their solution is to build a foreground-complete 4D proxy as structural grounding, which improves faithfulness and coherence under challenging trajectories.
This means that a reconstruction might look perfect when viewed from the original camera path, but as soon as you orbit around the person, the geometry can warp or flicker. Standard evaluation metrics that only compare against the input views will miss this entirely. [4]'s experiments specifically test large-angle trajectories, showing that without extra geometric scaffolding, the model's output degrades significantly—a failure that typical tests would not catch.
About These Sources
This answer is built on 5 peer-reviewed studies — published from 2023 to 2026, 3 from 2024 or later, collectively cited 179 times — selected as the most relevant from 5 studies that passed quality screening, drawn from 30 papers retrieved from a database of over 500 million.
Sources used in this answer
4D-Fly: Fast 4D Reconstruction from a Single Monocular Video
4D-Fly reconstructs a 4D scene from a monocular video of hundreds of frames in about 6 minutes, claiming over 20× speedup and higher quality than prior optimization methods, but it still relies on data priors that may not cover extreme deformations.
Unbiased 4D: Monocular 4D Reconstruction with a Neural Deformation Model
Ub4D addresses large deformations and shape completion in occluded regions using a neural deformation model and a scene flow loss, showing improved surface accuracy and robustness compared to prior work.
DressRecon: Freeform 4D Human Reconstruction from Monocular Video
DressRecon targets extremely loose clothing and object interactions, combining generic human priors with video-specific 'bag-of-bones' deformation to achieve higher-fidelity reconstructions than prior art on challenging datasets.
FreeOrbit4D: Training-Free Arbitrary Camera Redirection for Monocular Videos via Foreground-Complete 4D Reconstruction
FreeOrbit4D shows that large-angle camera redirection from monocular video often breaks down due to missing visual grounding, and their foreground-complete 4D proxy improves faithfulness and temporal coherence under such trajectories.
Humans in 4D: Reconstructing and Tracking Humans with Transformers
4DHumans uses a transformer-based human mesh recovery (HMR 2.0) to handle unusual poses and tracks multiple people through occlusions, achieving state-of-the-art tracking from monocular video.
