TEC: Tensor Ensemble Classifier for Big Data
Peide Li, Rejaul Karim, Tapabrata Maiti

TL;DR
This paper introduces TEC, a tensor ensemble classifier that combines multiple random projection-based support tensor machines to efficiently and accurately classify large high-dimensional tensor data, with proven statistical consistency and computational advantages.
Contribution
The paper proposes TEC, an ensemble method that improves tensor classification by aggregating multiple RPSTMs, enhancing efficiency and maintaining statistical consistency.
Findings
TEC achieves statistically consistent predictions.
TEC demonstrates high accuracy in high-dimensional tensor classification.
The method is computationally efficient and scalable with parallel processing.
Abstract
Tensor (multidimensional array) classification problem has become very popular in modern applications such as image recognition and high dimensional spatio-temporal data analysis. Support Tensor Machine (STM) classifier, which is extended from the support vector machine, takes CANDECOMP / Parafac (CP) form of tensor data as input and predicts the data labels. The distribution-free and statistically consistent properties of STM highlight its potential in successfully handling wide varieties of data applications. Training a STM can be computationally expensive with high-dimensional tensors. However, reducing the size of tensor with a random projection technique can reduce the computational time and cost, making it feasible to handle large size tensors on regular machines. We name an STM estimated with randomly projected tensor as Random Projection-based Support Tensor Machine (RPSTM). In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Computational Physics and Python Applications · Parallel Computing and Optimization Techniques
