NVS-Adapter: Plug-and-Play Novel View Synthesis from a Single Image
Yoonwoo Jeong, Jinwoo Lee, Chiheon Kim, Minsu Cho, Doyup Lee
TL;DR
NVS-Adapter provides a plug-and-play approach to novel view synthesis from a single image by freezing the pre-trained text-to-image model and injecting two trainable components: view-consistency cross-attention to align multi-view features and global semantic conditioning to inject reference semantics. By formulating joint view conditioning in the diffusion prior and integrating cross-attention at every U-Net block, it achieves geometrically coherent multi-view outputs without large-scale fine-tuning. The method demonstrates competitive NVS performance on Objaverse and Google Scanned Objects, compatibility with ControlNet and LoRA, and improved 3D reconstruction via SDS, while maintaining training efficiency. These results indicate practical utility for multi-view generation and 3D inference with limited labeled data and without updating billions of base parameters. Overall, NVS-Adapter advances plug-and-play adaptability for reliable 3D-consistent view synthesis from a single image, with strong generalization and compatibility with existing conditioning modules.
Abstract
Transfer learning of large-scale Text-to-Image (T2I) models has recently shown impressive potential for Novel View Synthesis (NVS) of diverse objects from a single image. While previous methods typically train large models on multi-view datasets for NVS, fine-tuning the whole parameters of T2I models not only demands a high cost but also reduces the generalization capacity of T2I models in generating diverse images in a new domain. In this study, we propose an effective method, dubbed NVS-Adapter, which is a plug-and-play module for a T2I model, to synthesize novel multi-views of visual objects while fully exploiting the generalization capacity of T2I models. NVS-Adapter consists of two main components; view-consistency cross-attention learns the visual correspondences to align the local details of view features, and global semantic conditioning aligns the semantic structure of generated views with the reference view. Experimental results demonstrate that the NVS-Adapter can effectively synthesize geometrically consistent multi-views and also achieve high performance on benchmarks without full fine-tuning of T2I models. The code and data are publicly available in ~\href{https://postech-cvlab.github.io/nvsadapter/}{https://postech-cvlab.github.io/nvsadapter/}.
