Is Deep Learning Network Necessary for Image Generation?
Chenqiu Zhao, Guanfang Dong, Anup Basu

TL;DR
This paper explores the feasibility of image generation without deep learning by modeling image distributions with Gaussian Mixture Models and dimensionality reduction, showing promising results with lower FID scores.
Contribution
It introduces a non-deep learning approach to image generation using GMM and SVD, challenging the assumption that deep networks are necessary.
Findings
Lower FID scores compared to variational auto-encoders.
Distribution modeling confirms images follow a high-dimensional distribution.
The approach is more explainable and computationally efficient.
Abstract
Recently, images are considered samples from a high-dimensional distribution, and deep learning has become almost synonymous with image generation. However, is a deep learning network truly necessary for image generation? In this paper, we investigate the possibility of image generation without using a deep learning network, motivated by validating the assumption that images follow a high-dimensional distribution. Since images are assumed to be samples from such a distribution, we utilize the Gaussian Mixture Model (GMM) to describe it. In particular, we employ a recent distribution learning technique named as Monte-Carlo Marginalization to capture the parameters of the GMM based on image samples. Moreover, we also use the Singular Value Decomposition (SVD) for dimensionality reduction to decrease computational complexity. During our evaluation experiment, we first attempt to model the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · AI in cancer detection
