LGCVMLDec 9, 2019

InfoCNF: An Efficient Conditional Continuous Normalizing Flow with Adaptive Solvers

arXiv:1912.03978v118 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in conditional generative models for tasks like image generation and time-series prediction, representing an incremental improvement.

The paper tackles the inefficiency of conditioning Continuous Normalizing Flows (CNFs) on signals by proposing InfoCNF, which partitions the latent space into class-specific and shared codes and uses adaptive solvers, resulting in improved test accuracy on CIFAR10 with reduced function evaluations and better extrapolation on time-series data.

Continuous Normalizing Flows (CNFs) have emerged as promising deep generative models for a wide range of tasks thanks to their invertibility and exact likelihood estimation. However, conditioning CNFs on signals of interest for conditional image generation and downstream predictive tasks is inefficient due to the high-dimensional latent code generated by the model, which needs to be of the same size as the input data. In this paper, we propose InfoCNF, an efficient conditional CNF that partitions the latent space into a class-specific supervised code and an unsupervised code that shared among all classes for efficient use of labeled information. Since the partitioning strategy (slightly) increases the number of function evaluations (NFEs), InfoCNF also employs gating networks to learn the error tolerances of its ordinary differential equation (ODE) solvers for better speed and performance. We show empirically that InfoCNF improves the test accuracy over the baseline while yielding comparable likelihood scores and reducing the NFEs on CIFAR10. Furthermore, applying the same partitioning strategy in InfoCNF on time-series data helps improve extrapolation performance.

Foundations

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

Your Notes