paper-with-me

홈 › Papers

Can Diffusion Models Learn Hidden Inter-Feature Rules Behind Images?

2025-02-07 · Yujin Han, Andi Han, Wei Huang, Chaochao Lu, Difan Zou

Despite the remarkable success of diffusion models (DMs) in data generation, they exhibit specific failure cases with unsatisfactory outputs. We focus on one such limitation: the ability of DMs to learn hidden rules between image features. Specifically, for image data with dependent features ($\mathbf{x}$) and ($\mathbf{y}$) (e.g., the height of the sun ($\mathbf{x}$) and the length of the shadow ($\mathbf{y}$)), we investigate whether DMs can accurately capture the inter-feature rule ($p(\mathbf{y}|\mathbf{x})$). Empirical evaluations on mainstream DMs (e.g., Stable Diffusion 3.5) reveal consistent failures, such as inconsistent lighting-shadow relationships and mismatched object-mirror reflections. Inspired by these findings, we design four synthetic tasks with strongly correlated features to assess DMs' rule-learning abilities. Extensive experiments show that while DMs can identify coarse-grained rules, they struggle with fine-grained ones. Our theoretical analysis demonstrates that DMs trained via denoising score matching (DSM) exhibit constant errors in learning hidden rules, as the DSM objective is not compatible with rule conformity. To mitigate this, we introduce a common technique - incorporating additional classifier guidance during sampling, which achieves (limited) improvements. Our analysis reveals that the subtle signals of fine-grained rules are challenging for the classifier to capture, providing insights for future exploration.

📄 PDF Abstract BibTeX arXiv:2502.04725

Code (0)

등록된 구현이 없습니다.

Tasks

Denoising

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…
Focus 설명 없음
Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

On GNN explanability with activation rules

2024-06-17 · Luca Veyrin-Forrer, Ataollah Kamal, Stefan Duffner, Marc Plantevit 외

GNNs are powerful models based on node representation learning that perform particularly well in many machine learning problems related to graphs. The major obstacle to the deployment of GNNs is mostly a problem of socie…

Graph ClassificationRepresentation Learning

Learning State Transition Rules from Hidden Layers of Restricted Boltzmann Machines

2022-12-07 · Koji Watanabe, Katsumi Inoue

Understanding the dynamics of a system is important in many scientific and engineering domains. This problem can be approached by learning state transition rules from observations using machine learning techniques. Such …

Time SeriesTime Series Analysis

Implicit Deep Learning

2019-08-17 · Laurent El Ghaoui, Fangda Gu, Bertrand Travacca, Armin Askari 외

Implicit deep learning prediction rules generalize the recursive rules of feedforward neural networks. Such rules are based on the solution of a fixed-point equation involving a single vector of hidden features, which is…

Deep Learning

Decoding Interpretable Logic Rules from Neural Networks

2025-01-14 · Chuqin Geng, Xiaojie Xu, Zhaoyue Wang, Ziyu Zhao 외

As deep neural networks continue to excel across various domains, their black-box nature has raised concerns about transparency and trust. In particular, interpretability has become increasingly essential for application…

Autonomous DrivingDrug Discovery

Layerwise Knowledge Extraction from Deep Convolutional Networks

2020-03-19 · Simon Odense, Artur d'Avila Garcez

Knowledge extraction is used to convert neural networks into symbolic descriptions with the objective of producing more comprehensible learning models. The central challenge is to find an explanation which is more compre…