An MRF-UNet Product of Experts for Image Segmentation
Mikael Brudfors, Ya\"el Balbastre, John Ashburner, Geraint Rees,, Parashkev Nachev, S\'ebastien Ourselin, M. Jorge Cardoso

TL;DR
This paper introduces an MRF-UNet model that combines Markov random fields with UNet architectures, improving out-of-distribution generalization and reducing parameters in 3D neuroimaging segmentation tasks.
Contribution
It proposes a novel fusion of MRFs and UNets via a product of experts, trained with an iterative mean-field approximation, enhancing robustness and efficiency.
Findings
Improved generalization to out-of-distribution neuroimaging data.
Reduced model parameters while maintaining high accuracy.
Less over-fitting due to MRF's simpler distribution prior.
Abstract
While convolutional neural networks (CNNs) trained by back-propagation have seen unprecedented success at semantic segmentation tasks, they are known to struggle on out-of-distribution data. Markov random fields (MRFs) on the other hand, encode simpler distributions over labels that, although less flexible than UNets, are less prone to over-fitting. In this paper, we propose to fuse both strategies by computing the product of distributions of a UNet and an MRF. As this product is intractable, we solve for an approximate distribution using an iterative mean-field approach. The resulting MRF-UNet is trained jointly by back-propagation. Compared to other works using conditional random fields (CRFs), the MRF has no dependency on the imaging data, which should allow for less over-fitting. We show on 3D neuroimaging data that this novel network improves generalisation to out-of-distribution…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Generative Adversarial Networks and Image Synthesis
