Weakly Supervised Semantic Segmentation list

文章转自Github:https://github.com/JackieZhangdx/WeakSupervisedSegmentationList

========================================================

This repository contains lists of state-or-art weakly supervised semantic segmentation works. Papers and resources are listed below according to supervision types.

There are some personal views and notes, just ignore if not interested.

Last update 2019/4

  • Paper list

    • instance
    • box
    • one-shot
    • others
  • Resources

some unsupervised segment proposal methods and datasets here.

CVPR 2018 Tutorial : WSL web&ppt, Part1 ,Part2

Typical weak supervised segmentation problems

No Supervision Difficulty Domain Core issues
1 Bounding box middle annotated classes transfer learning
2 One-shot segment middle similar objects one-shot learning
3 Image/video label hard annotated classes transfer learning
4 Others n/a n/a n/a

1.Bounding box supervision

  • Box-driven Class-wise Region Masking and Filling Rate Guided Loss for Weakly Supervised Semantic Segmentation, CVPR 2019

  • Learning to Segment Every Thing, CVPR 2018

    :Learning weight transfer from well-annotated subset, transfer class-specific weights(output layers) from detection and classification branch, based on Mask-RCNN

  • Pseudo Mask Augmented Object Detection, CVPR 2018

    :State-of-art weakly supervised instance segmentation with bounding box annotation. EM optimizes pseudo mask and segmentation parameter like Boxsup. Graphcut on superpixel is employed to refine pseudo mask.

  • Simple Does It: Weakly Supervised Instance and Semantic Segmentation, CVPR 2017 [web] [ref-code][supp]

    :Grabcut+(HED bounday) and MCG , train foreground segmentation network directly with generated mask semantic segmentaion, sensitive to env(quality) of training images.

  • Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation, ICCV 2015

    :Based on CRF refine, EM seems not work

  • BoxSup: Exploiting Bounding Boxes to Supervise Convolutional Networks for Semantic Segmentation, ICCV 2015

    :Iteratively update parameters and region proposal labels, proposals are selected by network output masks

  • Deepcut: Object segmentation from bounding box annotations using convolutional neural networks, TMI 2017

  • Adversarial Learning for Semi-Supervised Semantic Segmentation, BMVC 2018, [code]

2.One-Shot segmentation supervision

DAVIS Challenge: http://davischallenge.org/
Davis17/18(Semi-supervised Video segmentation task), Davis16 is video salient object segmentation without the first frame annotations.
  • Fast and Accurate Online Video Object Segmentation via Tracking Parts, CVPR 2018(Spotlight) [code]

    :state-of-art, 82.4%/1.8s 77.9%/0.6s

  • OSVOS: One-Shot Video Object Segmentation, CVPR 2017 [web][code]

    :milestone, fine-tuning parent network with the first frame mask, 79.8%/10s

3.Image/video label supervision

  • Self-produced Guidance for Weakly-supervised Object Localization, ECCV 2018

  • Convolutional Simplex Projection Network (CSPN) for Weakly Supervised Semantic Segmentation, BMVC 2018

  • Weakly Supervised Instance Segmentation using Class Peak Response, CVPR 2018(Spotlight)

    :state-of-art practice for instance seg with only class label.

  • Weakly-Supervised Semantic Segmentation by Iteratively Mining Common Object Features, CVPR 2018

    :Superpixel-> RegionNet(RoI classfier)-> Saliency refine, iteratively update with PixelNet(FCN)

  • Revisiting Dilated Convolution: A Simple Approach for Weakly- and SemiSupervised Semantic Segmentation, CVPR 2018(Spotlight)

  • Weakly-Supervised Semantic Segmentation Network With Deep Seeded Region Growing, CVPR 2018 [web][code]

  • Adversarial Complementary Learning for Weakly Supervised Object Localization, CVPR 2018

  • Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018

  • Multi-Evidence Filtering and Fusion for Multi-Label Classification, Object Detection and Semantic Segmentation Based on Weakly Supervised Learning, CVPR 2018

  • Weakly Supervised Semantic Segmentation using Web-Crawled Videos, CVPR 2017(Spotlight) [web]

  • Object Region Mining with Adversarial Erasing: A Simple Classification to Semantic Segmentation Approach, CVPR 2017

  • WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation, CVPR 2017 [web][code]

  • Learning random-walk label propagation for weakly-supervised semantic segmentation, CVPR 2017(Oral)

  • Combining Bottom-Up, Top-Down, and Smoothness Cues for Weakly Supervised Image Segmentation, CVPR 2017

  • Weakly Supervised Semantic Segmentation Using Superpixel Pooling Network, AAAI 2017

  • Learning from Weak and Noisy Labels for Semantic Segmentation, PAMI 2017

  • Learning to Segment Human by Watching YouTube, PAMI 2017

  • Seed, Expand, Constrain: Three Principles for Weakly-Supervised Image Segmentation, ECCV 2016 [code]

  • Backtracking ScSPM Image Classifier for Weakly Supervised Top-down Saliency, CVPR 2016, TIP 2018 Version

  • Constrained Convolutional Neural Networks for Weakly Supervised Segmentation, ICCV 2015 [code]

  • From Image-level to Pixel-level Labeling with Convolutional Networks, CVPR 2015

