paper-with-me

Papers

Intermediate Prototype Mining Transformer for Few-Shot Semantic Segmentation

2022-10-13 · Yuanwei Liu, Nian Liu, Xiwen Yao, Junwei Han

Few-shot semantic segmentation aims to segment the target objects in query under the condition of a few annotated support images. Most previous works strive to mine more effective category information from the support to match with the corresponding objects in query. However, they all ignored the category information gap between query and support images. If the objects in them show large intra-class diversity, forcibly migrating the category information from the support to the query is ineffective. To solve this problem, we are the first to introduce an intermediate prototype for mining both deterministic category information from the support and adaptive category knowledge from the query. Specifically, we design an Intermediate Prototype Mining Transformer (IPMT) to learn the prototype in an iterative way. In each IPMT layer, we propagate the object information in both support and query features to the prototype and then use it to activate the query feature map. By conducting this process iteratively, both the intermediate prototype and the query feature can be progressively improved. At last, the final query feature is used to yield precise segmentation prediction. Extensive experiments on both PASCAL-5i and COCO-20i datasets clearly verify the effectiveness of our IPMT and show that it outperforms previous state-of-the-art methods by a large margin. Code is available at https://github.com/LIUYUANWEI98/IPMT

📄 PDF Abstract BibTeX arXiv:2210.06780

Code (1)

liuyuanwei98/ipmt 공식 구현 pytorch

Tasks

Few-Shot Semantic SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Hierarchical Dense Correlation Distillation for Few-Shot Segmentation

2023-03-26 · CVPR 2023 1 · Bohao Peng, Zhuotao Tian, Xiaoyang Wu, Chenyao Wang 외

Few-shot semantic segmentation (FSS) aims to form class-agnostic models segmenting unseen classes with only a handful of annotations. Previous methods limited to the semantic feature and prototype representation suffer f…

Few-Shot Semantic SegmentationSegmentationSemantic correspondenceSemantic Segmentation

Visual Space Optimization for Zero-shot Learning

2019-06-30 · Xinsheng Wang, Shanmin Pang, Jihua Zhu, Zhongyu Li 외

Zero-shot learning, which aims to recognize new categories that are not included in the training set, has gained popularity owing to its potential ability in the real-word applications. Zero-shot learning models rely on …

Zero-Shot Learning

Hierarchical Dense Correlation Distillation for Few-Shot Segmentation-Extended Abstract

2023-06-27 · Bohao Peng, Zhuotao Tian, Xiaoyang Wu, Chengyao Wang 외

Few-shot semantic segmentation (FSS) aims to form class-agnostic models segmenting unseen classes with only a handful of annotations. Previous methods limited to the semantic feature and prototype representation suffer f…

Few-Shot Semantic SegmentationSegmentationSemantic correspondenceSemantic Segmentation

Attribute Prototype Network for Zero-Shot Learning

2020-08-19 · NeurIPS 2020 12 · Wenjia Xu, Yongqin Xian, Jiuniu Wang, Bernt Schiele 외

From the beginning of zero-shot learning research, visual attributes have been shown to play an important role. In order to better transfer attribute-based knowledge from known to unknown classes, we argue that an image …

AttributeRepresentation LearningZero-Shot Learning

Multigrain-aware Semantic Prototype Scanning and Tri-Token Prompt Learning Embraced High-Order RWKV for Pan-Sharpening

2026-04-16 · Junfeng Li, Wenyang Zhou, Xueheng Li, Xuanhua He 외 arxiv

In this work, we propose a Multigrain-aware Semantic Prototype Scanning paradigm for pan-sharpening, built upon a high-order RWKV architecture and a tri-token prompting mechanism derived from semantic clustering. Specifi…