• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

SOLO:一种简单的实例分割框架。

SOLO: A Simple Framework for Instance Segmentation.

出版信息

IEEE Trans Pattern Anal Mach Intell. 2022 Nov;44(11):8587-8601. doi: 10.1109/TPAMI.2021.3111116. Epub 2022 Oct 4.

DOI:10.1109/TPAMI.2021.3111116
PMID:34516372
Abstract

Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that has made instance segmentation much more challenging. In order to predict a mask for each instance, mainstream approaches either follow the "detect-then-segment" strategy (e.g., Mask R-CNN), or predict embedding vectors first then cluster pixels into individual instances. In this paper, we view the task of instance segmentation from a completely new perspective by introducing the notion of "instance categories", which assigns categories to each pixel within an instance according to the instance's location. With this notion, we propose segmenting objects by locations (SOLO), a simple, direct, and fast framework for instance segmentation with strong performance. We derive a few SOLO variants (e.g., Vanilla SOLO, Decoupled SOLO, Dynamic SOLO) following the basic principle. Our method directly maps a raw input image to the desired object categories and instance masks, eliminating the need for the grouping post-processing or the bounding box detection. Our approach achieves state-of-the-art results for instance segmentation in terms of both speed and accuracy, while being considerably simpler than the existing methods. Besides instance segmentation, our method yields state-of-the-art results in object detection (from our mask byproduct) and panoptic segmentation. We further demonstrate the flexibility and high-quality segmentation of SOLO by extending it to perform one-stage instance-level image matting. Code is available at: https://git.io/AdelaiDet.

摘要

与许多其他密集预测任务(例如语义分割)相比,正是实例的任意数量使得实例分割变得更加具有挑战性。为了预测每个实例的蒙版,主流方法要么遵循“检测后分割”策略(例如 Mask R-CNN),要么首先预测嵌入向量,然后将像素聚类到各个实例中。在本文中,我们通过引入“实例类别”的概念,从一个全新的角度看待实例分割任务,根据实例的位置为每个实例内的像素分配类别。有了这个概念,我们提出了通过位置分割对象(SOLO),这是一种简单、直接、快速的实例分割框架,具有强大的性能。我们根据基本原理推导出了几个 SOLO 变体(例如,Vanilla SOLO、Decoupled SOLO、Dynamic SOLO)。我们的方法直接将原始输入图像映射到所需的对象类别和实例蒙版,无需进行分组后处理或边界框检测。我们的方法在速度和准确性方面都实现了实例分割的最新水平,同时比现有方法简单得多。除了实例分割,我们的方法在对象检测(来自我们的蒙版副产品)和全景分割方面也取得了最新的结果。我们通过将其扩展到执行单级实例级图像遮罩来进一步证明 SOLO 的灵活性和高质量分割。代码可在:https://git.io/AdelaiDet 获得。

相似文献

1
SOLO: A Simple Framework for Instance Segmentation.SOLO:一种简单的实例分割框架。
IEEE Trans Pattern Anal Mach Intell. 2022 Nov;44(11):8587-8601. doi: 10.1109/TPAMI.2021.3111116. Epub 2022 Oct 4.
2
Instance and Panoptic Segmentation Using Conditional Convolutions.使用条件卷积的实例分割与全景分割
IEEE Trans Pattern Anal Mach Intell. 2023 Jan;45(1):669-680. doi: 10.1109/TPAMI.2022.3145407. Epub 2022 Dec 5.
3
Mask SSD: An Effective Single-Stage Approach to Object Instance Segmentation.Mask SSD:一种有效的单阶段目标实例分割方法。
IEEE Trans Image Process. 2020;29(1):2078-2093. doi: 10.1109/TIP.2019.2947806. Epub 2019 Oct 22.
4
FCOS: A Simple and Strong Anchor-Free Object Detector.FCOS:一种简单且强大的无锚框目标检测器。
IEEE Trans Pattern Anal Mach Intell. 2022 Apr;44(4):1922-1933. doi: 10.1109/TPAMI.2020.3032166. Epub 2022 Mar 4.
5
Polygonal Approximation Learning for Convex Object Segmentation in Biomedical Images With Bounding Box Supervision.基于边界框监督的生物医学图像中凸对象分割的多边形逼近学习。
IEEE J Biomed Health Inform. 2024 Aug;28(8):4522-4533. doi: 10.1109/JBHI.2023.3341699. Epub 2024 Aug 6.
6
MaskMitosis: a deep learning framework for fully supervised, weakly supervised, and unsupervised mitosis detection in histopathology images.MaskMitosis:一种深度学习框架,用于在组织病理学图像中进行全监督、弱监督和无监督的有丝分裂检测。
Med Biol Eng Comput. 2020 Jul;58(7):1603-1623. doi: 10.1007/s11517-020-02175-z. Epub 2020 May 22.
7
Mask-Refined R-CNN: A Network for Refining Object Details in Instance Segmentation.Mask-Refined R-CNN:用于实例分割中细化对象细节的网络。
Sensors (Basel). 2020 Feb 13;20(4):1010. doi: 10.3390/s20041010.
8
Mask R-CNN.Mask R-CNN。
IEEE Trans Pattern Anal Mach Intell. 2020 Feb;42(2):386-397. doi: 10.1109/TPAMI.2018.2844175. Epub 2018 Jun 5.
9
Mask-Pyramid Network: A Novel Panoptic Segmentation Method.掩码金字塔网络:一种新型全景分割方法。
Sensors (Basel). 2024 Feb 22;24(5):1411. doi: 10.3390/s24051411.
10
Attentive neural cell instance segmentation.注意神经细胞实例分割。
Med Image Anal. 2019 Jul;55:228-240. doi: 10.1016/j.media.2019.05.004. Epub 2019 May 10.

引用本文的文献

1
An instance segmentation network for discharging carbon traces inside oil-immersed transformers with boundary and detail features enhancement.一种用于增强边界和细节特征以检测油浸式变压器内部碳痕的实例分割网络。
Sci Rep. 2025 Sep 1;15(1):32196. doi: 10.1038/s41598-025-15894-w.
2
DCMC-UNet: A Novel Segmentation Model for Carbon Traces in Oil-Immersed Transformers Improved with Dynamic Feature Fusion and Adaptive Illumination Enhancement.DCMC-UNet:一种通过动态特征融合和自适应光照增强改进的油浸式变压器碳痕分割新模型。
Sensors (Basel). 2025 Jun 23;25(13):3904. doi: 10.3390/s25133904.
3
SMLS-YOLO: an extremely lightweight pathological myopia instance segmentation method.
SMLS-YOLO:一种超轻量级病理性近视实例分割方法。
Front Neurosci. 2024 Sep 25;18:1471089. doi: 10.3389/fnins.2024.1471089. eCollection 2024.
4
TP-Transfiner: high-quality segmentation network for tea pest.TP-Transfiner:用于茶害虫的高质量分割网络。
Front Plant Sci. 2024 Aug 13;15:1411689. doi: 10.3389/fpls.2024.1411689. eCollection 2024.
5
Marine ship instance segmentation by deep neural networks using a global and local attention (GALA) mechanism.基于全局和局部注意力(GALA)机制的深度神经网络的海洋船舶实例分割。
PLoS One. 2023 Feb 24;18(2):e0279248. doi: 10.1371/journal.pone.0279248. eCollection 2023.
6
Deep Learning in Diverse Intelligent Sensor Based Systems.基于多样化智能传感器的深度学习系统。
Sensors (Basel). 2022 Dec 21;23(1):62. doi: 10.3390/s23010062.