paper-with-me

Papers

Fourier Features in Reinforcement Learning with Neural Networks

2021-09-29 · David Brellmann, Goran Frehse, David Filliat

In classic Reinforcement Learning (RL), encoding the inputs with a Fourier feature mapping is a standard way to facilitate generalization and add prior domain knowledge. In Deep RL, such input encodings are less common, since they could, in principle, be learned by the network and may therefore seem less beneficial. In this paper, we present experiments on Multilayer Perceptron (MLP) that indicate that even in Deep RL, Fourier features can lead to significant performance gains, in both rewards and sample efficiency. Furthermore, we observe that they increase the robustness with respect to hyperparameters, lead to smoother policies, and benefit the training process by reducing learning interference, encouraging sparsity, and increasing the expressiveness of the learned features. According to our experiments, other input preprocessings, such as random Fourier features or Polynomial features, do not give similar advantages.But a major bottleneck with conventional Fourier features is that they exponentially increase the number of features with the state dimension. We remedy this by proposing a simple, light version that only has a linear number of features, yet still maintains the benefits. Our experiments cover both shallow/deep, discrete/continuous, and on/off-policy RL settings. To the best of our knowledge, this is the first reported application of Fourier features in Deep RL.

📄 PDF Abstract BibTeX

Code (1)

MindSpore-scientific-2/code-4/tree/main/Fourier-Features-Let-Networks-Learn-High-Frequency mindspore

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Functional Regularization for Reinforcement Learning via Learned Fourier Features

2021-12-06 · NeurIPS 2021 12 · Alexander C. Li, Deepak Pathak

We propose a simple architecture for deep reinforcement learning by embedding inputs into a learned Fourier basis and show that it improves the sample efficiency of both state-based and image-based RL. We perform infinit…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Wavelet Fourier Diffuser: Frequency-Aware Diffusion Model for Reinforcement Learning

2025-09-04 · Yifu Luo, Yongzhe Chang, Xueqian Wang arxiv

Diffusion probability models have shown significant promise in offline reinforcement learning by directly modeling trajectory sequences. However, existing approaches primarily focus on time-domain features while overlook…

Reinforcement Learning

Fourier Feature Attribution: A New Efficiency Attribution Method

2025-04-02 · Zechen Liu, Feiyang Zhang, Wei Song, Xiang Li 외

The study of neural networks from the perspective of Fourier features has garnered significant attention. While existing analytical research suggests that neural networks tend to learn low-frequency features, a clear att…

feature selectionSpecificity

Fourier Controller Networks for Real-Time Decision-Making in Embodied Learning

2024-05-30 · Hengkai Tan, Songming Liu, Kai Ma, Chengyang Ying 외

Transformer has shown promise in reinforcement learning to model time-varying features for obtaining generalized low-level robot policies on diverse robotics datasets in embodied learning. However, it still suffers from …

D4RLDecision Making

Random Fourier Features for Kernel Ridge Regression: Approximation Bounds and Statistical Guarantees

2018-04-26 · ICML 2017 8 · Haim Avron, Michael Kapralov, Cameron Musco, Christopher Musco 외

Random Fourier features is one of the most popular techniques for scaling up kernel methods, such as kernel ridge regression. However, despite impressive empirical results, the statistical properties of random Fourier fe…

regression