Machine-Learning Kronecker Coefficients

Kyu-Hwan Lee
2023-06-08
Abstract:The Kronecker coefficients are the decomposition multiplicities of the tensor product of two irreducible representations of the symmetric group. Unlike the Littlewood--Richardson coefficients, which are the analogues for the general linear group, there is no known combinatorial description of the Kronecker coefficients, and it is an NP-hard problem to decide whether a given Kronecker coefficient is zero or not. In this paper, we show that standard machine-learning algorithms such as Nearest Neighbors, Convolutional Neural Networks and Gradient Boosting Decision Trees may be trained to predict whether a given Kronecker coefficient is zero or not. Our results show that a trained machine can efficiently perform this binary classification with high accuracy ($\approx 0.98$).
Representation Theory,Combinatorics,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is related to the prediction of Kronecker coefficients. Specifically, the Kronecker coefficient is the multiplicity in the tensor product decomposition of two irreducible representations under the symmetric group. Different from the Littlewood - Richardson coefficients under the general linear group, there is currently no known combinatorial description method to directly calculate or determine whether a given Kronecker coefficient is zero, and determining whether a given Kronecker coefficient is zero is an NP - hard problem. The paper trains models by applying machine - learning algorithms (such as the nearest - neighbor algorithm, convolutional neural network, and gradient - boosted decision tree) to predict whether a given Kronecker coefficient is zero. The experimental results show that the trained machine can efficiently perform this binary - classification task and has a very high accuracy (about 98%). This provides a new method for studying Kronecker coefficients, that is, using machine - learning or artificial - intelligence - assisted methods for research.