Learning Regularities from Data using Spiking Functions: A Theory
Canlin Zhang, Xiuwen Liu
TL;DR
The paper introduces a theory that defines non-randomness in data through spiking functions and formalizes regularities as concise, information-rich encodings. By leveraging information-theoretic metrics like KL-divergence and spiking efficiency SE_f, it connects the discovery of structure to the compression of information into small parameter counts via A_f = SE_f · C_f. The framework extends to multiple spiking functions and Gamma-level optimal encoders, offering a principled path to learn and compare encoders that capture large amounts of information with minimal representation. A practical, layer-wise bi-output learning pipeline is proposed to approximate these encoders and extract hierarchical regularities, with potential benefits for explicit feature representations and higher-level concepts, though concrete optimization algorithms remain to be developed.
Abstract
Deep neural networks trained in an end-to-end manner are proven to be efficient in a wide range of machine learning tasks. However, there is one drawback of end-to-end learning: The learned features and information are implicitly represented in neural network parameters, which cannot be used as regularities, concepts or knowledge to explicitly represent the data probability distribution. To resolve this issue, we propose in this paper a new machine learning theory, which defines in mathematics what are regularities. Briefly, regularities are concise representations of the non-random features, or 'non-randomness' in the data probability distribution. Combining this with information theory, we claim that regularities can also be regarded as a small amount of information encoding a large amount of information. Our theory is based on spiking functions. That is, if a function can react to, or spike on specific data samples more frequently than random noise inputs, we say that such a function discovers non-randomness from the data distribution. Also, we say that the discovered non-randomness is encoded into regularities if the function is simple enough. Our theory also discusses applying multiple spiking functions to the same data distribution. In this process, we claim that the 'best' regularities, or the optimal spiking functions, are those who can capture the largest amount of information from the data distribution, and then encode the captured information in the most concise way. Theorems and hypotheses are provided to describe in mathematics what are 'best' regularities and optimal spiking functions. Finally, we propose a machine learning approach, which can potentially obtain the optimal spiking functions regarding the given dataset in practice.
