中文
相关论文

相关论文: Few-shot semantic segmentation via mask aggregatio…

200 篇论文

FSS(Few-shot segmentation) aims to segment a target class using a small number of labeled images(support set). To extract information relevant to the target class, a dominant approach in best-performing FSS methods removes background…

计算机视觉与模式识别 · 计算机科学 2023-11-14 Seonghyeon Moon , Samuel S. Sohn , Honglu Zhou , Sejong Yoon , Vladimir Pavlovic , Muhammad Haris Khan , Mubbasir Kapadia

In the context of few-shot classification, the goal is to train a classifier using a limited number of samples while maintaining satisfactory performance. However, traditional metric-based methods exhibit certain limitations in achieving…

计算机视觉与模式识别 · 计算机科学 2025-03-13 Fatemeh Askari , Amirreza Fateh , Mohammad Reza Mohammadi

3D point cloud semantic segmentation aims to group all points into different semantic categories, which benefits important applications such as point cloud scene reconstruction and understanding. Existing supervised point cloud semantic…

计算机视觉与模式识别 · 计算机科学 2023-03-29 Canyu Zhang , Zhenyao Wu , Xinyi Wu , Ziyu Zhao , Song Wang

Few-shot semantic segmentation (FSS) aims to segment objects of novel categories in the query images given only a few annotated support samples. Existing methods primarily build the image-level correlation between the support target object…

计算机视觉与模式识别 · 计算机科学 2025-09-10 Chunlin Wen , Yu Zhang , Jie Fan , Hongyuan Zhu , Xiu-Shen Wei , Yijun Wang , Zhiqiang Kou , Shuzhou Sun

Few-shot object detection aims to detect instances of specific categories in a query image with only a handful of support samples. Although this takes less effort than obtaining enough annotated images for supervised object detection, it…

计算机视觉与模式识别 · 计算机科学 2021-09-17 Hojun Lee , Myunggi Lee , Nojun Kwak

Few-shot learning is devoted to training a model on few samples. Most of these approaches learn a model based on a pixel-level or global-level feature representation. However, using global features may lose local information, and using…

计算机视觉与模式识别 · 计算机科学 2021-12-07 Haoxing Chen , Huaxiong Li , Yaohui Li , Chunlin Chen

Few-shot aerial image segmentation is a challenging task that involves precisely parsing objects in query aerial images with limited annotated support. Conventional matching methods without consideration of varying object orientations can…

计算机视觉与模式识别 · 计算机科学 2023-06-22 Qinglong Cao , Yuntian Chen , Chao Ma , Xiaokang Yang

Few-shot Intent Detection is challenging due to the scarcity of available annotated utterances. Although recent works demonstrate that multi-level matching plays an important role in transferring learned knowledge from seen training classes…

计算与语言 · 计算机科学 2020-10-13 Hoang Nguyen , Chenwei Zhang , Congying Xia , Philip S. Yu

One-shot semantic segmentation aims to segment query images given only ONE annotated support image of the same class. This task is challenging because target objects in the support and query images can be largely different in appearance and…

计算机视觉与模式识别 · 计算机科学 2025-06-10 Hanjing Zhou , Mingze Yin , Danny Chen , Jian Wu , JinTai Chen

Few-shot image classification learns to recognize new categories from limited labelled data. Metric learning based approaches have been widely investigated, where a query sample is classified by finding the nearest prototype from the…

计算机视觉与模式识别 · 计算机科学 2021-06-04 Zhizheng Zhang , Cuiling Lan , Wenjun Zeng , Zhibo Chen , Shih-Fu Chang

The goal of few-shot learning is to classify unseen categories with few labeled samples. Recently, the low-level information metric-learning based methods have achieved satisfying performance, since local representations (LRs) are more…

计算机视觉与模式识别 · 计算机科学 2020-12-01 Haoxing Chen , Huaxiong Li , Yaohui Li , Chunlin Chen

Few-shot semantic segmentation is the task of learning to locate each pixel of the novel class in the query image with only a few annotated support images. The current correlation-based methods construct pair-wise feature correlations to…

计算机视觉与模式识别 · 计算机科学 2023-01-20 Huafeng Liu , Pai Peng , Tao Chen , Qiong Wang , Yazhou Yao , Xian-Sheng Hua

Few-shot classification tasks aim to classify images in query sets based on only a few labeled examples in support sets. Most studies usually assume that each image in a task has a single and unique class association. Under these…

计算机视觉与模式识别 · 计算机科学 2022-03-01 Lu Yin , Vlado Menkovski , Yulong Pei , Mykola Pechenizkiy

Few-shot semantic segmentation (FSS) aims to achieve novel objects segmentation with only a few annotated samples and has made great progress recently. Most of the existing FSS models focus on the feature matching between support and query…

计算机视觉与模式识别 · 计算机科学 2023-09-06 Jie Liu , Yanqi Bao , Wenzhe Yin , Haochen Wang , Yang Gao , Jan-Jakob Sonke , Efstratios Gavves

Few-shot Semantic Segmentation (FSS) is a challenging task that utilizes limited support images to segment associated unseen objects in query images. However, recent FSS methods are observed to perform worse, when enlarging the number of…

计算机视觉与模式识别 · 计算机科学 2025-01-24 Wailing Tang , Biqi Yang , Pheng-Ann Heng , Yun-Hui Liu , Chi-Wing Fu

Single image-level annotations only correctly describe an often small subset of an image's content, particularly when complex real-world scenes are depicted. While this might be acceptable in many classification scenarios, it poses a…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Markus Hiller , Rongkai Ma , Mehrtash Harandi , Tom Drummond

Training a Convolutional Neural Network (CNN) for semantic segmentation typically requires to collect a large amount of accurate pixel-level annotations, a hard and expensive task. In contrast, simple image tags are easier to gather. With…

计算机视觉与模式识别 · 计算机科学 2019-02-25 Carolina Redondo-Cabrera , Marcos Baptista-Ríos , Roberto J. López-Sastre

This paper studies few-shot segmentation, which is a task of predicting foreground mask of unseen classes by a few of annotations only, aided by a set of rich annotations already existed. The existing methods mainly focus the task on…

计算机视觉与模式识别 · 计算机科学 2019-09-20 Yuwei Yang , Fanman Meng , Hongliang Li , King N. Ngan , Qingbo Wu

Although having achieved great success in medical image segmentation, deep convolutional neural networks usually require a large dataset with manual annotations for training and are difficult to generalize to unseen classes. Few-shot…

计算机视觉与模式识别 · 计算机科学 2021-08-05 Hao Tang , Xingwei Liu , Shanlin Sun , Xiangyi Yan , Xiaohui Xie

Modern approaches typically formulate semantic segmentation as a per-pixel classification task, while instance-level segmentation is handled with an alternative mask classification. Our key insight: mask classification is sufficiently…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Bowen Cheng , Alexander G. Schwing , Alexander Kirillov