Resource

  • Yunchao Wei talk in Chinese about WSL with image label

Arxiv paper

  • Learning to Exploit the Prior Network Knowledge for Weakly-Supervised Semantic Segmentation, Arxiv1804

  • Weakly Supervised Object Discovery by Generative Adversarial & Ranking Networks, Arxiv 1711

3.1 Deep activation

Propagate method Papers
Global Max Pooling(GMP) Is object localization for free? - Weakly-supervised learning with convolutional neural networks,CVPR 2015
Global Average Pooling(GAP) Learning Deep Features for Discriminative Localization CVPR 2016
Log-sum-exponential Pooling(LSE) ProNet: Learning to Propose Object-specific Boxes for Cascaded Neural Networks,CVPR 2016
Global Weighted Rank Pooling(GWRP) SEC ECCV 2016
Global rank Max-Min Pooling(GRP) WILDCAT, CVPR 2017

3.2 Weakly supervised Detection / Localization(TODO)

  • PCL: Proposal Cluster Learning for Weakly Supervised Object Detection, PAMI 2018 [code]

  • Weakly Supervised Region Proposal Network and Object Detection, ECCV 2018

  • TS2C: Tight Box Mining with Surrounding Segmentation Context for Weakly Supervised Object Detection, ECCV 2018

  • Zigzag Learning for Weakly Supervised Object Detection, CVPR 2018

  • W2F: A Weakly-Supervised to Fully-Supervised Framework for Object Detection, CVPR 2018

  • Generative Adversarial Learning Towards Fast Weakly Supervised Detection, CVPR 2018

  • Min-Entropy Latent Model for Weakly Supervised Object Detection, CVPR 2018 , PAMI19, [code]

  • Weakly Supervised Cascaded Convolutional Networks, CVPR 2017

  • Multiple Instance Detection Network with Online Instance Classifier Refinement, CVPR 2017 [code]

4.Other supervision

Points

  • Deep Extreme Cut: From Extreme Points to Object Segmentation, CVPR 2018 [web][code]
  • What’s the Point: Semantic Segmentation with Point Supervision, ECCV 2016 [web][code]

Scribbles

  • Normalized Cut Loss for Weakly-supervised CNN Segmentation, CVPR 2018
  • ScribbleSup: Scribble-Supervised Convolutional Networks for Semantic Segmentation, CVPR 2016
  • Learning to segment under various forms of weak supervision, CVPR 2015

5.Close Related or unpublished work

  • Learning to Segment via Cut-and-Paste, Arxiv 1803

  • WebSeg: Learning Semantic Segmentation from Web Searches, Arxiv1803

  • On Regularized Losses for Weakly-supervised CNN Segmentation, Arxiv1803

  • Weakly-Supervised Action Segmentation with Iterative Soft Boundary Assignment, CVPR 2018

  • Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation, CVPR 2018

  • Weakly Supervised Salient Object Detection Using Image Labels, AAAI 2018

  • Weakly Supervised Object Localization on grocery shelves using simple FCN and Synthetic Dataset, Arxiv 1803

  • Learning Semantic Segmentation with Diverse Supervision, WACV 2018

