论文标题
标签条件分割
Label conditioned segmentation
论文作者
论文摘要
语义细分是计算机视觉中的重要任务,通常通过卷积神经网络(CNN)来解决。 CNN学会通过对图像对及其相应的地面实际分割标签进行训练来产生像素级预测。对于具有多个类的分割任务,标准方法是使用一个计算多通道概率分割图的网络,每个通道代表一个类。在图像网格大小(例如,当3D卷)和/或标签数量相对较大的应用中,标准方法(基线)方法对于我们的计算资源来说可能会变得非常昂贵。在本文中,我们提出了一种简单而有效的方法来应对这一挑战。在我们的方法中,分割网络会产生单通道输出,同时在单个类标签上进行条件,该标签决定了网络的输出类。我们的方法称为标签条件分割(LCS),可用于使用大量类分割图像,这对于基线方法可能是不可行的。我们在实验中还证明了标签条件可以提高给定骨干结构的准确性,这可能得益于其参数效率。最后,正如我们在结果中所显示的那样,LCS模型可以在推理期间产生以前看不见的细粒标签,而在训练过程中只有粗标签。我们在此处提供所有代码:https://github.com/tym002/label-conditioned-ementation
Semantic segmentation is an important task in computer vision that is often tackled with convolutional neural networks (CNNs). A CNN learns to produce pixel-level predictions through training on pairs of images and their corresponding ground-truth segmentation labels. For segmentation tasks with multiple classes, the standard approach is to use a network that computes a multi-channel probabilistic segmentation map, with each channel representing one class. In applications where the image grid size (e.g., when it is a 3D volume) and/or the number of labels is relatively large, the standard (baseline) approach can become prohibitively expensive for our computational resources. In this paper, we propose a simple yet effective method to address this challenge. In our approach, the segmentation network produces a single-channel output, while being conditioned on a single class label, which determines the output class of the network. Our method, called label conditioned segmentation (LCS), can be used to segment images with a very large number of classes, which might be infeasible for the baseline approach. We also demonstrate in the experiments that label conditioning can improve the accuracy of a given backbone architecture, likely, thanks to its parameter efficiency. Finally, as we show in our results, an LCS model can produce previously unseen fine-grained labels during inference time, when only coarse labels were available during training. We provide all of our code here: https://github.com/tym002/Label-conditioned-segmentation