Research
On-device research index

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.

169,051 papers · 148 categories

Trend · papers per month

0.6%1.1%1.7%2.3% · Aug 201819922001200920182026
48 results for Gaussian-gated LSTM

Analyzes convergence rates for Gaussian-gated MoE model.

problem Theoretical understanding of Gaussian-gated MoE model is incomplete.
method Maximum likelihood estimation with novel Voronoi loss functions.
result MLE has distinct behaviors under different settings of Gaussian gating function parameters.

Regularized MLE improves MoE models for high-dimensional data.

problem Modeling with high-dimensional predictors and feature selection.
method Gaussian gating network, 1\ell_1-regularized MLE, EM-Lasso algorithm, BIC-like criterion.
result Regularized MLE outperforms standard MLE in clustering and regression tasks.

Paper proposes a novel method to accurately determine the number of experts in Gaussian-gated Gaussian MoE models.

problem Challenges in model selection for MoE models, especially with covariates.
method Introduces a novel extension using dendrograms of mixing measures to estimate the true number of mixture components.
result Achieves optimal convergence rates for parameter estimation and accurately approximates the regression function.

This paper tackles model selection for MoE models in high-dimensional data.

problem Model selection for Gaussian-gated localized MoE and block-diagonal covariance localized MoE regression models in high-dimensional data.
method Penalized maximum likelihood estimation framework with non-asymptotic risk bounds.
result Established non-asymptotic risk bounds for model selection in MoE models.

Proposes a new deep learning model for uncertainty quantification and propagation.

problem High-dimensional uncertainty quantification and propagation problems.
method Integrates U-net with Gaussian Gated Linear Network (GGLN) to create GLU-net.
result Less complex architecture with 44% fewer parameters than existing models.

Stacked LSTM improves weather forecasting accuracy by incorporating spatial information.

problem Improving temperature prediction accuracy in weather forecasting.
method 2-layer spatio-temporal stacked LSTM model with independent LSTM models per location in the first layer and combined hidden states in the second layer.
result The stacked LSTM model outperforms single LSTM models in most cases by utilizing spatial information.

This paper compares LSTMs and attention mechanisms for financial time series forecasting.

problem Improving financial time series forecasting accuracy.
method Implemented an LSTM with attention mechanism and compared it to a standard LSTM.
result An LSTM with attention can outperform standalone LSTMs, but further investigation is needed.

LSTM-FCN and ALSTM-FCN improve time series classification performance.

problem Improving time series classification performance.
method Ablation tests on LSTM-FCN and ALSTM-FCN, comparing z-normalizing techniques, dimension shuffle impact, and GRU replacement.
result LSTM and FCN blocks perform better together, and z-normalizing the whole dataset is more effective.

Proposes a model combining difference-attention and error-correction LSTMs for improved time series prediction.

problem Improving accuracy in time series prediction.
method Combines difference-attention LSTM and error-correction LSTM in a cascade approach.
result Improves prediction accuracy in time series.

Simplified LSTM models improve sentiment analysis on Twitter debate data.

problem Performing sentiment analysis on long sequence data from Twitter debates.
method Developed six parameter-reduced LSTM models (slim LSTM) for faster training and reduced computational cost.
result Slim LSTM models outperform standard LSTM model in sentiment analysis of GOP Debate Twitter dataset.

Long short-term memory (LSTM) has been widely used for sequential data modeling. Researchers have increased LSTM depth by stacking LSTM cells to improve performance. This incurs model redundancy, increases run-time delay, and makes the LSTMs more prone to overfitting. To address these problems, we propose a hidden-laye…

2018-05-30abs ↗pdf ↗

Solves exploding and vanishing gradient problem in LSTMs.

problem Exploding and vanishing gradient problem in LSTM optimization.
method Introduces a simple stochastic algorithm (h-detach) to prevent suppression of gradient components through the cell state path in LSTM.
result Significant improvements in convergence speed, robustness, and generalization over vanilla LSTM training.

DA-LSTM adapts LSTM depth to non-uniform data, improving efficiency.

