paper-with-me

홈 › Papers

GraphAttacker: A General Multi-Task GraphAttack Framework

2021-01-18 · Jinyin Chen, Dunjie Zhang, Zhaoyan Ming, Kejie Huang, Wenrong Jiang, Chen Cui

Graph neural networks (GNNs) have been successfully exploited in graph analysis tasks in many real-world applications. The competition between attack and defense methods also enhances the robustness of GNNs. In this competition, the development of adversarial training methods put forward higher requirement for the diversity of attack examples. By contrast, most attack methods with specific attack strategies are difficult to satisfy such a requirement. To address this problem, we propose GraphAttacker, a novel generic graph attack framework that can flexibly adjust the structures and the attack strategies according to the graph analysis tasks. GraphAttacker generates adversarial examples through alternate training on three key components: the multi-strategy attack generator (MAG), the similarity discriminator (SD), and the attack discriminator (AD), based on the generative adversarial network (GAN). Furthermore, we introduce a novel similarity modification rate SMR to conduct a stealthier attack considering the change of node similarity distribution. Experiments on various benchmark datasets demonstrate that GraphAttacker can achieve state-of-the-art attack performance on graph analysis tasks of node classification, graph classification, and link prediction, no matter the adversarial training is conducted or not. Moreover, we also analyze the unique characteristics of each task and their specific response in the unified attack framework. The project code is available at https://github.com/honoluluuuu/GraphAttacker.

📄 PDF Abstract BibTeX arXiv:2101.06855

Code (1)

honoluluuuu/graphattacker 공식 구현 tf

Tasks

General ClassificationGenerative Adversarial NetworkGraph ClassificationLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Hybrid Training for Enhanced Multi-task Generalization in Multi-agent Reinforcement Learning

2024-08-24 · Mingliang Zhang, Sichang Su, Chengyang He, Guillaume Sartoretti

In multi-agent reinforcement learning (MARL), achieving multi-task generalization to diverse agents and objectives presents significant challenges. Existing online MARL algorithms primarily focus on single-task performan…

Multi-agent Reinforcement LearningStarcraft

Co-Clustering for Multitask Learning

2017-03-03 · Keerthiram Murugesan, Jaime Carbonell, Yiming Yang

This paper presents a new multitask learning framework that learns a shared representation among the tasks, incorporating both task and feature clusters. The jointly-induced clusters yield a shared latent subspace where …

Clustering

On Multiplicative Multitask Feature Learning

2016-10-24 · NeurIPS 2014 12 · Xin Wang, Jinbo Bi, Shipeng Yu, Jiangwen Sun

We investigate a general framework of multiplicative multitask feature learning which decomposes each task's model parameters into a multiplication of two components. One of the components is used across all tasks and th…

MultiMatch: Multi-task Learning for Semi-supervised Domain Generalization

2022-08-11 · Lei Qi, Hongpeng Yang, Yinghuan Shi, Xin Geng

Domain generalization (DG) aims at learning a model on source domains to well generalize on the unseen target domain. Although it has achieved great success, most of existing methods require the label information for all…

Domain GeneralizationMulti-Task LearningPseudo LabelSemi-Supervised Domain Generalization

Elucidating and Endowing the Diffusion Training Paradigm for General Image Restoration

2025-06-26 · Xin Lu, Xueyang Fu, Jie Xiao, Zihao Fan 외

While diffusion models demonstrate strong generative capabilities in image restoration (IR) tasks, their complex architectures and iterative processes limit their practical application compared to mainstream reconstructi…

Image Restoration