中文
相关论文

相关论文: Classifier Crafting: Turn Your ConvNet into a Zero…

200 篇论文

Zero-shot learning (ZSL) is made possible by learning a projection function between a feature space and a semantic space (e.g.,~an attribute space). Key to ZSL is thus to learn a projection that is robust against the often large domain gap…

计算机视觉与模式识别 · 计算机科学 2018-10-22 Zhiwu Lu , Jiechao Guan , Aoxue Li , Tao Xiang , An Zhao , Ji-Rong Wen

Zero-shot Learning (ZSL), which aims to predict for those classes that have never appeared in the training data, has arisen hot research interests. The key of implementing ZSL is to leverage the prior knowledge of classes which builds the…

人工智能 · 计算机科学 2021-02-16 Yuxia Geng , Jiaoyan Chen , Zhuo Chen , Jeff Z. Pan , Zhiquan Ye , Zonggang Yuan , Yantao Jia , Huajun Chen

Zero-shot learning relies on semantic class representations such as hand-engineered attributes or learned embeddings to predict classes without any labeled examples. We propose to learn class representations by embedding nodes from common…

机器学习 · 计算机科学 2022-08-29 Nihal V. Nayak , Stephen H. Bach

In Computer Vision, Zero-Shot Learning (ZSL) aims at classifying unseen classes -- classes for which no matching training image exists. Most of ZSL works learn a cross-modal mapping between images and class labels for seen classes. However,…

计算机视觉与模式识别 · 计算机科学 2020-11-16 Patrick Bordes , Eloi Zablocki , Benjamin Piwowarski , Patrick Gallinari

The goal of zero-shot learning (ZSL) is to train a model to classify samples of classes that were not seen during training. To address this challenging task, most ZSL methods relate unseen test classes to seen(training) classes via a…

计算机视觉与模式识别 · 计算机科学 2020-09-25 Lu Liu , Tianyi Zhou , Guodong Long , Jing Jiang , Chengqi Zhang

Learning to classify unseen class samples at test time is popularly referred to as zero-shot learning (ZSL). If test samples can be from training (seen) as well as unseen classes, it is a more challenging problem due to the existence of…

机器学习 · 统计学 2019-09-11 Vinay Kumar Verma , Dhanajit Brahma , Piyush Rai

Collecting training images for all visual categories is not only expensive but also impractical. Zero-shot learning (ZSL), especially using attributes, offers a pragmatic solution to this problem. However, at test time most attribute-based…

计算机视觉与模式识别 · 计算机科学 2016-10-18 Ziad Al-Halah , Makarand Tapaswi , Rainer Stiefelhagen

Object classes that surround us have a natural tendency to emerge at varying levels of abstraction. We propose a Bayesian approach to zero-shot learning (ZSL) that introduces the notion of meta-classes and implements a Bayesian hierarchy…

计算机视觉与模式识别 · 计算机科学 2020-08-28 Sarkhan Badirli , Zeynep Akata , Murat Dundar

Zero-shot learning, which studies the problem of object classification for categories for which we have no training examples, is gaining increasing attention from community. Most existing ZSL methods exploit deterministic transfer learning…

计算机视觉与模式识别 · 计算机科学 2017-05-29 Yanan Li , Donghui Wang

We consider the problem of zero-shot recognition: learning a visual classifier for a category with zero training examples, just using the word embedding of the category and its relationship to other categories, which visual data are…

计算机视觉与模式识别 · 计算机科学 2018-04-10 Xiaolong Wang , Yufei Ye , Abhinav Gupta

Zero-shot Learners are models capable of predicting unseen classes. In this work, we propose a Zero-shot Learning approach for text categorization. Our method involves training model on a large corpus of sentences to learn the relationship…

计算与语言 · 计算机科学 2017-12-27 Pushpankar Kumar Pushp , Muktabh Mayank Srivastava

This paper addresses the task of learning an image clas-sifier when some categories are defined by semantic descriptions only (e.g. visual attributes) while the others are defined by exemplar images as well. This task is often referred to…

计算机视觉与模式识别 · 计算机科学 2017-12-12 Maxime Bucher , Stéphane Herbin , Frédéric Jurie

Zero-shot learning (ZSL) tackles the novel class recognition problem by transferring semantic knowledge from seen classes to unseen ones. Existing attention-based models have struggled to learn inferior region features in a single image by…

计算机视觉与模式识别 · 计算机科学 2022-12-14 Shiming Chen , Ziming Hong , Wenjin Hou , Guo-Sen Xie , Yibing Song , Jian Zhao , Xinge You , Shuicheng Yan , Ling Shao

Zero-shot learning is a new paradigm to classify objects from classes that are not available at training time. Zero-shot learning (ZSL) methods have attracted considerable attention in recent years because of their ability to classify…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Chandan Gautam , Sethupathy Parameswaran , Ashish Mishra , Suresh Sundaram

Generalised zero-shot learning (GZSL) methods aim to classify previously seen and unseen visual classes by leveraging the semantic information of those classes. In the context of GZSL, semantic information is non-visual data such as a text…

计算机视觉与模式识别 · 计算机科学 2019-08-07 Rafael Felix , Ben Harwood , Michele Sasdelli , Gustavo Carneiro

Recent research works have proposed machine learning models for classifying IoT devices connected to a network. However, there is still a practical challenge of not having all devices (and hence their traffic) available during the training…

网络与互联网体系结构 · 计算机科学 2024-01-15 Binghui Wu , Philipp Gysel , Dinil Mon Divakaran , Mohan Gurusamy

Zero-shot learning (ZSL) aims to recognize unseen classes by leveraging semantic information from seen classes, but most existing methods assume accurate class labels for training instances. However, in real-world scenarios, noise and…

计算机视觉与模式识别 · 计算机科学 2026-03-06 Jinfu Fan , Jiangnan Li , Xiaowen Yan , Xiaohui Zhong , Wenpeng Lu , Linqing Huang

Zero-shot learning (ZSL) can be formulated as a cross-domain matching problem: after being projected into a joint embedding space, a visual sample will match against all candidate class-level semantic descriptions and be assigned to the…

计算机视觉与模式识别 · 计算机科学 2018-12-12 Lei Zhang , Peng Wang , Lingqiao Liu , Chunhua Shen , Wei Wei , Yannning Zhang , Anton Van Den Hengel

The recognition of unseen objects from a semantic representation or textual description, usually denoted as zero-shot learning, is more prone to be used in real-world scenarios when compared to traditional object recognition. Nevertheless,…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Cristiano Patrício , João Neves

A typical pipeline for Zero-Shot Learning (ZSL) is to integrate the visual features and the class semantic descriptors into a multimodal framework with a linear or bilinear model. However, the visual features and the class semantic…

计算机视觉与模式识别 · 计算机科学 2017-05-23 Zhong Ji , Yunxin Sun , Yulong Yu , Jichang Guo , Yanwei Pang