Abstract
For many real-world image classification tasks, collecting high-quality labeled image data is challenging. Therefore, a complicated convolutional neural network might not be able to get well trained and traditional machine learning methods would be a better choice. However, traditional vector-based machine learning algorithms cannot achieve a satisfactory performance when dealing with high-dimensional tensorial data. There are mainly two reasons. First, vectorizing tensor data loses useful structural information in the original data, which might be helpful in the classification task. Second, traditional vector-based methods commonly contain a similar number of model parameters as the data size. In this case, when the data dimension is relatively high and the number of training samples is small, an overfitted model would be derived. To address these issues, researchers extend the vector-based classifiers into their tensorial formats, which accept tensorial data as input directly, and at the same time employ much fewer model parameters. In this chapter, two traditional vector-based machine learning algorithms, namely, support vector machine and logistic regression, are generalized to their tensorial counterparts to facilitate the tensor-based classification tasks.
Original language | English |
---|---|
Title of host publication | Tensors for Data Processing |
Subtitle of host publication | Theory, Methods, and Applications |
Editors | Yipeng Liu |
Publisher | Elsevier |
Chapter | 8 |
Pages | 249-291 |
Number of pages | 43 |
ISBN (Electronic) | 978-0-12-824447-0 |
ISBN (Print) | 978-0-32-385965-3 |
DOIs | |
Publication status | Published - 2022 |
Bibliographical note
Green Open Access added to TU Delft Institutional Repository 'You share, we take care!' - Taverne project https://www.openaccess.nl/en/you-share-we-take-careOtherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.
Keywords
- Image classification
- Logistic regression
- Support vector machine
- Tensor