UDUN
1.0.0
ACM-MM 2023论文《Unite-Divide-Unite: Joint Boosting Trunk and Structure for High-accuracy Dichotomous Image Segmentation》正式实现
裴家伦、周章军、金月明、唐鹤✉、恒鹏安
[纸]; [正式版]
联系方式: [email protected]、[email protected]
DATASET_ROOT/
├── DIS5K
├── DIS-TR
├── im
├── gt
├── trunk-origin
├── struct-origin
├── DIS-VD
├── im
├── gt
├── DIS-TE1
├── im
├── gt
├── DIS-TE2
├── im
├── gt
├── DIS-TE3
├── im
├── gt
├── DIS-TE4
├── im
├── gt
模型 | UDUN 预训练权重 | MAE | HCE | |
---|---|---|---|---|
ResNet-18 | UDUN-R18 | 0.807 | 0.065 | 1009 |
ResNet-34 | UDUN-R34 | 0.818 | 0.060 | 999 |
ResNet-50 | UDUN-R50 | 0.831 | 0.057 | 第977章 |
下载优化后的模型权重并将其存储在 UDUN-master/model 中。
我们的 UDUN与 ResNet-50 在整体 DIS-TE上训练的视觉结果。
其他 SOTA在整体 DIS-TE上的视觉结果。
./train.sh
python3 test.py
cd metrics
python3 test_metrics.py
python3 hce_metric_main.py
cd utils
python3 utils.py
这项工作基于:
感谢他们的出色工作!
如果这对您有帮助,请引用这篇文章:
@inproceedings{pei2023unite,
title={Unite-Divide-Unite: Joint Boosting Trunk and Structure for High-accuracy Dichotomous Image Segmentation},
author={Pei, Jialun and Zhou, Zhangjun and Jin, Yueming and Tang, He and Pheng-Ann, Heng},
booktitle={Proceedings of the 31st ACM International Conference on Multimedia},
pages={2139--2147},
year={2023},
}