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

25.0%50.0%75.0%100.0% · Jun 199319922001200920172026
48 results for Deep Q-networks

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.

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.

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.

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.

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.

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 ↗

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.

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.

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.

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 ↗

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 ↗

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.

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.

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.

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.

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.

Proposes a deep RL framework for optimizing task allocation in crowdsourcing platforms.

problem Optimizing task allocation in crowdsourcing platforms for both workers and requesters.
method Uses Deep Q-Network (DQN) to estimate long-term rewards, considering immediate and future rewards simultaneously.
result Demonstrates superior performance in synthetic and real datasets.

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.

Deep reinforcement learning (DRL) methods such as the Deep Q-Network (DQN) have achieved state-of-the-art results in a variety of challenging, high-dimensional domains. This success is mainly attributed to the power of deep neural networks to learn rich domain representations for approximating the value function or pol…

2017-05-21abs ↗pdf ↗

Deep RL solves combinatorial selection problems with large item spaces.

problem Solving MDPs with large state and action spaces, especially for combinatorial selection.
method Convert S-MDP to IS-MDP, use weight-shared Q-networks to manage state space explosion.
result Our approach effectively handles large item spaces and scales to diverse environments.

Proposes a deep reinforcement learning framework for dynamic multichannel access.

problem Efficient use of limited spectral resources in dynamic multichannel access.
method Deep actor-critic reinforcement learning framework for both single-user and multi-user scenarios.
result Demonstrates improved performance and adaptive ability compared to existing methods.

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 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.

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.