paper-with-me

홈 › Papers

Beyond ReLU: Chebyshev-DQN for Enhanced Deep Q-Networks

2025-08-20 · Saman Yazdannik, Morteza Tayefi, Shamim Sanisales arxiv

The performance of Deep Q-Networks (DQN) is critically dependent on the ability of its underlying neural network to accurately approximate the action-value function. Standard function approximators, such as multi-layer perceptrons, may struggle to efficiently represent the complex value landscapes inherent in many reinforcement learning problems. This paper introduces a novel architecture, the Chebyshev-DQN (Ch-DQN), which integrates a Chebyshev polynomial basis into the DQN framework to create a more effective feature representation. By leveraging the powerful function approximation properties of Chebyshev polynomials, we hypothesize that the Ch-DQN can learn more efficiently and achieve higher performance. We evaluate our proposed model on the CartPole-v1 benchmark and compare it against a standard DQN with a comparable number of parameters. Our results demonstrate that the Ch-DQN with a moderate polynomial degree (N=4) achieves significantly better asymptotic performance, outperforming the baseline by approximately 39\%. However, we also find that the choice of polynomial degree is a critical hyperparameter, as a high degree (N=8) can be detrimental to learning. This work validates the potential of using orthogonal polynomial bases in deep reinforcement learning while also highlighting the trade-offs involved in model complexity.

📄 PDF Abstract BibTeX arXiv:2508.14536

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Deep ReLU networks and high-order finite element methods II: Chebyshev emulation

2023-10-11 · Joost A. A. Opschoor, Christoph Schwab

We show expression rates and stability in Sobolev norms of deep feedforward ReLU neural networks (NNs) in terms of the number of parameters defining the NN for continuous, piecewise polynomial functions, on arbitrary, fi…

Variations on the Chebyshev-Lagrange Activation Function

2019-06-24 · Yuchen Li, Frank Rudzicz, Jekaterina Novikova

We seek to improve the data efficiency of neural networks and present novel implementations of parameterized piece-wise polynomial activation functions. The parameters are the y-coordinates of n+1 Chebyshev nodes per hid…

AC-PKAN: Attention-Enhanced and Chebyshev Polynomial-Based Physics-Informed Kolmogorov-Arnold Networks

2025-05-13 · Hangwei Zhang, Zhimu Huang, Yan Wang

Kolmogorov-Arnold Networks (KANs) have recently shown promise for solving partial differential equations (PDEs). Yet their original formulation is computationally and memory intensive, motivating the introduction of Cheb…

Kolmogorov-Arnold Networks

SwishReLU: A Unified Approach to Activation Functions for Enhanced Deep Neural Networks Performance

2024-07-11 · Jamshaid Ul Rahman, Rubiqa Zulfiqar, Asad Khan, Nimra

ReLU, a commonly used activation function in deep neural networks, is prone to the issue of "Dying ReLU". Several enhanced versions, such as ELU, SeLU, and Swish, have been introduced and are considered to be less common…

Cheb-GR: Rethinking K-nearest Neighbor Search in Re-ranking for Person Re-identification

2025-01-01 · CVPR 2025 1 · Jinxi Yang, He Li, Bo Du, Mang Ye

Person re-identification (ReID) is the task of matching individuals across different camera views. Existing approaches typically employ neural networks to extract discriminative features, ranking gallery images based…

Person Re-IdentificationRe-RankingRetrieval