Variational reaction-diffusion systems for semantic segmentation
Paul Vernaza

TL;DR
This paper introduces a new energy-based model for multi-class semantic segmentation that allows fast, exact inference using reaction-diffusion PDEs, and integrates well with CNNs for improved performance.
Contribution
The paper presents a novel reaction-diffusion system for semantic segmentation that enables efficient exact inference and differentiability, facilitating integration with convolutional neural networks.
Findings
Model achieves near-linear inference time scaling with image size.
Integration with CNNs improves segmentation performance.
Outperforms joint training of CRFs with CNNs.
Abstract
A novel global energy model for multi-class semantic image segmentation is proposed that admits very efficient exact inference and derivative calculations for learning. Inference in this model is equivalent to MAP inference in a particular kind of vector-valued Gaussian Markov random field, and ultimately reduces to solving a linear system of linear PDEs known as a reaction-diffusion system. Solving this system can be achieved in time scaling near-linearly in the number of image pixels by reducing it to sequential FFTs, after a linear change of basis. The efficiency and differentiability of the model make it especially well-suited for integration with convolutional neural networks, even allowing it to be used in interior, feature-generating layers and stacked multiple times. Experimental results are shown demonstrating that the model can be employed profitably in conjunction with…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsConditional Random Field
