中文
相关论文

相关论文: Geometrically Constrained Outlier Synthesis

200 篇论文

Deep neural networks achieve superior performance in challenging tasks such as image classification. However, deep classifiers tend to incorrectly classify out-of-distribution (OOD) inputs, which are inputs that do not belong to the…

机器学习 · 计算机科学 2019-10-24 Vahdat Abdelzad , Krzysztof Czarnecki , Rick Salay , Taylor Denounden , Sachin Vernekar , Buu Phan

Fault diagnosis is crucial in monitoring machines within industrial processes. With the increasing complexity of working conditions and demand for safety during production, diverse diagnosis methods are required, and an integrated fault…

人工智能 · 计算机科学 2024-10-11 Xingyue Wang , Hanrong Zhang , Xinlong Qiao , Ke Ma , Shuting Tao , Peng Peng , Hongwei Wang

Out-of-distribution (OOD) object detection is an important yet underexplored task. A reliable object detector should be able to handle OOD objects by localizing and correctly classifying them as OOD. However, a critical issue arises when…

计算机视觉与模式识别 · 计算机科学 2026-03-18 Sadia Ilyas , Annika Mütze , Klaus Friedrichs , Thomas Kurbiel , Matthias Rottmann

Out-of-distribution (OOD) detection is crucial for deploying robust machine learning models. However, when training data follows a long-tailed distribution, the model's ability to accurately detect OOD samples is significantly compromised,…

机器学习 · 计算机科学 2025-09-26 Shuai Feng , Yuxin Ge , Yuntao Du , Mingcai Chen , Chongjun Wang , Lei Feng

Out-of-distribution (OOD) detection methods often exploit auxiliary outliers to train model identifying OOD samples, especially discovering challenging outliers from auxiliary outliers dataset to improve OOD detection. However, they may…

计算机视觉与模式识别 · 计算机科学 2024-03-25 Yichen Bai , Zongbo Han , Changqing Zhang , Bing Cao , Xiaoheng Jiang , Qinghua Hu

Identifying out-of-distribution (OOD) data at inference time is crucial for many machine learning applications, especially for automation. We present a novel unsupervised semi-parametric framework COMBOOD for OOD detection with respect to…

计算机视觉与模式识别 · 计算机科学 2026-02-10 Magesh Rajasekaran , Md Saiful Islam Sajol , Frej Berglind , Supratik Mukhopadhyay , Kamalika Das

There is an increasingly apparent need for validating the classifications made by deep learning systems in safety-critical applications like autonomous vehicle systems. A number of recent papers have proposed methods for detecting anomalous…

机器学习 · 计算机科学 2018-12-10 Taylor Denouden , Rick Salay , Krzysztof Czarnecki , Vahdat Abdelzad , Buu Phan , Sachin Vernekar

Detecting deepfakes has become a critical challenge in Computer Vision and Artificial Intelligence. Despite significant progress in detection techniques, generalizing them to open-set scenarios continues to be a persistent difficulty.…

计算机视觉与模式识别 · 计算机科学 2025-06-04 Luca Maiano , Fabrizio Casadei , Irene Amerini

Graph neural networks (GNNs) have found widespread application in modeling graph data across diverse domains. While GNNs excel in scenarios where the testing data shares the distribution of their training counterparts (in distribution, ID),…

机器学习 · 计算机科学 2024-01-15 Luzhi Wang , Dongxiao He , He Zhang , Yixin Liu , Wenjie Wang , Shirui Pan , Di Jin , Tat-Seng Chua

Overconfident predictions on out-of-distribution (OOD) samples is a thorny issue for deep neural networks. The key to resolve the OOD overconfidence issue inherently is to build a subset of OOD samples and then suppress predictions on them.…

计算机视觉与模式识别 · 计算机科学 2021-08-16 Keke Tang , Dingruibo Miao , Weilong Peng , Jianpeng Wu , Yawen Shi , Zhaoquan Gu , Zhihong Tian , Wenping Wang

In addition to accurate scene understanding through precise semantic segmentation of LiDAR point clouds, detecting out-of-distribution (OOD) objects, instances not encountered during training, is essential to prevent the incorrect…

计算机视觉与模式识别 · 计算机科学 2025-10-13 Hanieh Shojaei Miandashti , Claus Brenner

\noindent Out-of-distribution (OOD) detection is essential for the safe deployment of machine learning models. Extensive work has focused on devising various scoring functions for detecting OOD samples, while only a few studies focus on…

计算机视觉与模式识别 · 计算机科学 2026-02-25 Yifan Ding , Xixi Liu , Jonas Unger , Gabriel Eilertsen

Out-of-distribution detection (OOD) deals with anomalous input to neural networks. In the past, specialized methods have been proposed to reject predictions on anomalous input. Similarly, it was shown that feature extraction models in…

机器学习 · 计算机科学 2022-01-25 Jan Diers , Christian Pigorsch

Reliable out-of-distribution (OOD) detection is fundamental to implementing safer modern machine learning (ML) systems. In this paper, we introduce Igeood, an effective method for detecting OOD samples. Igeood applies to any pre-trained…

Out-of-distribution (OOD) detection is essential for determining when a supervised model encounters inputs that differ meaningfully from its training distribution. While widely studied in classification, OOD detection for regression and…

机器学习 · 统计学 2025-12-16 Min Lu , Hemant Ishwaran

The discrepancy between in-distribution (ID) and out-of-distribution (OOD) samples can lead to \textit{distributional vulnerability} in deep neural networks, which can subsequently lead to high-confidence predictions for OOD samples. This…

机器学习 · 计算机科学 2023-10-03 Zhilin Zhao , Longbing Cao , Kun-Yu Lin

Quantization can improve the execution latency and energy efficiency of neural networks on both commodity GPUs and specialized accelerators. The majority of existing literature focuses on training quantized DNNs, while this work examines…

机器学习 · 计算机科学 2019-05-24 Ritchie Zhao , Yuwei Hu , Jordan Dotzel , Christopher De Sa , Zhiru Zhang

Collaborative inference enables resource-constrained edge devices to make inferences by uploading inputs (e.g., images) to a server (i.e., cloud) where the heavy deep learning models run. While this setup works cost-effectively for…

计算机视觉与模式识别 · 计算机科学 2021-06-30 Sumaiya Tabassum Nimi , Md Adnan Arefeen , Md Yusuf Sarwar Uddin , Yugyung Lee

Out-of-distribution (OOD) detection helps models identify data outside the training categories, crucial for security applications. While feature-based post-hoc methods address this by evaluating data differences in the feature space without…

计算机视觉与模式识别 · 计算机科学 2025-09-10 Yingsheng Wang , Shuo Lu , Jian Liang , Aihua Zheng , Ran He

Out-of-Distribution (OOD) detection is crucial when deploying machine learning models in open-world applications. The core challenge in OOD detection is mitigating the model's overconfidence on OOD data. While recent methods using auxiliary…

计算机视觉与模式识别 · 计算机科学 2024-12-10 Jiankang Chen , Ling Deng , Zhiyong Gan , Wei-Shi Zheng , Ruixuan Wang