English

Neural Value Iteration

Artificial Intelligence 2026-03-17 v3

Abstract

The value function of a POMDP exhibits the piecewise-linear-convex (PWLC) property and can be represented as a finite set of hyperplanes, known as α\alpha-vectors. Most state-of-the-art POMDP solvers (offline planners) follow the point-based value iteration scheme, which performs Bellman backups on α\alpha-vectors at reachable belief points until convergence. However, since each α\alpha-vector is S|S|-dimensional, these methods quickly become intractable for large-scale problems due to the prohibitive computational cost of Bellman backups. In this work, we demonstrate that the PWLC property allows a POMDP's value function to be alternatively represented as a finite set of neural networks. This insight enables a novel POMDP planning algorithm called \emph{Neural Value Iteration}, which combines the generalization capability of neural networks with the classical value iteration framework. Our approach achieves near-optimal solutions even in extremely large POMDPs that are intractable for existing offline solvers.

Cite

@article{arxiv.2511.08825,
  title  = {Neural Value Iteration},
  author = {Yang You and Ufuk Çakır and Alex Schutz and Nick Hawes},
  journal= {arXiv preprint arXiv:2511.08825},
  year   = {2026}
}
R2 v1 2026-07-01T07:33:06.785Z