paper-with-me

홈 › Papers

Deep-Graph-Sprints: Accelerated Representation Learning in Continuous-Time Dynamic Graphs

2024-07-10 · Ahmad Naser Eddin, Jacopo Bono, David Aparício, Hugo Ferreira, Pedro Ribeiro, Pedro Bizarro

Continuous-time dynamic graphs (CTDGs) are essential for modeling interconnected, evolving systems. Traditional methods for extracting knowledge from these graphs often depend on feature engineering or deep learning. Feature engineering is limited by the manual and time-intensive nature of crafting features, while deep learning approaches suffer from high inference latency, making them impractical for real-time applications. This paper introduces Deep-Graph-Sprints (DGS), a novel deep learning architecture designed for efficient representation learning on CTDGs with low-latency inference requirements. We benchmark DGS against state-of-the-art (SOTA) feature engineering and graph neural network methods using five diverse datasets. The results indicate that DGS achieves competitive performance while inference speed improves between 4x and 12x compared to other deep learning approaches on our benchmark datasets. Our method effectively bridges the gap between deep representation learning and low-latency application requirements for CTDGs.

📄 PDF Abstract BibTeX arXiv:2407.07712

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFeature EngineeringGraph Neural NetworkRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

From random-walks to graph-sprints: a low-latency node embedding framework on continuous-time dynamic graphs

2023-07-17 · Ahmad Naser Eddin, Jacopo Bono, David Aparício, Hugo Ferreira 외

Many real-world datasets have an underlying dynamic graph structure, where entities and their interactions evolve over time. Machine learning models should consider these dynamics in order to harness their full potential…

Graph Representation LearningNode ClassificationRepresentation Learning

Contextual Sprint Classification in Soccer Based on Deep Learning

2024-06-21 · Hyunsung Kim, Gun-Hee Joe, Jinsung Yoon, Sang-Ki Ko

The analysis of high-intensity runs (or sprints) in soccer has long been a topic of interest for sports science researchers and practitioners. In particular, recent studies suggested contextualizing sprints based on thei…

Deep Learning

SPRINT: Efficient Spectral Priors for Humanoid Athletic Sprints

2026-05-27 · Yantong Wei, Kaihong Huang, Hainan Pan, Jiawei Luo 외 arxiv

The pursuit of humanoid athletic sprints is hindered by a scarcity of humanoid-viable kinematic reference data and the inability of existing frameworks to maintain stability during sprints. To overcome these limitations,…

Interim Report on Human-Guided Adaptive Hyperparameter Optimization with Multi-Fidelity Sprints

2025-05-14 · Michael Kamfonas

This case study applies a phased hyperparameter optimization process to compare multitask natural language model variants that utilize multiphase learning rate scheduling and optimizer parameter grouping. We employ short…

Bayesian OptimizationHyperparameter OptimizationJoint Entity and Relation ExtractionLanguage Modeling+3

AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology

2024-06-16 · Minh Huynh Nguyen, Thang Phan Chau, Phong X. Nguyen, Nghi D. Q. Bui

Software agents have emerged as promising tools for addressing complex software engineering tasks. Existing works, on the other hand, frequently oversimplify software development workflows, despite the fact that such wor…

Code Generation