CVIVSep 23, 2019

Object Segmentation using Pixel-wise Adversarial Loss

arXiv:1909.10341v11 citations
Originality Incremental advance
AI Analysis

This work addresses segmentation accuracy for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles object segmentation by introducing a pixel-wise adversarial loss combined with stochastic weight averaging, achieving state-of-the-art results with significant and consistent performance gains over baseline models.

Recent deep learning based approaches have shown remarkable success on object segmentation tasks. However, there is still room for further improvement. Inspired by generative adversarial networks, we present a generic end-to-end adversarial approach, which can be combined with a wide range of existing semantic segmentation networks to improve their segmentation performance. The key element of our method is to replace the commonly used binary adversarial loss with a high resolution pixel-wise loss. In addition, we train our generator employing stochastic weight averaging fashion, which further enhances the predicted output label maps leading to state-of-the-art results. We show, that this combination of pixel-wise adversarial training and weight averaging leads to significant and consistent gains in segmentation performance, compared to the baseline models.

Foundations

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

Your Notes