Pith. sign in

REVIEW 3 cited by

Hybrid Mamba for Few-Shot Segmentation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2409.19613 v1 pith:KATM55ZX submitted 2024-09-29 cs.CV

classification cs.CV
keywords supportfeaturesqueryhiddenmambastatefusethem
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Many few-shot segmentation (FSS) methods use cross attention to fuse support foreground (FG) into query features, regardless of the quadratic complexity. A recent advance Mamba can also well capture intra-sequence dependencies, yet the complexity is only linear. Hence, we aim to devise a cross (attention-like) Mamba to capture inter-sequence dependencies for FSS. A simple idea is to scan on support features to selectively compress them into the hidden state, which is then used as the initial hidden state to sequentially scan query features. Nevertheless, it suffers from (1) support forgetting issue: query features will also gradually be compressed when scanning on them, so the support features in hidden state keep reducing, and many query pixels cannot fuse sufficient support features; (2) intra-class gap issue: query FG is essentially more similar to itself rather than to support FG, i.e., query may prefer not to fuse support features but their own ones from the hidden state, yet the success of FSS relies on the effective use of support information. To tackle them, we design a hybrid Mamba network (HMNet), including (1) a support recapped Mamba to periodically recap the support features when scanning query, so the hidden state can always contain rich support information; (2) a query intercepted Mamba to forbid the mutual interactions among query pixels, and encourage them to fuse more support features from the hidden state. Consequently, the support information is better utilized, leading to better performance. Extensive experiments have been conducted on two public benchmarks, showing the superiority of HMNet. The code is available at https://github.com/Sam1224/HMNet.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Foreground-Covering Prototype Generation and Matching for SAM-Aided Few-Shot Segmentation

    cs.CV 2025-01 conditional novelty 6.0 of 10

    FCP improves few-shot segmentation by generating and matching foreground-covering query and support prototypes from SAM and ResNet features, achieving new state-of-the-art results on PASCAL-5i and COCO-20i.

  2. Balancing Conservatism and Aggressiveness: Prototype-Affinity Hybrid Network for Few-Shot Segmentation

    cs.CV 2025-07 conditional novelty 5.0 of 10

    PAHNet uses a frozen prototype model's soft masks to enhance features and mask cross-attention scores, improving few-shot segmentation on two standard benchmarks.

  3. Tree-of-Table: Unleashing the Power of LLMs for Enhanced Large-Scale Table Understanding

    cs.CL 2024-11 conditional novelty 4.0 of 10

    A tree-structured prompting method for LLM table reasoning reports modest gains on four benchmarks, with reproducibility and evaluation concerns.

Pith tools