中文
相关论文

相关论文: Dataset Bias in Few-shot Image Recognition

200 篇论文

Few-shot learning (FSL) aims to learn a classifier that can be easily adapted to recognize novel classes with only a few labeled examples. Some recent work about FSL has yielded promising classification performance, where the image-level…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Jianpeng Yang , Yuhang Niu , Xuemei Xie , Guangming Shi

Large deep learning models are impressive, but they struggle when real-time data is not available. Few-shot class-incremental learning (FSCIL) poses a significant challenge for deep neural networks to learn new tasks from just a few labeled…

计算机视觉与模式识别 · 计算机科学 2023-10-25 Songsong Tian , Lusi Li , Weijun Li , Hang Ran , Xin Ning , Prayag Tiwari

Many few-shot learning approaches have been designed under the meta-learning framework, which learns from a variety of learning tasks and generalizes to new tasks. These meta-learning approaches achieve the expected performance in the…

机器学习 · 计算机科学 2022-01-05 Yongchun Zhu , Fuzhen Zhuang , Xiangliang Zhang , Zhiyuan Qi , Zhiping Shi , Juan Cao , Qing He

Cross-domain few-shot segmentation (CD-FSS) aims to segment objects of novel classes in new domains, which is often challenging due to the diverse characteristics of target domains and the limited availability of support data. Most CD-FSS…

计算机视觉与模式识别 · 计算机科学 2026-01-01 Qi Fan , Kaiqi Liu , Nian Liu , Hisham Cholakkal , Rao Muhammad Anwer , Wenbin Li , Yang Gao

Few-shot learning aims to build classifiers for new classes from a small number of labeled examples and is commonly facilitated by access to examples from a distinct set of 'base classes'. The difference in data distribution between the…

计算机视觉与模式识别 · 计算机科学 2021-04-26 Zitian Chen , Subhransu Maji , Erik Learned-Miller

Few shot classification aims to learn to recognize novel categories using only limited samples per category. Most current few shot methods use a base dataset rich in labeled examples to train an encoder that is used for obtaining…

计算机视觉与模式识别 · 计算机科学 2022-10-07 Mayug Maniparambil , Kevin McGuinness , Noel O'Connor

Few-shot relation classification seeks to classify incoming query instances after meeting only few support instances. This ability is gained by training with large amount of in-domain annotated data. In this paper, we tackle an even harder…

计算与语言 · 计算机科学 2020-12-15 Xiaoqing Geng , Xiwen Chen , Kenny Q. Zhu , Libin Shen , Yinggong Zhao

Recent object detection models require large amounts of annotated data for training a new classes of objects. Few-shot object detection (FSOD) aims to address this problem by learning novel classes given only a few samples. While…

计算机视觉与模式识别 · 计算机科学 2022-10-13 Karim Guirguis , Mohamed Abdelsamad , George Eskandar , Ahmed Hendawy , Matthias Kayser , Bin Yang , Juergen Beyerer

We present an image preprocessing technique capable of improving the performance of few-shot classifiers on abstract visual reasoning tasks. Many visual reasoning tasks with abstract features are easy for humans to learn with few examples…

机器学习 · 计算机科学 2019-10-07 Tanner Bohn , Yining Hu , Charles X. Ling

Few-shot Intent Classification (FSIC) is one of the key challenges in modular task-oriented dialog systems. While advanced FSIC methods are similar in using pretrained language models to encode texts and nearest neighbour-based inference…

计算与语言 · 计算机科学 2022-10-13 Mohsen Mesgar , Thy Thy Tran , Goran Glavas , Iryna Gurevych

This paper tackles the problem of few-shot learning, which aims to learn new visual concepts from a few examples. A common problem setting in few-shot classification assumes random sampling strategy in acquiring data labels, which is…

计算机视觉与模式识别 · 计算机科学 2022-01-10 Shipeng Yan , Songyang Zhang , Xuming He

Few-shot object classification is the task of classifying objects in an image with limited number of examples as supervision. We propose a one-shot/few-shot classification model that can classify an object of any unseen class into a…

计算机视觉与模式识别 · 计算机科学 2023-10-13 Arpit Mittal , Harshil Jhaveri , Swapnil Mallick , Abhishek Ajmera

In recent years, numerous domain adaptive strategies have been proposed to help deep learning models overcome the challenges posed by domain shift. However, even unsupervised domain adaptive strategies still require a large amount of target…

图像与视频处理 · 电气工程与系统科学 2024-07-11 Sumayya Inayat , Nimra Dilawar , Waqas Sultani , Mohsen Ali

Few-shot learning is the process of learning novel classes using only a few examples and it remains a challenging task in machine learning. Many sophisticated few-shot learning algorithms have been proposed based on the notion that networks…

机器学习 · 计算机科学 2019-10-04 Akihiro Nakamura , Tatsuya Harada

We study the few-shot learning (FSL) problem, where a model learns to recognize new objects with extremely few labeled training data per category. Most of previous FSL approaches resort to the meta-learning paradigm, where the model…

计算机视觉与模式识别 · 计算机科学 2021-09-08 Zejiang Hou , Sun-Yuan Kung

In machine learning applications, it is common practice to feed as much information as possible. In most cases, the model can handle large data sets that allow to predict more accurately. In the presence of data scarcity, a Few-Shot…

计算机视觉与模式识别 · 计算机科学 2023-05-04 Saad Bin Ahmed , Umaid M. Zaffar , Marium Aslam , Muhammad Imran Malik

Deep networks can learn to accurately recognize objects of a category by training on a large number of annotated images. However, a meta-learning challenge known as a low-shot image recognition task comes when only a few images with…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Mengting Chen , Xinggang Wang , Heng Luo , Yifeng Geng , Wenyu Liu

New classes arise frequently in our ever-changing world, e.g., emerging topics in social media and new types of products in e-commerce. A model should recognize new classes and meanwhile maintain discriminability over old classes. Under…

计算机视觉与模式识别 · 计算机科学 2022-08-22 Da-Wei Zhou , Han-Jia Ye , Liang Ma , Di Xie , Shiliang Pu , De-Chuan Zhan

Existing image-to-image transformation approaches primarily focus on synthesizing visually pleasing data. Generating images with correct identity labels is challenging yet much less explored. It is even more challenging to deal with image…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Wei Xiong , Yutong He , Yixuan Zhang , Wenhan Luo , Lin Ma , Jiebo Luo

Building accurate models for rare skin diseases remains challenging due to the lack of sufficient labeled data and the inherently long-tailed distribution of available samples. These issues are further complicated by inconsistencies in how…

计算机视觉与模式识别 · 计算机科学 2025-10-03 Zeynep Özdemir , Hacer Yalim Keles , Ömer Özgür Tanrıöver