Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjjsyyy/PH-Net

[CVPR2024] Officical implementation of PH-Net.
https://github.com/jjjsyyy/PH-Net

Last synced: 3 months ago
JSON representation

[CVPR2024] Officical implementation of PH-Net.

Awesome Lists containing this project

README

        

PH-Net
=====
Official implementation of [__"PH-Net: Semi-Supervised Breast Lesion Segmentation via Patch-wise Hardness"__](https://openaccess.thecvf.com/content/CVPR2024/papers/Jiang_PH-Net_Semi-Supervised_Breast_Lesion_Segmentation_via_Patch-wise_Hardness_CVPR_2024_paper.pdf), CVPR 2024.

![image](docs/framework.jpg)

Notes
-----
Due to the confidentiality agreement in commercial cooperation, we only provide codes of core modules and the whole trainable models for the convenience of comparisons.

Requirements
-----
* python >= 3.6
* pytorch >= 1.10.2

Citation
-----
If you find our code useful, please cite our paper.
```bib
@inproceedings{jiang2024ph,
title={PH-Net: Semi-Supervised Breast Lesion Segmentation via Patch-wise Hardness},
author={Jiang, Siyao and Wu, Huisi and Chen, Junyang and Zhang, Qin and Qin, Jing},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={11418--11427},
year={2024}
}
```

Acknowledgement
-----
We thank [U²PL](https://github.com/Haochen-Wang409/U2PL) for part of their codes.