简体   繁体   English

“实例检测”和“语义分割”有什么区别?

[英]What are the differences between “instance detection” and "semantic segmentation"?

I am working on semantic segmentation using deep learning, and I have met the terms: semantic segmentation , instance detection , object detection and object segmentation .我正在使用深度学习进行语义分割,并且遇到了以下术语: semantic segmentationinstance detectionobject detectionobject segmentation

What is the differences between them?它们之间有什么区别?

Some of the usage of these terms is either subjective to the user or context-dependent, but as far as I can tell a plausible reading of these can be:这些术语的某些用法要么对用户来说是主观的,要么取决于上下文,但据我所知,对这些术语的合理解读可以是:

instance detection - given an instance (ie an image of a specific object) you need to detect it in an image / image set.实例检测- 给定一个实例(即特定对象的图像),您需要在图像/图像集中检测它。 Result can be either "Image i has instance X", a segmentation of the instance in all of its occurrences or anything in between.结果可以是“图像我有实例 X”、实例在其所有出现中的分割或介于两者之间的任何内容。

object detection - depending on context can be the same as instance detection, or could mean that given a specific class of objects you want to detect all objects of this class that occur in an image / image set对象检测- 根据上下文可以与实例检测相同,或者可能意味着给定特定类别的对象,您希望检测出现在图像/图像集中的此类的所有对象

object segmentation - take object detection and add segmentation of the object in the images it occurs in.对象分割- 进行对象检测并在它出现的图像中添加对象的分割

semantic segmentation - attempt to segment given image(s) into semantically interesting parts.语义分割- 尝试将给定的图像分割成语义上有趣的部分。 This usually means pixel-labeling to a predefined class list.这通常意味着像素标记到预定义的类列表。

Another question about image segmentation terminology can be found here and might be of some interest for you.可以在此处找到有关图像分割术语的另一个问题,您可能会对此感兴趣。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM