CVSep 22, 2019

Volume Preserving Image Segmentation with Entropic Regularization Optimal Transport and Its Applications in Deep Learning

arXiv:1909.09931v28 citations
Originality Incremental advance
AI Analysis

This addresses the need for volume-preserving segmentation in real applications, offering an incremental improvement by integrating existing methods into a novel framework for deep learning.

The authors tackled the problem of volume-preserving image segmentation by integrating total variation regularization and volume constraints into an entropic regularized optimal transport model, resulting in a dual algorithm that can be unrolled into a VPTV-softmax layer for deep neural networks. Experiments showed the model is competitive and improves performance on semantic segmentation nets like U-net.

Image segmentation with a volume constraint is an important prior for many real applications. In this work, we present a novel volume preserving image segmentation algorithm, which is based on the framework of entropic regularized optimal transport theory. The classical Total Variation (TV) regularizer and volume preserving are integrated into a regularized optimal transport model, and the volume and classification constraints can be regarded as two measures preserving constraints in the optimal transport problem. By studying the dual problem, we develop a simple and efficient dual algorithm for our model. Moreover, to be different from many variational based image segmentation algorithms, the proposed algorithm can be directly unrolled to a new Volume Preserving and TV regularized softmax (VPTV-softmax) layer for semantic segmentation in the popular Deep Convolution Neural Network (DCNN). The experiment results show that our proposed model is very competitive and can improve the performance of many semantic segmentation nets such as the popular U-net.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes