Gradient flow encoding with distance optimization adaptive step size
Kyriakos Flouris, Anna Volokitin, Gustav Bredell, Ender Konukoglu

TL;DR
This paper introduces a decoder-only gradient flow method for data encoding that improves data efficiency and convergence speed by optimizing latent representations through ODE-based methods with adaptive step sizing.
Contribution
It proposes a novel gradient flow encoding approach using ODEs and adaptive solvers, eliminating the need for an encoder and enhancing data efficiency.
Findings
Higher data-efficiency than autoencoders.
Faster convergence with second-order ODE variant.
Reduced sensitivity to step-size in ODE solvers.
Abstract
The autoencoder model uses an encoder to map data samples to a lower dimensional latent space and then a decoder to map the latent space representations back to the data space. Implicitly, it relies on the encoder to approximate the inverse of the decoder network, so that samples can be mapped to and back from the latent space faithfully. This approximation may lead to sub-optimal latent space representations. In this work, we investigate a decoder-only method that uses gradient flow to encode data samples in the latent space. The gradient flow is defined based on a given decoder and aims to find the optimal latent space representation for any given sample through optimisation, eliminating the need of an approximate inversion through an encoder. Implementing gradient flow through ordinary differential equations (ODE), we leverage the adjoint method to train a given decoder. We further…
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
TopicsAdvanced Vision and Imaging · Advanced Numerical Analysis Techniques · Computer Graphics and Visualization Techniques
