CLDec 22, 2021

Adaptive Beam Search to Enhance On-device Abstractive Summarization

arXiv:2201.02739v1
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users by enabling efficient on-device summarization across multiple data sources, though it is incremental as it builds on existing summarization techniques.

The paper tackles the problem of summarizing diverse on-device content like SMS and voice messages by proposing an Adaptive Beam Search method, achieving a 30.9% reduction in model size and 97.6% lower memory footprint while maintaining or exceeding BERT's key information extraction.

We receive several essential updates on our smartphones in the form of SMS, documents, voice messages, etc. that get buried beneath the clutter of content. We often do not realize the key information without going through the full content. SMS notifications sometimes help by giving an idea of what the message is about, however, they merely offer a preview of the beginning content. One way to solve this is to have a single efficient model that can adapt and summarize data from varied sources. In this paper, we tackle this issue and for the first time, propose a novel Adaptive Beam Search to improve the quality of on-device abstractive summarization that can be applied to SMS, voice messages and can be extended to documents. To the best of our knowledge, this is the first on-device abstractive summarization pipeline to be proposed that can adapt to multiple data sources addressing privacy concerns of users as compared to the majority of existing summarization systems that send data to a server. We reduce the model size by 30.9% using knowledge distillation and show that this model with a 97.6% lesser memory footprint extracts the same or more key information as compared to BERT.

Foundations

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

Your Notes