paper-with-me

Papers

One Diffusion to Generate Them All

2024-11-25 · CVPR 2025 1 · Duong H. Le, Tuan Pham, Sangho Lee, Christopher Clark, Aniruddha Kembhavi, Stephan Mandt, Ranjay Krishna, Jiasen Lu

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

📄 PDF Abstract BibTeX arXiv:2411.16318

Code (1)

lehduong/onediffusion 공식 구현 pytorch

Tasks

AllCamera Pose EstimationDeblurringDepth EstimationImage DeblurringImage GenerationPose Estimation

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

DiffusionNER: Boundary Diffusion for Named Entity Recognition

2023-05-22 · Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li 외

In this paper, we propose DiffusionNER, which formulates the named entity recognition task as a boundary-denoising diffusion process and thus generates named entities from noisy spans. During training, DiffusionNER gradu…

Chinese Named Entity RecognitionDenoisingnamed-entity-recognitionNamed Entity Recognition+3

Concentration of Measure for Distributions Generated via Diffusion Models

2025-01-13 · Reza Ghane, Anthony Bao, Danil Akhtiamov, Babak Hassibi

We show via a combination of mathematical arguments and empirical evidence that data distributions sampled from diffusion models satisfy a Concentration of Measure Property saying that any Lipschitz $1$-dimensional proje…

Extracting Training Data from Diffusion Models

2023-01-30 · Nicholas Carlini, Jamie Hayes, Milad Nasr, Matthew Jagielski 외

Image diffusion models such as DALL-E 2, Imagen, and Stable Diffusion have attracted significant attention due to their ability to generate high-quality synthetic images. In this work, we show that diffusion models memor…

Privacy Preserving

Addressing Multilabel Imbalance with an Efficiency-Focused Approach Using Diffusion Model-Generated Synthetic Samples

2025-01-18 · Francisco Charte, Miguel Ángel Dávila, María Dolores Pérez-Godoy, María José del Jesus

Predictive models trained on imbalanced data tend to produce biased results. This problem is exacerbated when there is not just one output label, but a set of them. This is the case for multilabel learning (MLL) algorith…

Recent Advances on Generalizable Diffusion-generated Image Detection

2025-02-27 · Qijie Xu, Defang Chen, Jiawei Chen, Siwei Lyu 외

The rise of diffusion models has significantly improved the fidelity and diversity of generated images. With numerous benefits, these advancements also introduce new risks. Diffusion models can be exploited to create hig…

DiversityFace SwappingSurvey