HyDiscGAN: A Hybrid Distributed cGAN for Audio-Visual Privacy Preservation in Multimodal Sentiment Analysis

Abstract

Graph Neural Networks (GNNs) excel in node classification tasks but often assume homophily, where connected nodes share similar labels. This assumption does not hold in many real-world heterophilic graphs. Existing models for heterophilic graphs primarily rely on pairwise relationships, overlooking multi-scale information from higher-order structures. This leads to suboptimal performance, particularly under noise from conflicting class information across nodes. To address these challenges, we propose HPGNN, a novel model integrating Higher-order Personalized PageRank with Graph Neural Networks. HPGNN introduces an efficient high-order approximation of Personalized PageRank (PPR) to capture long-range and multiscale node interactions. This approach reduces computational complexity and mitigates noise from surrounding information. By embedding higher-order structural information into convolutional networks, HPGNN effectively models key interactions across diverse graph dimensions. Extensive experiments on benchmark datasets demonstrate HPGNN’s effectiveness. The model achieves better performance than five out of seven state-of-the-art methods on heterophilic graphs in downstream tasks while maintaining competitive performance on homophilic graphs. HPGNN’s ability to balance multi-scale information and robustness to noise makes it a versatile solution for real-world graph learning challenges. Codes are available at https://github.com/streetcorner/HPGNN.

Cite

Text

Wu et al. "HyDiscGAN: A Hybrid Distributed cGAN for Audio-Visual Privacy Preservation in Multimodal Sentiment Analysis." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/724

Markdown

[Wu et al. "HyDiscGAN: A Hybrid Distributed cGAN for Audio-Visual Privacy Preservation in Multimodal Sentiment Analysis." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/wu2024ijcai-hydiscgan/) doi:10.24963/ijcai.2024/724

BibTeX

@inproceedings{wu2024ijcai-hydiscgan,
  title     = {{HyDiscGAN: A Hybrid Distributed cGAN for Audio-Visual Privacy Preservation in Multimodal Sentiment Analysis}},
  author    = {Wu, Zhuojia and Zhang, Qi and Miao, Duoqian and Yi, Kun and Fan, Wei and Hu, Liang},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6550-6558},
  doi       = {10.24963/ijcai.2024/724},
  url       = {https://mlanthology.org/ijcai/2024/wu2024ijcai-hydiscgan/}
}