UDUN
1.0.0
Offizielle Umsetzung des ACM-MM 2023-Papiers „Unite-Divide-Unite: Joint Boosting Trunk and Structure for High-accuracy Dichotomous Image Segmentation“
Jialun Pei, Zhangjun Zhou, Yueming Jin, He Tang✉ und Pheng-Ann Heng
[Papier]; [Offizielle Version]
Kontakt: [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
Modell | UDUN-Vortrainingsgewichte | 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 |
Laden Sie die optimierten Modellgewichte herunter und speichern Sie sie in UDUN-master/model.
Die visuellen Ergebnisse unseres UDUN mit ResNet-50, trainiert auf Overall DIS-TE .
Die visuellen Ergebnisse anderer SOTAs zum Gesamt-DIS-TE .
./train.sh
python3 test.py
cd metrics
python3 test_metrics.py
python3 hce_metric_main.py
cd utils
python3 utils.py
Diese Arbeit basiert auf:
Vielen Dank für ihre tolle Arbeit!
Wenn Ihnen das weiterhilft, zitieren Sie bitte dieses Werk:
@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},
}