CLJul 22, 2018

Tree-structured multi-stage principal component analysis (TMPCA): theory and applications

arXiv:1807.08228v233 citations
AI Analysis

This addresses text classification by providing an efficient, unsupervised dimension reduction method, though it builds incrementally on prior work.

The paper tackles text classification by proposing TMPCA, a PCA-based sequence-to-vector dimension reduction method that preserves sequential structure without labeled data, and shows it enables a dense network to outperform state-of-the-art methods like fastText.

A PCA based sequence-to-vector (seq2vec) dimension reduction method for the text classification problem, called the tree-structured multi-stage principal component analysis (TMPCA) is presented in this paper. Theoretical analysis and applicability of TMPCA are demonstrated as an extension to our previous work (Su, Huang & Kuo). Unlike conventional word-to-vector embedding methods, the TMPCA method conducts dimension reduction at the sequence level without labeled training data. Furthermore, it can preserve the sequential structure of input sequences. We show that TMPCA is computationally efficient and able to facilitate sequence-based text classification tasks by preserving strong mutual information between its input and output mathematically. It is also demonstrated by experimental results that a dense (fully connected) network trained on the TMPCA preprocessed data achieves better performance than state-of-the-art fastText and other neural-network-based solutions.

Foundations

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

Your Notes