paper-with-me

Papers

Diffusion Mental Averages

2026-03-31 · Phonphrm Thawatdamrongkit, Sukit Seripanitkarn, Supasorn Suwajanakorn arxiv

Can a diffusion model produce its own "mental average" of a concept-one that is as sharp and realistic as a typical sample? We introduce Diffusion Mental Averages (DMA), a model-centric answer to this question. While prior methods aim to average image collections, they produce blurry results when applied to diffusion samples from the same prompt. These data-centric techniques operate outside the model, ignoring the generative process. In contrast, DMA averages within the diffusion model's semantic space, as discovered by recent studies. Since this space evolves across timesteps and lacks a direct decoder, we cast averaging as trajectory alignment: optimize multiple noise latents so their denoising trajectories progressively converge toward shared coarse-to-fine semantics, yielding a single sharp prototype. We extend our approach to multimodal concepts (e.g., dogs with many breeds) by clustering samples in semantically-rich spaces such as CLIP and applying Textual Inversion or LoRA to bridge CLIP clusters into diffusion space. This is, to our knowledge, the first approach that delivers consistent, realistic averages, even for abstract concepts, serving as a concrete visual summary and a lens into model biases and concept representation.

📄 PDF Abstract BibTeX arXiv:2603.29239

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffESM: Conditional Emulation of Earth System Models with Diffusion Models

2023-04-23 · Seth Bassetti, Brian Hutchinson, Claudia Tebaldi, Ben Kravitz

Earth System Models (ESMs) are essential tools for understanding the impact of human actions on Earth's climate. One key application of these models is studying extreme weather events, such as heat waves or dry spells, w…

Explainable Machine Learning for Oxygen Diffusion in Perovskites and Pyrochlores

2025-05-16 · Grace M. Lu, Dallas R. Trinkle

Explainable machine learning can help to discover new physical relationships for material properties. To understand the material properties that govern the activation energy for oxygen diffusion in perovskites and pyroch…

Accelerating Prostate Diffusion Weighted MRI using Guided Denoising Convolutional Neural Network: Retrospective Feasibility Study

2020-06-30 · Elena A. Kaye, Emily A. Aherne, Cihan Duzgol, Ida Häggström 외

Purpose: To investigate feasibility of accelerating prostate diffusion-weighted imaging (DWI) by reducing the number of acquired averages and denoising the resulting image using a proposed guided denoising convolutional …

Denoising

Weighted Birkhoff Averages Accelerate Data-Driven Methods

2025-11-21 · Maria Bou-Sakr-El-Tayar, Jason J. Bramburger, Matthew J. Colbrook arxiv

Many data-driven algorithms in dynamical systems rely on ergodic averages that converge painfully slowly. One simple idea changes this: taper the ends. Weighted Birkhoff averages can converge much faster (sometimes super…

Diffusion Soup: Model Merging for Text-to-Image Diffusion Models

2024-06-12 · Benjamin Biggs, Arjun Seshadri, Yang Zou, Achin Jain 외

We present Diffusion Soup, a compartmentalization method for Text-to-Image Generation that averages the weights of diffusion models trained on sharded data. By construction, our approach enables training-free continual l…

Continual LearningImage GenerationMemorizationText to Image Generation+1