paper-with-me

Papers

Incremental Evaluation and Training in Relational Deep Learning

2026-08-13 · Jakub Peleška, Gustav Šír arxiv

Relational Deep Learning (RDL) models multi-tabular databases as temporal heterogeneous graphs to enable end-to-end representation learning. However, prevailing RDL evaluation practices rely on static, single-episode dataset snapshots, overlooking the continuous, time-evolving nature of real-world databases. Consequently, current RDL benchmarks fail to capture how model performance changes as new data accumulates over time. To address this limitation, we introduce an incremental, multi-episode evaluation and training paradigm to assess and improve the temporal robustness and adaptability of state-of-the-art RDL models. Using established large-scale datasets, we examine data evolution and model training dynamics, demonstrating that temporal concept drifts occur in the majority of predictive tasks. We present multiple incremental training regimes for fine-tuning the models and demonstrate that transfer learning is both feasible and highly effective in the RDL setting. Alongside a new temporal evaluation metric that prioritizes near-future accuracy, we show that our incrementally fine-tuned models consistently outperform the standard, expensive, from-scratch trained baselines.

📄 PDF Abstract BibTeX arXiv:2608.13023

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningTransfer Learning

Similar Papers 제목 키워드 기반

OEBench: Investigating Open Environment Challenges in Real-World Relational Data Streams

2023-08-29 · Yiqun Diao, Yutong Yang, Qinbin Li, Bingsheng He 외

How to get insights from relational data streams in a timely manner is a hot research topic. Data streams can present unique challenges, such as distribution drifts, outliers, emerging classes, and changing features, whi…

Incremental LearningMissing Values

Meta-Path Learning for Multi-relational Graph Neural Networks

2023-09-29 · Francesco Ferrini, Antonio Longa, Andrea Passerini, Manfred Jaeger

Existing multi-relational graph neural networks use one of two strategies for identifying informative relations: either they reduce this problem to low-level weight learning, or they rely on handcrafted chains of relatio…

InformativenessKnowledge Graphs

Leveraging Semantics for Incremental Learning in Multi-Relational Embeddings

2019-05-29 · Angel Daruna, Weiyu Liu, Zsolt Kira, Sonia Chernova

Service robots benefit from encoding information in semantically meaningful ways to enable more robust task execution. Prior work has shown multi-relational embeddings can encode semantic knowledge graphs to promote gene…

Incremental LearningKnowledge Graphs

Incremental Information Gain Mining Of Temporal Relational Streams

2022-06-11 · Ken Pu, Limin Ma

This paper studies the problem of mining for data values with high information gain in relational tables. High information gain can help data analysts and secondary data mining algorithms gain insights into strong statis…

Contrastive Feature Induction for Efficient Structure Learning of Conditional Random Fields

2014-06-28 · Ni Lao, Jun Zhu

Structure learning of Conditional Random Fields (CRFs) can be cast into an L1-regularized optimization problem. To avoid optimizing over a fully linked model, gain-based or gradient-based feature selection methods start …

feature selectionRelational Reasoning