热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

交互式分割相关工作【2019/7/6】

文章目录1.clicksscribbles2.boundingbox3.controlpoints1.clicksscribbles[1]Interactivegraphcutsf

文章目录

  • 1. clicks / scribbles
  • 2. bounding box
  • 3. control points




1. clicks / scribbles

[1] Interactive graph cuts for optimal boundary & region segmentation of objects in N-D images

ICCV 2001

被引量: 4519(2019/6)
作者: Yuri Y. Boykov, Marie-Pierre Jolly
交互方式: click / scribble

Intro: Graph-cuts [1.1] marks some seed pixels belong to background or foreground, then uses max-flow/min-cut algorithm to provide a global optimal solution for an N-dimensional segmentation.


[2] Extreme clicking for efficient object annotation

ICCV 2017

作者: Dim P. Papadopoulos, Jasper R. R. Uijlings, Frank Keller, Vittorio Ferrari
被引量: 49(2019/7)
交互方法: click -> bounding box

Intro: [1.2] proposes extreme clicking strategy to replace the traditional drawing bounding box method, which lets user to click on the top, bottom, left and right-most points of an object and then incorporates them into GrabCut to obtain segmentation result.


[3] Deep extreme cut: From extreme points to object segmentation

CVPR 2018

作者: Kevis-Kokitsi Maninis, Sergi Caelles, Jordi Pont-Tuset, Luc Van Gool
被引量: 44(2019/7)
交互方式: click / scribble

Intro: Based on [1.2], [1.3] proposes a CNN network DEXTR, that turns extreme clicking annotations (left-most, right-most, top, bottom points) into object masks.


[4] Large-scale interactive object segmentation with human annotators

CVPR 2019

作者: Rodrigo Benenson, Stefan Popov, Vittorio Ferrari
被引量: 1(2019/7)
交互方式: click / scribble

Intro: [1.4] allows user to focus on correcting the outputs for multiple rounds, which are generated by automatic segmentation model and then the model incorporates all scribbles to refine the segmentation result.


[5] Fast User-Guided Video Object Segmentation by Interaction-and-Propagation Networks

CVPR 2019

作者: Seoung Wug Oh, Joon-Young Lee, Ning Xu, Seon Joo Kim
被引次数: 1(2019/7)
交互方式: click / scribble

Intro: [1.5] proposes a multi-round training strategy for interactive video objects segmentation, lets the model understand the users’ intention and refine mis-segmentation regions during training phase.


[6] Interactive Full Image Segmentation by Considering All Regions Jointly

CVPR 2019

作者: Eirikur Agustsson, Jasper R. R. Uijlings, Vittorio Ferrari
被引量: 1(2019/7)
交互方式: scribble

Intro: [1.6] proposes to derive an initial segmentation result for the whole image based on [1.2], then use the initial prediction result as the input of the annotator, and iterate between the annotator make a refinement on the mis-segmentaion area and update the segmentation results accordingly.


[7] Interactive Image Segmentation via Backpropagating Refinement Scheme

CVPR 2019

作者: Won-Dong Jang,Chang-Su Kim
被引量: (2019/7)
交互方式: click / scribble

Intro: [1.7] converts user annotations into interaction maps by measuring distances of each pixel to the annotated locations, at the same time, it develops the backpropagating refinement scheme which corrects the mislabeled pixels.


[8] DeepIGeoS: A Deep Interactive Geodesic Framework for Medical Image Segmentation

PAMI 2019(医学图像)

作者: Guotai Wang , Maria A. Zuluaga , Wenqi Li , Rosalind Pratt, Premal A. Patel, Michael Aertsen, Tom Doel , Anna L. David , Jan Deprest, Sebastien Ourselin, and Tom Vercauteren
被引量: 25 (2019/7)
交互方式: click / scribble

Intro: DeepIGeoS [1.8] proposes an interactive method for 2D and 3D medical image segmentation that combines user interactions with the CNNs through geodesic distance transforms and minimize user interactions while improving segmentation results.



2. bounding box

[1] Grabcut: Interactive foreground extraction using iterated graph cuts

ACM 2004

作者: C. Rother, V. Kolmogorov, and A. Blake
被引量: 5613(2019/7)
交互方法: bounding box + scribbles

Intro: GrabCut[2.1] is based on the discrete graph-cut algorithm[*], and only requires user to draw a rectangle loosely around an object, then the segmentation result is obtained automatically.


[2] Image segmentation with a bounding box prior

