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 →

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 →

Yann LeCun

Yann LeCun is a French-American computer scientist known for pioneering work in artificial intelligence, particularly in deep learning and convolutional neural networks. He is a key figure in machine learning research and has held prominent academic and industry positions.

Read More →

R-CNN

R-CNN (Regions with Convolutional Neural Networks) is a deep learning framework designed for object detection in images. It combines region proposal methods with convolutional neural networks to accurately identify objects within an image.

Read More →

U-Net

U-Net is a convolutional neural network architecture designed primarily for biomedical image segmentation. It uses a symmetric encoder-decoder structure with skip connections to enable precise localization and context capture.

Read More →