paper-with-me

Papers

Multitask Active Learning for Graph Anomaly Detection

2024-01-24 · Wenjing Chang, Kay Liu, Kaize Ding, Philip S. Yu, Jianjun Yu

In the web era, graph machine learning has been widely used on ubiquitous graph-structured data. As a pivotal component for bolstering web security and enhancing the robustness of graph-based applications, the significance of graph anomaly detection is continually increasing. While Graph Neural Networks (GNNs) have demonstrated efficacy in supervised and semi-supervised graph anomaly detection, their performance is contingent upon the availability of sufficient ground truth labels. The labor-intensive nature of identifying anomalies from complex graph structures poses a significant challenge in real-world applications. Despite that, the indirect supervision signals from other tasks (e.g., node classification) are relatively abundant. In this paper, we propose a novel MultItask acTIve Graph Anomaly deTEction framework, namely MITIGATE. Firstly, by coupling node classification tasks, MITIGATE obtains the capability to detect out-of-distribution nodes without known anomalies. Secondly, MITIGATE quantifies the informativeness of nodes by the confidence difference across tasks, allowing samples with conflicting predictions to provide informative yet not excessively challenging information for subsequent training. Finally, to enhance the likelihood of selecting representative nodes that are distant from known patterns, MITIGATE adopts a masked aggregation mechanism for distance measurement, considering both inherent features of nodes and current labeled status. Empirical studies on four datasets demonstrate that MITIGATE significantly outperforms the state-of-the-art methods for anomaly detection. Our code is publicly available at: https://github.com/AhaChang/MITIGATE.

📄 PDF Abstract BibTeX arXiv:2401.13210

Code (1)

ahachang/mitigate 공식 구현 pytorch

Tasks

Active LearningAnomaly DetectionGraph Anomaly DetectionInformativenessNode Classification

Similar Papers 제목 키워드 기반

Holistic Representation Learning for Multitask Trajectory Anomaly Detection

2023-11-03 · Alexandros Stergiou, Brent De Weerdt, Nikos Deligiannis

Video anomaly detection deals with the recognition of abnormal events in videos. Apart from the visual signal, video anomaly detection has also been addressed with the use of skeleton sequences. We propose a holistic rep…

Anomaly DetectionDecoderRepresentation LearningVideo Anomaly Detection

Exploring Multitask Learning for Low-Resource AbstractiveSummarization

2021-09-17 · Ahmed Magooda, Mohamed Elaraby, Diane Litman

This paper explores the effect of using multitask learning for abstractive summarization in the context of small training corpora. In particular, we incorporate four different tasks (extractive summarization, language mo…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling

Exploring Multitask Learning for Low-Resource Abstractive Summarization

2021-11-01 · Findings (EMNLP) 2021 11 · Ahmed Magooda, Diane Litman, Mohamed Elaraby

This paper explores the effect of using multitask learning for abstractive summarization in the context of small training corpora. In particular, we incorporate four different tasks (extractive summarization, language mo…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling

Precursor-of-Anomaly Detection for Irregular Time Series

2023-06-27 · Sheo Yon Jhin, Jaehoon Lee, Noseong Park

Anomaly detection is an important field that aims to identify unexpected patterns or data points, and it is closely related to many real-world problems, particularly to applications in finance, manufacturing, cyber secur…

Anomaly DetectionIrregular Time SeriesMulti-Task LearningTime Series

UaiNets: From Unsupervised to Active Deep Anomaly Detection

2019-05-01 · ICLR 2019 5 · Tiago Pimentel, Marianne Monteiro, Juliano Viana, Adriano Veloso 외

This work presents a method for active anomaly detection which can be built upon existing deep learning solutions for unsupervised anomaly detection. We show that a prior needs to be assumed on what the anomalies are, in…

Anomaly DetectionDeep LearningUnsupervised Anomaly Detection