Equivariant neural network

Equivariant neural networks are a class of neural network architectures designed to respect symmetry transformations of input data. These networks maintain equivariance under group actions, meaning that transformations applied to inputs correspond predictably to transformations in the output, enabling more efficient learning and better generalization for certain tasks.

Read More →

VQ-VAE

VQ-VAE (Vector Quantized Variational Autoencoder) is a generative model architecture that combines discrete latent representations with variational autoencoders, enabling efficient learning and synthesis of complex data like images and audio.

Read More →

Representation learning

Representation learning is a set of techniques in machine learning that enable systems to automatically discover and extract useful features or representations from raw data. It plays a crucial role in improving the performance of algorithms by transforming data into formats that are easier to analyze and interpret.

Read More →