CLJun 20, 2017

Improving text classification with vectors of reduced precision

arXiv:1706.06363v16 citations
AI Analysis

This work addresses efficiency challenges for practitioners deploying text classification on resource-constrained hardware, though it is incremental in its approach.

This paper tackles the problem of reducing computational costs in text classification by analyzing the impact of floating-point precision reduction on classification quality. The results show that reducing precision from 64 to 4 bits improves accuracy in most cases, with up to a 25% reduction in error, without degrading performance compared to full precision.

This paper presents the analysis of the impact of a floating-point number precision reduction on the quality of text classification. The precision reduction of the vectors representing the data (e.g. TF-IDF representation in our case) allows for a decrease of computing time and memory footprint on dedicated hardware platforms. The impact of precision reduction on the classification quality was performed on 5 corpora, using 4 different classifiers. Also, dimensionality reduction was taken into account. Results indicate that the precision reduction improves classification accuracy for most cases (up to 25% of error reduction). In general, the reduction from 64 to 4 bits gives the best scores and ensures that the results will not be worse than with the full floating-point representation.

Code Implementations1 repo
Foundations

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

Your Notes