Data-Driven Output Feedback based Analysis and Control for Unknown Discrete-Time Linear System
arXiv:2608.18452
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a constructive way to turn output-only interaction into a finite-dimensional recurrent state by stacking delayed inputs and outputs in a companion-form system. Its transferable asset is not the linear-controller result itself, but the separation between a fixed shift-register memory, known input/output injection, and a learned readout into a control-relevant latent state. This suggests a lightweight recurrent or state-space front end for neural controllers that can replace attention over recent trajectories while preserving explicit memory dynamics. The strongest initial test is a learned observer-memory module for partially observed control and model-based reinforcement learning, comparing it with GRU/LSTM and short-context attention at equal recurrent-state size.
Ideas from this paper
Unverified
2026
Replace an unrestricted GRU or attention-based history encoder with a fixed companion-form shift register driven by the current action and observation, followed by a learned nonlinear policy. The register stores a structured finite history, while a learned matrix or MLP readout maps that history to a control-relevant latent state. This should provide a cheaper and more interpretable memory mechanism for partially observed environments, especially when the relevant dynamics are approximately…
Useful5/10
Difficulty4/10
Novelty6/10