CLLGJun 19, 2019

Learning Compressed Sentence Representations for On-Device Text Processing

arXiv:1906.08340v11102 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying sentence embeddings on low-resource platforms like mobile devices, which is an incremental improvement in compression techniques.

The paper tackled the problem of large memory footprint and slow retrieval speed of continuous sentence embeddings for on-device text processing by proposing four strategies to binarize them, resulting in only about 2% performance degradation while reducing storage by over 98%.

Vector representations of sentences, trained on massive text corpora, are widely used as generic sentence embeddings across a variety of NLP problems. The learned representations are generally assumed to be continuous and real-valued, giving rise to a large memory footprint and slow retrieval speed, which hinders their applicability to low-resource (memory and computation) platforms, such as mobile devices. In this paper, we propose four different strategies to transform continuous and generic sentence embeddings into a binarized form, while preserving their rich semantic information. The introduced methods are evaluated across a wide range of downstream tasks, where the binarized sentence embeddings are demonstrated to degrade performance by only about 2% relative to their continuous counterparts, while reducing the storage requirement by over 98%. Moreover, with the learned binary representations, the semantic relatedness of two sentences can be evaluated by simply calculating their Hamming distance, which is more computational efficient compared with the inner product operation between continuous embeddings. Detailed analysis and case study further validate the effectiveness of proposed methods.

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