AICurious Logo

What is: Non-linear Independent Component Estimation?

SourceNICE: Non-linear Independent Components Estimation
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

NICE, or Non-Linear Independent Components Estimation is a framework for modeling complex high-dimensional densities. It is based on the idea that a good representation is one in which the data has a distribution that is easy to model. For this purpose, a non-linear deterministic transformation of the data is learned that maps it to a latent space so as to make the transformed data conform to a factorized distribution, i.e., resulting in independent latent variables. The transformation is parameterised so that computing the determinant of the Jacobian and inverse Jacobian is trivial, yet it maintains the ability to learn complex non-linear transformations, via a composition of simple building blocks, each based on a deep neural network. The training criterion is simply the exact log-likelihood. The transformation used in NICE is the affine coupling layer without the scale term, known as additive coupling layer:

y_I_2=x_I_2+m(x_I_1)y\_{I\_{2}} = x\_{I\_{2}} + m\left(x\_{I\_{1}}\right)

x_I_2=y_I_2+m(y_I_1)x\_{I\_{2}} = y\_{I\_{2}} + m\left(y\_{I\_{1}}\right)