SkillAgentSearch skills...

WeakSupervisedSegmentationList

This repository contains lists of state-or-art weakly supervised semantic segmentation works

Install / Use

npx skills add JackieZhangdx/WeakSupervisedSegmentationList

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Weakly Supervised Semantic Segmentation list

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

  • [x] Paper list
    • [x] instance
    • [x] box
    • [x] one-shot
    • [x] others
  • [x] 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 |

<h2 id="1">1.Bounding box supervision</h2> <h2 id="2">2.One-Shot segmentation supervision</h2>

DAVIS Challenge: http://davischallenge.org/

: Davis17/18(Semi-supervised Video segmentation task), Davis16 is video salient object segmentation without the first frame annotations.
<h2 id="3">3.Image/video label supervision</h2> <img src="img/prm.png" alt="prm" title="prm" width="750" height="300" />

Resource

Arxiv paper

<h2 id="3.1">3.1 Deep activation</h2>

| 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|

<h2 id="3.1">3.2 Weakly supervised Detection / Localization(TODO) </h2>

Related Skills

View on GitHub
GitHub Stars598
CategoryDevelopment
Updated1mo ago
Forks87

Security Score

80/100

Audited on Jun 17, 2026

No findings