MetaView: Monocular Novel View Synthesis with Scale-Aware Implicit Geometry Priors

ECCV 2026

1Nanyang Technological University   
2Kolors Team, Kuaishou Technology   
3The Hong Kong University of Science and Technology (Guangzhou)
*Project lead    Corresponding author
MetaView Teaser

Select a Scene

Scene 1 Scene 2 Scene 3 Scene 4 Scene 5 Scene 6 Scene 7 Scene 8 Scene 9 Scene 10 Scene 11 Scene 12 Scene 13 Scene 14 Scene 16 Scene 17 Scene 18

Source View

Source Image

Generated Novel View

Generated Result

Spherical Poses Control

Abstract

Current visual generation models are capable of producing high-quality content, yet they lack a coherent perception of the spatial structure. Existing generative novel view synthesis methods typically introduce explicit geometry priors, which enforce spatial consistency but inherently restrict generalization in large view changes. In contrast, recent interactive generative methods favor implicit scene modeling, offering greater flexibility at the cost of precise camera control and geometry consistency. In this work, we propose MetaView, a diffusion-based monocular novel view synthesis framework that enables rendering under large view changes from a single image. Our key insight is to combine implicit geometry modeling with minimal yet essential explicit 3D cues: we incorporate implicit geometry priors from a feed-forward geometry perception network to regularize structure without imposing restrictive reconstruction pipelines, while leveraging metric depth to anchor the generation to a metric scale. This design allows MetaView to achieve both geometry consistency and precise controllability. Extensive experiments demonstrate that, under challenging monocular large viewpoint changes, MetaView significantly outperforms existing methods and exhibits superior generalization.

Method

MetaView is built upon the MM-DiT architecture, which integrates the implicit geometry priors by adding a split stream in the DiT. We fuse geometry priors through self-attention mechanism, while injecting scale cues via a modified spatial-aware RoPE to address the scale drifting issue.

MetaView Pipeline

Comparison

Qualitative Results

Qualitative Comparisons

Quantitative Results

Method DL3DV RealEstate10K Sekai-Real-Walk-HQ
PSNR ↑SSIM ↑LPIPS ↓DMD ↓ PSNR ↑SSIM ↑LPIPS ↓DMD ↓ PSNR ↑SSIM ↑LPIPS ↓DMD ↓
ViewCrafter 13.440.38610.266427.34 13.160.49940.259710.92 17.930.43880.306815.73
GEN3C 13.780.39520.253620.01 14.070.51620.23069.01 16.560.46590.25688.72
Voyager 13.290.36940.295930.12 14.550.51700.251912.95 16.240.44020.320519.07
PE-Field 13.390.36070.271921.93 14.510.51910.235414.81 15.740.44180.290019.35
HY-World-1.5 11.440.31050.324322.51 12.340.44660.304013.91 15.040.40880.324014.62
Lingbot-World 11.650.31410.322035.32 12.260.45540.302624.51 14.520.39730.325818.71
Ours 15.180.44560.213710.29 15.270.57050.19806.44 17.720.50470.23336.69

Dense Matching Distance (DMD)

To facilitate a faithful evaluation of NVS under extreme variations, we introduce Dense Matching Distance (DMD). Low-level metrics (PSNR, SSIM) often fail in extrapolative scenarios, incorrectly favoring blurry artifacts due to low-frequency structural alignment. DMD, however, provides a more accurate assessment of spatial alignment and consistently aligns with human preference.

$$ P_{src}=\text{UFM}(X^{src}; X^{GT}), P_{gen}= \text{UFM}(X^{gen}; X^{GT}) $$
$$ \text{DMD}(X^{src};X^{gen};X^{GT}) = \frac{1}{|P_{\text{src}}|} \sum_{p \in P_{src}} \begin{cases} \lVert \text{dist}(p) \rVert_2^2, & p \in P_{gen} \\ \sigma, & p \notin P_{gen} \end{cases} $$
DMD Metric Comparison DMD Metric Comparison

Generalization

Generalization on diverse domains

More Results

DL3DV

Additional Results on DL3DV Dataset

RealEstate10K

Additional Results on RealEstate10K Dataset

Sekai-Real-Walk-HQ

Additional Results on Sekai-Real-Walk-HQ Dataset

BibTeX

@inproceedings{cai2026metaview,
  title     = {MetaView: Monocular Novel View Synthesis with Scale-Aware Implicit Geometry Priors},
  author    = {Cai, Yufei and Niu, Xuesong and Lu, Hao and Gai, Kun and Wu, Kai and Lin, Guosheng},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}