paper-with-me

Papers

SAM-Aware Graph Prompt Reasoning Network for Cross-Domain Few-Shot Segmentation

2024-12-31 · Shi-Feng Peng, Guolei Sun, Yong Li, Hongsong Wang, Guo-Sen Xie

The primary challenge of cross-domain few-shot segmentation (CD-FSS) is the domain disparity between the training and inference phases, which can exist in either the input data or the target classes. Previous models struggle to learn feature representations that generalize to various unknown domains from limited training domain samples. In contrast, the large-scale visual model SAM, pre-trained on tens of millions of images from various domains and classes, possesses excellent generalizability. In this work, we propose a SAM-aware graph prompt reasoning network (GPRN) that fully leverages SAM to guide CD-FSS feature representation learning and improve prediction accuracy. Specifically, we propose a SAM-aware prompt initialization module (SPI) to transform the masks generated by SAM into visual prompts enriched with high-level semantic information. Since SAM tends to divide an object into many sub-regions, this may lead to visual prompts representing the same semantic object having inconsistent or fragmented features. We further propose a graph prompt reasoning (GPR) module that constructs a graph among visual prompts to reason about their interrelationships and enable each visual prompt to aggregate information from similar prompts, thus achieving global semantic consistency. Subsequently, each visual prompt embeds its semantic information into the corresponding mask region to assist in feature representation learning. To refine the segmentation mask during testing, we also design a non-parameter adaptive point selection module (APS) to select representative point prompts from query predictions and feed them back to SAM to refine inaccurate segmentation results. Experiments on four standard CD-FSS datasets demonstrate that our method establishes new state-of-the-art results. Code: https://github.com/CVL-hub/GPRN.

📄 PDF Abstract BibTeX arXiv:2501.00303

Code (1)

cvl-hub/gprn 공식 구현 pytorch

Tasks

Cross-Domain Few-ShotGPRRepresentation Learning

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Modality-free Graph In-context Alignment

2026-03-13 · Wei Zhuo, Siqiang Luo arxiv

In-context learning (ICL) converts static encoders into task-conditioned reasoners, enabling adaptation to new data from just a few examples without updating pretrained parameters. This capability is essential for graph …

UniGTE: Unified Graph-Text Encoding for Zero-Shot Generalization across Graph Tasks and Domains

2025-10-19 · Duo Wang, Yuan Zuo, Guangyue Lu, Junjie Wu arxiv

Generalizing to unseen graph tasks without task-specific supervision is challenging: conventional graph neural networks are typically tied to a fixed label space, while large language models (LLMs) struggle to capture gr…

Zero-shot GeneralizationGraph ClassificationNode ClassificationGraph Regression

G-SAP: Graph-based Structure-Aware Prompt Learning over Heterogeneous Knowledge for Commonsense Reasoning

2024-05-09 · Ruiting Dai, Yuqiao Tan, Lisi Mo, Shuang Liang 외

Commonsense question answering has demonstrated considerable potential across various applications like assistants and social robots. Although fully fine-tuned pre-trained Language Models(LM) have achieved remarkable per…

Graph Neural NetworkKnowledge GraphsPrompt LearningQuestion Answering

Topology-Aware Reasoning over Incomplete Knowledge Graph with Graph-Based Soft Prompting

2026-04-14 · Shuai Wang, Xixi Wang, Yinan Yu arxiv

Large Language Models (LLMs) have shown remarkable capabilities across various tasks but remain prone to hallucinations in knowledge-intensive scenarios. Knowledge Base Question Answering (KBQA) mitigates this by groundi…

Knowledge Base Question AnsweringGraph Neural NetworkAnswer GenerationKnowledge Graphs

When to Trust: A Causality-Aware Calibration Framework for Accurate Knowledge Graph Retrieval-Augmented Generation

2026-01-14 · Jing Ren, Bowen Li, Ziqi Xu, Xikun Zhang 외 arxiv

Knowledge Graph Retrieval-Augmented Generation (KG-RAG) extends the RAG paradigm by incorporating structured knowledge from knowledge graphs, enabling Large Language Models (LLMs) to perform more precise and explainable …

Knowledge Graphs