中文
相关论文

相关论文: A Prototype-Based Neural Network for Image Anomaly…

200 篇论文

Anomaly detection on attributed networks attracts considerable research interests due to wide applications of attributed networks in modeling a wide range of complex systems. Recently, the deep learning-based anomaly detection methods have…

机器学习 · 计算机科学 2021-05-07 Yixin Liu , Zhao Li , Shirui Pan , Chen Gong , Chuan Zhou , George Karypis

Visual defect assessment is a form of anomaly detection. This is very relevant in finding faults such as cracks and markings in various surface inspection tasks like pavement and automotive parts. The task involves detection of…

计算机视觉与模式识别 · 计算机科学 2019-05-31 Manpreet Singh Minhas , John Zelek

Prototypical part neural networks (ProtoPartNNs), namely PROTOPNET and its derivatives, are an intrinsically interpretable approach to machine learning. Their prototype learning scheme enables intuitive explanations of the form, this…

计算机视觉与模式识别 · 计算机科学 2023-09-27 Zachariah Carmichael , Suhas Lohit , Anoop Cherian , Michael Jones , Walter Scheirer

We study the problem of semi-supervised anomaly detection with domain adaptation. Given a set of normal data from a source domain and a limited amount of normal examples from a target domain, the goal is to have a well-performing anomaly…

机器学习 · 计算机科学 2020-06-09 Ziyi Yang , Iman Soltani Bozchalooi , Eric Darve

While previous researches in eye fixation prediction typically rely on integrating low-level features (e.g. color, edge) to form a saliency map, recently it has been found that the structural organization of these features into a…

计算机视觉与模式识别 · 计算机科学 2014-12-30 Chengyao Shen , Xun Huang , Qi Zhao

Recently, large vision and language models have shown their success when adapting them to many downstream tasks. In this paper, we present a unified framework named CLIP-ADA for Anomaly Detection by Adapting a pre-trained CLIP model. To…

计算机视觉与模式识别 · 计算机科学 2024-03-15 Yuxuan Cai , Xinwei He , Dingkang Liang , Ao Tong , Xiang Bai

Unsupervised Anomaly Detection has become a popular method to detect pathologies in medical images as it does not require supervision or labels for training. Most commonly, the anomaly detection model generates a "normal" version of an…

图像与视频处理 · 电气工程与系统科学 2023-09-26 Felix Meissen , Johannes Paetzold , Georgios Kaissis , Daniel Rueckert

Anomaly detection (AD) aims at detecting abnormal samples that deviate from the expected normal patterns. Generally, it can be trained merely on normal data, without a requirement for abnormal samples, and thereby plays an important role in…

计算机视觉与模式识别 · 计算机科学 2025-02-20 Yu Cai , Weiwen Zhang , Hao Chen , Kwang-Ting Cheng

Anomaly detection is the problem of recognizing abnormal inputs based on the seen examples of normal data. Despite recent advances of deep learning in recognizing image anomalies, these methods still prove incapable of handling complex…

计算机视觉与模式识别 · 计算机科学 2021-09-14 Nina Shvetsova , Bart Bakker , Irina Fedulova , Heinrich Schulz , Dmitry V. Dylov

Reliably detecting anomalies in a given set of images is a task of high practical relevance for visual quality inspection, surveillance, or medical image analysis. Autoencoder neural networks learn to reconstruct normal images, and hence…

机器学习 · 计算机科学 2019-01-21 Laura Beggel , Michael Pfeiffer , Bernd Bischl

In this study, a new Anomaly Detection (AD) approach for industrial and medical images is proposed. This method leverages the theoretical strengths of unsupervised learning and the data availability of both normal and abnormal classes.…

计算机视觉与模式识别 · 计算机科学 2024-01-24 Arnaud Bougaham , Valentin Delchevalerie , Mohammed El Adoui , Benoît Frénay

Reconstruction-based approaches have achieved remarkable outcomes in anomaly detection. The exceptional image reconstruction capabilities of recently popular diffusion models have sparked research efforts to utilize them for enhanced…

计算机视觉与模式识别 · 计算机科学 2023-12-12 Haoyang He , Jiangning Zhang , Hongxu Chen , Xuhai Chen , Zhishan Li , Xu Chen , Yabiao Wang , Chengjie Wang , Lei Xie

Convolutional Neural Network (CNN) techniques have proven to be very useful in image-based anomaly detection applications. CNN can be used as deep features extractor where other anomaly detection techniques are applied on these features.…

机器学习 · 计算机科学 2022-08-15 Sulaiman Aburakhia , Tareq Tayeh , Ryan Myers , Abdallah Shami

Anomaly detection in medical imaging is a challenging task in contexts where abnormalities are not annotated. This problem can be addressed through unsupervised anomaly detection (UAD) methods, which identify features that do not match with…

图像与视频处理 · 电气工程与系统科学 2023-09-07 Geoffroy Oudoumanessah , Carole Lartizien , Michel Dojat , Florence Forbes

Current anomaly detection methods primarily focus on low-resolution scenarios. For high-resolution images, conventional downsampling often results in missed detections of subtle anomalous regions due to the loss of fine-grained…

计算机视觉与模式识别 · 计算机科学 2025-08-19 Ximiao Zhang , Min Xu , Xiuzhuang Zhou

Anomaly detection is an important task for complex systems (e.g., industrial facilities, manufacturing, large-scale science experiments), where failures in a sub-system can lead to low yield, faulty products, or even damage to components.…

机器学习 · 计算机科学 2023-09-06 Ryan Humble , Zhe Zhang , Finn O'Shea , Eric Darve , Daniel Ratner

Anomaly detection (AD) in images is a fundamental computer vision problem by deep learning neural network to identify images deviating significantly from normality. The deep features extracted from pretrained models have been proved to be…

计算机视觉与模式识别 · 计算机科学 2023-12-05 Zeyu Jiang , João P. C. Bertoldo , Etienne Decencière

Unsupervised anomaly detection and localization is crucial to the practical application when collecting and labeling sufficient anomaly data is infeasible. Most existing representation-based approaches extract normal image features with a…

计算机视觉与模式识别 · 计算机科学 2021-11-17 Jiawei Yu , Ye Zheng , Xiang Wang , Wei Li , Yushuang Wu , Rui Zhao , Liwei Wu

The essence of unsupervised anomaly detection is to learn the compact distribution of normal samples and detect outliers as anomalies in testing. Meanwhile, the anomalies in real-world are usually subtle and fine-grained in a…

计算机视觉与模式识别 · 计算机科学 2022-07-20 Ye Zheng , Xiang Wang , Rui Deng , Tianpeng Bao , Rui Zhao , Liwei Wu

Few-shot anomaly detection (FSAD) denotes the identification of anomalies within a target category with a limited number of normal samples. Existing FSAD methods largely rely on pre-trained feature representations to detect anomalies, but…

计算机视觉与模式识别 · 计算机科学 2025-12-18 Yuxin Jiang , Yunkang Cao , Weiming Shen