HomCn
HomCn, short for Homogeneous Convolutional Network, is a conceptual family of neural network architectures designed to exploit homogeneous structure in data. The central idea is to apply convolution-like operations in settings where the data encounters uniform, repeating patterns across dimensions, such as regular grids, time series with uniform sampling, or multi-channel signals with consistent dimensionality. In HomCn, the convolution operators are derived to preserve certain symmetries across the entire input, enabling shared weights to generalize across spatial or feature axes and reducing the total number of learnable parameters compared to conventional networks.
Design and variants: Early formulations use a fixed, stationary kernel applied uniformly across the input, with
Applications: Prototypes have been explored for image-like data with strict grid regularity, environmental sensing grids, and
Limitations: The approach is less suited to irregular or highly heterogeneous data, where standard CNNs or
See also: Convolutional neural networks, group-equivariant networks, depthwise separable convolutions.