ICCV 2009

作者: Victor Lempitsky, Pushmeet Kohli, Carsten Rother, and Toby Sharp
被引量: 339(2019/6)
交互方法: bounding box

Intro: [2.2] mentions that the bounding box can not only be used to exclude background information, but also as a topology prior, thus preventing the segmentation result from shrinking.


[3] MILCut: A Sweeping Line Multiple Instance Learning Paradigm for Interactive Image Segmentation

CVPR 2014

作者: Jiajun Wu, Yibiao Zhao, Jun-Yan Zhu, Siwei Luo, and Zhuowen Tu
被引量: 69(2019/7)
交互方法: bounding box

Intro: [2.3] proposes sweeping-line strategy to perform segmentation task within the bounding box provided by user, which convert the interactive image segmentation into a multiple instance learning problem.


[4] Deep grabcut for object selection

CVPR 2017

作者: Ning Xu, Brian Price, Scott Cohen, Jimei Yang, Thomas Huang
被引量: 14(2019/6)
交互方法: bounding box

Intro: [2.4] takes the bounding box as soft constraint


[5] LooseCut: Interactive Image Segmentation with Loosely Bounded Boxes

CVPR 2015

作者: Hongkai Yu, Youjie Zhou, Hui Qian, Min Xian, Yuewei Lin, Dazhou Guo, Kang Zheng, Kareem Abdelfatah, Song Wang
被引量: 15(2019/6)
交互方法: bounding box

Intro: [2.5] draw some loosely bounded boxes


[6] Interactive Medical Image Segmentation Using Deep Learning With Image-Specific Fine Tuning

TMI 2018(医学图像)

作者: Guotai Wang , Wenqi Li , Maria A. Zuluaga , Rosalind Pratt, Premal A. Patel, Michael Aertsen, Tom Doel, Anna L. David, Jan Deprest, Sébastien Ourselin, and Tom Vercauteren
被引量: 60(2019/7)
交互方式: bounding box and optional scribbles

Intro: BIFSeg[2.6] design a 2D and a 3D CNN and combine with bounding box and optional user scribbles to achieve higher precision, and propose image-specific fine-tuning to address the current problem that CNNs can not generalize well to object classes that do not exist in training sets.



3. control points

[1] Annotating object instances with a polygon-rnn

CVPR 2017

作者: Lluis Castrejon, Kaustav Kundu, Raquel Urtasun, Sanja Fidler
被引量: 59(2019/7)
交互方式: control points

Intro: Polygon-RNN [3.1] treats the segmentation task as a polygon prediction problem, that is, predicts the vertices of a polygon that outlines the object, and allow user to interfere at any time and correct a vertex if needed.


[2] Efficient interactive annotation of segmentation datasets with polygon-rnn++

CVPR 2018

作者: David Acuna, Huan Ling, Amlan Kar, Sanja Fidler
被引量: 43(2019/7)
交互方式: control points

Intro: Polygon-RNN ++[3.2] is based on polygon-RNN, but it further proposes to use reinforcemet learning to train the network and uses Graph Neural Network to increase the segmentation result resolution.


[3] Fast Interactive Object Annotation with Curve-GCN

CVPR 2019

作者: Huan Ling, Jun Gao, Amlan Kar, Wenzheng Chen, Sanja Fidler
被引量: 2(2019/7)
交互方式: control points

Intro: Different from the sequential nature of Polygon RNN, [3.3] regards the object annotation problem as a regression problem, this model can predicting all vertices simultaneously by using Graph Convolutional Network(GCN).


