LGMLOct 26, 2018

Size-Noise Tradeoffs in Generative Networks

arXiv:1810.11158v124 citations
Originality Incremental advance
AI Analysis

This work addresses fundamental limitations in generative modeling for machine learning researchers, though it appears incremental as it builds on existing network analysis and approximation techniques.

The paper tackles the problem of how generative networks can transform input noise distributions into other distributions, demonstrating optimal constructions for increasing dimensionality and efficient methods for converting between uniform and normal distributions with polylog(1/ε) nodes.

This paper investigates the ability of generative networks to convert their input noise distributions into other distributions. Firstly, we demonstrate a construction that allows ReLU networks to increase the dimensionality of their noise distribution by implementing a "space-filling" function based on iterated tent maps. We show this construction is optimal by analyzing the number of affine pieces in functions computed by multivariate ReLU networks. Secondly, we provide efficient ways (using polylog $(1/ε)$ nodes) for networks to pass between univariate uniform and normal distributions, using a Taylor series approximation and a binary search gadget for computing function inverses. Lastly, we indicate how high dimensional distributions can be efficiently transformed into low dimensional distributions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes