paper-with-me

홈 › Papers

Neural Speed Reading via Skim-RNN

2017-11-06 · ICLR 2018 1 · Minjoon Seo, Sewon Min, Ali Farhadi, Hannaneh Hajishirzi

Inspired by the principles of speed reading, we introduce Skim-RNN, a recurrent neural network (RNN) that dynamically decides to update only a small fraction of the hidden state for relatively unimportant input tokens. Skim-RNN gives computational advantage over an RNN that always updates the entire hidden state. Skim-RNN uses the same input and output interfaces as a standard RNN and can be easily used instead of RNNs in existing models. In our experiments, we show that Skim-RNN can achieve significantly reduced computational cost without losing accuracy compared to standard RNNs across five different natural language tasks. In addition, we demonstrate that the trade-off between accuracy and speed of Skim-RNN can be dynamically controlled during inference time in a stable manner. Our analysis also shows that Skim-RNN running on a single CPU offers lower latency compared to standard RNNs on GPUs.

📄 PDF Abstract BibTeX arXiv:1711.02085

Code (1)

ht1221/leap-lstm tf

Tasks

CPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Read Beyond the Lines: Understanding the Implied Textual Meaning via a Skim and Intensive Reading Model

2020-01-03 · Guoxiu He, Zhe Gao, Zhuoren Jiang, Yangyang Kang 외

The nonliteral interpretation of a text is hard to be understood by machine models due to its high context-sensitivity and heavy usage of figurative language. In this study, inspired by human reading comprehension, we pr…

Reading ComprehensionSensitivitySentence

Read As Human: Compressing Context via Parallelizable Close Reading and Skimming

2026-02-02 · Jiwei Tang, Shilei Liu, Zhicheng Zhang, Qingsong Lv 외 arxiv

Large Language Models (LLMs) demonstrate exceptional capability across diverse tasks. However, their deployment in long-context scenarios is hindered by two challenges: computational inefficiency and redundant informatio…

Contrastive LearningQuestion Answering

Neural Speed Reading with Structural-Jump-LSTM

2019-03-20 · ICLR 2019 5 · Christian Hansen, Casper Hansen, Stephen Alstrup, Jakob Grue Simonsen 외

Recurrent neural networks (RNNs) can model natural language by sequentially 'reading' input tokens and outputting a distributed representation of each token. Due to the sequential nature of RNNs, inference time is linear…

Sentence

Skim-Attention: Learning to Focus via Document Layout

2021-09-02 · Findings (EMNLP) 2021 11 · Laura Nguyen, Thomas Scialom, Jacopo Staiano, Benjamin Piwowarski

Transformer-based pre-training techniques of text and layout have proven effective in a number of document understanding tasks. Despite this success, multimodal pre-training models suffer from very high computational and…

document understandingLanguage ModelingLanguage Modelling

Skimming and Scanning for Untrimmed Video Action Recognition

2021-04-21 · Yunyan Hong, Ailing Zeng, Min Li, Cewu Lu 외

Video action recognition (VAR) is a primary task of video understanding, and untrimmed videos are more common in real-life scenes. Untrimmed videos have redundant and diverse clips containing contextual information, so s…

Action RecognitionTemporal Action LocalizationVideo Understanding