Papers › Eliminating Feature Ambiguity for Few-Shot Segmentation

Eliminating Feature Ambiguity for Few-Shot Segmentation

13 Jul 2024arXiv:2407.09842archive 2025-07-28

Qianxiong Xu, Guosheng Lin, Chen Change Loy, Cheng Long, Ziyue Li, Rui Zhao

Recent advancements in few-shot segmentation (FSS) have exploited pixel-by-pixel matching between query and support features, typically based on cross attention, which selectively activate query foreground (FG) features that correspond to the same-class support FG features. However, due to the large receptive fields in deep layers of the backbone, the extracted query and support FG features are inevitably mingled with background (BG) features, impeding the FG-FG matching in cross attention. Hence, the query FG features are fused with less support FG features, i.e., the support information is not well utilized. This paper presents a novel plug-in termed ambiguity elimination network (AENet), which can be plugged into any existing cross attention-based FSS methods. The main idea is to mine discriminative query FG regions to rectify the ambiguous FG features, increasing the proportion of FG information, so as to suppress the negative impacts of the doped BG features. In this way, the FG-FG matching is naturally enhanced. We plug AENet into three baselines CyCTR, SCCAN and HDMNet for evaluation, and their scores are improved by large margins, e.g., the 1-shot performance of SCCAN can be improved by 3.0%+ on both PASCAL-5ⁱ and COCO-20ⁱ. The code is available at https://github.com/Sam1224/AENet.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2407.09842")

Code

Syntology Ran 20 of 24 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 1 ran · fixture could not drive it; 14 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sam1224/aenet officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 20 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
1ran · fixture could not drive it
14ran
4unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Sam1224/AENet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DiscAdaptor Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · d831310b2e245710 · report
FFN Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository ran · metamorphic tier: deterministic fingerprinted licence not identified · pointer only · 917577c7e4da6b90 · report
Mlp Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 130d72a3eeda8859 · report
MyCrossAttention Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository ran licence not identified · pointer only · 34f245e815c6607b · report
SinePositionalEncoding Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository ran licence not identified · pointer only · 17baacbf828cedd7 · report
Weighted_GAP sam1224/aenet/HDMNet/model/HDMNetPlus.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · df77cb77dfe58d6d · report
conv3x3 sam1224/aenet/HDMNet/model/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
find_bbox sam1224/aenet/HDMNet/util/get_weak_anns.py official repository ran fingerprinted licence not identified · pointer only · 0086d054a8b3d6f3 · report
get_gram_matrix sam1224/aenet/HDMNet/model/HDMNetPlus.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7feaf1fceef927fe · report
get_similarity sam1224/aenet/HDMNet/model/HDMNetPlus.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 878c68bef4a644c0 · report
get_vgg16_layer sam1224/aenet/HDMNet/model/PSPNet.py official repository ran · our draft was wrong no licence file found · pointer only · ad7ba6c4e516607e · report
is_image_file sam1224/aenet/HDMNet/util/dataset.py official repository ran licence not identified · pointer only · 0684a938c70bf564 · report
make_dataset sam1224/aenet/HDMNet/util/dataset.py official repository ran licence not identified · pointer only · 8f6dc933d4638855 · report
make_layers sam1224/aenet/HDMNet/model/vgg.py official repository ran · our draft was wrong no licence file found · pointer only · e31250b969b51841 · report
merge_cfg_from_args sam1224/aenet/HDMNet/util/config.py official repository ran licence not identified · pointer only · 32a3d5463ef45125 · report
resnet18 sam1224/aenet/HDMNet/model/resnet.py official repository ran no licence file found · pointer only · 40a78e38251055c6 · report
resnet34 sam1224/aenet/HDMNet/model/resnet.py official repository ran no licence file found · pointer only · 4f6dd0ac332dd50d · report
transform_anns sam1224/aenet/HDMNet/util/get_weak_anns.py official repository ran licence not identified · pointer only · ac2dc4c99bd03a34 · report
vgg11 sam1224/aenet/HDMNet/model/vgg.py official repository ran no licence file found · pointer only · 2067e75510fbe85e · report
vgg11_bn sam1224/aenet/HDMNet/model/vgg.py official repository ran no licence file found · pointer only · bf96fb236a6b1683 · report
CyCTransformerPlus Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository unverified licence not identified · pointer only · 8c32eeb614d96727 · report
MSDeformAttn Sam1224/AENet/SCCAN_CyCTR/model/cyc_transformer_plus.py official repository unverified licence not identified · pointer only · b29bc600718c53ee · report
load_cfg_from_cfg_file sam1224/aenet/HDMNet/util/config.py official repository unverified no licence file found · pointer only · 277a13798d6d6981 · report
merge_cfg_from_list sam1224/aenet/HDMNet/util/config.py official repository unverified licence not identified · pointer only · b925dc5fd8492c34 · report

Tasks

Few-Shot Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Few-Shot Semantic Segmentation COCO-20i (1-shot) AENet (ResNet-50) FB-IoU 74.4 #8 of 85 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (1-shot) AENet (ResNet-50) Mean IoU 51.3 #8 of 85 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (1-shot) AENet (VGG-16) FB-IoU 71.8 #27 of 85 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (1-shot) AENet (VGG-16) Mean IoU 46.4 #27 of 85 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (5-shot) AENet (ResNet-50) FB-IoU 78.5 #10 of 81 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (5-shot) AENet (ResNet-50) Mean IoU 57.1 #10 of 81 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (5-shot) AENet (VGG-16) FB-IoU 74.3 #26 of 81 Archive leaderboard report
Few-Shot Semantic Segmentation COCO-20i (5-shot) AENet (VGG-16) Mean IoU 52.8 #26 of 81 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) AENet (ResNet-50) FB-IoU 81.2 #7 of 105 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) AENet (ResNet-50) Mean IoU 70.3 #7 of 105 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) AENet (VGG-16) FB-IoU 79.0 #38 of 105 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (1-Shot) AENet (VGG-16) Mean IoU 66.6 #38 of 105 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) AENet (ResNet-50) FB-IoU 84.5 #9 of 96 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) AENet (ResNet-50) Mean IoU 74.2 #9 of 96 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) AENet (VGG-16) FB-IoU 81.8 #36 of 96 Archive leaderboard report
Few-Shot Semantic Segmentation PASCAL-5i (5-Shot) AENet (VGG-16) Mean IoU 70.6 #36 of 96 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections