paper-with-me

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 infinite-width analysis of our architecture using the Neural Tangent Kernel and theoretically show that tuning the initial variance of the Fourier basis is equivalent to functional regularization of the learned deep network. That is, these learned Fourier features allow for adjusting the degree to which networks underfit or overfit different frequencies in the training data, and hence provide a controlled mechanism to improve the stability and performance of RL optimization. Empirically, this allows us to prioritize learning low-frequency functions and speed up learning by reducing networks' susceptibility to noise in the optimization process, such as during Bellman updates. Experiments on standard state-based and image-based RL benchmarks show clear benefits of our architecture over the baselines. Website at https://alexanderli.com/learned-fourier-features

📄 PDF Abstract BibTeX arXiv:2112.03257

Code (1)

alexlioralexli/learned-fourier-features 공식 구현 pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar 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,…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Fractional Variational Approach to Spectral Filtering Using the Fourier Transform

2025-11-15 · Nelson H. T. Lemes, José Claudinei Ferreira, Higor V. M. Ferreira arxiv

The interference of fluorescence signals and noise remains a significant challenge in Raman spectrum analysis, often obscuring subtle spectral features that are critical for accurate analysis. Inspired by variational met…

Image Denoising

Generalization and Regularization in DQN

2018-09-29 · Jesse Farebrother, Marlos C. Machado, Michael Bowling

Deep reinforcement learning algorithms have shown an impressive ability to learn complex control policies in high-dimensional tasks. However, despite the ever-increasing performance on popular benchmarks, policies learne…

Atari GamesBenchmarkingDeep Reinforcement Learningreinforcement-learning+2

Robust Fourier Neural Networks

2024-09-03 · Halyun Jeong, Jihun Han

Fourier embedding has shown great promise in removing spectral bias during neural network training. However, it can still suffer from high generalization errors, especially when the labels or measurements are noisy. We d…

Continually Learning Self-Supervised Representations with Projected Functional Regularization

2021-12-30 · Alex Gomez-Villa, Bartlomiej Twardowski, Lu Yu, Andrew D. Bagdanov 외

Recent self-supervised learning methods are able to learn high-quality image representations and are closing the gap with supervised approaches. However, these methods are unable to acquire new knowledge incrementally --…

Continual LearningIncremental LearningSelf-Supervised Learning