论文标题
弱监督语义细分的小组语义挖掘
Group-Wise Semantic Mining for Weakly Supervised Semantic Segmentation
论文作者
论文摘要
多年来,由于深度学习的数据性质,多年来,获得足够的基础真相监督来训练深层视觉模型一直是一种瓶颈。在某些结构化预测任务(例如语义分割)中,这会加剧这一点,该任务需要像素级注释。这项工作解决了弱监督的语义细分(WSSS),目的是弥合图像级注释和像素级分段之间的差距。我们将WSSS作为一项新颖的小组学习任务,将一组图像中的语义依赖性建模,以估算更可靠的伪基真实性,可用于训练更准确的分割模型。特别是,我们设计了一个用于小组语义挖掘的图形神经网络(GNN),其中输入图像表示为图形节点,并且一对图像之间的潜在关系以有效的共同注意机制为特征。此外,为了防止模型过度关注通用语义,我们进一步提出了图形辍学层,鼓励模型学习更准确和完整的对象响应。整个网络都是可以通过迭代消息传递来训练的端到端,这可以传播图像上的交互提示,以逐步提高性能。我们对流行的Pascal VOC 2012和可可基准进行了实验,我们的模型可产生最先进的性能。我们的代码可在以下网址提供:https://github.com/lixy1997/group-wsss。
Acquiring sufficient ground-truth supervision to train deep visual models has been a bottleneck over the years due to the data-hungry nature of deep learning. This is exacerbated in some structured prediction tasks, such as semantic segmentation, which requires pixel-level annotations. This work addresses weakly supervised semantic segmentation (WSSS), with the goal of bridging the gap between image-level annotations and pixel-level segmentation. We formulate WSSS as a novel group-wise learning task that explicitly models semantic dependencies in a group of images to estimate more reliable pseudo ground-truths, which can be used for training more accurate segmentation models. In particular, we devise a graph neural network (GNN) for group-wise semantic mining, wherein input images are represented as graph nodes, and the underlying relations between a pair of images are characterized by an efficient co-attention mechanism. Moreover, in order to prevent the model from paying excessive attention to common semantics only, we further propose a graph dropout layer, encouraging the model to learn more accurate and complete object responses. The whole network is end-to-end trainable by iterative message passing, which propagates interaction cues over the images to progressively improve the performance. We conduct experiments on the popular PASCAL VOC 2012 and COCO benchmarks, and our model yields state-of-the-art performance. Our code is available at: https://github.com/Lixy1997/Group-WSSS.