Summary
The paper introduces Markov Neural Processes (MNPs), a new variant of Stochastic Processes (SP). The paper points out that predictive SP models that construct context-to-target mappings no longer satisfy conditional consistency property and also are not fully generative. An expressive NP variant called MNP is proposed, the basis of which is stacking sequences of Markov transition operators in the function space. The paper adapts the definitions of consistency and exchangeability to MNPs, and show that they are consistent and exchangeable by construction. The paper shows the potential of MNPs in a variety of benchmarks from 1D function regression to geological inference.
Strengths
The paper introduces the framework from a very generic point of view, and also provides context in the specific choices made for the experiments. For instance, the usage of instance-wise conditional normalizing flows to parameterize the MNP is very interesting; as flows are universal approximators, this gives the MNPs high flexibility. Similarly, the usage of permutation-invariant neural networks is also interesting.
The idea is simple but powerful, and the exposition of the idea is very neat.
Weaknesses
The empirical evaluation of the paper is somewhat limited. More empirical results may attract readers to this paper - for instance, few-shot image classification results would be interesting to see. Results in more large-scale datasets will also be useful.
Questions
Figure 2: I could not understand clearly why the auxiliary latent variables should be inferred in the reverse order. Can you expand further?
The paper uses a specific variant of normalizing flows in its experiments called spline flows. It would be useful to justify the usage of the specific variant of flows. More flexible variants such as deep sigmoidal flows can also be tried out.
Rating
8: Strong Accept: Technically strong paper, with novel ideas, excellent impact on at least one area, or high-to-excellent impact on multiple areas, with excellent evaluation, resources, and reproducibility, and no unaddressed ethical considerations.
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.
Limitations
The training of MNPs is computationally intensive as the authors state; this limitation can be addressed in future works.