Reinforcement Learning-Based Output Feedback LQR for Continuous-Time MIMO Systems
arXiv:2608.11750
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a concrete identifiability mechanism for model-free output-feedback control: a dynamic input-output filter can produce a lifted vector with many deterministic redundant directions, even though only 2n components in SIMO systems and n(m+1) components in general MIMO systems are independent. This redundancy makes Bellman regressions rank deficient and causes unstable policy or value iteration. A strong transfer is to insert an online, rank-adaptive linear memory bottleneck before recurrent actor-critic or neural state-space models, using filtered histories rather than an unnecessarily large recurrent state. The key falsifiable prediction is that truncating the filter lift at its intrinsic numerical rank will remove near-zero singular values, improve regression conditioning, and create a sharp stability improvement near the rank threshold.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace an oversized recurrent hidden state or raw history stack with a causal filtered input-output lift followed by an SVD-selected bottleneck. The actor, critic, and Bellman regression operate only on the identifiable memory coordinates, preventing deterministic null directions from being fitted as if they were independent state variables.
Useful7/10
Difficulty5/10
Novelty6/10