paper-with-me

Papers

GeoGuide: Geometric guidance of diffusion models

2024-07-17 · Mateusz Poleski, Jacek Tabor, Przemysław Spurek

Diffusion models are among the most effective methods for image generation. This is in particular because, unlike GANs, they can be easily conditioned during training to produce elements with desired class or properties. However, guiding a pre-trained diffusion model to generate elements from previously unlabeled data is significantly more challenging. One of the possible solutions was given by the ADM-G guiding approach. Although ADM-G successfully generates elements from the given class, there is a significant quality gap compared to a model originally conditioned on this class. In particular, the FID score obtained by the ADM-G-guided diffusion model is nearly three times lower than the class-conditioned guidance. We demonstrate that this issue is partly due to ADM-G providing minimal guidance during the final stage of the denoising process. To address this problem, we propose GeoGuide, a guidance model based on tracing the distance of the diffusion model's trajectory from the data manifold. The main idea of GeoGuide is to produce normalized adjustments during the backward denoising process. As shown in the experiments, GeoGuide surpasses the probabilistic approach ADM-G with respect to both the FID scores and the quality of the generated images.

📄 PDF Abstract BibTeX arXiv:2407.12889

Code (1)

mateuszpoleski/geoguide 공식 구현 pytorch

Tasks

DenoisingImage Generation

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 제목 키워드 기반

GeoGuide: Hierarchical Geometric Guidance for Open-Vocabulary 3D Semantic Segmentation

2026-03-27 · Xujing Tao, Chuxin Wang, Yubo Ai, Zhixin Cheng 외 arxiv

Open-vocabulary 3D semantic segmentation aims to segment arbitrary categories beyond the training set. Existing methods predominantly rely on distilling knowledge from 2D open-vocabulary models. However, aligning 3D feat…

3D Semantic SegmentationSemantic Similarity

DAG: Depth-Aware Guidance with Denoising Diffusion Probabilistic Models

2022-12-17 · Gyeongnyeon Kim, Wooseok Jang, Gyuseong Lee, Susung Hong 외

Generative models have recently undergone significant advancement due to the diffusion models. The success of these models can be often attributed to their use of guidance techniques, such as classifier or classifier-fre…

DenoisingDepth EstimationDiversityImage Generation

Guiding Diffusion with Deep Geometric Moments: Balancing Fidelity and Variation

2025-05-18 · Sangmin Jung, Utkarsh Nath, Yezhou Yang, Giulia Pedrielli 외

Text-to-image generation models have achieved remarkable capabilities in synthesizing images, but often struggle to provide fine-grained control over the output. Existing guidance approaches, such as segmentation maps an…

DiversityImage GenerationText to Image GenerationText-to-Image Generation

DepthSync: Diffusion Guidance-Based Depth Synchronization for Scale- and Geometry-Consistent Video Depth Estimation

2025-07-02 · Yue-Jiang Dong, Wang Zhao, Jiale Xu, Ying Shan 외 arxiv

Diffusion-based video depth estimation methods have achieved remarkable success with strong generalization ability. However, predicting depth for long videos remains challenging. Existing methods typically split videos i…

Depth Estimation

Follow My Hold: Hand-Object Interaction Reconstruction through Geometric Guidance

2025-08-25 · Ayce Idil Aytekin, Helge Rhodin, Rishabh Dabral, Christian Theobalt arxiv

We propose a novel diffusion-based framework for reconstructing 3D geometry of hand-held objects from monocular RGB images by leveraging hand-object interaction as geometric guidance. Our method conditions a latent diffu…