Search papers, labs, and topics across Lattice.
This paper introduces a chaos-enhanced classification method where input vectors are used as initial conditions for a chaotic dynamical system, whose evolved state is then fed into a softmax classifier. The approach lifts data into a higher-dimensional space and leverages the chaotic system's evolution to improve feature representation for classification. Experiments on randomly perturbed orthogonal vectors demonstrate that this method accelerates training and boosts classification accuracy compared to standard and lifted-only softmax classifiers.
Injecting chaos into your classifier can dramatically speed up training and improve accuracy, even compared to simply lifting data into higher dimensions.
We propose a novel approach which exploits chaos to enhance classification accuracy. Specifically, the available data that need to be classified are treated as vectors that are first lifted into a higher-dimensional space and then used as initial conditions for the evolution of a chaotic dynamical system for a prescribed temporal interval. The evolved state of the dynamical system is then fed to a trainable softmax classifier which outputs the probabilities of the various classes. As proof-of-concept, we use samples of randomly perturbed orthogonal vectors of moderate dimension (2 to 20), with a corresponding number of classes equal to the vector dimension, and show how our approach can both significantly accelerate the training process and improve the classification accuracy compared to a standard softmax classifier which operates on the original vectors, as well as a softmax classifier which only lifts the vectors to a higher-dimensional space without evolving them. We also provide an explanation for the improved performance of the chaos-enhanced classifier.