中文
相关论文

相关论文: BUSSARD: Normalizing Flows for Bijective Universal…

200 篇论文

Many real-world scenarios involving streaming information can be represented as temporal graphs, where data flows through dynamic changes in edges over time. Anomaly detection in this context has the objective of identifying unusual…

机器学习 · 计算机科学 2025-12-01 Simone Mungari , Albert Bifet , Giuseppe Manco , Bernhard Pfahringer

Driven by the pressing demand for graph anomaly detection (GAD) in high-stakes domains, the generalist GAD paradigm, which trains a single detector transferable across new graphs, has recently gained growing attention. However, existing…

机器学习 · 计算机科学 2026-05-27 Yiming Xu , Zihan Chen , Zhen Peng , Song Wang , Bin Shi , Bo Dong , Chao Shen

We propose Subject-Conditional Relation Detection SCoRD, where conditioned on an input subject, the goal is to predict all its relations to other objects in a scene along with their locations. Based on the Open Images dataset, we propose a…

计算机视觉与模式识别 · 计算机科学 2024-01-08 Ziyan Yang , Kushal Kafle , Zhe Lin , Scott Cohen , Zhihong Ding , Vicente Ordonez

Tables are an abundant form of data with use cases across all scientific fields. Real-world datasets often contain anomalous samples that can negatively affect downstream analysis. In this work, we only assume access to contaminated data…

机器学习 · 计算机科学 2023-07-25 Guy Zamberg , Moshe Salhov , Ofir Lindenbaum , Amir Averbuch

Unsupervised anomaly detection is coming into the spotlight these days in various practical domains due to the limited amount of anomaly data. One of the major approaches for it is a normalizing flow which pursues the invertible…

机器学习 · 计算机科学 2022-10-28 Yeongmin Kim , Huiwon Jang , DongKeon Lee , Ho-Jin Choi

Recent developments in image classification and natural language processing, coupled with the rapid growth in social media usage, have enabled fundamental advances in detecting breaking events around the world in real-time. Emergency…

机器学习 · 计算机科学 2020-04-13 Mahdi Abavisani , Liwei Wu , Shengli Hu , Joel Tetreault , Alejandro Jaimes

Video Anomaly Detection(VAD) has been traditionally tackled in two main methodologies: the reconstruction-based approach and the prediction-based one. As the reconstruction-based methods learn to generalize the input image, the model merely…

计算机视觉与模式识别 · 计算机科学 2022-06-20 Joo-Yeon Lee , Woo-Jeoung Nam , Seong-Whan Lee

In this paper, we introduce the novel state-of-the-art Dual-attention Transformer and Discriminative Flow (DADF) framework for visual anomaly detection. Based on only normal knowledge, visual anomaly detection has wide applications in…

计算机视觉与模式识别 · 计算机科学 2023-04-03 Haiming Yao , Wei Luo , Wenyong Yu

In recommendation systems, items are likely to be exposed to various users and we would like to learn about the familiarity of a new user with an existing item. This can be formulated as an anomaly detection (AD) problem distinguishing…

机器学习 · 计算机科学 2022-09-22 Ke Bai , Aonan Zhang , Zhizhong Li , Ricardo Heano , Chong Wang , Lawrence Carin

Fully Unsupervised Anomaly Detection (FUAD) is a practical extension of Unsupervised Anomaly Detection (UAD), aiming to detect anomalies without any labels even when the training set may contain anomalous samples. To achieve FUAD, we…

计算机视觉与模式识别 · 计算机科学 2025-08-26 Xinyue Liu , Jianyuan Wang , Biao Leng , Shuo Zhang

In this paper, we propose an effective method for fast and accurate scene parsing called Bidirectional Alignment Network (BiAlignNet). Previously, one representative work BiSeNet~\cite{bisenet} uses two different paths (Context Path and…

计算机视觉与模式识别 · 计算机科学 2021-05-26 Yanran Wu , Xiangtai Li , Chen Shi , Yunhai Tong , Yang Hua , Tao Song , Ruhui Ma , Haibing Guan

For modern industrial applications, accurately detecting and diagnosing anomalies in multivariate time series data is essential. Despite such need, most state-of-the-art methods often prioritize detection performance over model…

机器学习 · 计算机科学 2024-10-31 Minha Kim , Kishor Kumar Bhaumik , Amin Ahsan Ali , Simon S. Woo

Video Anomaly Detection (VAD) finds widespread applications in security surveillance, traffic monitoring, industrial monitoring, and healthcare. Despite extensive research efforts, there remains a lack of concise reviews that provide…

计算机视觉与模式识别 · 计算机科学 2024-11-01 Liyun Zhu , Lei Wang , Arjun Raj , Tom Gedeon , Chen Chen

Real-time motion detection in non-stationary scenes is a difficult task due to dynamic background, changing foreground appearance and limited computational resource. These challenges degrade the performance of the existing methods in…

计算机视觉与模式识别 · 计算机科学 2018-11-22 Junjie Huang , Wei Zou , Zheng Zhu , Jiagang Zhu

Human intuition allows to detect abnormal driving scenarios in situations they never experienced before. Like humans detect those abnormal situations and take countermeasures to prevent collisions, self-driving cars need anomaly detection…

机器人学 · 计算机科学 2022-09-07 Julian Wiederer , Julian Schmidt , Ulrich Kressel , Klaus Dietmayer , Vasileios Belagiannis

Dynamic graph anomaly detection (DGAD) is essential for identifying anomalies in evolving graphs across domains such as finance, traffic, and social networks. Recently, generalist graph anomaly detection (GAD) models have shown promising…

机器学习 · 计算机科学 2025-08-04 Jialun Zheng , Jie Liu , Jiannong Cao , Xiao Wang , Hanchen Yang , Yankai Chen , Philip S. Yu

Graph anomaly detection (GAD), which aims to identify nodes in a graph that significantly deviate from normal patterns, plays a crucial role in broad application domains. However, existing GAD methods are one-model-for-one-dataset…

机器学习 · 计算机科学 2025-06-10 Chaoxi Niu , Hezhe Qiao , Changlu Chen , Ling Chen , Guansong Pang

Uncertain data streams have been widely generated in many Web applications. The uncertainty in data streams makes anomaly detection from sensor data streams far more challenging. In this paper, we present a novel framework that supports…

人工智能 · 计算机科学 2016-07-21 Jiangang Ma , Le Sun , Hua Wang , Yanchun Zhang , Uwe Aickelin

Many well-established anomaly detection methods use the distance of a sample to those in its local neighbourhood: so-called `local outlier methods', such as LOF and DBSCAN. They are popular for their simple principles and strong performance…

机器学习 · 计算机科学 2021-12-13 Adam Goodge , Bryan Hooi , See Kiong Ng , Wee Siong Ng

We propose HyGLAD, a novel algorithm that automatically builds a set of interpretable patterns that model event data. These patterns can then be used to detect event-based anomalies in a stationary system, where any deviation from past…

软件工程 · 计算机科学 2025-09-09 Margarida Ferreira , Victor Nicolet , Luan Pham , Joey Dodds , Daniel Kroening , Ines Lynce , Ruben Martins