CVAINov 25, 2024

One Diffusion to Generate Them All

AI2
arXiv:2411.16318v244 citationsh-index: 49Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the need for a unified model to simplify and scale multi-task image processing, though it appears incremental by combining existing diffusion techniques into a versatile framework.

The authors tackled the problem of creating a single diffusion model capable of handling diverse image synthesis and understanding tasks, such as text-to-image generation, depth estimation, and multi-view generation, achieving competitive performance across these tasks despite using a relatively small training dataset.

We introduce OneDiffusion, a versatile, large-scale diffusion model that seamlessly supports bidirectional image synthesis and understanding across diverse tasks. It enables conditional generation from inputs such as text, depth, pose, layout, and semantic maps, while also handling tasks like image deblurring, upscaling, and reverse processes such as depth estimation and segmentation. Additionally, OneDiffusion allows for multi-view generation, camera pose estimation, and instant personalization using sequential image inputs. Our model takes a straightforward yet effective approach by treating all tasks as frame sequences with varying noise scales during training, allowing any frame to act as a conditioning image at inference time. Our unified training framework removes the need for specialized architectures, supports scalable multi-task training, and adapts smoothly to any resolution, enhancing both generalization and scalability. Experimental results demonstrate competitive performance across tasks in both generation and prediction such as text-to-image, multiview generation, ID preservation, depth estimation and camera pose estimation despite relatively small training dataset. Our code and checkpoint are freely available at https://github.com/lehduong/OneDiffusion

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes