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

2579 · Jul 202019922001200920172026
48 results for Q-network

MP-DQN improves deep Q-learning for complex action spaces.

problem Learning with discrete actions and continuous parameters in reinforcement learning.
method Multi-pass deep Q-networks (MP-DQN) to handle parameterised actions.
result Significantly outperforms P-DQN and other methods in data efficiency and policy performance.

We propose a framework that directly tackles the probability distribution of the value function parameters in Deep Q Network (DQN), with powerful variational inference subroutines to approximate the posterior of the parameters. We will establish the equivalence between our proposed surrogate objective and variational i…

2017-11-30abs ↗pdf ↗

Deep Recurrent Q-Network improves autonomous driving in urban areas with pedestrians.

problem Challenges in urban autonomous driving due to complex road structures and unpredictable pedestrian behavior.
method Combines Deep Q-Network with LSTM for long-term memory, designed a 3-D state representation, and uses a reward function.
result The proposed DRQN-based approach outperforms rule-based methods in dense urban scenarios.

Auto-CASH uses Deep Q-Network to automatically select machine learning algorithms.

problem Automatic selection of machine learning algorithms and hyperparameters.
method Pre-trained model based on meta-learning using Deep Q-Network.
result Auto-CASH achieves better performance with shorter time compared to classical and state-of-the-art methods.

We study reinforcement learning (RL) in high dimensional episodic Markov decision processes (MDP). We consider value-based RL when the optimal Q-value is a linear function of d-dimensional state-action feature representation. For instance, in deep-Q networks (DQN), the Q-value is a linear function of the feature repres…

2018-02-13abs ↗pdf ↗

Deep Q-Network predicts global stock market returns from chart images.

problem Predicting global stock market returns using chart images.
method Deep Q-Network with CNN approximator, trained on US stock market, tested on 31 countries.
result Artificial intelligence can predict stock prices in small markets.

Enhanced DQN model boosts trading performance with advanced techniques.

problem Improving automated trading performance in financial markets.
method Incorporation of Prioritized Experience Replay, Regularized Q-Learning, Noisy Networks, Dueling, Double DQN, and CNN architectures.
result Significantly improved returns and Sharpe Ratio compared to the original DQN model.

DQNs can approximate optimal Q-functions with high accuracy on compact sets.

problem Approximating optimal Q-functions in continuous-time Markov Decision Processes.
method Stochastic control, FBSDEs, residual network approximation theorems, large deviation bounds, viscosity solutions.
result DQNs can approximate optimal Q-functions on compact sets with arbitrary accuracy and high probability.

Paper uses deep Q-network to correct eye movement artifacts in OCT volumes.

problem Unsupervised correction of inter-frame misalignments in OCT volumes due to eye movement artifacts.
method Dueling deep Q-network trained to maximize reward signals based on intensity-based image similarity metrics.
result Average normalized mutual information and correlation coefficient of 0.985 and 0.914, respectively.

AI algorithms outperform traditional trading methods in stock markets.

problem Traditional trading methods struggle with risk management and edge over classical approaches.
method Used Deep Reinforcement Learning (DRL) algorithms (DDQN and PPO) to compare with Buy and Hold benchmark.
result DRL algorithms provide a substantial edge over classical approaches in terms of risk-adjusted returns.

This research introduces an autonomous robot navigation method using reinforcement learning.

problem Improving robot navigation in complex environments.
method Deep Q Network (DQN) and Proximal Policy Optimization (PPO) models for path planning and decision-making.
result The models enhance robot navigation ability and adaptive learning in unknown environments.

Deep Reinforcement Learning (RL) recently emerged as one of the most competitive approaches for learning in sequential decision making problems with fully observable environments, e.g., computer Go. However, very little work has been done in deep RL to handle partially observable environments. We propose a new architec…

2018-04-17abs ↗pdf ↗

This paper uses deep reinforcement learning to automate electric transmission voltage control.

problem Automating voltage control in electric transmission systems.
method Deep reinforcement learning (DRL) applied to voltage control, with a novel DQN modification.
result DRL can automate voltage control at scale, but more research is needed.

