A per-user distilled MLP, fine-tuned with triplet loss on recent interactions, enables 1.5 ms CPU fashion recommendations with 700 KB memory per shopper.
Inductive Link Prediction for Nodes Having Only Attribute Information
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Predicting the link between two nodes is a fundamental problem for graph data analytics. In attributed graphs, both the structure and attribute information can be utilized for link prediction. Most existing studies focus on transductive link prediction where both nodes are already in the graph. However, many real-world applications require inductive prediction for new nodes having only attribute information. It is more challenging since the new nodes do not have structure information and cannot be seen during the model training. To solve this problem, we propose a model called DEAL, which consists of three components: two node embedding encoders and one alignment mechanism. The two encoders aim to output the attribute-oriented node embedding and the structure-oriented node embedding, and the alignment mechanism aligns the two types of embeddings to build the connections between the attributes and links. Our model DEAL is versatile in the sense that it works for both inductive and transductive link prediction. Extensive experiments on several benchmark datasets show that our proposed model significantly outperforms existing inductive link prediction methods, and also outperforms the state-of-the-art methods on transductive link prediction.
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Real-time and personalized product recommendations for large e-commerce platforms
A per-user distilled MLP, fine-tuned with triplet loss on recent interactions, enables 1.5 ms CPU fashion recommendations with 700 KB memory per shopper.