Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qpc1611094/FPL

Fuzzy Positive Learning (CVPR2023)
https://github.com/qpc1611094/FPL

Last synced: about 2 months ago
JSON representation

Fuzzy Positive Learning (CVPR2023)

Awesome Lists containing this project

README

        

# FPL
---
[Fuzzy Positive Learning for Semi-supervised Semantic Segmentation (CVPR2023)](https://arxiv.org/pdf/2210.08519.pdf).

by Pengchong Qiao, Zhidan Wei, Yu Wang, Zhennan Wang, Guoli Song, Fan Xu, Xiangyang Ji, Chang Liu, [Jie Chen](https://aimia-pku.github.io)

1 School of Electronic and Computer Engineering, Peking University, 2 Peng Cheng Laboratory,
3 Department of Automation and BNRist, Tsinghua University

Our FPL is a plug-and-play method that can be applied on commonly used SSL methods. Here we provide the codes based on [CPS (CVPR2021)](https://github.com/charlesCXK/TorchSemiSeg) and [AEL (NIPS2021)](https://github.com/hzhupku/SemiSeg-AEL).
Many thanks for their great work.

![](framework_v8.jpg)

## Installation
Please refer to the [Installation](./doc/installation.md) document.

## Getting Started
Please refer to the [Getting Started](./doc/getting_started.md) document.

## Citation
Please consider citing this project in your publications if it helps your research.
```bibtex
@inproceedings{qiao2023fuzzy,
title={Fuzzy Positive Learning for Semi-Supervised Semantic Segmentation},
author={Qiao, Pengchong and Wei, Zhidan and Wang, Yu and Wang, Zhennan and Song, Guoli and Xu, Fan and Ji, Xiangyang and Liu, Chang and Chen, Jie},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={15465--15474},
year={2023}
}
```