Active Inference as a Convex Markov Decision Process
Summary
Active Inference (AIF) frames adaptive behavior by minimizing expected free energy (EFE), integrating epistemic and pragmatic objectives. This work reformulates AIF as policy optimization, demonstrating that for closed-loop control policies, EFE minimization can be expressed as a convex Markov decision process (MDP). The pragmatic terms are linear in predictive state marginals, akin to reward maximization in a latent MDP, but the epistemic value introduces a nonlinear element, distinguishing it from standard reinforcement learning. The epistemic drive is identified as a policy-dependent (performative) reward. The authors analyze finite-horizon, discounted, and average-reward EFE formulations, deriving a mirror descent (MD) algorithm. This algorithm locally linearizes the objective, producing a policy-dependent reward suitable for actor-critic methods and dynamic programming. This perspective grounds AIF within modern reinforcement learning and optimization theory, offering routes for convergence analysis and principled policy improvement guarantees.
Key takeaway
For Machine Learning Engineers developing intelligent agents, understanding Active Inference as a convex Markov Decision Process clarifies its relationship to standard reinforcement learning. This perspective allows you to apply established RL optimization theory, including convergence analysis and policy improvement guarantees, to AIF systems. You can leverage actor-critic methods and dynamic programming with the derived policy-dependent rewards, potentially simplifying complex AIF implementations and improving their robustness.
Key insights
Active Inference's expected free energy minimization can be formulated as a convex Markov decision process.
Principles
- Active Inference's epistemic drive functions as a policy-dependent reward.
- EFE minimization integrates both epistemic and pragmatic objectives.
Method
A mirror descent algorithm locally linearizes the EFE objective, generating a policy-dependent reward for actor-critic and dynamic programming.
In practice
- Framing AIF as performative RL allows for convergence analysis.
- Policy improvement guarantees become possible through this RL grounding.
Topics
- Active Inference
- Expected Free Energy
- Markov Decision Process
- Reinforcement Learning
- Policy Optimization
- Mirror Descent
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.