Learning Fractals by Gradient Descent

Abstract

Fractals are geometric shapes that can display complex and self-similar patterns found in nature (e.g., clouds and plants). Recent works in visual recognition have leveraged this property to create random fractal images for model pre-training. In this paper, we study the inverse problem --- given a target image (not necessarily a fractal), we aim to generate a fractal image that looks like it. We propose a novel approach that learns the parameters underlying a fractal image via gradient descent. We show that our approach can find fractal parameters of high visual quality and be compatible with different loss functions, opening up several potentials, e.g., learning fractals for downstream tasks, scientific understanding, etc.

Cite

Text

Tu et al. "Learning Fractals by Gradient Descent." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I2.25342

Markdown

[Tu et al. "Learning Fractals by Gradient Descent." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/tu2023aaai-learning/) doi:10.1609/AAAI.V37I2.25342

BibTeX

@inproceedings{tu2023aaai-learning,
  title     = {{Learning Fractals by Gradient Descent}},
  author    = {Tu, Cheng-Hao and Chen, Hong-You and Carlyn, David and Chao, Wei-Lun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {2456-2464},
  doi       = {10.1609/AAAI.V37I2.25342},
  url       = {https://mlanthology.org/aaai/2023/tu2023aaai-learning/}
}