🤖 AI Summary
To address the challenge of efficiently modeling high-dimensional inter-pixel covariance in generative image segmentation, this paper proposes Flow-SSN—a novel generative segmentation model supporting both discrete-time autoregressive and continuous-time flow paradigms. Unlike conventional low-rank covariance parameterizations, Flow-SSN directly models arbitrary high-rank pixel-wise covariance via differentiable flow transformations, eliminating the need for pre-specified rank constraints or explicit storage of distribution parameters—thereby enhancing representational capacity and sampling efficiency. The model integrates probabilistic density transformation, differentiable sampling, and domain-specific medical image priors. Evaluated on multiple medical segmentation benchmarks, Flow-SSN achieves state-of-the-art performance, significantly outperforming existing diffusion-based methods in both accuracy and inference speed.
📝 Abstract
We introduce the Flow Stochastic Segmentation Network (Flow-SSN), a generative segmentation model family featuring discrete-time autoregressive and modern continuous-time flow variants. We prove fundamental limitations of the low-rank parameterisation of previous methods and show that Flow-SSNs can estimate arbitrarily high-rank pixel-wise covariances without assuming the rank or storing the distributional parameters. Flow-SSNs are also more efficient to sample from than standard diffusion-based segmentation models, thanks to most of the model capacity being allocated to learning the base distribution of the flow, constituting an expressive prior. We apply Flow-SSNs to challenging medical imaging benchmarks and achieve state-of-the-art results. Code available: https://github.com/biomedia-mira/flow-ssn.