paper-with-me

Papers

DIG: A Turnkey Library for Diving into Graph Deep Learning Research

2021-03-23 · Meng Liu, Youzhi Luo, Limei Wang, Yaochen Xie, Hao Yuan, Shurui Gui, Haiyang Yu, Zhao Xu, Jingtun Zhang, Yi Liu, Keqiang Yan, Haoran Liu, Cong Fu, Bora Oztekin, Xuan Zhang, Shuiwang Ji

Although there exist several libraries for deep learning on graphs, they are aiming at implementing basic operations for graph deep learning. In the research community, implementing and benchmarking various advanced tasks are still painful and time-consuming with existing libraries. To facilitate graph deep learning research, we introduce DIG: Dive into Graphs, a turnkey library that provides a unified testbed for higher level, research-oriented graph deep learning tasks. Currently, we consider graph generation, self-supervised learning on graphs, explainability of graph neural networks, and deep learning on 3D graphs. For each direction, we provide unified implementations of data interfaces, common algorithms, and evaluation metrics. Altogether, DIG is an extensible, open-source, and turnkey library for researchers to develop new methods and effortlessly compare with common baselines using widely used datasets and evaluation metrics. Source code is available at https://github.com/divelab/DIG.

📄 PDF Abstract BibTeX arXiv:2103.12608

Code (1)

divelab/DIG 공식 구현 pytorch

Tasks

BenchmarkingDeep LearningGraph GenerationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Douglas-Quaid -- Open Source Image Matching Library

2019-08-12 · Vincent Falconieri

Security analysts need to classify, search and correlate numerous images. Automatic classification tools improve the efficiency of such tasks. However, no open-source and turnkey library was found able to reach this goal…

ClassificationGeneral Classification

Solve Large-scale Unit Commitment Problems by Physics-informed Graph Learning

2023-11-26 · Jingtao Qin, Nanpeng Yu

Unit commitment (UC) problems are typically formulated as mixed-integer programs (MIP) and solved by the branch-and-bound (B&B) scheme. The recent advances in graph neural networks (GNN) enable it to enhance the B&B algo…

Graph Learning

Attentive Spatio-Temporal Representation Learning for Diving Classification

2019-04-30 · Gagan Kanojia, Sudhakar Kumawat, Shanmuganathan Raman

Competitive diving is a well recognized aquatic sport in which a person dives from a platform or a springboard into the water. Based on the acrobatics performed during the dive, diving is classified into a finite set of …

ClassificationGeneral ClassificationRepresentation Learning

Empirical Risk Minimization and Stochastic Gradient Descent for Relational Data

2018-06-27 · Victor Veitch, Morgane Austern, Wenda Zhou, David M. Blei 외

Empirical risk minimization is the main tool for prediction problems, but its extension to relational data remains unsolved. We solve this problem using recent ideas from graph sampling theory to (i) define an empirical …

Graph SamplingNode Classification

Learning To Dive In Branch And Bound

2023-01-24 · NeurIPS 2023 11

Primal heuristics are important for solving mixed integer linear programs, because they find feasible solutions that facilitate branch and bound search. A prominent group of primal heuristics are diving heuristics. They …

Combinatorial Optimization