Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: refiners
|
4 |
+
pipeline_tag: image-to-image
|
5 |
+
base_model: refiners/sd1_5.unet
|
6 |
+
base_model_relation: adapter
|
7 |
+
tags:
|
8 |
+
- swin
|
9 |
+
- mvanet
|
10 |
+
- segmentation
|
11 |
+
- dichotomous
|
12 |
+
- DIS
|
13 |
+
---
|
14 |
+
|
15 |
+
# Multi-view Aggregation Network (MVANet)
|
16 |
+
|
17 |
+
## Citations
|
18 |
+
|
19 |
+
```bibtex
|
20 |
+
@misc{yu2024multiviewaggregationnetworkdichotomous,
|
21 |
+
title = {Multi-view Aggregation Network for Dichotomous Image Segmentation},
|
22 |
+
author = {Qian Yu and Xiaoqi Zhao and Youwei Pang and Lihe Zhang and Huchuan Lu},
|
23 |
+
year = {2024},
|
24 |
+
eprint = {2404.07445},
|
25 |
+
archiveprefix = {arXiv},
|
26 |
+
primaryclass = {cs.CV},
|
27 |
+
url = {https://arxiv.org/abs/2404.07445}
|
28 |
+
}
|
29 |
+
```
|