FGM-HD: Boosting Generation Diversity of Fractal Generative Models through Hausdorff Dimension Induction
Haowei Zhang, Yuanpei Zhao, Ji-Zhe Zhou, Mao Li
TL;DR
This work tackles the limited diversity of fractal-based image generation by introducing Hausdorff Dimension (HD) as a structural diversity cue. It combines a learnable HD estimator that predicts $HD$ from image embeddings, a Monotonic Momentum-Driven Scheduling (MMDS) that progressively weights the HD loss in the training objective $L_{total} = L_{gen} + \lambda(t) L_{HD}$, and an HD-guided sampling threshold $\tau$ to filter outputs at inference. The method demonstrates a 39% improvement in Recall on ImageNet while preserving image quality, and is the first to integrate HD into Fractal Generative Models (FGMs). The approach also provides a generalizable optimization framework for hybrid-loss models and suggests potential extensions to conditional and multi-modal generation with perceptually aligned HD estimation.
Abstract
Improving the diversity of generated results while maintaining high visual quality remains a significant challenge in image generation tasks. Fractal Generative Models (FGMs) are efficient in generating high-quality images, but their inherent self-similarity limits the diversity of output images. To address this issue, we propose a novel approach based on the Hausdorff Dimension (HD), a widely recognized concept in fractal geometry used to quantify structural complexity, which aids in enhancing the diversity of generated outputs. To incorporate HD into FGM, we propose a learnable HD estimation method that predicts HD directly from image embeddings, addressing computational cost concerns. However, simply introducing HD into a hybrid loss is insufficient to enhance diversity in FGMs due to: 1) degradation of image quality, and 2) limited improvement in generation diversity. To this end, during training, we adopt an HD-based loss with a monotonic momentum-driven scheduling strategy to progressively optimize the hyperparameters, obtaining optimal diversity without sacrificing visual quality. Moreover, during inference, we employ HD-guided rejection sampling to select geometrically richer outputs. Extensive experiments on the ImageNet dataset demonstrate that our FGM-HD framework yields a 39\% improvement in output diversity compared to vanilla FGMs, while preserving comparable image quality. To our knowledge, this is the very first work introducing HD into FGM. Our method effectively enhances the diversity of generated outputs while offering a principled theoretical contribution to FGM development.
