Can Diffusion Models Learn Hidden Inter-Feature Rules Behind Images?
Yujin Han, Andi Han, Wei Huang, Chaochao Lu, Difan Zou
TL;DR
This work examines whether diffusion models can learn hidden inter-feature rules linking image features, revealing that DSM-trained models capture coarse relationships but struggle with fine-grained, precise rules. By constructing four synthetic tasks with controllable rule difficulty and providing a theoretical constant-error bound for DSM-based learning, the authors identify a fundamental limitation in rule conformity. They propose guided diffusion, via contrastive classifier guidance and pixel-space filtering, to mitigate these failures, achieving partial improvements but limited by weak signals and reliance on prior rule knowledge. The findings offer a principled understanding of the limitations of current diffusion training for rule-aligned generation and point to future directions for enabling finer-grained inter-feature reasoning.
Abstract
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.
