paper-with-me

홈 › Papers

Training Language Models Using Target-Propagation

2017-02-15 · Sam Wiseman, Sumit Chopra, Marc'Aurelio Ranzato, Arthur Szlam, Ruoyu Sun, Soumith Chintala, Nicolas Vasilache

While Truncated Back-Propagation through Time (BPTT) is the most popular approach to training Recurrent Neural Networks (RNNs), it suffers from being inherently sequential (making parallelization difficult) and from truncating gradient flow between distant time-steps. We investigate whether Target Propagation (TPROP) style approaches can address these shortcomings. Unfortunately, extensive experiments suggest that TPROP generally underperforms BPTT, and we end with an analysis of this phenomenon, and suggestions for future work.

📄 PDF Abstract BibTeX arXiv:1702.04770

Code (1)

facebookresearch/TPRNN 공식 구현 torch

Similar Papers 제목 키워드 기반

Graph-Based Multilingual Label Propagation for Low-Resource Part-of-Speech Tagging

2022-10-18 · Ayyoob Imani, Silvia Severini, Masoud Jalili Sabet, François Yvon 외

Part-of-Speech (POS) tagging is an important component of the NLP pipeline, but many low-resource languages lack labeled data for training. An established method for training a POS tagger in such a scenario is to create …

Graph Neural NetworkPart-Of-Speech TaggingPOSPOS Tagging+2

GAIT-prop: A biologically plausible learning rule derived from backpropagation of error

2020-06-11 · NeurIPS 2020 12 · Nasir Ahmad, Marcel A. J. van Gerven, Luca Ambrogioni

Traditional backpropagation of error, though a highly successful algorithm for learning in artificial neural network models, includes features which are biologically implausible for learning in real neural circuits. An a…

Fixed-Weight Difference Target Propagation

2022-12-19 · Tatsukichi Shibuya, Nakamasa Inoue, Rei Kawakami, Ikuro Sato

Target Propagation (TP) is a biologically more plausible algorithm than the error backpropagation (BP) to train deep networks, and improving practicality of TP is an open issue. TP methods require the feedforward and fee…

Cascading Adversarial Bias from Injection to Distillation in Language Models

2025-05-30 · Harsh Chaudhari, Jamie Hayes, Matthew Jagielski, Ilia Shumailov 외

Model distillation has become essential for creating smaller, deployable language models that retain larger system capabilities. However, widespread deployment raises concerns about resilience to adversarial manipulation…

Bias DetectionCode GenerationData Poisoning

Target Propagation in Recurrent Neural Networks

2020-02-01 · Journal of Machine Learning Research 2020 2 · Nikolay Manchev, Michael Spratling

Recurrent Neural Networks have been widely used to process sequence data, but have long been criticized for their biological implausibility and training difficulties related to vanishing and exploding gradients. This pap…