paper-with-me

Papers

GEFL: Extended Filtration Learning for Graph Classification

2024-06-04 · Simon Zhang, Soham Mukherjee, Tamal K. Dey

Extended persistence is a technique from topological data analysis to obtain global multiscale topological information from a graph. This includes information about connected components and cycles that are captured by the so-called persistence barcodes. We introduce extended persistence into a supervised learning framework for graph classification. Global topological information, in the form of a barcode with four different types of bars and their explicit cycle representatives, is combined into the model by the readout function which is computed by extended persistence. The entire model is end-to-end differentiable. We use a link-cut tree data structure and parallelism to lower the complexity of computing extended persistence, obtaining a speedup of more than 60x over the state-of-the-art for extended persistence computation. This makes extended persistence feasible for machine learning. We show that, under certain conditions, extended persistence surpasses both the WL[1] graph isomorphism test and 0-dimensional barcodes in terms of expressivity because it adds more global (topological) information. In particular, arbitrarily long cycles can be represented, which is difficult for finite receptive field message passing graph neural networks. Furthermore, we show the effectiveness of our method on real world datasets compared to many existing recent graph representation learning methods.

📄 PDF Abstract BibTeX arXiv:2406.02732

Code (1)

simonzhang00/GraphExtendedFiltrationLearning 공식 구현 pytorch

Tasks

ClassificationGraph ClassificationGraph Representation LearningRepresentation LearningTopological Data Analysis

Similar Papers 제목 키워드 기반

EdgeFL: A Lightweight Decentralized Federated Learning Framework

2023-09-06 · Hongyi Zhang, Jan Bosch, Helena Holmström Olsson

Federated Learning (FL) has emerged as a promising approach for collaborative machine learning, addressing data privacy concerns. However, existing FL platforms and frameworks often present challenges for software engine…

Federated Learning

ChangeFlow -- Latent Rectified Flow for Change Detection in Remote Sensing

2026-05-14 · Blaž Rolih, Matic Fučka, Filip Wolf, Luka Čehovin Zajc arxiv

Remote sensing change detection (RSCD) aims to localise changes between two images of the same geographic region. In practice, change masks often follow region-level annotation conventions rather than purely local appear…

Change Detection

GeFL: Model-Agnostic Federated Learning with Generative Models

2024-12-24 · Honggu Kang, Seohyeon Cha, Joonhyuk Kang

Federated learning (FL) is a promising paradigm in distributed learning while preserving the privacy of users. However, the increasing size of recent models makes it unaffordable for a few users to encompass the model. I…

Federated Learningmodel

Optimisation of Spectral Wavelets for Persistence-based Graph Classification

2021-01-10 · Ka Man Yim, Jacob Leygonie

A graph's spectral wavelet signature determines a filtration, and consequently an associated set of extended persistence diagrams. We propose a framework that optimises the choice of wavelet for a dataset of graphs, such…

ClassificationGeneral ClassificationGraph Classification

ImageFlowNet: Forecasting Multiscale Image-Level Trajectories of Disease Progression with Irregularly-Sampled Longitudinal Medical Images

2024-06-20 · Chen Liu, Ke Xu, Liangbo L. Shen, Guillaume Huguet 외

Advances in medical imaging technologies have enabled the collection of longitudinal images, which involve repeated scanning of the same patients over time, to monitor disease progression. However, predictive modeling of…

Decision MakingMedical Image AnalysisSpatio-Temporal ForecastingTime Series Analysis+2