Weakly Supervised Semantic Segmentation list相关推荐

  1. Weakly Supervised Semantic Segmentation with Boundary Exploration

    Weakly Supervised Semantic Segmentation with Boundary Exploration 摘要 1 Introduction 2 Related Work 3 ...

  2. 【论文阅读】Online Attention Accumulation for Weakly Supervised Semantic Segmentation

    一篇弱监督分割领域的论文,其会议版本为: (ICCV2019)Integral Object Mining via Online Attention Accumulation 论文标题: Online ...

  3. 【论文阅读】Regional Semantic Contrast and Aggregation for Weakly Supervised Semantic Segmentation

    论文标题: Regional Semantic Contrast and Aggregation for Weakly Supervised Semantic Segmentation 作者信息: 代 ...

  4. 机翻《C-CAM: Causal CAM for Weakly Supervised Semantic Segmentation onMedical Image 》

    前言 <C-CAM: Causal CAM for Weakly Supervised Semantic Segmentation onMedical Image>CVPR2022,有源码 ...

  5. Non-Salient Region Object Mining for Weakly Supervised Semantic Segmentation

    Non-Salient Region Object Mining for Weakly Supervised Semantic Segmentation 摘要 1. Introduction 2. R ...

  6. 阅读笔记:Self-supervised Equivariant Attention Mechanism for Weakly Supervised Semantic Segmentation

    Self-supervised Equivariant Attention Mechanism for Weakly Supervised Semantic Segmentation 基于等变注意力机 ...

  7. 【cvpr2022-论文笔记】《Multi-class Token Transformer for Weakly Supervised Semantic Segmentation》

    目录 MCTformer-V1 Class-specific multi-class token attention Class-specific attention refinement Class ...

  8. 【论文阅读】Cross Language Image Matching for Weakly Supervised Semantic Segmentation

    这篇论文是CLIP模型较早的在弱监督分割上应用的论文. 论文标题: Cross Language Image Matching for Weakly Supervised Semantic Segme ...

  9. 弱监督语义分割--Weakly Supervised Semantic Segmentation using Web-Crawled Videos

    Weakly Supervised Semantic Segmentation using Web-Crawled Videos CVPR2017 https://arxiv.org/abs/1701 ...

最新文章

  1. Python培训讲解二叉树的三种深度
  2. php 数组 添加元素、删除元素
  3. EasyRE 寒假逆向生涯(5/100)
  4. jQuery的get()和post()方法
  5. 对QT学习之路12-14的源代码补充与修正
  6. win2012 ad用户和计算机,Server2012R2搭建AD域服务器并添加登录用户
  7. 常用的方法论-NPS
  8. 织梦编辑器加HTML视频显示很小,织梦去掉编辑器自动加div的方法即大小字情况...
  9. sort()与cmp()
  10. 最大的脚本网站_网站页面性能优化注意事项
  11. Nexus启动失败处理:The nexus service was launched, but failed to start.
  12. 参数中带有“”符号问题
  13. 三、解线性方程组的迭代法
  14. Kafka从上手到实践 - Kafka集群:启动Kafka集群 | 凌云时刻
  15. maplesoft maple 2020
  16. QT小项目练手——用QTimer做一个倒计时程序
  17. html mp4断点播放,html5解决大文件断点续传
  18. 大学物理实验计算机仿真 光电效应,大学物理实验报告模版
  19. paly()方法和pause()方法
  20. 16岁初中生开发的软件,强大到令人发指!

热门文章

  1. 大航海时代: 流行5掠夺篇
  2. 单调有界定理适用于函数吗_实数的完备性定理
  3. 电脑D盘格式化了怎么恢复
  4. java 控制台输入
  5. 微信运动如何读取小米手环的数据
  6. thinkpad x250装黑苹果教程_Thinpad T系列安装MAC OS 黑苹果教程
  7. 【C++基础知识】常成员函数,常引用
  8. Uva10616+10820
  9. 女生适合编程吗,有没有编程很厉害的女生?
  10. 应用Python把汉语Excel表转换为拼音表格