推荐阅读
  • 移动传感器扫描覆盖摘要:关于传感器网络中的地址覆盖问题,已经做过很多尝试。他们通常归为两类,全覆盖和栅栏覆盖,统称为静态覆盖 ... [详细]
  • 本文介绍了设计师伊振华受邀参与沈阳市智慧城市运行管理中心项目的整体设计,并以数字赋能和创新驱动高质量发展的理念,建设了集成、智慧、高效的一体化城市综合管理平台,促进了城市的数字化转型。该中心被称为当代城市的智能心脏,为沈阳市的智慧城市建设做出了重要贡献。 ... [详细]
  • CSS3选择器的使用方法详解,提高Web开发效率和精准度
    本文详细介绍了CSS3新增的选择器方法,包括属性选择器的使用。通过CSS3选择器,可以提高Web开发的效率和精准度,使得查找元素更加方便和快捷。同时,本文还对属性选择器的各种用法进行了详细解释,并给出了相应的代码示例。通过学习本文,读者可以更好地掌握CSS3选择器的使用方法,提升自己的Web开发能力。 ... [详细]
  • 知识图谱——机器大脑中的知识库
    本文介绍了知识图谱在机器大脑中的应用,以及搜索引擎在知识图谱方面的发展。以谷歌知识图谱为例,说明了知识图谱的智能化特点。通过搜索引擎用户可以获取更加智能化的答案,如搜索关键词"Marie Curie",会得到居里夫人的详细信息以及与之相关的历史人物。知识图谱的出现引起了搜索引擎行业的变革,不仅美国的微软必应,中国的百度、搜狗等搜索引擎公司也纷纷推出了自己的知识图谱。 ... [详细]
  • 推荐系统遇上深度学习(十七)详解推荐系统中的常用评测指标
    原创:石晓文小小挖掘机2018-06-18笔者是一个痴迷于挖掘数据中的价值的学习人,希望在平日的工作学习中,挖掘数据的价值, ... [详细]
  • 深度学习中的Vision Transformer (ViT)详解
    本文详细介绍了深度学习中的Vision Transformer (ViT)方法。首先介绍了相关工作和ViT的基本原理,包括图像块嵌入、可学习的嵌入、位置嵌入和Transformer编码器等。接着讨论了ViT的张量维度变化、归纳偏置与混合架构、微调及更高分辨率等方面。最后给出了实验结果和相关代码的链接。本文的研究表明,对于CV任务,直接应用纯Transformer架构于图像块序列是可行的,无需依赖于卷积网络。 ... [详细]
  • SpringBoot整合SpringSecurity+JWT实现单点登录
    SpringBoot整合SpringSecurity+JWT实现单点登录,Go语言社区,Golang程序员人脉社 ... [详细]
  • java drools5_Java Drools5.1 规则流基础【示例】(中)
    五、规则文件及规则流EduInfoRule.drl:packagemyrules;importsample.Employ;ruleBachelorruleflow-group ... [详细]
  • 本文介绍了Windows Vista操作系统中的用户账户保护功能,该功能是为了增强系统的安全性而设计的。通过对Vista测试版的体验,可以看到系统在安全性方面的进步。该功能的引入,为用户的账户安全提供了更好的保障。 ... [详细]
  • ShiftLeft:将静态防护与运行时防护结合的持续性安全防护解决方案
    ShiftLeft公司是一家致力于将应用的静态防护和运行时防护与应用开发自动化工作流相结合以提升软件开发生命周期中的安全性的公司。传统的安全防护方式存在误报率高、人工成本高、耗时长等问题,而ShiftLeft提供的持续性安全防护解决方案能够解决这些问题。通过将下一代静态代码分析与应用开发自动化工作流中涉及的安全工具相结合,ShiftLeft帮助企业实现DevSecOps的安全部分,提供高效、准确的安全能力。 ... [详细]
  • 本文介绍了如何使用n3-charts绘制以日期为x轴的数据,并提供了相应的代码示例。通过设置x轴的类型为日期,可以实现对日期数据的正确显示和处理。同时,还介绍了如何设置y轴的类型和其他相关参数。通过本文的学习,读者可以掌握使用n3-charts绘制日期数据的方法。 ... [详细]
  • 深入理解Java虚拟机的并发编程与性能优化
    本文主要介绍了Java内存模型与线程的相关概念,探讨了并发编程在服务端应用中的重要性。同时,介绍了Java语言和虚拟机提供的工具,帮助开发人员处理并发方面的问题,提高程序的并发能力和性能优化。文章指出,充分利用计算机处理器的能力和协调线程之间的并发操作是提高服务端程序性能的关键。 ... [详细]
  • 引号快捷键_首选项和设置——自定义快捷键
    3.3自定义快捷键(CustomizingHotkeys)ChemDraw快捷键由一个XML文件定义,我们可以根据自己的需要, ... [详细]
  • 俗话说,好记性不如烂笔头,这些东西也都是我Google来的,做个笔记以后自己安装也方便些。因为官方wiki的BeginnersGuide讲的非常好,大部分步骤按照wiki一步一步来就 ... [详细]
  • 【疑难杂症】allennlp安装报错:Installing build dependencies ... error
    背景:配置PURE的算法环境,安装allennlp0.9.0(pipinstallallennlp0.9.0)报错ÿ ... [详细]
author-avatar
鲁小姐就不用围脖
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有