paper-with-me

홈 › Papers

Quality Measures for Dynamic Graph Generative Models

2025-03-03 · Ryien Hosseini, Filippo Simini, Venkatram Vishwanath, Rebecca Willett, Henry Hoffmann

Deep generative models have recently achieved significant success in modeling graph data, including dynamic graphs, where topology and features evolve over time. However, unlike in vision and natural language domains, evaluating generative models for dynamic graphs is challenging due to the difficulty of visualizing their output, making quantitative metrics essential. In this work, we develop a new quality metric for evaluating generative models of dynamic graphs. Current metrics for dynamic graphs typically involve discretizing the continuous-evolution of graphs into static snapshots and then applying conventional graph similarity measures. This approach has several limitations: (a) it models temporally related events as i.i.d. samples, failing to capture the non-uniform evolution of dynamic graphs; (b) it lacks a unified measure that is sensitive to both features and topology; (c) it fails to provide a scalar metric, requiring multiple metrics without clear superiority; and (d) it requires explicitly instantiating each static snapshot, leading to impractical runtime demands that hinder evaluation at scale. We propose a novel metric based on the \textit{Johnson-Lindenstrauss} lemma, applying random projections directly to dynamic graph data. This results in an expressive, scalar, and application-agnostic measure of dynamic graph similarity that overcomes the limitations of traditional methods. We also provide a comprehensive empirical evaluation of metrics for continuous-time dynamic graphs, demonstrating the effectiveness of our approach compared to existing methods. Our implementation is available at https://github.com/ryienh/jl-metric.

📄 PDF Abstract BibTeX arXiv:2503.01720

Code (1)

ryienh/jl-metric 공식 구현 pytorch

Tasks

Graph SimilarityLEMMA

Similar Papers 제목 키워드 기반

DAMNETS: A Deep Autoregressive Model for Generating Markovian Network Time Series

2022-03-28 · Jase Clarkson, Mihai Cucuringu, Andrew Elliott, Gesine Reinert

Generative models for network time series (also known as dynamic graphs) have tremendous potential in fields such as epidemiology, biology and economics, where complex graph-based dynamics are core objects of study. Desi…

EpidemiologyTime SeriesTime Series Analysis

SyMetric: Measuring the Quality of Learnt Hamiltonian Dynamics Inferred from Vision

2021-11-10 · NeurIPS 2021 12 · Irina Higgins, Peter Wirnsberger, Andrew Jaegle, Aleksandar Botev

A recently proposed class of models attempts to learn latent dynamics from high-dimensional observations, like images, using priors informed by Hamiltonian mechanics. While these models have important potential applicati…

Autonomous DrivingImage Reconstruction

Demographic Variability in Face Image Quality Measures

2025-01-14 · Wassim Kabbani, Kiran Raja, Raghavendra Ramachandra, Christoph Busch

Face image quality assessment (FIQA) algorithms are being integrated into online identity management applications. These applications allow users to upload a face image as part of their document issuance process, where t…

Face Image QualityFace Image Quality AssessmentImage Quality AssessmentManagement

Diffusion Bridge Mixture Transports, Schrödinger Bridge Problems and Generative Modeling

2023-04-03 · Stefano Peluchetti

The dynamic Schr\"odinger bridge problem seeks a stochastic process that defines a transport between two target probability measures, while optimally satisfying the criteria of being closest, in terms of Kullback-Leibler…

valid

Training Normalizing Flows with the Precision-Recall Divergence

2023-02-01 · Alexandre Verine, Benjamin Negrevergne, Muni Sreenivas Pydi, Yann Chevaleyre

Generative models can have distinct mode of failures like mode dropping and low quality samples, which cannot be captured by a single scalar metric. To address this, recent works propose evaluating generative models usin…