paper-with-me

Papers

BlackOut: Speeding up Recurrent Neural Network Language Models With Very Large Vocabularies

2015-11-21 · Shihao Ji, S. V. N. Vishwanathan, Nadathur Satish, Michael J. Anderson, Pradeep Dubey

We propose BlackOut, an approximation algorithm to efficiently train massive recurrent neural network language models (RNNLMs) with million word vocabularies. BlackOut is motivated by using a discriminative loss, and we describe a new sampling strategy which significantly reduces computation while improving stability, sample efficiency, and rate of convergence. One way to understand BlackOut is to view it as an extension of the DropOut strategy to the output layer, wherein we use a discriminative training loss and a weighted sampling scheme. We also establish close connections between BlackOut, importance sampling, and noise contrastive estimation (NCE). Our experiments, on the recently released one billion word language modeling benchmark, demonstrate scalability and accuracy of BlackOut; we outperform the state-of-the art, and achieve the lowest perplexity scores on this dataset. Moreover, unlike other established methods which typically require GPUs or CPU clusters, we show that a carefully implemented version of BlackOut requires only 1-10 days on a single machine to train a RNNLM with a million word vocabulary and billions of parameters on one billion words. Although we describe BlackOut in the context of RNNLM training, it can be used to any networks with large softmax output layers.

📄 PDF Abstract BibTeX arXiv:1511.06909

Code (1)

IntelLabs/rnnlm 공식 구현

Tasks

CPULanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Logarithmic resilience risk metrics that address the huge variations in blackout cost

2025-05-17 · Arslan Ahmad, Ian Dobson

Resilience risk metrics must address the customer cost of the largest blackouts of greatest impact. However, there are huge variations in blackout cost in observed distribution utility data that make it impractical to pr…

LightRNN: Memory and Computation-Efficient Recurrent Neural Networks

2016-10-31 · NeurIPS 2016 12 · Xiang Li, Tao Qin, Jian Yang, Tie-Yan Liu

Recurrent neural networks (RNNs) have achieved state-of-the-art performances in many natural language processing tasks, such as language modeling and machine translation. However, when the vocabulary is large, the RNN mo…

GPULanguage ModelingLanguage ModellingMachine Translation

Cascading Blackout Severity Prediction with Statistically-Augmented Graph Neural Networks

2024-03-22 · Joe Gorka, Tim Hsu, Wenting Li, Yury Maximov 외

Higher variability in grid conditions, resulting from growing renewable penetration and increased incidence of extreme weather events, has increased the difficulty of screening for scenarios that may lead to catastrophic…

Graph Neural Networkseverity prediction

Self-attention-based Diffusion Model for Time-series Imputation in Partial Blackout Scenarios

2025-03-03 · Mohammad Rafid Ul Islam, Prasad Tadepalli, Alan Fern

Missing values in multivariate time series data can harm machine learning performance and introduce bias. These gaps arise from sensor malfunctions, blackouts, and human error and are typically addressed by data imputati…

ImputationMissing ValuesTime Series

Modeling Information Blackouts in Missing Not-At-Random Time Series Data

2026-01-04 · Aman Sunesh, Allan Ma, Siddarth Nilol arxiv

Large-scale traffic forecasting relies on fixed sensor networks that often exhibit blackouts: contiguous intervals of missing measurements caused by detector or communication failures. These outages are typically handled…