Papers › Focus on Query: Adversarial Mining Transformer for Few-Shot Segmentation

Focus on Query: Adversarial Mining Transformer for Few-Shot Segmentation

29 Nov 2023NeurIPS 2023 11arXiv:2311.17626archive 2025-07-28

YuAn Wang, Naisong Luo, Tianzhu Zhang

Few-shot segmentation (FSS) aims to segment objects of new categories given only a handful of annotated samples. Previous works focus their efforts on exploring the support information while paying less attention to the mining of the critical query branch. In this paper, we rethink the importance of support information and propose a new query-centric FSS model Adversarial Mining Transformer (AMFormer), which achieves accurate query image segmentation with only rough support guidance or even weak support labels. The proposed AMFormer enjoys several merits. First, we design an object mining transformer (G) that can achieve the expansion of incomplete region activated by support clue, and a detail mining transformer (D) to discriminate the detailed local difference between the expanded mask and the ground truth. Second, we propose to train G and D via an adversarial process, where G is optimized to generate more accurate masks approaching ground truth to fool D. We conduct extensive experiments on commonly used Pascal-5i and COCO-20i benchmarks and achieve state-of-the-art results across all settings. In addition, the decent performance with weak support labels in our query-centric paradigm may inspire the development of more general FSS models. Code will be available at https://github.com/Wyxdm/AMNet.

PaperPDFConference PDFCodeCode 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="2311.17626")

Code

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

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

wyxdm/amnet officialmentioned in paperpytorch 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

14 samples harvested; 12 ran; 0 honoured the contract we drafted; 2 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.

4ran · our draft was wrong
1ran · fixture could not drive it
7ran
2unverified

Licence: 14 of the 14 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 Wyxdm/AMNet. “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.

Weighted_GAP Wyxdm/AMNet/model/AMFormer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · df77cb77dfe58d6d · report
conv3x3 Wyxdm/AMNet/model/resnet.py official repository ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
find_bbox Wyxdm/AMNet/util/get_weak_anns.py official repository ran fingerprinted no licence file found · pointer only · 0086d054a8b3d6f3 · report
get_gram_matrix wyxdm/amnet/model/AMFormer.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7feaf1fceef927fe · report
get_similarity wyxdm/amnet/model/AMFormer.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 878c68bef4a644c0 · report
get_vgg16_layer Wyxdm/AMNet/model/PSPNet.py official repository ran · our draft was wrong no licence file found · pointer only · ad7ba6c4e516607e · report
is_image_file Wyxdm/AMNet/util/dataset.py official repository ran no licence file found · pointer only · 0684a938c70bf564 · report
make_dataset Wyxdm/AMNet/util/dataset.py official repository ran no licence file found · pointer only · 8f6dc933d4638855 · report
merge_cfg_from_args Wyxdm/AMNet/util/config.py official repository ran no licence file found · pointer only · 32a3d5463ef45125 · report
resnet18 Wyxdm/AMNet/model/resnet.py official repository ran no licence file found · pointer only · 40a78e38251055c6 · report
resnet34 Wyxdm/AMNet/model/resnet.py official repository ran no licence file found · pointer only · 4f6dd0ac332dd50d · report
transform_anns Wyxdm/AMNet/util/get_weak_anns.py official repository ran no licence file found · pointer only · ac2dc4c99bd03a34 · report
load_cfg_from_cfg_file Wyxdm/AMNet/util/config.py official repository unverified no licence file found · pointer only · 277a13798d6d6981 · report
merge_cfg_from_list Wyxdm/AMNet/util/config.py official repository unverified no licence file found · pointer only · b925dc5fd8492c34 · report

Tasks

Image SegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutFocusLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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