中文
相关论文

相关论文: Transformaly -- Two (Feature Spaces) Are Better Th…

200 篇论文

With the wide application of knowledge distillation between an ImageNet pre-trained teacher model and a learnable student model, unsupervised anomaly detection has witnessed a significant achievement in the past few years. The success of…

计算机视觉与模式识别 · 计算机科学 2026-04-07 Canhui Tang , Sanping Zhou , Yizhe Li , Yonghao Dong , Le Wang

Anomaly detection is a classical problem in computer vision, namely the determination of the normal from the abnormal when datasets are highly biased towards one class (normal) due to the insufficient sample size of the other class…

计算机视觉与模式识别 · 计算机科学 2018-11-14 Samet Akcay , Amir Atapour-Abarghouei , Toby P. Breckon

We introduce a powerful student-teacher framework for the challenging problem of unsupervised anomaly detection and pixel-precise anomaly segmentation in high-resolution images. Student networks are trained to regress the output of a…

计算机视觉与模式识别 · 计算机科学 2020-09-08 Paul Bergmann , Michael Fauser , David Sattlegger , Carsten Steger

Anomaly Detection is an important problem within computer vision, having variety of real-life applications. Yet, the current set of solutions to this problem entail known, systematic shortcomings. Specifically, contemporary surface Anomaly…

计算机视觉与模式识别 · 计算机科学 2024-10-10 Riya Sadrani , Hrishikesh Sharma , Ayush Bachan

Data transformations (e.g. rotations, reflections, and cropping) play an important role in self-supervised learning. Typically, images are transformed into different views, and neural networks trained on tasks involving these views produce…

机器学习 · 计算机科学 2022-02-04 Chen Qiu , Timo Pfrommer , Marius Kloft , Stephan Mandt , Maja Rudolph

Anomaly detection is a challenging task and usually formulated as an one-class learning problem for the unexpectedness of anomalies. This paper proposes a simple yet powerful approach to this issue, which is implemented in the…

计算机视觉与模式识别 · 计算机科学 2021-10-29 Guodong Wang , Shumin Han , Errui Ding , Di Huang

Recently, anomaly scores have been formulated using reconstruction loss of the adversarially learned generators and/or classification loss of discriminators. Unavailability of anomaly examples in the training data makes optimization of such…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Muhammad Zaigham Zaheer , Jin Ha Lee , Arif Mahmood , Marcella Astrid , Seung-Ik Lee

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 is to identify samples that do not conform to the distribution of the normal data. Due to the unavailability of anomalous data, training a supervised deep neural network is a cumbersome task. As such, unsupervised methods…

计算机视觉与模式识别 · 计算机科学 2022-07-05 Vahid Reza Khazaie , Anthony Wong , John Taylor Jewell , Yalda Mohsenzadeh

One-class anomaly detection aims to detect objects that do not belong to a predefined normal class. In practice training data lack those anomalous samples; hence state-of-the-art methods are trained to discriminate between normal and…

计算机视觉与模式识别 · 计算机科学 2025-03-10 Romain Hermary , Vincent Gaudillière , Abd El Rahman Shabayek , Djamila Aouada

Anomaly detection is an important problem in computer vision; however, the scarcity of anomalous samples makes this task difficult. Thus, recent anomaly detection methods have used only normal images with no abnormal areas for training. In…

计算机视觉与模式识别 · 计算机科学 2022-10-17 Shinji Yamada , Satoshi Kamiya , Kazuhiro Hotta

Anomaly detection, which is a critical and popular topic in computer vision, aims to detect anomalous samples that are different from the normal (i.e., non-anomalous) ones. The current mainstream methods focus on anomaly detection for…

计算机视觉与模式识别 · 计算机科学 2023-05-10 Jianjian Qin , Chunzhi Gu , Jun Yu , Chao Zhang

Anomaly detection is to recognize samples that differ in some respect from the training observations. These samples which do not conform to the distribution of normal data are called outliers or anomalies. In real-world anomaly detection…

计算机视觉与模式识别 · 计算机科学 2022-07-05 Vahid Reza Khazaie , Anthony Wong , Yalda Mohsenzadeh

This paper presents a simple yet effective method for anomaly detection. The main idea is to learn small perturbations to perturb normal data and learn a classifier to classify the normal data and the perturbed data into two different…

机器学习 · 计算机科学 2023-02-07 Jinyu Cai , Jicong Fan

For a very long time, unsupervised learning for anomaly detection has been at the heart of image processing research and a stepping stone for high performance industrial automation process. With the emergence of CNN, several methods have…

计算机视觉与模式识别 · 计算机科学 2023-06-19 Simon Thomine , Hichem Snoussi , Mahmoud Soua

Anomaly detection is a fundamental problem in computer vision area with many real-world applications. Given a wide range of images belonging to the normal class, emerging from some distribution, the objective of this task is to construct…

计算机视觉与模式识别 · 计算机科学 2020-07-15 Chengwei Chen , Pan Chen , Haichuan Song , Yiqing Tao , Yuan Xie , Shouhong Ding , Lizhuang Ma

Different from the current node-level anomaly detection task, the goal of graph-level anomaly detection is to find abnormal graphs that significantly differ from others in a graph set. Due to the scarcity of research on the work of…

机器学习 · 计算机科学 2023-08-07 Fu Lin , Xuexiong Luo , Jia Wu , Jian Yang , Shan Xue , Zitong Wang , Haonan Gong

We address the problem of anomaly detection, that is, detecting anomalous events in a video sequence. Anomaly detection methods based on convolutional neural networks (CNNs) typically leverage proxy tasks, such as reconstructing input video…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Hyunjong Park , Jongyoun Noh , Bumsub Ham

Existing anomaly detection paradigms overwhelmingly focus on training detection models using exclusively normal data or unlabeled data (mostly normal samples). One notorious issue with these approaches is that they are weak in…

计算机视觉与模式识别 · 计算机科学 2021-08-03 Guansong Pang , Choubo Ding , Chunhua Shen , Anton van den Hengel

Video anomaly detection is a challenging task because of diverse abnormal events. To this task, methods based on reconstruction and prediction are wildly used in recent works, which are built on the assumption that learning on normal data,…

计算机视觉与模式识别 · 计算机科学 2021-05-11 Hongyong Wang , Xinjian Zhang , Su Yang , Weishan Zhang
‹ 上一页 1 2 3 10 下一页 ›