Model-Free Preference Elicitation

Abstract

Graph anomaly detection (GAD), which aims to identify patterns that deviate significantly from normal nodes in attributed networks, is widely used in financial fraud, cybersecurity, and bioinformatics. The paradigms of jointly optimizing contrastive learning and reconstruction learning have shown significant potential in this field. However, when using GNNs as an encoder, it still faces the problem of over-smoothing, and it is difficult to effectively capture the fine-grain topology information of the graph. In this paper, we introduce an innovative approach: Dual Encoder Contrastive Learning with Augmented Views for Graph Anomaly Detection, named DECLARE. Specifically, the dual encoder integrates the strengths of GNNs and Graph Transformers to learn graph representation from multiple perspectives comprehensively. Although contrastive learning enhances the model's ability to learn discriminative features, it cannot directly identify anomalous patterns. To address this, the reconstruction module independently reconstructs graph structures and attributes, helping the model focus on learning the normal patterns of both structure and attributes. Through extensive experimental analysis, we demonstrate the superiority of DECLARE over the state-of-the-art baselines on six benchmark datasets.

Cite

Text

Martin et al. "Model-Free Preference Elicitation." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/387

Markdown

[Martin et al. "Model-Free Preference Elicitation." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/martin2024ijcai-model/) doi:10.24963/ijcai.2024/387

BibTeX

@inproceedings{martin2024ijcai-model,
  title     = {{Model-Free Preference Elicitation}},
  author    = {Martin, Carlos and Boutilier, Craig and Meshi, Ofer and Sandholm, Tuomas},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {3493-3503},
  doi       = {10.24963/ijcai.2024/387},
  url       = {https://mlanthology.org/ijcai/2024/martin2024ijcai-model/}
}