DIS/README.md

59 lines
2.4 KiB
Markdown
Raw Normal View History

2022-03-07 08:20:41 +01:00
<p align="center">
2022-03-07 08:25:14 +01:00
<img width="420" height="320" src="figures/dis-logo-official.png">
2022-03-07 08:20:41 +01:00
</p>
2022-03-08 09:16:49 +01:00
2022-03-08 09:11:49 +01:00
## [Highly Accurate Dichotomous Image Segmentation](https://arxiv.org/pdf/2203.03041.pdf)
2022-03-07 11:46:31 +01:00
[Xuebin Qin](https://xuebinqin.github.io/), [Hang Dai](https://scholar.google.co.uk/citations?user=6yvjpQQAAAAJ&hl=en), [Xiaobin Hu](https://scholar.google.de/citations?user=3lMuodUAAAAJ&hl=en), [Deng-Ping Fan*](https://dengpingfan.github.io/), [Ling Shao](https://scholar.google.com/citations?user=z84rLjoAAAAJ&hl=en) and [Luc Van Gool](https://scholar.google.com/citations?user=TwMib_QAAAAJ&hl=en).
2022-03-08 09:16:49 +01:00
2022-03-07 08:20:41 +01:00
2022-07-05 20:33:10 +02:00
This is the official repo for our new project DIS:
2022-03-07 08:27:06 +01:00
[**[Project Page]**](https://xuebinqin.github.io/dis/index.html)
2022-03-08 09:11:23 +01:00
2022-07-05 20:33:10 +02:00
## Updates !!!
2022-07-05 20:41:21 +02:00
** (2022-Jul.-5)** Our DIS work is now accepted by ECCV 2022, the code and dataset will be released before July 17th, 2022. Please be aware of our updates.
2022-07-05 20:33:10 +02:00
2022-03-07 08:20:41 +01:00
## DEMO
![ship-demo](figures/ship-demo.gif)
2022-03-07 08:24:34 +01:00
![bg-removal](figures/bg-removal.gif)
![view-move](figures/view-move.gif)
![motor-demo](figures/motor-demo.gif)
2022-03-07 11:29:22 +01:00
2022-03-08 09:11:23 +01:00
## Comparisons Against SOTAs
![qual-comp](figures/qual-comp.jpg)
2022-03-07 11:29:22 +01:00
## Citation
```
2022-07-05 17:54:31 +02:00
@InProceedings{qin2022,
2022-03-08 09:11:23 +01:00
author={Xuebin Qin and Hang Dai and Xiaobin Hu and Deng-Ping Fan and Ling Shao and Luc Van Gool},
2022-07-05 17:54:31 +02:00
title={Highly Accurate Dichotomous Image Segmentation},
booktitle={ECCV},
2022-07-05 17:47:18 +02:00
year={2022}
}
2022-07-05 17:55:32 +02:00
```
## Our Previous Works
```
2022-07-05 17:47:18 +02:00
@InProceedings{Qin_2020_PR,
2022-07-05 17:48:57 +02:00
title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin},
journal = {Pattern Recognition},
volume = {106},
pages = {107404},
year = {2020}
2022-03-07 11:29:22 +01:00
}
2022-03-07 11:45:49 +01:00
@article{qin2021boundary,
2022-07-05 17:49:27 +02:00
title={Boundary-aware segmentation network for mobile and web applications},
author={Qin, Xuebin and Fan, Deng-Ping and Huang, Chenyang and Diagne, Cyril and Zhang, Zichen and Sant'Anna, Adri{\`a} Cabeza and Suarez, Albert and Jagersand, Martin and Shao, Ling},
journal={arXiv preprint arXiv:2101.04704},
year={2021}
2022-03-07 11:45:49 +01:00
}
2022-07-05 17:47:18 +02:00
@InProceedings{Qin_2019_CVPR,
2022-07-05 17:48:57 +02:00
author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Gao, Chao and Dehghan, Masood and Jagersand, Martin},
title = {BASNet: Boundary-Aware Salient Object Detection},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
2022-07-05 17:47:18 +02:00
}