[2604.00779] Using predefined vector systems to speed up neural network multimillion class classification
About this article
Abstract page for arXiv paper 2604.00779: Using predefined vector systems to speed up neural network multimillion class classification
Computer Science > Machine Learning arXiv:2604.00779 (cs) [Submitted on 1 Apr 2026] Title:Using predefined vector systems to speed up neural network multimillion class classification Authors:Nikita Gabdullin, Ilya Androsov View a PDF of the paper titled Using predefined vector systems to speed up neural network multimillion class classification, by Nikita Gabdullin and Ilya Androsov View PDF HTML (experimental) Abstract:Label prediction in neural networks (NNs) has O(n) complexity proportional to the number of classes. This holds true for classification using fully connected layers and cosine similarity with some set of class prototypes. In this paper we show that if NN latent space (LS) geometry is known and possesses specific properties, label prediction complexity can be significantly reduced. This is achieved by associating label prediction with the O(1) complexity closest cluster center search in a vector system used as target for latent space configuration (LSC). The proposed method only requires finding indexes of several largest and lowest values in the embedding vector making it extremely computationally efficient. We show that the proposed method does not change NN training accuracy computational results. We also measure the time required by different computational stages of NN inference and label prediction on multiple datasets. The experiments show that the proposed method allows to achieve up to 11.6 times overall acceleration over conventional methods. Furthe...