中文
相关论文

相关论文: Distribution Networks for Open Set Learning

200 篇论文

Detection of out-of-distribution samples is one of the critical tasks for real-world applications of computer vision. The advancement of deep learning has enabled us to analyze real-world data which contain unexplained samples, accentuating…

计算机视觉与模式识别 · 计算机科学 2023-12-20 Seyyed Morteza Hashemi , Parvaneh Aliniya , Parvin Razzaghi

Developments in deep generative models have allowed for tractable learning of high-dimensional data distributions. While the employed learning procedures typically assume that training data is drawn i.i.d. from the distribution of interest,…

机器学习 · 计算机科学 2017-05-24 Ari Seff , Alex Beatson , Daniel Suo , Han Liu

One of the key challenges of performing label prediction over a data stream concerns with the emergence of instances belonging to unobserved class labels over time. Previously, this problem has been addressed by detecting such instances and…

机器学习 · 计算机科学 2019-01-29 Zhuoyi Wang , Zelun Kong , Hemeng Tao , Swarup Chandra , Latifur Khan

We consider the problem of discovering novel object categories in an image collection. While these images are unlabelled, we also assume prior knowledge of related but different image classes. We use such prior knowledge to reduce the…

计算机视觉与模式识别 · 计算机科学 2019-08-28 Kai Han , Andrea Vedaldi , Andrew Zisserman

This thesis makes considerable contributions to the realm of machine learning, specifically in the context of open-world scenarios where systems face previously unseen data and contexts. Traditional machine learning models are usually…

机器学习 · 计算机科学 2023-10-11 Yiyou Sun

This paper addresses the task of set prediction using deep learning. This is important because the output of many computer vision tasks, including image tagging and object detection, are naturally expressed as sets of entities rather than…

计算机视觉与模式识别 · 计算机科学 2017-08-14 S. Hamid Rezatofighi , Vijay Kumar B G , Anton Milan , Ehsan Abbasnejad , Anthony Dick , Ian Reid

A change points detection aims to catch an abrupt disorder in data distribution. Common approaches assume that there are only two fixed distributions for data: one before and another after a change point. Real-world data are richer than…

机器学习 · 计算机科学 2022-04-18 Alexander Stepikin , Evgenia Romanenkova , Alexey Zaytsev

Intermediate features at different layers of a deep neural network are known to be discriminative for visual patterns of different complexities. However, most existing works ignore such cross-layer heterogeneities when classifying samples…

计算机视觉与模式识别 · 计算机科学 2016-07-20 Xiaojie Jin , Yunpeng Chen , Jian Dong , Jiashi Feng , Shuicheng Yan

In recent years Deep Neural Network-based systems are not only increasing in popularity but also receive growing user trust. However, due to the closed-world assumption of such systems, they cannot recognize samples from unknown classes and…

机器学习 · 计算机科学 2025-01-15 Joanna Komorniczak , Pawel Ksieniewicz

Open-world machine learning is an emerging technique in artificial intelligence, where conventional machine learning models often follow closed-world assumptions, which can hinder their ability to retain previously learned knowledge for…

机器学习 · 计算机科学 2025-11-26 Jitendra Parmar , Praveen Singh Thakur

The primary assumption of conventional supervised learning or classification is that the test samples are drawn from the same distribution as the training samples, which is called closed set learning or classification. In many practical…

计算机视觉与模式识别 · 计算机科学 2022-08-23 Sepideh Esmaeilpour , Lei Shu , Bing Liu

We present a novel approach for learning to predict sets using deep learning. In recent years, deep neural networks have shown remarkable results in computer vision, natural language processing and other related problems. Despite their…

计算机视觉与模式识别 · 计算机科学 2017-11-23 S. Hamid Rezatofighi , Anton Milan , Qinfeng Shi , Anthony Dick , Ian Reid

This paper concerns open-world classification, where the classifier not only needs to classify test examples into seen classes that have appeared in training but also reject examples from unseen or novel classes that have not appeared in…

机器学习 · 计算机科学 2018-01-18 Lei Shu , Hu Xu , Bing Liu

As the complexity of our neural network models grow, so too do the data and computation requirements for successful training. One proposed solution to this problem is training on a distributed network of computational devices, thus…

机器学习 · 计算机科学 2020-05-22 Kyle Crandall , Dustin Webb

Deep neural networks are often ignorant about what they do not know and overconfident when they make uninformed predictions. Some recent approaches quantify classification uncertainty directly by training the model to output high…

机器学习 · 计算机科学 2020-06-09 Murat Sensoy , Lance Kaplan , Federico Cerutti , Maryam Saleki

Conventional deep learning classifiers are static in the sense that they are trained on a predefined set of classes and learning to classify a novel class typically requires re-training. In this work, we address the problem of Low-Shot…

机器学习 · 计算机科学 2018-10-22 Adi Hayat , Mark Kliger , Shachar Fleishman , Daniel Cohen-Or

Novelty detection is the process of identifying the observation(s) that differ in some respect from the training observations (the target class). In reality, the novelty class is often absent during training, poorly sampled or not well…

计算机视觉与模式识别 · 计算机科学 2018-05-25 Mohammad Sabokrou , Mohammad Khalooei , Mahmood Fathy , Ehsan Adeli

Deterministic neural nets have been shown to learn effective predictors on a wide range of machine learning problems. However, as the standard approach is to train the network to minimize a prediction loss, the resultant model remains…

机器学习 · 计算机科学 2018-11-02 Murat Sensoy , Lance Kaplan , Melih Kandemir

This paper addresses the task of set prediction using deep feed-forward neural networks. A set is a collection of elements which is invariant under permutation and the size of a set is not fixed in advance. Many real-world problems, such as…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Hamid Rezatofighi , Tianyu Zhu , Roman Kaskman , Farbod T. Motlagh , Qinfeng Shi , Anton Milan , Daniel Cremers , Laura Leal-Taixé , Ian Reid

The basic underlying assumption of machine learning (ML) models is that the training and test data are sampled from the same distribution. However, in daily practice, this assumption is often broken, i.e. the distribution of the test data…