Learning in Convolutional Neural Networks Accelerated by Transfer Entropy
Adrian Moldovan, Angel Caţaron, Răzvan Andonie
TL;DR
This paper investigates using Transfer Entropy (TE) to quantify directional information transfer between neural layers and to inject TE-based feedback into CNN training. TE is computed for a restricted set of inter-neural pairs from the last two fully connected layers, serving as a momentum-like factor that modulates weight updates while maintaining computational feasibility via a sliding window estimation. The approach aims to accelerate training, improve stability, and enhance interpretability by linking learning dynamics to information transfer, with practical trade-offs demonstrated on multiple benchmark datasets. The study concludes that TE-driven updates can deliver favorable accuracy and convergence benefits when paired with a constrained TE computation strategy, suggesting a path toward information-guided learning in deep networks.
Abstract
Recently, there is a growing interest in applying Transfer Entropy (TE) in quantifying the effective connectivity between artificial neurons. In a feedforward network, the TE can be used to quantify the relationships between neuron output pairs located in different layers. Our focus is on how to include the TE in the learning mechanisms of a Convolutional Neural Network (CNN) architecture. We introduce a novel training mechanism for CNN architectures which integrates the TE feedback connections. Adding the TE feedback parameter accelerates the training process, as fewer epochs are needed. On the flip side, it adds computational overhead to each epoch. According to our experiments on CNN classifiers, to achieve a reasonable computational overhead--accuracy trade-off, it is efficient to consider only the inter-neural information transfer of a random subset of the neuron pairs from the last two fully connected layers. The TE acts as a smoothing factor, generating stability and becoming active only periodically, not after processing each input sample. Therefore, we can consider the TE is in our model a slowly changing meta-parameter.
