FECANet: Boosting Few-Shot Semantic Segmentation with Feature-Enhanced Context-Aware Network
About
Few-shot semantic segmentation is the task of learning to locate each pixel of the novel class in the query image with only a few annotated support images. The current correlation-based methods construct pair-wise feature correlations to establish the many-to-many matching because the typical prototype-based approaches cannot learn fine-grained correspondence relations. However, the existing methods still suffer from the noise contained in naive correlations and the lack of context semantic information in correlations. To alleviate these problems mentioned above, we propose a Feature-Enhanced Context-Aware Network (FECANet). Specifically, a feature enhancement module is proposed to suppress the matching noise caused by inter-class local similarity and enhance the intra-class relevance in the naive correlation. In addition, we propose a novel correlation reconstruction module that encodes extra correspondence relations between foreground and background and multi-scale context semantic features, significantly boosting the encoder to capture a reliable matching pattern. Experiments on PASCAL-$5^i$ and COCO-$20^i$ datasets demonstrate that our proposed FECANet leads to remarkable improvement compared to previous state-of-the-arts, demonstrating its effectiveness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Few-shot Segmentation | PASCAL-5i | mIoU (Fold 0)72.9 | 325 | |
| Few-shot Semantic Segmentation | PASCAL-5^i (test) | FB-IoU80.7 | 177 | |
| Semantic segmentation | PASCAL-5^i (test) | -- | 107 | |
| Few-shot Segmentation | PASCAL 5i (val) | mIoU (Mean)70 | 83 | |
| Few-shot Segmentation | COCO-20^i | mIoU (S0)44.6 | 78 | |
| Semantic segmentation | COCO-20i (test) | Mean Score47.6 | 70 | |
| Semantic segmentation | PASCAL-5i (fold0-3) | mIoU (Fold 0)72.9 | 61 | |
| Few-shot Segmentation | COCO 20^i (val) | Mean Score47.6 | 55 | |
| Semantic segmentation | COCO 20^i (test) | mIoU50.3 | 48 | |
| Few-shot Semantic Segmentation | PASCAL-5^i 1-shot | mIoU67.4 | 37 |