paper-with-me

홈 › Papers

Training Simplification and Model Simplification for Deep Learning: A Minimal Effort Back Propagation Method

2017-11-17 · Xu Sun, Xuancheng Ren, Shuming Ma, Bingzhen Wei, Wei Li, Jingjing Xu, Houfeng Wang, Yi Zhang

We propose a simple yet effective technique to simplify the training and the resulting model of neural networks. In back propagation, only a small subset of the full gradient is computed to update the model parameters. The gradient vectors are sparsified in such a way that only the top-k elements (in terms of magnitude) are kept. As a result, only k rows or columns (depending on the layout) of the weight matrix are modified, leading to a linear reduction in the computational cost. Based on the sparsified gradients, we further simplify the model by eliminating the rows or columns that are seldom updated, which will reduce the computational cost both in the training and decoding, and potentially accelerate decoding in real-world applications. Surprisingly, experimental results demonstrate that most of time we only need to update fewer than 5% of the weights at each back propagation pass. More interestingly, the accuracy of the resulting models is actually improved rather than degraded, and a detailed analysis is given. The model simplification results show that we could adaptively simplify the model which could often be reduced by around 9x, without any loss on accuracy or even with improved accuracy. The codes, including the extension, are available at https://github.com/lancopku/meSimp

📄 PDF Abstract BibTeX arXiv:1711.06528

Code (3)

jklj077/meProp 공식 구현 pytorch
lancopku/meProp 공식 구현 pytorch
lancopku/meSimp 공식 구현

Similar Papers 제목 키워드 기반

SWiPE: A Dataset for Document-Level Simplification of Wikipedia Pages

2023-05-30 · Philippe Laban, Jesse Vig, Wojciech Kryscinski, Shafiq Joty 외

Text simplification research has mostly focused on sentence-level simplification, even though many desirable edits - such as adding relevant background information or reordering content - may require document-level conte…

ArticlesSentenceText Simplification

Patient-friendly Clinical Notes: Towards a new Text Simplification Dataset

2022-12-07 · Proceedings of the Workshop on Text Simplification, Accessibility, and Readability (TSAR) 2022 12 · Jan Trienes, Jörg Schlötterer, Hans-Ulrich Schildhaus, Christin Seifert

Automatic text simplification can help patients to better understand their own clinical notes. A major hurdle for the development of clinical text simplification methods is the lack of high quality resources. We report o…

Text Simplification

Automatic Lexical Simplification for Turkish

2022-01-15 · Ahmet Yavuz Uluslu

In this paper, we present the first automatic lexical simplification system for the Turkish language. Recent text simplification efforts rely on manually crafted simplified corpora and comprehensive NLP tools that can an…

Lexical SimplificationSentenceText Simplification

Automated Text Simplification as a Preprocessing Step for Machine Translation into an Under-resourced Language

2019-09-01 · RANLP 2019 9 · Sanja {\v{S}}tajner, Maja Popovi{\'c}

In this work, we investigate the possibility of using fully automatic text simplification system on the English source in machine translation (MT) for improving its translation into an under-resourced language. We use th…

Machine TranslationNMTText SimplificationTranslation

SiTSE: Sinhala Text Simplification Dataset and Evaluation

2024-12-02 · Surangika Ranathunga, Rumesh Sirithunga, Himashi Rathnayake, Lahiru De Silva 외

Text Simplification is a task that has been minimally explored for low-resource languages. Consequently, there are only a few manually curated datasets. In this paper, we present a human curated sentence-level text simpl…

SentenceText SimplificationTransfer Learning