paper-with-me

Papers

Few-shot Medical Image Segmentation via Cross-Reference Transformer

2023-04-19 · Yao Huang, Jianming Liu

Deep learning models have become the mainstream method for medical image segmentation, but they require a large manually labeled dataset for training and are difficult to extend to unseen categories. Few-shot segmentation(FSS) has the potential to address these challenges by learning new categories from a small number of labeled samples. The majority of the current methods employ a prototype learning architecture, which involves expanding support prototype vectors and concatenating them with query features to conduct conditional segmentation. However, such framework potentially focuses more on query features while may neglect the correlation between support and query features. In this paper, we propose a novel self-supervised few shot medical image segmentation network with Cross-Reference Transformer, which addresses the lack of interaction between the support image and the query image. We first enhance the correlation features between the support set image and the query image using a bidirectional cross-attention module. Then, we employ a cross-reference mechanism to mine and enhance the similar parts of support features and query features in high-dimensional channels. Experimental results show that the proposed model achieves good results on both CT dataset and MRI dataset.

📄 PDF Abstract BibTeX arXiv:2304.09630

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

One-shot Localization and Segmentation of Medical Images with Foundation Models

2023-10-28 · Deepa Anand, Gurunath Reddy M, Vanika Singhal, Dattesh D. Shanbhag 외

Recent advances in Vision Transformers (ViT) and Stable Diffusion (SD) models with their ability to capture rich semantic features of the image have been used for image correspondence tasks on natural images. In this pap…

SegmentationSemantic Segmentation

Boosting SAM for Cross-Domain Few-Shot Segmentation via Conditional Point Sparsification

2026-02-05 · Jiahao Nie, Yun Xing, Wenbin An, Qingsong Zhao 외 arxiv

Motivated by the success of the Segment Anything Model (SAM) in promptable segmentation, recent studies leverage SAM to develop training-free solutions for few-shot segmentation, which aims to predict object masks in the…

Cross-Domain Few-Shot

Beyond Static Anchors: Bounded Prototype Conditioning for Language-Free Medical Anomaly Detection

2026-08-01 · Yibo Wan, Jinyu Cai, Seekiong-Ng arxiv

Medical anomaly detection identifies abnormal images and localizes lesions under scarce supervision while generalizing across organs and modalities. Existing CLIP-based methods reduce annotation requirements through visi…

Anomaly Detection

Distillation Learning Guided by Image Reconstruction for One-Shot Medical Image Segmentation

2024-08-07 · Feng Zhou, YanJie Zhou, Longjie Wang, Yun Peng 외

Traditional one-shot medical image segmentation (MIS) methods use registration networks to propagate labels from a reference atlas or rely on comprehensive sampling strategies to generate synthetic labeled data for train…

Data AugmentationImage ReconstructionImage SegmentationKnowledge Distillation+3

Show and Segment: Universal Medical Image Segmentation via In-Context Learning

2025-03-25 · CVPR 2025 1 · Yunhe Gao, Di Liu, Zhuowei Li, Yunsheng Li 외

Medical image segmentation remains challenging due to the vast diversity of anatomical structures, imaging modalities, and segmentation tasks. While deep learning has made significant advances, current approaches struggl…

Image SegmentationIn-Context LearningMedical Image SegmentationSegmentation+1