Jimin Xiao, Bingfeng Zhang, Xjtlu, Terry Qin
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| zbf1991/SCL | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| SA_Weighted_GAP | Ran | zbf1991/SCL/SCL_PFENet/model/PFENet_SCL_1shot.py pointer only (licence: NONE) · get_code("83a6def1bf5c7dbd") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Few-shot segmentation has been attracting a lot of attention due to its effectiveness to segment unseen object classes with a few annotated samples. Most existing approaches use masked Global Average Pooling (GAP) to encode an annotated support image to a feature vector to facilitate query image segmentation. However, this pipeline unavoidably loses some discriminative information due to the average operation. In this paper, we propose a simple but effective self-guided learning approach, where the lost critical information is mined. Specifically, through making an initial prediction for the annotated support image, the covered and uncovered foreground regions are encoded to the primary and auxiliary support vectors using masked GAP, respectively. By aggregating both primary and auxiliary support vectors, better segmentation performances are obtained on query images. Enlightened by our self-guided module for 1-shot segmentation, we propose a cross-guided module for multiple shot segmentation, where the final mask is fused using predictions from multiple annotated samples with highquality support vectors contributing more and vice versa. This module improves the final prediction in the inference stage without re-training. Extensive experiments show that our approach achieves new state-of-the-art performances on both PASCAL-5 i and COCO-20 i datasets. Source code is available at https://github.com/zbf1991/SCL .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2103.16129")
get_code_for_paper("2103.16129")
have("2103.16129")
Connect an agent — have() is free.