pyg-team/pytorch_geometric

Request to implement Attri2vec

Open

#9.688 aberto em 3 de out. de 2024

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Python (3.514 forks)batch import
featurehelp wantednn

Métricas do repositório

Stars
 (19.985 stars)
Métricas de merge de PR
 (Mesclagem média 16d 3h) (13 fundiu PRs em 30d)

Description

🚀 The feature, motivation and pitch

I would like to implement the paper Attributed Network Embedding via Subspace Discovery by Zhang et al.

This paper proposes a unified framework for attributed network embedding, Attri2vec, that learns node-embeddings by discovering a latent node attribute subspace via a network structure guided transformation performed on the original attribute space. The resultant latent subspace can respect network structure in a more consistent way towards learning high-quality node representations. Unlike other structure-aware node-embedding methods, this approach does not rely on message passing mechanism and hence very scalable.

Alternatives

Attri2vec is currently implemented in Stellargraph, which is based on Tensorflow.

Additional context

No response

Guia do colaborador