paper-with-me

홈 › Papers

Multi-view Image Diffusion via Coordinate Noise and Fourier Attention

2024-12-04 · Justin Theiss, Norman Müller, Daeil Kim, Aayush Prakash

Recently, text-to-image generation with diffusion models has made significant advancements in both higher fidelity and generalization capabilities compared to previous baselines. However, generating holistic multi-view consistent images from prompts still remains an important and challenging task. To address this challenge, we propose a diffusion process that attends to time-dependent spatial frequencies of features with a novel attention mechanism as well as novel noise initialization technique and cross-attention loss. This Fourier-based attention block focuses on features from non-overlapping regions of the generated scene in order to better align the global appearance. Our noise initialization technique incorporates shared noise and low spatial frequency information derived from pixel coordinates and depth maps to induce noise correlations across views. The cross-attention loss further aligns features sharing the same prompt across the scene. Our technique improves SOTA on several quantitative metrics with qualitatively better results when compared to other state-of-the-art approaches for multi-view consistency.

📄 PDF Abstract BibTeX arXiv:2412.03756

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Pointmap-Conditioned Diffusion for Consistent Novel View Synthesis

2025-01-06 · Thang-Anh-Quan Nguyen, Nathan Piasco, Luis Roldão, Moussab Bennehar 외

In this paper, we present PointmapDiffusion, a novel framework for single-image novel view synthesis (NVS) that utilizes pre-trained 2D diffusion models. Our method is the first to leverage pointmaps (i.e. rasterized 3D …

Novel View Synthesis

Diffusion Domain Expansion: Learning to Coordinate Pre-trained Diffusion Models

2026-05-22 · Egor Lifar, Semyon Savkin, Timur Garipov, Shangyuan Tong 외 arxiv

In this paper, we propose Diffusion Domain Expansion (DDE), a method that efficiently extends pre-trained diffusion models to generate larger objects and handle more complex conditioning beyond their original capabilitie…

Conditional Image Generation

MEAT: Multiview Diffusion Model for Human Generation on Megapixels with Mesh Attention

2025-03-11 · CVPR 2025 1 · YuHan Wang, Fangzhou Hong, Shuai Yang, Liming Jiang 외

Multiview diffusion models have shown considerable success in image-to-3D generation for general objects. However, when applied to human data, existing methods have yet to deliver promising results, largely due to the ch…

3D GenerationImage to 3D

unPIC: A Geometric Multiview Prior for Image to 3D Synthesis

2024-12-13 · Rishabh Kabra, Drew A. Hudson, Sjoerd van Steenkiste, Joao Carreira 외

We introduce a hierarchical probabilistic approach to go from a 2D image to multiview 3D: a diffusion "prior" predicts the unseen 3D geometry, which then conditions a diffusion "decoder" to generate novel views of the su…

3D geometryDecoderImage to 3DNovel View Synthesis

RaPD: Resolution-Agnostic Pixel Diffusion via Semantics-Enriched Implicit Representations

2026-05-15 · Yanhao Ge, Shanyan Guan, Weihao Wang, Ying Tai 외 arxiv

Natural images are continuous, yet most generative models synthesize them on discrete grids, limiting resolution-flexible generation. Continuous neural fields enable resolution-free rendering, but prior methods introduce…