Prompt-Enhanced Network for Hateful Meme Classification

Abstract

Hypergraph Clustering has gained significant attention due to its capability of capturing high order structural information. Among different approaches, contrastive learning-based methods leverage self-supervised learning and data augmentation, exhibiting impressive performance. However, most of them come with the following limitations: 1) Augmentation strategies like feature dropout can potentially disrupt the intrinsic clustering structure of hypergraphs. 2) High computational demands hinder their real-world application. To address the above issues, we propose a simple yet effective Hypergraph Clustering Network framework (HCN). Specifically, HCN replaces the hypergraph convolution operation with smoothing preprocessing, which avoids high computational complexity. Besides, to retain intrinsic structure, it develops two key modules: the self-diagonal consistency module and the structure alignment mod ule. They respectively align the similarity matrix with the identity matrix and the structural affinity matrix, which ensures intra-cluster compact ness and inter-cluster separability. Extensive experiments on five benchmark datasets demonstrate HCN’s superiority over state-of-the-art methods.

Cite

Text

Liu et al. "Prompt-Enhanced Network for Hateful Meme Classification." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/707

Markdown

[Liu et al. "Prompt-Enhanced Network for Hateful Meme Classification." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/liu2024ijcai-prompt-a/) doi:10.24963/ijcai.2024/707

BibTeX

@inproceedings{liu2024ijcai-prompt-a,
  title     = {{Prompt-Enhanced Network for Hateful Meme Classification}},
  author    = {Liu, Junxi and Feng, Yanyan and Chen, Jiehai and Xue, Yun and Li, Fenghuan},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6397-6405},
  doi       = {10.24963/ijcai.2024/707},
  url       = {https://mlanthology.org/ijcai/2024/liu2024ijcai-prompt-a/}
}