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.

168,742 papers · 148 categories

Trend · papers per month

52104156208 · Jun 202019922001200920172026
48 results for variational LSTM

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 ↗

Unified statistical framework for LSTM model selection.

problem Model selection and hyperparameter tuning in LSTM networks is heuristic and computationally expensive.
method Proposes a statistical framework extending classical model selection ideas to LSTM networks.
result Improved performance of the proposed framework demonstrated on biomedical data.

Status prediction and anomaly detection are two fundamental tasks in automatic IT systems monitoring. In this paper, a joint model Predictor & Anomaly Detector (PAD) is proposed to address these two issues under one framework. In our design, the variational auto-encoder (VAE) and long short-term memory (LSTM) are joine…

2019-10-09abs ↗pdf ↗

The project aims to research on combining deep learning specifically Long-Short Memory (LSTM) and basic statistics in multiple multistep time series prediction. LSTM can dive into all the pages and learn the general trends of variation in a large scope, while the well selected medians for each page can keep the special…

2017-10-12abs ↗pdf ↗

CLVSA predicts financial market trends using LSTM and attention mechanisms.

problem Predicting trends in financial markets due to complex interactions.
method Hybrid model combining LSTM, sequence-to-sequence, attention, and convolutional LSTM.
result CLVSA outperforms basic models in predicting financial market trends.

Improved anomaly detection for launch vehicle propulsion systems using LSTM and statistical relabeling.

problem Detecting anomalies in real-time telemetry data for launch vehicles.
method Utilized LSTM networks for anomaly classification, introduced a statistical detector based on Mahalanobis distance and forward-backward detection fractions to adjust training labels.
result Precision and recall of the LSTM classifier improved by 7% and 22% respectively after statistical relabeling.

LSTM model predicts rainfall runoff with high temporal resolution.

problem Accurate and efficient rainfall runoff simulations for flood risk management.
method Data-driven rainfall runoff model using Long-short-Term-Memory (LSTM) networks.
result LSTM model achieves high-resolution discharge predictions with improved performance.

Unified deep learning approach for time series forecasting using VMD-CNN-LSTM.

problem Time series forecasting problem.
method Proposes a unified deep learning approach with decomposition-reconstruction-ensemble framework using VMD-CNN-LSTM.
result The proposed approach outperforms benchmark approaches in forecasting accuracy.

Forecasting time series data is an important subject in economics, business, and finance. Traditionally, there are several techniques to effectively forecast the next lag of time series data such as univariate Autoregressive (AR), univariate Moving Average (MA), Simple Exponential Smoothing (SES), and more notably Auto…

2018-03-16abs ↗pdf ↗

Framework predicts implied volatility surface without arbitrage.

problem Predicting implied volatility surface without static arbitrage.
method Two-step framework: feature selection and deep neural network (DNN) construction.
result DNN model for surface construction removes static arbitrage and reduces prediction error.

Proposes an ensemble framework combining VAE, Transformer, and LSTM for stock price prediction.

problem Predicting stock prices with high accuracy and reliability.
method Combines VAE, Transformer, and LSTM models to capture both linear and non-linear relationships in stock price movements.
result The ensemble framework outperforms individual models and classical methods in stock price prediction accuracy.

The problem of video frame prediction has received much interest due to its relevance to many computer vision applications such as autonomous vehicles or robotics. Supervised methods for video frame prediction rely on labeled data, which may not always be available. In this paper, we provide a novel unsupervised deep-l…

2019-08-28abs ↗pdf ↗

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 ↗

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.

In this paper, we present Gamma-LSTM, an enhanced long short term memory (LSTM) unit, to enable learning of hierarchical representations through multiple stages of temporal abstractions. Gamma memory, a hierarchical memory unit, forms the central memory of Gamma-LSTM with gates to regulate the information flow into var…

2019-10-25abs ↗pdf ↗

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.

DKULENOVO team improves speech diarization by 27.5% and 31.7% in DIHARD II.

problem Challenges in speech diarization, especially in distinguishing overlapping speakers.
method Used a combination of VAD, speaker embedding extraction, similarity scoring, clustering, and resegmentation techniques.
result Achieved 18.84% DER in Track1 and 27.90% DER in Track2, reducing baseline DERs by 27.5% and 31.7% respectively.

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.

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 ↗

Recurrent neural networks are known for their notorious exploding and vanishing gradient problem (EVGP). This problem becomes more evident in tasks where the information needed to correctly solve them exist over long time scales, because EVGP prevents important gradient components from being back-propagated adequately …

2018-10-06abs ↗pdf ↗