paper-with-me

Papers

When Learning Hurts: Fixed-Pole RNN for Real-Time Online Training

2026-02-25 · Alexander Morgan, Ummay Sumaya Khan, Lingjia Liu, Lizhong Zheng arxiv

Recurrent neural networks (RNNs) can be interpreted as discrete-time state-space models, where the state evolution corresponds to an infinite-impulse-response (IIR) filtering operation governed by both feedforward weights and recurrent poles. While, in principle, all parameters including pole locations can be optimized via backpropagation through time (BPTT), such joint learning incurs substantial computational overhead and is often impractical for applications with limited training data. Echo state networks (ESNs) mitigate this limitation by fixing the recurrent dynamics and training only a linear readout, enabling efficient and stable online adaptation. In this work, we analytically and empirically examine why learning recurrent poles does not provide tangible benefits in data-constrained, real-time learning scenarios. Our analysis shows that pole learning renders the weight optimization problem highly non-convex, requiring significantly more training samples and iterations for gradient-based methods to converge to meaningful solutions. Empirically, we observe that for complex-valued data, gradient descent frequently exhibits prolonged plateaus, and advanced optimizers offer limited improvement. In contrast, fixed-pole architectures induce stable and well-conditioned state representations even with limited training data. Numerical results demonstrate that fixed-pole networks achieve superior performance with lower training complexity, making them more suitable for online real-time tasks.

📄 PDF Abstract BibTeX arXiv:2602.21454

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the design of fixed-gain tracking filters by pole placement: Or an introduction to applied signals-and-systems theory for engineers

2021-10-01 · Hugh Lachlan Kennedy

The Kalman filter computes the optimal variable-gain using prior knowledge of the initial state and random (process and measurement) noise distributions, which are assumed to be Gaussian with known variance. However, whe…

Direct closed-loop identification of continuous-time systems using fixed-pole observer model

2022-05-01 · Ichiro Maruta, Toshiharu Sugie

This paper provides a method for obtaining a continuous-time model of a target system in closed-loop from input-output data alone, in the case where no knowledge of the controllers nor excitation signals is available and…

When Covariate-shifted Data Augmentation Increases Test Error And How to Fix It

2019-09-25 · Sang Michael Xie*, Aditi Raghunathan*, Fanny Yang, John C. Duchi 외

Empirically, data augmentation sometimes improves and sometimes hurts test error, even when only adding points with labels from the true conditional distribution that the hypothesis class is expressive enough to fit. In…

Data Augmentationregression

Sound transmission into a thick hollow cylinder with the fixed-end boundary condition

2008-04-04 · Applied Mathematical Modelling 2008 4 · Noise reduction Fixed-end cylinder Uniform wave Monopole source Dipole source

In this paper sound transmission through the air filled finite thick cylinders exposed to the different incident acoustic wave is studied. The effect of end boundary conditions on the noise reduction of finite cylinder…

Select-then-Solve: Paradigm Routing as Inference-Time Optimization for LLM Agents

2026-04-08 · Heng Zhou, Zelin Tan, Zhemeng Zhang, Yutao Fan 외 arxiv

When an LLM-based agent improves on a task, is the gain from the model itself or from the reasoning paradigm wrapped around it? We study this question by comparing six inference-time paradigms, namely Direct, CoT, ReAct,…