Learning from the Target: Dual Prototype Network for Few Shot Semantic Segmentation

Abstract

Due to the scarcity of annotated samples, the diversity between support set and query set becomes the main obstacle for few shot semantic segmentation. Most existing prototype-based approaches only exploit the prototype from the support feature and ignore the information from the query sample, failing to remove this obstacle.In this paper, we proposes a dual prototype network (DPNet) to dispose of few shot semantic segmentation from a new perspective. Along with the prototype extracted from the support set, we propose to build the pseudo-prototype based on foreground features in the query image. To achieve this goal, the cycle comparison module is developed to select reliable foreground features and generate the pseudo-prototype with them. Then, a prototype interaction module is utilized to integrate the information of the prototype and the pseudo-prototype based on their underlying correlation. Finally, a multi-scale fusion module is introduced to capture contextual information during the dense comparison between prototype (pseudo-prototype) and query feature. Extensive experiments conducted on two benchmarks demonstrate that our method exceeds previous state-of-the-arts with a sizable margin, verifying the effectiveness of the proposed method.

Cite

Text

Mao et al. "Learning from the Target: Dual Prototype Network for Few Shot Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I2.20090

Markdown

[Mao et al. "Learning from the Target: Dual Prototype Network for Few Shot Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/mao2022aaai-learning/) doi:10.1609/AAAI.V36I2.20090

BibTeX

@inproceedings{mao2022aaai-learning,
  title     = {{Learning from the Target: Dual Prototype Network for Few Shot Semantic Segmentation}},
  author    = {Mao, Binjie and Zhang, Xinbang and Wang, Lingfeng and Zhang, Qian and Xiang, Shiming and Pan, Chunhong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {1953-1961},
  doi       = {10.1609/AAAI.V36I2.20090},
  url       = {https://mlanthology.org/aaai/2022/mao2022aaai-learning/}
}