CVMar 12, 2019

Image Classification base on PCA of Multi-view Deep Representation

arXiv:1903.04814v138 citations
Originality Synthesis-oriented
AI Analysis

This work addresses image classification for handling large datasets by integrating depth data, but it appears incremental as it combines existing techniques like PCA and SVM.

The paper tackled image classification by incorporating depth information through PCA of multi-view deep representations, resulting in improved classification accuracy.

In the age of information explosion, image classification is the key technology of dealing with and organizing a large number of image data. Currently, the classical image classification algorithms are mostly based on RGB images or grayscale images, and fail to make good use of the depth information about objects or scenes. The depth information in the images has a strong complementary effect, which can enhance the classification accuracy significantly. In this paper, we propose an image classification technology using principal component analysis based on multi-view depth characters. In detail, firstly, the depth image of the original image is estimated; secondly, depth characters are extracted from the RGB views and the depth view separately, and then the reducing dimension operation through the PCA is implemented. Eventually, the SVM is applied to image classification. The experimental results show that the method has good performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes