Episode

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

Podcast
Daily Paper Cast
Published
Jul 17, 2026
Duration seconds
1112
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/d0655b61
Audio
https://media.transistor.fm/d0655b61/832bc425.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/metaview-monocular-novel-view-synthesis-with-scale-aware-implicit-geometry-priors
Markdown
/podcast/daily-paper-cast-7079649/metaview-monocular-novel-view-synthesis-with-scale-aware-implicit-geometry-priors.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/metaview-monocular-novel-view-synthesis-with-scale-aware-implicit-geometry-priors/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/metaview-monocular-novel-view-synthesis-with-scale-aware-implicit-geometry-priors.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 23 | cs.CV Authors: Yufei Cai, Xuesong Niu, Hao Lu, Kun Gai, Kai Wu, Guosheng Lin Title: MetaView: Monocular Novel View Synthesis with Scale-Aware Implicit Geometry Priors Arxiv: http://arxiv.org/abs/2607.12000v1 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 paper, 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. Our code is publicly available at https://github.com/KlingAIResearch/MetaView.