From 4864b9c930c2724ce29e13ad21af06a90d94e2e9 Mon Sep 17 00:00:00 2001 From: tianzhuotao <68939582+tianzhuotao@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:34:22 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c5f51c6..2efbae8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # PFENet This is the implementation of our paper [**PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation**](http://arxiv.org/abs/2008.01449) that has been accepted to IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI). +### Pinned +Our latest works are available at: + +Hierarchical Dense Correlation Distillation for Few-Shot Segmentation (CVPR 2023): https://github.com/Pbihao/HDMNet. + +Generalized Few-shot Semantic Segmentation (CVPR 2022): https://github.com/dvlab-research/GFS-Seg. + # Get Started ### Environment @@ -92,4 +99,18 @@ If you find this project useful, please consider citing: journal={TPAMI}, year={2020} } + +@InProceedings{peng2023hierarchical, + title={Hierarchical Dense Correlation Distillation for Few-Shot Segmentation}, + author={Peng, Bohao and Tian, Zhuotao and Wu, Xiaoyang and Wang, Chenyao and Liu, Shu and Su, Jingyong and Jia, Jiaya}, + journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, + year={2023} +} + +@InProceedings{tian2022gfsseg, + title={Generalized Few-shot Semantic Segmentation}, + author={Zhuotao Tian and Xin Lai and Li Jiang and Shu Liu and Michelle Shu and Hengshuang Zhao and Jiaya Jia}, + booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, + year={2022} +} ```