CCKn
CCKn, short for Cascaded Convolutional Kernel Network, is a neural network architecture proposed as an interpretable, parameter-efficient alternative to conventional convolutional neural networks for visual and signal-processing tasks. In CCKn, feature extraction is organized into cascaded stages, each comprising a small set of learnable kernels applied to the outputs of the previous stage. The cascade promotes hierarchical representations while constraining the interaction among kernels to reduce redundancy and improve interpretability.
Architecturally, each stage learns a bank of kernels whose responses are combined through a kernel selection
Variants of CCKn address different domains, including spatial CCKn for images and temporal CCKn for video.
The concept remains primarily in theoretical and experimental literature, with limited widespread adoption. Critiques focus on