paper-with-me

홈 › Papers

CRNet: Cross-Reference Networks for Few-Shot Segmentation

2020-03-24 · CVPR 2020 6 · Weide Liu, Chi Zhang, Guosheng Lin, Fayao Liu

Over the past few years, state-of-the-art image segmentation algorithms are based on deep convolutional neural networks. To render a deep network with the ability to understand a concept, humans need to collect a large amount of pixel-level annotated data to train the models, which is time-consuming and tedious. Recently, few-shot segmentation is proposed to solve this problem. Few-shot segmentation aims to learn a segmentation model that can be generalized to novel classes with only a few training images. In this paper, we propose a cross-reference network (CRNet) for few-shot segmentation. Unlike previous works which only predict the mask in the query image, our proposed model concurrently make predictions for both the support image and the query image. With a cross-reference mechanism, our network can better find the co-occurrent objects in the two images, thus helping the few-shot segmentation task. We also develop a mask refinement module to recurrently refine the prediction of the foreground regions. For the $k$-shot learning, we propose to finetune parts of networks to take advantage of multiple labeled support images. Experiments on the PASCAL VOC 2012 dataset show that our network achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2003.10658

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Instance segmentation with the number of clusters incorporated in embedding learning

2021-03-27 · Jianfeng Cao, Hong Yan

Semantic and instance segmentation algorithms are two general yet distinct image segmentation solutions powered by Convolution Neural Network. While semantic segmentation benefits extensively from the end-to-end training…

ClusteringImage SegmentationInstance SegmentationSegmentation+1

Meta-Learning Driven Lightweight Phase Shift Compression for IRS-Assisted Wireless Systems

2025-05-07 · Xianhua Yu, Dong Li, Bowen Gu, Xiaoye Jing 외

The phase shift information (PSI) overhead poses a critical challenge to enabling real-time intelligent reflecting surface (IRS)-assisted wireless systems, particularly under dynamic and resource-constrained conditions. …

DecoderMeta-Learning

SCRNet: Spatial-Channel Regulation Network for Medical Ultrasound Image Segmentation

2025-08-19 · Weixin Xu, Ziliang Wang arxiv

Medical ultrasound image segmentation presents a formidable challenge in the realm of computer vision. Traditional approaches rely on Convolutional Neural Networks (CNNs) and Transformer-based methods to address the intr…

Medical Image Segmentation

SCRNet: a Retinex Structure-based Low-light Enhancement Model Guided by Spatial Consistency

2023-05-14 · Miao Zhang, Yiqing Shen, Shenghui Zhong

Images captured under low-light conditions are often plagued by several challenges, including diminished contrast, increased noise, loss of fine details, and unnatural color reproduction. These factors can significantly …

Image EnhancementImage SegmentationLow-Light Image Enhancementobject-detection+2

Duplex Contextual Relation Network for Polyp Segmentation

2021-03-11 · Zijin Yin, Kongming Liang, Zhanyu Ma, Jun Guo

Polyp segmentation is of great importance in the early diagnosis and treatment of colorectal cancer. Since polyps vary in their shape, size, color, and texture, accurate polyp segmentation is very challenging. One promis…

PositionRelationRelation Network