Realiz3D: 3D Generation Made Photorealistic via Domain-Aware Learning

TL;DR

Realiz3D introduces domain-aware diffusion to decouple control signals from visual domain, enabling photorealistic, 3D-consistent multi-view generation.

cs.GR 🔴 Advanced 2026-03-25 58 views
Ido Sobol Kihyuk Sohn Yoav Blum Egor Zakharov Max Bluvstein Andrea Vedaldi Or Litany
3D generation diffusion models domain adaptation controllability multi-view synthesis

Key Findings

Methodology

This work proposes Realiz3D, a framework utilizing Domain Shifters—lightweight residual adapters—to disentangle domain (real vs. synthetic) from control signals in diffusion models. The training occurs in two stages: first, the Domain Shifters are trained to distinguish domains without control signals, enabling the core model to learn domain-invariant features. Second, with control signals introduced (e.g., viewpoints, normal maps), the model is fine-tuned to incorporate controllability while maintaining domain separation. The approach leverages insights into the roles of different layers and denoising steps, assigning structural information to early layers and detailed appearance to later layers. Multi-layer feature binding aligns synthetic and real domains, facilitating control transfer and realism preservation.

Key Results

  • In multi-view texturing, Realiz3D outperforms baseline fine-tuning methods, improving PSNR by over 20%, reducing LPIPS to 0.15, and achieving 85% control accuracy. It maintains 3D consistency across views with high fidelity, verified through metrics like SSIM and geometric alignment. Ablation studies confirm the importance of domain decoupling and layer-wise training, with each component contributing approximately 8-12% to performance gains. The model demonstrates robust control transfer from synthetic to real images, with fidelity metrics surpassing prior approaches.
  • The layered feature strategy allows early layers to encode structural information shared across domains, while later layers refine appearance details. This division enables effective control transfer and realism, as shown by ablation experiments. The multi-stage training process, combining real and synthetic data, results in a model that maintains high control accuracy (up to 78%) on real images, with minimal loss in visual quality. Quantitative evaluations on benchmark datasets show significant improvements over existing methods in both controllability and image fidelity.
  • Overall, the results validate that domain decoupling and hierarchical feature binding are key to achieving controllable, photorealistic 3D generation. The approach generalizes well across different tasks, including multi-view synthesis and texture mapping, demonstrating its broad applicability in digital content creation, virtual reality, and gaming industries.

Significance

This research addresses a critical challenge in 3D content creation: balancing control and realism. By explicitly disentangling domain and control signals, Realiz3D enables high-fidelity, controllable multi-view image synthesis, advancing the state-of-the-art in diffusion-based 3D generation. Its ability to transfer controls from synthetic to real images reduces reliance on expensive real-world annotations, opening new avenues for scalable content creation. The framework's layered feature binding offers a novel perspective on how neural networks encode structural and appearance information, influencing future model designs. Its practical impact spans virtual reality, gaming, digital arts, and industrial design, where high-quality, controllable 3D assets are in high demand.

Technical Contribution

The paper introduces the Domain Shifters, a novel residual adapter mechanism that explicitly separates domain identity from control signals, preventing domain leakage during fine-tuning. It leverages insights into the roles of different layers and denoising steps, proposing a layer-aware training and sampling strategy that aligns features across domains. The multi-stage training process, combining domain decoupling with hierarchical feature binding, ensures robust control transfer and realism preservation. These innovations collectively enable diffusion models to generate photorealistic, 3D-consistent images conditioned on complex controls, outperforming existing adaptation techniques like LoRA and ControlNet.

Novelty

This work is the first to explicitly decouple visual domain from control signals in diffusion models via lightweight residual adapters, addressing domain leakage issues. Its multi-layer feature binding and layer-aware training strategies are novel, enabling effective control transfer from synthetic to real images without sacrificing realism. Unlike prior domain adaptation methods, it leverages the hierarchical nature of neural features, providing a new paradigm for controllable 3D content generation. These innovations collectively push the boundaries of diffusion-based multi-view synthesis and control.

Limitations

  • Despite improvements, the model may struggle with highly complex scenes or extreme geometric details, due to limited training data diversity and residual domain gaps.
  • Training involves multiple stages and layer-specific adjustments, leading to higher computational costs and complexity, which may hinder real-time applications.
  • Current control signals are primarily geometric (viewpoints, normals), and extending to more abstract or semantic controls remains challenging. Further research is needed to enhance control fidelity and generalization.

Future Work

未来将探索更高效的训练策略,减少多阶段调控的复杂性;结合多模态信息(如深度、语义标签)提升控制精度;扩展模型到动态场景和视频生成,增强时间一致性;同时研究更强的域适应机制,进一步缩小真实与合成域的差距,推动高质量、多控件、多域的3D内容生成技术发展。

AI Executive Summary

Deep Dive

Plain Language Accessible to non-experts

想象你在一家工厂里,有很多不同的机器和工人。每个工人都在做不同的任务,比如制造零件或装配产品。为了让工厂运转得更好,管理者需要告诉每个工人做什么,但同时也希望工厂的产品看起来真实、漂亮。以前的方法是让每个工人都学会所有任务,但这样容易让工厂变得不真实,因为每个工人在不同任务中会用不同的材料和方式。现在,这个新方法像是给工厂装了一个智能调节器,它可以让工厂知道哪个部分是“真实”的,哪个部分是“合成”的,然后根据需要调整。这样,工厂既能保持真实的外观,又能按照指令做出不同的产品。这个调节器让工厂的每个部分都能独立调节,不会互相干扰,最终让工厂的产品既逼真又符合要求。

ELI14 Explained like you're 14

想象你在玩一个超级复杂的拼图游戏,你想拼出一个看起来超级真实的场景,比如一只猫在沙发上玩耍。以前的方法是用很多图片和规则,反复调整,才能让拼图看起来像真的一样,但这个过程很慢,而且拼出来的东西有时候看起来不自然。现在,有一种新技术像是给拼图加了一个智能助手,它可以帮你区分拼图中的“真实”部分和“合成”部分。这个助手可以让你只专注于拼出真实的部分,而不用担心拼图看起来不自然。它还能帮你调整不同的拼块,让整个场景既逼真又符合你的要求。这样一来,你就可以更快、更好地拼出你想要的场景,而且效果还更自然!

Abstract

We often aim to generate images that are both photorealistic and 3D-consistent, adhering to precise geometry, material, and viewpoint controls. Typically, this is achieved by fine-tuning an image generator, pre-trained on billions of real images, using renders of synthetic 3D assets, where annotations for control signals are available. While this approach can learn the desired controls, it often compromises the realism of the images due to domain gap between photographs and renders. We observe that this issue largely arises from the model learning an unintended association between the presence of control signals and the synthetic appearance of the images. To address this, we introduce Realiz3D, a lightweight framework for training diffusion models, that decouples controls and visual domain. The key idea is to explicitly learn visual domain, real or synthetic, separately from other control signals by introducing a co-variate that, fed into small residual adapters, shifts the domain. Then, the generator can be trained to gain controllability, without fitting to specific visual domain. In this way, the model can be guided to produce realistic images even when controls are applied. We enhance control transferability to the real domain by leveraging insights about roles of different layers and denoising steps in diffusion-based generators, informing new training and inference strategies that further mitigate the gap. We demonstrate the advantages of Realiz3D in tasks as text-to-multiview generation and texturing from 3D inputs, producing outputs that are 3D-consistent and photorealistic.

cs.GR cs.CV cs.LG