paper-with-me

홈 › Papers

pyGSL: A Graph Structure Learning Toolkit

2022-11-07 · Max Wasserman, Gonzalo Mateos

We introduce pyGSL, a Python library that provides efficient implementations of state-of-the-art graph structure learning models along with diverse datasets to evaluate them on. The implementations are written in GPU-friendly ways, allowing one to scale to much larger network tasks. A common interface is introduced for algorithm unrolling methods, unifying implementations of recent state-of-the-art techniques and allowing new methods to be quickly developed by avoiding the need to rebuild the underlying unrolling infrastructure. Implementations of differentiable graph structure learning models are written in PyTorch, allowing us to leverage the rich software ecosystem that exists e.g., around logging, hyperparameter search, and GPU-communication. This also makes it easy to incorporate these models as components in larger gradient based learning systems where differentiable estimates of graph structure may be useful, e.g. in latent graph learning. Diverse datasets and performance metrics allow consistent comparisons across models in this fast growing field. The full code repository can be found on https://github.com/maxwass/pyGSL.

📄 PDF Abstract BibTeX arXiv:2211.03583

Code (1)

maxwass/pygsl 공식 구현 pytorch

Tasks

GPUGraph LearningGraph structure learningRolling Shutter Correction

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

The Universal Decompositional Semantics Dataset and Decomp Toolkit

2019-09-30 · LREC 2020 5 · Aaron Steven White, Elias Stengel-Eskin, Siddharth Vashishtha, Venkata Govindarajan 외

We present the Universal Decompositional Semantics (UDS) dataset (v1.0), which is bundled with the Decomp toolkit (v0.1). UDS1.0 unifies five high-quality, decompositional semantics-aligned annotation sets within a singl…

PyG-SSL: A Graph Self-Supervised Learning Toolkit

2024-12-30 · Lecheng Zheng, Baoyu Jing, Zihao Li, Zhichen Zeng 외

Graph Self-Supervised Learning (SSL) has emerged as a pivotal area of research in recent years. By engaging in pretext tasks to learn the intricate topological structures and properties of graphs using unlabeled data, th…

Self-Supervised Learning

DyNet: The Dynamic Neural Network Toolkit

2017-01-15 · Graham Neubig, Chris Dyer, Yoav Goldberg, Austin Matthews 외

We describe DyNet, a toolkit for implementing neural network models based on dynamic declaration of network structure. In the static declaration strategy that is used in toolkits like Theano, CNTK, and TensorFlow, the us…

graph construction

A Python toolkit for dealing with Petri nets over ontological graphs

2025-04-09 · Krzysztof Pancerz

We present theoretical rudiments of Petri nets over ontological graphs as well as the designed and implemented Python toolkit for dealing with such nets. In Petri nets over ontological graphs, the domain knowledge is enc…

The Libra Toolkit for Probabilistic Models

2015-04-01 · Daniel Lowd, Amirmohammad Rooshenas

The Libra Toolkit is a collection of algorithms for learning and inference with discrete probabilistic models, including Bayesian networks, Markov networks, dependency networks, and sum-product networks. Compared to othe…