New insights into the top-K sparse softmax gating function for deep learning.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Entropy regularization improves sparse model discovery in federated learning.
A new method for differentiable structured sparsity improves neural network performance and sparsity.
DSelect-k improves MoE models for multi-task learning with better performance and smoother training.
New method uses temperature to control sparse MoE convergence rates.
Proposes -CCA for sparse CCA with improved representation learning.
HS-MoE selects sparse experts using adaptive priors and data-adaptive gating.
AdaEnsemble learns adaptive feature interactions for CTR prediction.
Gating is a key feature in modern neural networks including LSTMs, GRUs and sparsely-gated deep neural networks. The backbone of such gated networks is a mixture-of-experts layer, where several experts make regression decisions and gating controls how to weigh the decisions in an input-dependent manner. Despite having …
The capacity of a neural network to absorb information is limited by its number of parameters. Conditional computation, where parts of the network are active on a per-example basis, has been proposed in theory as a way of dramatically increasing model capacity without a proportional increase in computation. In practice…
The paper analyzes convergence rates of softmax gating in MoE models.
Proposes a deep generative model for robust forecasting on sparse multivariate time series.
Model compression techniques, such as pruning and quantization, are becoming increasingly important to reduce the memory footprints and the amount of computations. Despite model size reduction, achieving performance enhancement on devices is, however, still challenging mainly due to the irregular representations of spa…
Temporal Functional Circuits explain KAN forecasts with interpretable edge functions.
Boosts share routing for multi-task learning with flexible sparse connections.
We propose a practical method for norm regularization for neural networks: pruning the network during training by encouraging weights to become exactly zero. Such regularization is interesting since (1) it can greatly speed up training and inference, and (2) it can improve generalization. AIC and BIC, well-known …
This paper develops the FastRNN and FastGRNN algorithms to address the twin RNN limitations of inaccurate training and inefficient prediction. Previous approaches have improved accuracy at the expense of prediction costs making them infeasible for resource-constrained and real-time applications. Unitary RNNs have incre…
Mixtures-of-Experts models and their maximum likelihood estimation (MLE) via the EM algorithm have been thoroughly studied in the statistics and machine learning literature. They are subject of a growing investigation in the context of modeling with high-dimensional predictors with regularized MLE. We examine MoE with …
Proposes a new deep learning model for uncertainty quantification and propagation.
Sparse Vision MoE matches dense networks in image recognition while using less compute.
The paper studies 4-qubit Clifford states and their properties.
Improved logistic MoE with sigmoid gate shows better sample efficiency.
DeRegiME forecasts with regime structure, improving probabilistic predictions across various time series.
New method prepares 3-qubit states using local gates and controlled-Z gates.
Theory explains why DARTS favors deep architectures over shallow ones.
Sigmoid gating is more sample efficient than softmax in mixture of experts.
Exploiting sparsity enables hardware systems to run neural networks faster and more energy-efficiently. However, most prior sparsity-centric optimization techniques only accelerate the forward pass of neural networks and usually require an even longer training process with iterative pruning and retraining. We observe t…
In quantum computation, series of quantum gates have to be arranged in a predefined sequence that led to a quantum circuit in order to solve a particular problem. What if the sequence of quantum gates is known but both the problem to be solved and the outcome of the so defined quantum circuit remain in the shadow? This…
Long Short-Term Memory (LSTM) infers the long term dependency through a cell state maintained by the input and the forget gate structures, which models a gate output as a value in [0,1] through a sigmoid function. However, due to the graduality of the sigmoid function, the sigmoid gate is not flexible in representing m…
Gated attention improves model curvature, enhancing performance on nonlinear tasks.
Gated attention improves performance by using a hierarchical mixture of experts.
Given the success of the gated recurrent unit, a natural question is whether all the gates of the long short-term memory (LSTM) network are necessary. Previous research has shown that the forget gate is one of the most important gates in the LSTM. Here we show that a forget-gate-only version of the LSTM with chrono-ini…
Improved HMoE models using Laplace gating function enhance expert specialization and performance.
Recent advances in the sparse neural network literature have made it possible to prune many large feed forward and convolutional networks with only a small quantity of data. Yet, these same techniques often falter when applied to the problem of recovering sparse recurrent networks. These failures are quantitative: when…
The paper evaluates three variants of the Gated Recurrent Unit (GRU) in recurrent neural networks (RNN) by reducing parameters in the update and reset gates. We evaluate the three variant GRU models on MNIST and IMDB datasets and show that these GRU-RNN variant models perform as well as the original GRU RNN model while…
Study compares L1 and VG sparsity priors in inverse problems.
This study analyzes communication constraints in MoE architectures using information theory.
Bayesian methods have been successfully applied to sparsify weights of neural networks and to remove structure units from the networks, e. g. neurons. We apply and further develop this approach for gated recurrent architectures. Specifically, in addition to sparsification of individual weights and neurons, we propose t…
Recurrent neural networks (RNNs) are powerful dynamical models for data with complex temporal structure. However, training RNNs has traditionally proved challenging due to exploding or vanishing of gradients. RNN models such as LSTMs and GRUs (and their variants) significantly mitigate these issues associated with trai…
Paper connects MoE and self-attention, proposing active-attention.
Gated recurrent neural networks have achieved remarkable results in the analysis of sequential data. Inside these networks, gates are used to control the flow of information, allowing to model even very long-term dependencies in the data. In this paper, we investigate whether the original gate equation (a linear projec…
Solves challenges in estimating parameters of softmax gating Gaussian mixture models.
A major contributing factor to the recent advances in deep neural networks is structural units that let sensory information and gradients to propagate easily. Gating is one such structure that acts as a flow control. Gates are employed in many recent state-of-the-art recurrent models such as LSTM and GRU, and feedforwa…
In "Dictionary Learning" one tries to recover incoherent matrices (typically overcomplete and whose columns are assumed to be normalized) and sparse vectors with a small support of size for some while having access to observations $y \in \mathbb{…
Locally sparse neural networks improve interpretability for biomedical tabular data.
Recently, a lot of techniques were developed to sparsify the weights of neural networks and to remove networks' structure units, e.g. neurons. We adjust the existing sparsification approaches to the gated recurrent architectures. Specifically, in addition to the sparsification of weights and neurons, we propose sparsif…
Gradient Gating improves deep GNNs by modulating message passing updates.
LSTMs were introduced to combat vanishing gradients in simple RNNs by augmenting them with gated additive recurrent connections. We present an alternative view to explain the success of LSTMs: the gates themselves are versatile recurrent models that provide more representational power than previously appreciated. We do…