paper-with-me

홈 › Papers

Incremental Learning on Growing Graphs

2021-01-01 · Yutong Feng, Jianwen Jiang, Yue Gao

Graphs have attracted numerous attention in varied areas and are dynamic in many scenarios. Among dynamic graphs, growing graphs with frequently expanding vertex and edge sets are typical and widely existed, e.g. the rapidly growing social networks. Confronting such growing data, existing methods on either static or dynamic graphs take the entire graph as a whole and may suffer from high computation cost and memory usage due to the continual growth of graphs. To tackle this problem, we introduce incremental graph learning (IGL), a general framework to formulate the learning on growing graphs in an incremental manner, where traditional graph learning method could be deployed as a basic model. We first analyze the problems of directly finetuning on the incremental part of graph, and theoretically discuss the unbiased and edge-preserved conditions of IGL. In our method, when the graph grows with new-coming data, we select or generate vertices and edges within restricted sizes from the previous graph to update current model together with the new data. Here, two strategies, i.e. sample-based and cluster-based, are proposed for learning with restricted time and space complexity. We conduct experiments on the node classification and link prediction tasks of multiple datasets. Experimental results and comparisons show that our method achieves satisfying performance with high efficiency on growing graphs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningIncremental LearningLink PredictionNode Classification

Similar Papers 제목 키워드 기반

Holistic Memory Diversification for Incremental Learning in Growing Graphs

2024-06-11 · Ziyue Qiao, Junren Xiao, Qingqiang Sun, Meng Xiao 외

This paper addresses the challenge of incremental learning in growing graphs with increasingly complex tasks. The goal is to continually train a graph model to handle new tasks while retaining its inference ability on pr…

Incremental LearningNode Classification

Interactive Image Generation Using Scene Graphs

2019-05-09 · ICLR Workshop DeepGenStruct 2019 · Gaurav Mittal, Shubham Agrawal, Anuva Agarwal, Sushant Mehta 외

Recent years have witnessed some exciting developments in the domain of generating images from scene-based text descriptions. These approaches have primarily focused on generating images from a static text description an…

Image GenerationTranslation

GOTHAM: Graph Class Incremental Learning Framework under Weak Supervision

2025-04-07 · Aditya Hemant Shahane, Prathosh A. P, Sandeep Kumar

Graphs are growing rapidly, along with the number of distinct label categories associated with them. Applications like e-commerce, healthcare, recommendation systems, and various social media platforms are rapidly moving…

Attributeclass-incremental learningClass Incremental LearningIncremental Learning+3

Incremental Abstraction in Distributed Probabilistic SLAM Graphs

2021-09-13 · Joseph Ortiz, Talfan Evans, Edgar Sucar, Andrew J. Davison

Scene graphs represent the key components of a scene in a compact and semantically rich way, but are difficult to build during incremental SLAM operation because of the challenges of robustly identifying abstract scene e…

GraphBolt: Dependency-Driven Synchronous Processing of Streaming Graphs

2020-04-01 · Mugilan Mariappan, Keval Vora

Efficient streaming graph processing systems leverage incremental processing by updating computed results to reflect the change in graph structure for the latest graph snapshot. Although certain monotonic path-based algo…