TL;DR
This paper introduces CVTGAD, a novel unsupervised graph-level anomaly detection method that uses a simplified transformer with cross-view attention to better capture inter-graph relationships and improve detection accuracy.
Contribution
It is the first to apply transformer and cross-view attention mechanisms to unsupervised graph-level anomaly detection, enhancing the receptive field and inter-view relationship modeling.
Findings
Outperforms existing methods on 15 real-world datasets.
Demonstrates the effectiveness of cross-view attention in UGAD.
Shows significant improvements in anomaly detection accuracy.
Abstract
Unsupervised graph-level anomaly detection (UGAD) has received remarkable performance in various critical disciplines, such as chemistry analysis and bioinformatics. Existing UGAD paradigms often adopt data augmentation techniques to construct multiple views, and then employ different strategies to obtain representations from different views for jointly conducting UGAD. However, most previous works only considered the relationship between nodes/graphs from a limited receptive field, resulting in some key structure patterns and feature information being neglected. In addition, most existing methods consider different views separately in a parallel manner, which is not able to explore the inter-relationship across different views directly. Thus, a method with a larger receptive field that can explore the inter-relationship across different views directly is in need. In this paper, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Dense Connections · Dropout · Label Smoothing · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer
