Differentiable Meta-Learning Model for Few-Shot Semantic Segmentation
Abstract
To address the annotation scarcity issue in some cases of semantic segmentation, there have been a few attempts to develop the segmentation model in the few-shot learning paradigm. However, most existing methods only focus on the traditional 1-way segmentation setting (i.e., one image only contains a single object). This is far away from practical semantic segmentation tasks where the K-way setting (K > 1) is usually required by performing the accurate multi-object segmentation. To deal with this issue, we formulate the few-shot semantic segmentation task as a learning-based pixel classification problem, and propose a novel framework called MetaSegNet based on meta-learning. In MetaSegNet, an architecture of embedding module consisting of the global and local feature branches is developed to extract the appropriate meta-knowledge for the few-shot segmentation. Moreover, we incorporate a linear model into MetaSegNet as a base learner to directly predict the label of each pixel for the multi-object segmentation. Furthermore, our MetaSegNet can be trained by the episodic training mechanism in an end-to-end manner from scratch. Experiments on two popular semantic segmentation datasets, i.e., PASCAL VOC and COCO, reveal the effectiveness of the proposed MetaSegNet in the K-way few-shot semantic segmentation task.
Cite
Text
Tian et al. "Differentiable Meta-Learning Model for Few-Shot Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6887Markdown
[Tian et al. "Differentiable Meta-Learning Model for Few-Shot Semantic Segmentation." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/tian2020aaai-differentiable/) doi:10.1609/AAAI.V34I07.6887BibTeX
@inproceedings{tian2020aaai-differentiable,
title = {{Differentiable Meta-Learning Model for Few-Shot Semantic Segmentation}},
author = {Tian, Pinzhuo and Wu, Zhangkai and Qi, Lei and Wang, Lei and Shi, Yinghuan and Gao, Yang},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {12087-12094},
doi = {10.1609/AAAI.V34I07.6887},
url = {https://mlanthology.org/aaai/2020/tian2020aaai-differentiable/}
}