problem Non-uniform information distribution in sequential data cannot be accurately modeled by traditional LSTM.
method Developed DA-LSTM architecture that dynamically adjusts LSTM depth based on information distribution.
result DA-LSTM reduces computation resource usage and convergence time by 41.78% and 46.01% respectively.

Enhanced LSTM with multiple kernels and attention improves video action recognition.

problem Improving motion understanding in video analysis.
method Proposed a Network-in-LSTM approach with multiple convolutional kernels and layers, and an attention-based mechanism.
result Improves accuracy in supervised classification on UCF-101 and Sports-1M datasets.

EA-LSTM improves LSTM for time series prediction by evolving attention.

problem LSTMs struggle with assigning varying attention to sub-windows in time series data.
method Evolutionary attention-based LSTM with competitive random search.
result EA-LSTM achieves competitive performance in multivariate time series prediction.

We present two simple ways of reducing the number of parameters and accelerating the training of large Long Short-Term Memory (LSTM) networks: the first one is "matrix factorization by design" of LSTM matrix into the product of two smaller matrices, and the second one is partitioning of LSTM matrix, its inputs and stat…

2017-03-31abs ↗pdf ↗

DP-LSTM predicts stock prices using financial news with improved accuracy and privacy.

problem Predicting stock prices with financial news articles.
method Integrates financial news articles into a sentiment-ARMA model, then uses an LSTM network with differential privacy.
result Achieves up to 65.79% improvement in MSE for S&P 500 prediction.

A new framework improves LSTM performance without adding more parameters.

problem Improving LSTM performance without increasing model complexity.
method A unifying framework of bilinear LSTMs that balances hidden state vector size and weight matrix approximation quality.
result Bilinear LSTMs achieve superior performance compared to linear LSTMs without additional parameters.

LSTMs improve bond yield forecasting with unique signals.

problem Improving bond yield forecasting accuracy.
method Long short-term memory (LSTM) networks with sequence-to-sequence architectures and LSTM-LagLasso methodology.
result Univariate LSTM models with additional memory can achieve similar results as multivariate MLP models using exogenous information.

DALC customizes LSTM models for detectors in large-scale traffic networks.

problem Fine-grained traffic prediction for large-scale transportation networks.
method Formulated as a finite Markov decision process, introduced ALC algorithm for automatic customization, and developed DALC for distributed customization.
result DALC provides higher prediction accuracy than Apache Spark MLlib approaches.

Recurrent neural networks like long short-term memory (LSTM) are important architectures for sequential prediction tasks. LSTMs (and RNNs in general) model sequences along the forward time direction. Bidirectional LSTMs (Bi-LSTMs) on the other hand model sequences along both forward and backward directions and are gene…

2017-11-15abs ↗pdf ↗

This study provides benchmarks for different implementations of LSTM units between the deep learning frameworks PyTorch, TensorFlow, Lasagne and Keras. The comparison includes cuDNN LSTMs, fused LSTM variants and less optimized, but more flexible LSTM implementations. The benchmarks reflect two typical scenarios for au…

2018-06-05abs ↗pdf ↗

Paper shows how LSTM can remember long sequences by attending to persisted information.

problem LSTMs struggle with long sequences due to fading information and bias towards recent data.
method The paper introduces a mechanism that allows LSTMs to attend to information in memory based on how long it was persisted by the gating mechanism.
result The method improves LSTM's ability to process long sequences by retrieving information proportionally to its persistence in memory.

Study compares LSTM and Transformer models in financial time series prediction.

problem Comparing LSTM and Transformer models for financial time series prediction.
method Various LSTM-based and Transformer-based models compared on financial tasks; DLSTM and new Transformer architecture designed.
result Transformer-based models show limited advantage in absolute price sequence prediction, while LSTM-based models perform better on difference sequences.

In this paper, we use the house price data ranging from January 2004 to October 2016 to predict the average house price of November and December in 2016 for each district in Beijing, Shanghai, Guangzhou and Shenzhen. We apply Autoregressive Integrated Moving Average model to generate the baseline while LSTM networks to…

2017-09-25abs ↗pdf ↗