vix.ing · top · new · best · stats · spec

Why should autoencoders work?

2023/10/03 by Matthew D. Kvalheim, Eduardo D. Sontag, Kvalheim, Matthew D. +1 · 2 citations
Computer Science · #Generative Adversarial Networks and Image Synthesis #Neural Networks and Applications #Anomaly Detection Techniques and Applications

paper · pdf · doi:10.48550/arxiv.2310.02250

Abstract

Deep neural network autoencoders are routinely used computationally for model reduction. They allow recognizing the intrinsic dimension of data that lie in a k-dimensional subset K of an input Euclidean space ℝn. The underlying idea is to obtain both an encoding layer that maps ℝn into ℝk (called the bottleneck layer or the space of latent variables) and a decoding layer that maps ℝk back into ℝn, in such a way that the input data from the set K is recovered when composing the two maps. This is achieved by adjusting parameters (weights) in the network to minimize the discrepancy between the input and the reconstructed output. Since neural networks (with continuous activation functions) compute continuous maps, the existence of a network that achieves perfect reconstruction would imply that K is homeomorphic to a k-dimensional subset of ℝk, so clearly there are topological obstructions to finding such a network. On the other hand, in practice the technique is found to "work" well, which leads one to ask if there is a way to explain this effectiveness. We show that, up to small errors, indeed the method is guaranteed to work. This is done by appealing to certain facts from differential topology. A computational example is also included to illustrate the ideas.

Cited by

Related