中文
相关论文

相关论文: AnoViT: Unsupervised Anomaly Detection and Localiz…

200 篇论文

With the inexorable digitalisation of the modern world, every subset in the field of technology goes through major advancements constantly. One such subset is digital images which are ever so popular. Images can not always be as visually…

计算机视觉与模式识别 · 计算机科学 2022-07-26 Prashanth Venkataraman

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

Dense computer vision tasks such as object detection and segmentation require effective multi-scale feature representation for detecting or classifying objects or regions with varying sizes. While Convolutional Neural Networks (CNNs) have…

计算机视觉与模式识别 · 计算机科学 2021-12-28 Youngwan Lee , Jonghee Kim , Jeff Willette , Sung Ju Hwang

Autoencoder reconstructions are widely used for the task of unsupervised anomaly localization. Indeed, an autoencoder trained on normal data is expected to only be able to reconstruct normal features of the data, allowing the segmentation…

计算机视觉与模式识别 · 计算机科学 2020-02-11 David Dehaene , Oriel Frigo , Sébastien Combrexelle , Pierre Eline

Detecting anomalous faces has important applications. For example, a system might tell when a train driver is incapacitated by a medical event, and assist in adopting a safe recovery strategy. These applications are demanding, because they…

计算机视觉与模式识别 · 计算机科学 2018-02-19 Anand Bhattad , Jason Rock , David Forsyth

Unsupervised anomaly detection stands as an important problem in machine learning, with applications in financial fraud prevention, network security and medical diagnostics. Existing unsupervised anomaly detection algorithms rarely perform…

机器学习 · 计算机科学 2026-02-04 Pritam Kar , Rahul Bordoloi , Olaf Wolkenhauer , Saptarshi Bej

In the realm of machine learning, the study of anomaly detection and localization within image data has gained substantial traction, particularly for practical applications such as industrial defect detection. While the majority of existing…

计算机视觉与模式识别 · 计算机科学 2023-05-02 Wenping Jin , Fei Guo , Li Zhu

With the achievements of Transformer in the field of natural language processing, the encoder-decoder and the attention mechanism in Transformer have been applied to computer vision. Recently, in multiple tasks of computer vision (image…

计算机视觉与模式识别 · 计算机科学 2022-03-03 Rui-Yang Ju , Ting-Yu Lin , Jen-Shiun Chiang , Jia-Hao Jian , Yu-Shian Lin , Liu-Rui-Yi Huang

Anomaly detection with only prior knowledge from normal samples attracts more attention because of the lack of anomaly samples. Existing CNN-based pixel reconstruction approaches suffer from two concerns. First, the reconstruction source…

计算机视觉与模式识别 · 计算机科学 2022-12-12 Zhiyuan You , Kai Yang , Wenhan Luo , Lei Cui , Yu Zheng , Xinyi Le

This paper aims to address the unsupervised video anomaly detection (VAD) problem, which involves classifying each frame in a video as normal or abnormal, without any access to labels. To accomplish this, the proposed method employs…

计算机视觉与模式识别 · 计算机科学 2023-07-20 Anil Osman Tur , Nicola Dall'Asen , Cigdem Beyan , Elisa Ricci

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

One pivot challenge for image anomaly (AD) detection is to learn discriminative information only from normal class training images. Most image reconstruction based AD methods rely on the discriminative capability of reconstruction error.…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Dongyun Lin , Yiqun Li , Shudong Xie , Tin Lay Nwe , Sheng Dong

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

Deep learning methods can classify various unstructured data such as images, language, and voice as input data. As the task of classifying anomalies becomes more important in the real world, various methods exist for classifying using deep…

计算机视觉与模式识别 · 计算机科学 2022-01-06 UJu Gim , YeongHyeon Park

Currently, vision encoder models like Vision Transformers (ViTs) typically excel at image recognition tasks but cannot simultaneously support text recognition like human visual recognition. To address this limitation, we propose UNIT, a…

计算机视觉与模式识别 · 计算机科学 2024-09-09 Yi Zhu , Yanpeng Zhou , Chunwei Wang , Yang Cao , Jianhua Han , Lu Hou , Hang Xu

We present a novel method for image anomaly detection, where algorithms that use samples drawn from some distribution of "normal" data, aim to detect out-of-distribution (abnormal) samples. Our approach includes a combination of encoder and…

图像与视频处理 · 电气工程与系统科学 2020-03-02 Nina Tuluptceva , Bart Bakker , Irina Fedulova , Anton Konushin

This paper showcases an experimental study on anomaly detection using computer vision. The study focuses on class distinction and performance evaluation, combining OpenCV with deep learning techniques while employing a TensorFlow-based…

计算机视觉与模式识别 · 计算机科学 2025-03-26 Md. Barkat Ullah Tusher , Shartaz Khan Akash , Amirul Islam Showmik

In this paper, we propose a privacy-preserving image classification method that is based on the combined use of encrypted images and the vision transformer (ViT). The proposed method allows us not only to apply images without visual…

计算机视觉与模式识别 · 计算机科学 2022-05-25 Zheng Qi , AprilPyone MaungMaung , Yuma Kinoshita , Hitoshi Kiya

Unsupervised visual defect detection is critical in industrial applications, requiring a representation space that captures normal data features while detecting deviations. Achieving a balance between expressiveness and compactness is…

计算机视觉与模式识别 · 计算机科学 2025-01-17 Qisen Cheng , Shuhui Qu , Janghwan 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