Reinforcement learning (RL) algorithms have made huge progress in recent years by leveraging the power of deep neural networks (DNN). Despite the success, deep RL algorithms are known to be sample inefficient, often requiring many rounds of interaction with the environments to obtain satisfactory performance. Recently,…

2018-05-19abs ↗pdf ↗

A new method prioritizes and recycles experiences for better reinforcement learning.

problem Improving reinforcement learning efficiency by prioritizing and recycling experiences.
method Double-prioritized state-recycled (DPSR) experience replay.
result DPSR achieved state-of-the-art results in Atari games, outperforming original and prioritized methods.

A deep reinforcement learning method with rule-based constraints improves safe and efficient lane changes in autonomous driving.

problem Complex and uncertain traffic environment challenges autonomous driving decision-making.
method Deep Q-Network (DQN) combined with rule-based constraints for lane change decision-making.
result The proposed rule-based DQN method outperforms both rule-based and DQN approaches in a real-world simulator.

The deep reinforcement learning method usually requires a large number of training images and executing actions to obtain sufficient results. When it is extended a real-task in the real environment with an actual robot, the method will be required more training images due to complexities or noises of the input images, …

2018-06-02abs ↗pdf ↗

Integrates CF and RL for collaborative recommendation.

problem Interactive recommendation problem where current recommendations affect future quality.
method Develops CFRL, a novel approach that models as an RL task and learns optimal policy.
result Demonstrates superior performance compared to existing methods on real-world datasets.

This review explores how multiple agents learn to communicate in complex environments.

problem Learning effective communication strategies among multiple agents in partially observable environments.
method Review of recent algorithms and models for improving communication between agents, including Deep Recurrent Q-Networks.
result Introduction of a novel entropy-based evaluation metric for communication strategies.

New model-free reinforcement learning methods outperform traditional scheduling in cancer chemotherapy.

problem Optimal scheduling of cancer chemotherapy in the presence of uncertainty.
method Used Deep Q-Network (DQN) and Deep Deterministic Policy Gradient (DDPG) algorithms.
result DDPG outperforms DQN in eradicating cancer, suggesting continuous action space advantages.

A new method for learning Gaussian Mixture Models using gradient descent.

problem Learning Gaussian Mixture Models efficiently and with gradient descent.
method Sliced Cramér 2-distance for multivariate GMMs, compatible with gradient descent.
result Closed-form solution for univariate case, easy to implement.

New algorithms tackle multi-agent problems with hybrid action spaces.

problem Applying deep reinforcement learning to multi-agent problems with discrete-continuous hybrid action spaces.
method Proposed two novel algorithms: Deep MAPQN and Deep MAHHQN, using centralized training and decentralized execution.
result Empirical results show both algorithms significantly outperform existing methods.

Deep reinforcement learning improves trading performance in financial markets.

problem Improving trading performance in financial markets.
method Deep Q-network (DQN) for designing long-short trading strategies.
result Trained reinforcement learning agent outperformed an index benchmark in trading E-mini S&P 500 futures contracts.

New hybrid model combines GARCH and reinforcement learning for improved VaR estimation.

problem Inaccurate VaR estimation in volatile financial markets.
method Combines GARCH volatility models with DDQN reinforcement learning for dynamic risk forecasting.
result Significant improvement in VaR accuracy and reduction in breaches.

Improved robustness of RL policies in SNNs for Atari games.

problem High sensitivity of RL policies to noisy input data.
method Conversion of Q-Learning NNs trained using RL to Spiking Neural Networks (SNNs).
result Improved robustness of SNNs to occlusion in input images.

Study analyzes sensitivity of RL algorithm for ICU hemodynamic management.

problem Evaluating safety and reliability of RL in clinical settings.
method Sensitivity analysis of Duel-DDQN on ICU sepsis patients.
result RL policies are sensitive to various implementation factors.

This paper tackles few-shot AF learning for BO, improving performance across various functions.

problem Designing a single AF that performs well across different types of black-box functions.
method Integrates Q-functions and DQN, using Bayesian model-agnostic meta-learning and Kullback-Leibler regularization.
result FSAF achieves comparable or better performance than state-of-the-art benchmarks.