Transfer learning strategies for accelerating reinforcement-learning-based flow control
Saeed Salehi
TL;DR
This work tackles the computational bottleneck of DRL-based flow control by leveraging transfer learning across fidelity levels in a chaotic KS setting. It systematically benchmarks conventional fine-tuning against Progressive Neural Networks (PNNs), showing that fine-tuning can hasten convergence but is fragile to overfitting and fidelity gaps, while PNNs provide robust, knowledge-preserving transfer with steady performance gains. APS analysis reveals how PNNs reuse low-level features from the source while progressively adapting higher-level representations to the target task, even under regime shifts or inconsistent objectives. The findings suggest that structured transfer learning via PNNs can enable robust, scalable, and efficient flow control applicable to more complex or turbulent flows. The work also highlights practical guidelines for selecting transfer strategies and pretraining durations to maximize speed and reliability in multifidelity DRL for fluid dynamics.
Abstract
This work investigates transfer learning strategies to accelerate deep reinforcement learning (DRL) for multifidelity control of chaotic fluid flows. Progressive neural networks (PNNs), a modular architecture designed to preserve and reuse knowledge across tasks, are employed for the first time in the context of DRL-based flow control. In addition, a comprehensive benchmarking of conventional fine-tuning strategies is conducted, evaluating their performance, convergence behavior, and ability to retain transferred knowledge. The Kuramoto-Sivashinsky (KS) system is employed as a benchmark to examine how knowledge encoded in control policies, trained in low-fidelity environments, can be effectively transferred to high-fidelity settings. Systematic evaluations show that while fine-tuning can accelerate convergence, it is highly sensitive to pretraining duration and prone to catastrophic forgetting. In contrast, PNNs enable stable and efficient transfer by preserving prior knowledge and providing consistent performance gains, and are notably robust to overfitting during the pretraining phase. Layer-wise sensitivity analysis further reveals how PNNs dynamically reuse intermediate representations from the source policy while progressively adapting deeper layers to the target task. Moreover, PNNs remain effective even when the source and target environments differ substantially, such as in cases with mismatched physical regimes or control objectives, where fine-tuning strategies often result in suboptimal adaptation or complete failure of knowledge transfer. The results highlight the potential of novel transfer learning frameworks for robust, scalable, and computationally efficient flow control that can potentially be applied to more complex flow configurations.
