paper-with-me

홈 › Papers

Graph-Skeleton: ~1% Nodes are Sufficient to Represent Billion-Scale Graph

2024-02-14 · Linfeng Cao, Haoran Deng, Yang Yang, Chunping Wang, Lei Chen

Due to the ubiquity of graph data on the web, web graph mining has become a hot research spot. Nonetheless, the prevalence of large-scale web graphs in real applications poses significant challenges to storage, computational capacity and graph model design. Despite numerous studies to enhance the scalability of graph models, a noticeable gap remains between academic research and practical web graph mining applications. One major cause is that in most industrial scenarios, only a small part of nodes in a web graph are actually required to be analyzed, where we term these nodes as target nodes, while others as background nodes. In this paper, we argue that properly fetching and condensing the background nodes from massive web graph data might be a more economical shortcut to tackle the obstacles fundamentally. To this end, we make the first attempt to study the problem of massive background nodes compression for target nodes classification. Through extensive experiments, we reveal two critical roles played by the background nodes in target node classification: enhancing structural connectivity between target nodes, and feature correlation with target nodes. Followingthis, we propose a novel Graph-Skeleton1 model, which properly fetches the background nodes, and further condenses the semantic and topological information of background nodes within similar target-background local structures. Extensive experiments on various web graph datasets demonstrate the effectiveness and efficiency of the proposed method. In particular, for MAG240M dataset with 0.24 billion nodes, our generated skeleton graph achieves highly comparable performance while only containing 1.8% nodes of the original graph.

📄 PDF Abstract BibTeX arXiv:2402.09565

Code (1)

zjunet/graphskeleton 공식 구현 pytorch

Tasks

Feature CorrelationGraph MiningNode Classification

Similar Papers 제목 키워드 기반

SM-SGE: A Self-Supervised Multi-Scale Skeleton Graph Encoding Framework for Person Re-Identification

2021-07-05 · Haocong Rao, Xiping Hu, Jun Cheng, Bin Hu

Person re-identification via 3D skeletons is an emerging topic with great potential in security-critical applications. Existing methods typically learn body and motion features from the body-joint trajectory, whereas the…

Person Re-IdentificationRelation Network

Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition

2023-08-15 · Dongqi Cai, Yangyuxuan Kang, Anbang Yao, Yurong Chen

This paper presents Ske2Grid, a new representation learning framework for improved skeleton-based action recognition. In Ske2Grid, we define a regular convolution operation upon a novel grid representation of human skele…

Action RecognitionRepresentation LearningSkeleton Based Action Recognition

Conditional Directed Graph Convolution for 3D Human Pose Estimation

2021-07-16 · WenBo Hu, Changgong Zhang, Fangneng Zhan, Lei Zhang 외

Graph convolutional networks have significantly improved 3D human pose estimation by representing the human skeleton as an undirected graph. However, this representation fails to reflect the articulated characteristic of…

3D Human Pose EstimationPose Estimation

TranSG: Transformer-Based Skeleton Graph Prototype Contrastive Learning with Structure-Trajectory Prompted Reconstruction for Person Re-Identification

2023-03-13 · CVPR 2023 1 · Haocong Rao, Chunyan Miao

Person re-identification (re-ID) via 3D skeleton data is an emerging topic with prominent advantages. Existing methods usually design skeleton descriptors with raw body joints or perform skeleton sequence representation …

Contrastive LearningGraph ReconstructionPerson Re-IdentificationRepresentation Learning

HUGE: Huge Unsupervised Graph Embeddings with TPUs

2023-07-26 · Brandon Mayer, Anton Tsitsulin, Hendrik Fichtenberger, Jonathan Halcrow 외

Graphs are a representation of structured data that captures the relationships between sets of objects. With the ubiquity of available network data, there is increasing industrial and academic need to quickly analyze gra…

Graph EmbeddingLink Prediction