paper-with-me

Papers

FILDNE: A Framework for Incremental Learning of Dynamic Networks Embeddings

2019-04-06 · Piotr Bielak, Kamil Tagowski, Maciej Falkiewicz, Tomasz Kajdanowicz, Nitesh V. Chawla

Representation learning on graphs has emerged as a powerful mechanism to automate feature vector generation for downstream machine learning tasks. The advances in representation on graphs have centered on both homogeneous and heterogeneous graphs, where the latter presenting the challenges associated with multi-typed nodes and/or edges. In this paper, we consider the additional challenge of evolving graphs. We ask the question of whether the advances in representation learning for static graphs can be leveraged for dynamic graphs and how? It is important to be able to incorporate those advances to maximize the utility and generalization of methods. To that end, we propose the Framework for Incremental Learning of Dynamic Networks Embedding (FILDNE), which can utilize any existing static representation learning method for learning node embeddings, while keeping the computational costs low. FILDNE integrates the feature vectors computed using the standard methods over different timesteps into a single representation by developing a convex combination function and alignment mechanism. Experimental results on several downstream tasks, over seven real-world data sets, show that FILDNE is able to reduce memory and computational time costs while providing competitive quality measure gains with respect to the contemporary methods for representation learning on dynamic graphs.

📄 PDF Abstract BibTeX arXiv:1904.03423

Code (1)

https://gitlab.com/fildne/fildne 공식 구현

Tasks

Dynamic graph embeddingGraph EmbeddingIncremental LearningLink PredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

HOPE 설명 없음
node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

Towards Practical Large-scale Dynamical Heterogeneous Graph Embedding: Cold-start Resilient Recommendation

2025-12-15 · Mabiao Long, Jiaxi Liu, Yufeng Li, Hao Xiong 외 arxiv

Deploying dynamic heterogeneous graph embeddings in production faces key challenges of scalability, data freshness, and cold-start. This paper introduces a practical, two-stage solution that balances deep graph represent…

Graph EmbeddingGraph Learning

From Incremental Meaning to Semantic Unit (phrase by phrase)

2016-04-17 · Andreas Scherbakov, Ekaterina Vylomova, Fei Liu, Timothy Baldwin

This paper describes an experimental approach to Detection of Minimal Semantic Units and their Meaning (DiMSUM), explored within the framework of SemEval 2016 Task 10. The approach is primarily based on a combination of …

Word Embeddings

LDEPrompt: Layer-importance guided Dual Expandable Prompt Pool for Pre-trained Model-based Class-Incremental Learning

2026-04-13 · Linjie Li, Zhenyu Wu, Huiyu Xiao, Yang Ji arxiv

Prompt-based class-incremental learning methods typically construct a prompt pool consisting of multiple trainable key-prompts and perform instance-level matching to select the most suitable prompt embeddings, which has …

class-incremental learning

Empirical Study of Diachronic Word Embeddings for Scarce Data

2019-09-04 · RANLP 2019 9 · Syrielle Montariol, Alexandre Allauzen

Word meaning change can be inferred from drifts of time-varying word embeddings. However, temporal data may be too sparse to build robust word embeddings and to discriminate significant drifts from noise. In this paper, …

Diachronic Word EmbeddingsWord Embeddings

Tackling Dynamics in Federated Incremental Learning with Variational Embedding Rehearsal

2021-10-19 · Tae Jin Park, Kenichi Kumatani, Dimitrios Dimitriadis

Federated Learning is a fast growing area of ML where the training datasets are extremely distributed, all while dynamically changing over time. Models need to be trained on clients' devices without any guarantees for ei…

Federated LearningIncremental Learning