File size: 1,362 Bytes
cf8d873
ec84526
 
2225db6
7c81622
cf8d873
ec84526
267c8e0
 
 
 
 
 
 
 
 
 
 
cf8d873
ec84526
 
 
 
 
 
 
 
 
 
 
 
ec8cf9c
ec84526
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
tags:
- background-removal
- computer-vision
- image-segmentation
license: apache-2.0
library: pytorch
model-index:
- name: IS-Net_DIS
  results:
  - task:
      name: Image Segmentation
      type: image-segmentation
    metrics:
    - name: Human Correction Efforts
      type: human_correction_efforts
      value: 1016
      
---

# IS-Net_DIS

* Model Authors: Xuebin Qin, Hang Dai, Xiaobin Hu, Deng-Ping Fan*, Ling Shao, Luc Van Gool
* Paper: Highly Accurate Dichotomous Image Segmentation (ECCV 2022 - https://arxiv.org/pdf/2203.03041.pdf
* Code Repo: https://github.com/xuebinqin/DIS
* Project Homepage: https://xuebinqin.github.io/dis/index.html

From the paper abstract:

> [...]  we introduce a simple intermediate supervision baseline (IS- Net) using both feature-level and mask-level guidance for DIS model training. Without tricks, IS-Net outperforms var- ious cutting-edge baselines on the proposed DIS5K, mak- ing it a general self-learned supervision network that can help facilitate future research in DIS.

![](https://raw.githubusercontent.com/xuebinqin/DIS/main/figures/is-net.png)

# Citation

```
@InProceedings{qin2022,
      author={Xuebin Qin and Hang Dai and Xiaobin Hu and Deng-Ping Fan and Ling Shao and Luc Van Gool},
      title={Highly Accurate Dichotomous Image Segmentation},
      booktitle={ECCV},
      year={2022}
}
```