paper-with-me

Papers

Correlation-Aware Graph Convolutional Networks for Multi-Label Node Classification

2024-11-26 · Yuanchen Bei, Weizhi Chen, Hao Chen, Sheng Zhou, Carl Yang, Jiapei Fan, Longtao Huang, Jiajun Bu

Multi-label node classification is an important yet under-explored domain in graph mining as many real-world nodes belong to multiple categories rather than just a single one. Although a few efforts have been made by utilizing Graph Convolution Networks (GCNs) to learn node representations and model correlations between multiple labels in the embedding space, they still suffer from the ambiguous feature and ambiguous topology induced by multiple labels, which reduces the credibility of the messages delivered in graphs and overlooks the label correlations on graph data. Therefore, it is crucial to reduce the ambiguity and empower the GCNs for accurate classification. However, this is quite challenging due to the requirement of retaining the distinctiveness of each label while fully harnessing the correlation between labels simultaneously. To address these issues, in this paper, we propose a Correlation-aware Graph Convolutional Network (CorGCN) for multi-label node classification. By introducing a novel Correlation-Aware Graph Decomposition module, CorGCN can learn a graph that contains rich label-correlated information for each label. It then employs a Correlation-Enhanced Graph Convolution to model the relationships between labels during message passing to further bolster the classification process. Extensive experiments on five datasets demonstrate the effectiveness of our proposed CorGCN.

📄 PDF Abstract BibTeX arXiv:2411.17350

Code (1)

YuanchenBei/CorGCN 공식 구현 pytorch

Tasks

ClassificationGraph MiningNode Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Instance-Aware Graph Convolutional Network for Multi-Label Classification

2020-08-19 · Yun Wang, Tong Zhang, Zhen Cui, Chunyan Xu 외

Graph convolutional neural network (GCN) has effectively boosted the multi-label image recognition task by introducing label dependencies based on statistical label co-occurrence of data. However, in previous methods, la…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+2

Adaptive label-aware graph convolutional networks for cross-modal retrieval

2021-08-06 · IEEE Transactions on Multimedia 2021 8 · Shengsheng Qian, Dizhan Xue, Quan Fang, Changsheng Xu

The cross-modal retrieval task has raised continuous attention in recent years with the increasing scale of multi-modal data, which has broad application prospects including multimedia data management and intelligent sea…

Cross-Modal RetrievalRepresentation LearningRetrieval

Learning Category Correlations for Multi-label Image Recognition with Graph Networks

2019-09-28 · Qing Li, Xiaojiang Peng, Yu Qiao, Qiang Peng

Multi-label image recognition is a task that predicts a set of object labels in an image. As the objects co-occur in the physical world, it is desirable to model label dependencies. Previous existing methods resort to ei…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Image RecognitionWord Embeddings

Label Dependencies-aware Set Prediction Networks for Multi-label Text Classification

2023-04-14 · Du Xinkai, Han Quanjie, Sun Yalin, Lv Chao 외

Multi-label text classification involves extracting all relevant labels from a sentence. Given the unordered nature of these labels, we propose approaching the problem as a set prediction task. To address the correlation…

Multi Label Text ClassificationMulti-Label Text ClassificationPredictionSentence+2

Correlative Channel-Aware Fusion for Multi-View Time Series Classification

2019-11-24 · Yue Bai, Lichen Wang, Zhiqiang Tao, Sheng Li 외

Multi-view time series classification (MVTSC) aims to improve the performance by fusing the distinctive temporal information from multiple views. Existing methods mainly focus on fusing multi-view information at an early…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1