Kernel inception distance (KID)

Kernel inception distance (KID) is a statistical measure used to evaluate the similarity between two sets of images, commonly applied in generative adversarial network (GAN) research to assess image quality. It compares feature representations using polynomial kernels on activations from a pretrained inception network.

Read More →

Group-equivariant CNN (G-CNN)

Group-equivariant convolutional neural networks (G-CNNs) are a class of neural networks designed to maintain equivariance to transformations from symmetry groups, enhancing their ability to generalize across transformed inputs. They extend traditional CNNs by incorporating group theory, enabling more efficient learning of invariant features.

Read More →