paper-with-me

홈 › Papers

SAMIC: Segment Anything with In-Context Spatial Prompt Engineering

2024-12-16 · Savinay Nagendra, Kashif Rashid, Chaopeng Shen, Daniel Kifer

Few-shot segmentation is the problem of learning to identify specific types of objects (e.g., airplanes) in images from a small set of labeled reference images. The current state of the art is driven by resource-intensive construction of models for every new domain-specific application. Such models must be trained on enormous labeled datasets of unrelated objects (e.g., cars, trains, animals) so that their ``knowledge'' can be transferred to new types of objects. In this paper, we show how to leverage existing vision foundation models (VFMs) to reduce the incremental cost of creating few-shot segmentation models for new domains. Specifically, we introduce SAMIC, a small network that learns how to prompt VFMs in order to segment new types of objects in domain-specific applications. SAMIC enables any task to be approached as a few-shot learning problem. At 2.6 million parameters, it is 94% smaller than the leading models (e.g., having ResNet 101 backbone with 45+ million parameters). Even using 1/5th of the training data provided by one-shot benchmarks, SAMIC is competitive with, or sets the state of the art, on a variety of few-shot and semantic segmentation datasets including COCO-$20^i$, Pascal-$5^i$, PerSeg, FSS-1000, and NWPU VHR-10.

📄 PDF Abstract BibTeX arXiv:2412.11998

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningPrompt EngineeringSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Kaiming Initialization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

PanoSAMic: Panoramic Image Segmentation from SAM Feature Encoding and Dual View Fusion

2026-01-12 · Mahdi Chamseddine, Didier Stricker, Jason Rambach arxiv

Existing image foundation models are not optimized for spherical images having been trained primarily on perspective images. PanoSAMic integrates the pre-trained Segment Anything (SAM) encoder to make use of its extensiv…

Semantic SegmentationImage Segmentation

Learning to Prompt Segment Anything Models

2024-01-09 · Jiaxing Huang, Kai Jiang, Jingyi Zhang, Han Qiu 외

Segment Anything Models (SAMs) like SEEM and SAM have demonstrated great potential in learning to segment anything. The core design of SAMs lies with Promptable Segmentation, which takes a handcrafted prompt as input and…

Image SegmentationPrompt LearningSegmentationSemantic Segmentation

SGP-SAM: Self-Gated Prompting for Transferring 3D Segment Anything Models to Lesion Segmentation

2026-04-19 · Zixuan Tang, Shen Zhao arxiv

Large segmentation foundation models such as the Segment Anything Model (SAM) have reshaped promptable segmentation in natural images, and recent efforts have extended these models to medical images and volumetric settin…

Lesion Segmentation

ViRefSAM: Visual Reference-Guided Segment Anything Model for Remote Sensing Segmentation

2025-07-03 · Hanbo Bi, Yulong Xu, Ya Li, Yongqiang Mao 외

The Segment Anything Model (SAM), with its prompt-driven paradigm, exhibits strong generalization in generic segmentation tasks. However, applying SAM to remote sensing (RS) images still faces two major challenges. First…

Few-Shot LearningSegmentation

SPDA-SAM: A Self-prompted Depth-Aware Segment Anything Model for Instance Segmentation

2026-02-06 · Yihan Shang, Wei Wang, Chao Huang, Xinghui Dong arxiv

Recently, Segment Anything Model (SAM) has demonstrated strong generalizability in various instance segmentation tasks. However, its performance is severely dependent on the quality of manual prompts. In addition, the RG…

Instance Segmentation