paper-with-me

Papers

Generation is better than Modification: Combating High Class Homophily Variance in Graph Anomaly Detection

2024-03-15 · Rui Zhang, Dawei Cheng, Xin Liu, Jie Yang, Yi Ouyang, Xian Wu, Yefeng Zheng

Graph-based anomaly detection is currently an important research topic in the field of graph neural networks (GNNs). We find that in graph anomaly detection, the homophily distribution differences between different classes are significantly greater than those in homophilic and heterophilic graphs. For the first time, we introduce a new metric called Class Homophily Variance, which quantitatively describes this phenomenon. To mitigate its impact, we propose a novel GNN model named Homophily Edge Generation Graph Neural Network (HedGe). Previous works typically focused on pruning, selecting or connecting on original relationships, and we refer to these methods as modifications. Different from these works, our method emphasizes generating new relationships with low class homophily variance, using the original relationships as an auxiliary. HedGe samples homophily adjacency matrices from scratch using a self-attention mechanism, and leverages nodes that are relevant in the feature space but not directly connected in the original graph. Additionally, we modify the loss function to punish the generation of unnecessary heterophilic edges by the model. Extensive comparison experiments demonstrate that HedGe achieved the best performance across multiple benchmark datasets, including anomaly detection and edgeless node classification. The proposed model also improves the robustness under the novel Heterophily Attack with increased class homophily variance on other graph classification tasks.

📄 PDF Abstract BibTeX arXiv:2403.10339

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionGraph Anomaly DetectionGraph ClassificationGraph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Weigh Your Own Words: Improving Hate Speech Counter Narrative Generation via Attention Regularization

2023-09-05 · Helena Bonaldi, Giuseppe Attanasio, Debora Nozza, Marco Guerini

Recent computational approaches for combating online hate speech involve the automatic generation of counter narratives by adapting Pretrained Transformer-based Language Models (PLMs) with human-curated data. This proces…

CrAM: Credibility-Aware Attention Modification in LLMs for Combating Misinformation in RAG

2024-06-17 · Boyi Deng, Wenjie Wang, Fengbin Zhu, Qifan Wang 외

Retrieval-Augmented Generation (RAG) can alleviate hallucinations of Large Language Models (LLMs) by referencing external documents. However, the misinformation in external documents may mislead LLMs' generation. To addr…

MisinformationRAGRetrievalRetrieval-augmented Generation+1

MimiC: Combating Client Dropouts in Federated Learning by Mimicking Central Updates

2023-06-21 · Yuchang Sun, Yuyi Mao, Jun Zhang

Federated learning (FL) is a promising framework for privacy-preserving collaborative learning, where model training tasks are distributed to clients and only the model updates need to be collected at a server. However, …

Federated LearningPrivacy Preserving

Vehicular Networks for Combating a Worldwide Pandemic: Preventing the Spread of COVID-19

2020-10-15 · Ahmet M. Elbir, Gokhan Gurbilek, Burak Soner, Anastasios K. Papazafeiropoulos 외

As a worldwide pandemic, the coronavirus disease-19 (COVID-19) has caused serious restrictions in people's social life, along with the loss of lives, the collapse of economies and the disruption of humanitarian aids. Des…

Humanitarian

Spectral Regularization for Combating Mode Collapse in GANs

2019-08-29 · ICCV 2019 10 · Kanglin Liu, Wenming Tang, Fei Zhou, Guoping Qiu

Despite excellent progress in recent years, mode collapse remains a major unsolved problem in generative adversarial networks (GANs).In this paper, we present spectral regularization for GANs (SR-GANs), a new and robust …