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

1234 · Dec 201919922001200920172026
44 results for CNN-LSTM

This paper uses CNN-LSTM to predict stock market performance.

problem Predicting stock market performance is challenging due to changing prices and lack of advanced libraries.
method Developed a CNN-LSTM Neural Network model to track stock data patterns and predict future performance.
result The CNN-LSTM model outperformed other models in predicting stock market performance.

Study improves parameter estimation for SDEs driven by Levy noise.

problem Challenges in estimating parameters of SDEs with non-Gaussian noises.
method Introduces PEnet, a CNN-LSTM model for efficient parameter estimation.
result PEnet offers superior accuracy and adaptability for various SDE scenarios.

Survey of deep learning for Hindi text classification.

problem Limited research on morphologically rich, low-resource Hindi text classification.
method Comparison of CNN, LSTM, Transformer, BERT, and LASER for Hindi text classification.
result Multilingual pre-trained sentence embeddings outperform traditional architectures for Hindi text classification.

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.

We empirically investigate the (negative) expected accuracy as an alternative loss function to cross entropy (negative log likelihood) for classification tasks. Coupled with softmax activation, it has small derivatives over most of its domain, and is therefore hard to optimize. A modified, leaky version is evaluated on…

2019-05-01abs ↗pdf ↗

Research uses deep learning and copulas to predict multivariate survival data.

problem Handling right-censored and correlated multivariate survival data.
method Integrates deep learning, copula functions, and survival analysis. Uses copula-based activation functions to model nonlinear dependencies.
result Enhanced prediction accuracy for multivariate survival responses.

State-of-the-art speaker diarization systems utilize knowledge from external data, in the form of a pre-trained distance metric, to effectively determine relative speaker identities to unseen data. However, much of recent focus has been on choosing the appropriate feature extractor, ranging from pre-trained ii-vectors…

2018-11-01abs ↗pdf ↗

Early detection of preventable diseases is important for better disease management, improved inter-ventions, and more efficient health-care resource allocation. Various machine learning approacheshave been developed to utilize information in Electronic Health Record (EHR) for this task. Majorityof previous attempts, ho…

2018-08-15abs ↗pdf ↗

Optimizing storage assignment is a central problem in warehousing. Past literature has shown the superiority of the Duration-of-Stay (DoS) method in assigning pallets, but the methodology requires perfect prior knowledge of DoS for each pallet, which is unknown and uncertain under realistic conditions. The dynamic natu…

2019-03-12abs ↗pdf ↗

Employers actively look for talents having not only specific hard skills but also various soft skills. To analyze the soft skill demands on the job market, it is important to be able to detect soft skill phrases from job advertisements automatically. However, a naive matching of soft skill phrases can lead to false pos…

2018-07-20abs ↗pdf ↗

Study combines CNNs and LSTMs for ECG classification, improving performance with attention mechanisms.

problem Improving ECG classification accuracy for weakly supervised tasks.
method Investigates ConvLSTM networks and various attention mechanisms to capture both morphological and temporal features.
result Attention mechanisms improve classification performance and provide interpretable saliency maps.

Congestion prediction represents a major priority for traffic management centres around the world to ensure timely incident response handling. The increasing amounts of generated traffic data have been used to train machine learning predictors for traffic, however this is a challenging task due to inter-dependencies of…

2019-07-15abs ↗pdf ↗

Interpretation of electroencephalogram (EEG) signals can be complicated by obfuscating artifacts. Artifact detection plays an important role in the observation and analysis of EEG signals. Spatial information contained in the placement of the electrodes can be exploited to accurately detect artifacts. However, when few…

2018-01-03abs ↗pdf ↗

Improved sleep apnea detection using sensor fusion and backward shortcut connections.

problem Untreated sleep apnea leads to severe health consequences; automated detection is needed.
method Late sensor fusion using backward shortcut connections to improve deep learning models.
result Significant improvement in predictive performance over single sensor methods.

TSCoNet forecasts correlated geophysical fields with uncertainty estimates.

problem Accurate and reliable forecasts of correlated geophysical fields across many locations.
method Two-stage CNN-LSTM coupled with Gaussian copula.
result Calibrated prediction intervals without sacrificing point accuracy.

Paper analyzes deep learning models for credit rating prediction using text and numerical data.

problem Improving credit rating prediction using multi-modal deep learning.
method Testing different deep learning models and fusion strategies for structured and unstructured datasets.
result CNN-based multi-modal model with two fusion strategies outperformed other models.

A new method for estimating joint value functions in multi-scene reinforcement learning.

problem High variance in samples for policy gradient computations in multi-scene environments.
method Sparse attention mechanism over multiple value function hypotheses to approximate the true joint value function.
result Significant improvements in reward scores and enhanced navigation efficiency across OpenAI ProcGen environments.

DOSFL reduces federated learning communication by one round, preserving model performance.

problem High communication costs in federated learning with poorly distributed data.
method Clients distill their private data into synthetic data, sending only this to the server for training.
result Total communication cost up to 3 orders of magnitude less than FedAvg while maintaining comparable performance.

SigMA uses signatures and attention to estimate parameters in fBm-driven SDEs.

problem Estimating parameters in SDEs driven by fBm is challenging due to non-Markovian and semimartingale issues.
method SigMA integrates path signatures with multi-head self-attention, using convolutional and MLP layers.
result SigMA outperforms other methods in accuracy, robustness, and model compactness.

This research predicts cryptocurrency price volatility using deep learning models.

problem Predicting the volatility of cryptocurrency prices to mitigate investment risk.
method Used CNN, LSTM, BiLSTM, and GRU models to predict the risk factor of 20 cryptocurrency parameters.
result Developed a new model with RMSE of 0.0089, significantly outperforming existing models.

Developed deep learning models to predict crop yields across diverse environments.

problem Precise crop yield prediction for improved agricultural practices and climate resilience.
method Integrated weather data, used CNN-DNN and CNN-LSTM-DNN models, applied GEM method.
result Achieved superior performance in crop yield prediction with reduced RMSE and MAE.

Proposes a feature transformation for spatio-temporal traffic models to improve performance and transferability.

problem Limited transferability of deep learning models for traffic flow prediction across different locations.
method Integrates Newell's traffic flow estimators to capture broader dynamics and incorporates spatial dependencies.
result Improves model performance in predicting traffic flows over different horizons.

A neural network approach uncovers Granger causality without explicit variable selection.

problem Capturing complex associations in multivariate time series data.
method A deep learning model with proper regularization to learn the true Granger Causality structure.
result A neural network can learn the true Granger Causality structure from data without explicit variable selection.