paper-with-me

홈 › Papers

ExARNN: An Environment-Driven Adaptive RNN for Learning Non-Stationary Power Dynamics

2025-05-23 · Haoran Li, Muhao Guo, Yang Weng, Marija Ilic, Guangchun Ruan

Non-stationary power system dynamics, influenced by renewable energy variability, evolving demand patterns, and climate change, are becoming increasingly complex. Accurately capturing these dynamics requires a model capable of adapting to environmental factors. Traditional models, including Recurrent Neural Networks (RNNs), lack efficient mechanisms to encode external factors, such as time or environmental data, for dynamic adaptation. To address this, we propose the External Adaptive RNN (ExARNN), a novel framework that integrates external data (e.g., weather, time) to continuously adjust the parameters of a base RNN. ExARNN achieves this through a hierarchical hypernetwork design, using Neural Controlled Differential Equations (NCDE) to process external data and generate RNN parameters adaptively. This approach enables ExARNN to handle inconsistent timestamps between power and external measurements, ensuring continuous adaptation. Extensive forecasting tests demonstrate ExARNN's superiority over established baseline models.

📄 PDF Abstract BibTeX arXiv:2505.17488

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Regret of Policy Optimization in Non-stationary Environments

2020-06-30 · NeurIPS 2020 12 · Yingjie Fei, Zhuoran Yang, Zhaoran Wang, Qiaomin Xie

We consider reinforcement learning (RL) in episodic MDPs with adversarial full-information reward feedback and unknown fixed transition kernels. We propose two model-free policy optimization algorithms, POWER and POWER++…

Reinforcement Learning (RL)

MAGNET: Towards Adaptive GUI Agents with Memory-Driven Knowledge Evolution

2026-01-27 · Libo Sun, Jiwen Zhang, Siyuan Wang, Zhongyu Wei arxiv

Mobile GUI agents powered by large foundation models enable autonomous task execution, but frequent updates altering UI appearance and reorganizing workflows cause agents trained on historical data to fail. Despite surfa…

Composite Reward Design in PPO-Driven Adaptive Filtering

2025-05-29 · Abdullah Burkan Bereketoglu

Model-free and reinforcement learning-based adaptive filtering methods are gaining traction for denoising in dynamic, non-stationary environments such as wireless signal channels. Traditional filters like LMS, RLS, Wiene…

Denoisingreinforcement-learningReinforcement Learning

Finite-time Analysis of Globally Nonstationary Multi-Armed Bandits

2021-07-23 · Junpei Komiyama, Edouard Fouché, Junya Honda

We consider nonstationary multi-armed bandit problems where the model parameters of the arms change over time. We introduce the adaptive resetting bandit (ADR-bandit), a bandit algorithm class that leverages adaptive win…

Multi-Armed Bandits

A Change-Detection Based Thompson Sampling Framework for Non-Stationary Bandits

2020-09-06 · Gourab Ghatak

We consider a non-stationary two-armed bandit framework and propose a change-detection based Thompson sampling (TS) algorithm, named TS with change-detection (TS-CD), to keep track of the dynamic environment. The non-sta…

Change DetectionThompson Sampling