REVIEW 21 cited by
Reducing Transformer Depth on Demand with Structured Dropout
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
Overparameterized transformer networks have obtained state of the art results in various natural language processing tasks, such as machine translation, language modeling, and question answering. These models contain hundreds of millions of parameters, necessitating a large amount of computation and making them prone to overfitting. In this work, we explore LayerDrop, a form of structured dropout, which has a regularization effect during training and allows for efficient pruning at inference time. In particular, we show that it is possible to select sub-networks of any depth from one large network without having to finetune them and with limited impact on performance. We demonstrate the effectiveness of our approach by improving the state of the art on machine translation, language modeling, summarization, question answering, and language understanding benchmarks. Moreover, we show that our approach leads to small BERT-like models of higher quality compared to training from scratch or using distillation.
Forward citations
Cited by 21 Pith papers
-
VISP: Volatility Informed Stochastic Projection for Adaptive Regularization
VISP applies gradient-volatility-scaled stochastic projection to activations and reports improved test error on three image benchmarks, but without error bars or code.
-
PGB: One-Shot Pruning for BERT via Weight Grouping and Permutation
PGB prunes BERT in a single pass by permuting weight matrices into block-diagonal groups of important weights and removing all other weights, matching or beating iterative baselines on GLUE and SQuAD.
-
BEEM: Boosting Performance of Early Exit DNNs using Multi-Exit Classifiers as Experts
BEEM aggregates weighted confidence from consistent neighboring exit classifiers, resetting on disagreement, and sets thresholds from validation error rates to accelerate early-exit inference.
-
Efficient Multilingual Neural Machine Translation via Corpus-Driven Vocabulary Pruning: An English-Arabic Case Study
Pruning multilingual NMT vocabularies to corpus-relevant tokens plus fine-tuning cuts memory by about 60% and matches or beats a dedicated English-Arabic model on COMET and TER.
-
Harnessing Input-Adaptive Inference for Efficient VLN
A three-part input-adaptive inference method (view masking, adaptive early exit, view caching) cuts VLN computation roughly in half on seven benchmarks with moderate success-rate loss.
-
Decoding the Multimodal Maze: A Systematic Review on the Adoption of Explainability in Multimodal Attention-based Models
A systematic review of 55 papers finds explainability for multimodal attention-based models is dominated by attention-weight visualizations, while evaluation remains mostly qualitative and non-standardized.
-
Investigating Structural Pruning and Recovery Techniques for Compressing Multimodal Large Language Models: An Empirical Study
Structural pruning with finetuning plus hidden-state distillation recovers most performance in multimodal LLMs, with 5% of training data sufficient at moderate compression levels.
-
AbbIE: Autoregressive Block-Based Iterative Encoder for Efficient Sequence Modeling
An iterative Transformer that reuses its middle layers with an extra residual connection matches a standard Transformer after one pass and improves perplexity and zero-shot accuracy when run for more passes at test time.
-
Towards Universal & Efficient Model Compression via Exponential Torque Pruning
Exponential Torque Pruning applies an exponential penalty on network modules based on their distance from a pivot, improving compression accuracy trade-offs over linear Torque pruning.
-
Learning to Skip the Middle Layers of Transformers
A gated 'skip the middle' Transformer fails to beat fewer-layer dense baselines on the cross-entropy/FLOPs trade-off at 12 layers and 10B tokens.
-
Reasoning Bias of Next Token Prediction Training
Training on all tokens (next token prediction) beats training only on answer tokens (critical token prediction) on small-scale reasoning benchmarks, an effect the authors attribute to noise-induced regularization.
-
LazyDiT: Lazy Learning for the Acceleration of Diffusion Transformers
LazyDiT learns small gates that decide when to reuse cached layer outputs, cutting diffusion transformer compute by up to half while matching or beating DDIM quality.
-
ConsistentFeature: A Plug-and-Play Component for Neural Network Regularization
A domain-adversarial objective over random halves of a single training set is proposed as a general-purpose neural network regularizer, with mixed empirical support across benchmarks.
-
Skip a Layer or Loop it? Test-Time Depth Adaptation of Pretrained LLMs
Pretrained LLM layers can be skipped/repeated per input to build custom paths, but the search uses ground-truth answers, so the accuracy gains are fitted, not predicted.
-
Position: The Future of Bayesian Prediction Is Prior-Fitted
PFNs, which amortize Bayesian inference by training on datasets sampled from a prior, are likely to supersede MCMC and variational inference for most prediction tasks, the authors argue.
-
AnchorFormer: Differentiable Anchor Attention for Efficient Vision Transformer
A vision transformer reduces self-attention complexity from O(n^2) to O(mn) by using m learnable anchor tokens and a two-step Markov transition between anchors and tokens.
-
Position: Enough of Scaling LLMs! Lets Focus on Downscaling
The paper advocates for downscaling LLMs, derives that training CO2 scales linearly with parameters and data, and proposes a condition under which ensembles of pruned small models beat the original at equal compute.
-
Back to Fundamentals: Low-Level Visual Features Guided Progressive Token Pruning
LVTP prunes transformer tokens during semantic segmentation using multi-scale Tsallis entropy with Sobel edge guidance, reporting 20-46% FLOP reduction with a few mIoU points lost and no retraining.
-
A Survey of Early Exit Deep Neural Networks in NLP
A review of early exit deep neural network methods in NLP that has no new experiments but organizes the existing literature.
-
On Importance of Layer Pruning for Smaller BERT Models and Low Resource Languages
Layer-pruned MahaBERT-v2 and Google-Muril models roughly match full models on Marathi headline and paragraph classification but lose ground on document classification, and they do not always beat same-size scratch-tra...
-
Re-Parameterization of Lightweight Transformer for On-Device Speech Emotion Recognition
Inserting a linear layer before a Transformer feed-forward layer during training and merging it at inference improves lightweight speech emotion recognition models with no added inference cost.
Discussion (0). Continue with ORCID to comment.