AIML-K / GNN_Survey

updating papers related to GNN
0 stars 0 forks source link

Enhancing Node-Level Adversarial Defenses by Lipschitz Regularization of Graph Neural Networks #34

Open 2nazero opened 1 week ago

2nazero commented 1 week ago

https://dl.acm.org/doi/pdf/10.1145/3580305.3599335

@inproceedings{jia2023enhancing,
  title={Enhancing node-level adversarial defenses by lipschitz regularization of graph neural networks},
  author={Jia, Yaning and Zou, Dongmian and Wang, Hongfei and Jin, Hai},
  booktitle={Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
  pages={951--963},
  year={2023}
}
2nazero commented 1 week ago

Graph neural networks (GNNs)는 몇 가지 취약점들이 있다.

이러한 이유로 Lipschitz 상수가 신경망의 안정성을 평가하기 위해 도입이 되었다. GNN의 Lipschitz 상수가 크면 입력의 작은 변형이 출력에 큰 영향을 미칠 수 있다는 것을 의미한다.

이 논문에서는 GNN의 각 계층에 대해 Lipschitz 상수를 계산하고 이를 기반으로 정규화하여, 모델이 공격에 대해 더 강인해지도록 설계하였다.