中文
相关论文

相关论文: Attributes-Guided and Pure-Visual Attention Alignm…

200 篇论文

Learning with few labeled data is a key challenge for visual recognition, as deep neural networks tend to overfit using a few samples only. One of the Few-shot learning methods called metric learning addresses this challenge by first…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Li Ke , Meng Pan , Weigao Wen , Dong Li

With the popularity of foundational models, parameter efficient fine tuning has become the defacto approach to leverage pretrained models to perform downstream tasks. Taking inspiration from recent advances in large language models, Visual…

图像与视频处理 · 电气工程与系统科学 2025-01-08 Aadya Arora , Vinay Namboodiri

The problem of learning to generalize to unseen classes during training, known as few-shot classification, has attracted considerable attention. Initialization based methods, such as the gradient-based model agnostic meta-learning (MAML),…

机器学习 · 计算机科学 2021-03-10 Chen Zhao , Feng Chen , Zhuoyi Wang , Latifur Khan

Few-shot video classification aims to learn new video categories with only a few labeled examples, alleviating the burden of costly annotation in real-world applications. However, it is particularly challenging to learn a class-invariant…

计算机视觉与模式识别 · 计算机科学 2021-05-12 Songyang Zhang , Jiale Zhou , Xuming He

Few-shot object detection (FSOD) localizes and classifies objects in an image given only a few data samples. Recent trends in FSOD research show the adoption of metric and meta-learning techniques, which are prone to catastrophic forgetting…

计算机视觉与模式识别 · 计算机科学 2021-11-15 Ashutosh Agarwal , Anay Majee , Anbumani Subramanian , Chetan Arora

Few-shot learning and self-supervised learning address different facets of the same problem: how to train a model with little or no labeled data. Few-shot learning aims for optimization methods and models that can learn efficiently to…

计算机视觉与模式识别 · 计算机科学 2019-06-13 Spyros Gidaris , Andrei Bursuc , Nikos Komodakis , Patrick Pérez , Matthieu Cord

Medical anomaly detection (AD) is crucial for early clinical intervention, yet it faces challenges due to limited access to high-quality medical imaging data, caused by privacy concerns and data silos. Few-shot learning has emerged as a…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Kaiyu Guo , Tan Pan , Chen Jiang , Zijian Wang , Brian C. Lovell , Limei Han , Yuan Cheng , Mahsa Baktashmotlagh

Large-scale pre-trained Vision-Language Models (VLMs) have exhibited impressive zero-shot performance and transferability, allowing them to adapt to downstream tasks in a data-efficient manner. However, when only a few labeled samples are…

计算机视觉与模式识别 · 计算机科学 2024-11-11 Ce Zhang , Simon Stepputtis , Katia Sycara , Yaqi Xie

The goal of vision-language modeling is to allow models to tie language understanding with visual inputs. The aim of this paper is to evaluate and align the Visual Language Model (VLM) called Multimodal Augmentation of Generative Models…

计算机视觉与模式识别 · 计算机科学 2022-10-26 Jean-Charles Layoun , Alexis Roger , Irina Rish

Computer vision-based methods have valuable use cases in precision medicine, and recognizing facial phenotypes of genetic disorders is one of them. Many genetic disorders are known to affect faces' visual appearance and geometry. Automated…

计算机视觉与模式识别 · 计算机科学 2023-05-25 Ömer Sümer , Fabio Hellmann , Alexander Hustinx , Tzung-Chien Hsieh , Elisabeth André , Peter Krawitz

In remote sensing field, there are many applications of object detection in recent years, which demands a great number of labeled data. However, we may be faced with some cases where only limited data are available. In this paper, we…

计算机视觉与模式识别 · 计算机科学 2020-09-29 Zixuan Xiao , Wei Xue , Ping Zhong

Despite deep convolutional neural networks achieved impressive progress in medical image computing and analysis, its paradigm of supervised learning demands a large number of annotations for training to avoid overfitting and achieving…

计算机视觉与模式识别 · 计算机科学 2020-12-11 Liyan Sun , Chenxin Li , Xinghao Ding , Yue Huang , Guisheng Wang , Yizhou Yu

Few-shot classification aims to recognize novel categories with only few labeled images in each class. Existing metric-based few-shot classification algorithms predict categories by comparing the feature embeddings of query images with…

计算机视觉与模式识别 · 计算机科学 2020-03-10 Hung-Yu Tseng , Hsin-Ying Lee , Jia-Bin Huang , Ming-Hsuan Yang

Visual attention has been extensively studied for learning fine-grained features in both facial expression recognition (FER) and Action Unit (AU) detection. A broad range of previous research has explored how to use attention modules to…

计算机视觉与模式识别 · 计算机科学 2022-03-24 Xiaotian Li , Zhihua Li , Huiyuan Yang , Geran Zhao , Lijun Yin

The goal of this paper is to bypass the need for labelled examples in few-shot video understanding at run time. While proven effective, in many practical video settings even labelling a few examples appears unrealistic. This is especially…

计算机视觉与模式识别 · 计算机科学 2022-04-20 Pengwan Yang , Yuki M. Asano , Pascal Mettes , Cees G. M. Snoek

In this paper, we introduce a novel attentional similarity module for the problem of few-shot sound recognition. Given a few examples of an unseen sound event, a classifier must be quickly adapted to recognize the new sound event without…

声音 · 计算机科学 2019-02-19 Szu-Yu Chou , Kai-Hsiang Cheng , Jyh-Shing Roger Jang , Yi-Hsuan Yang

Recent works in dataset distillation seek to minimize training expenses by generating a condensed synthetic dataset that encapsulates the information present in a larger real dataset. These approaches ultimately aim to attain test accuracy…

计算机视觉与模式识别 · 计算机科学 2025-03-25 Samir Khaki , Ahmad Sajedi , Kai Wang , Lucy Z. Liu , Yuri A. Lawryshyn , Konstantinos N. Plataniotis

Few-shot learning aims to learn classifiers for new classes with only a few training examples per class. Most existing few-shot learning approaches belong to either metric-based meta-learning or optimization-based meta-learning category,…

机器学习 · 计算机科学 2019-08-28 Duo Wang , Yu Cheng , Mo Yu , Xiaoxiao Guo , Tao Zhang

The field of few-shot learning has been laboriously explored in the supervised setting, where per-class labels are available. On the other hand, the unsupervised few-shot learning setting, where no labels of any kind are required, has seen…

机器学习 · 统计学 2019-03-07 Antreas Antoniou , Amos Storkey

Few-shot semantic segmentation aims to learn to segment new object classes with only a few annotated examples, which has a wide range of real-world applications. Most existing methods either focus on the restrictive setting of one-way…

计算机视觉与模式识别 · 计算机科学 2022-12-05 Yongfei Liu , Xiangyi Zhang , Songyang Zhang , Xuming He