paper-with-me

Papers

PyGDA: A Python Library for Graph Domain Adaptation

2025-03-13 · Zhen Zhang, Meihan Liu, Bingsheng He

Graph domain adaptation has emerged as a promising approach to facilitate knowledge transfer across different domains. Recently, numerous models have been proposed to enhance their generalization capabilities in this field. However, there is still no unified library that brings together existing techniques and simplifies their implementation. To fill this gap, we introduce PyGDA, an open-source Python library tailored for graph domain adaptation. As the first comprehensive library in this area, PyGDA covers more than 20 widely used graph domain adaptation methods together with different types of graph datasets. Specifically, PyGDA offers modular components, enabling users to seamlessly build custom models with a variety of commonly used utility functions. To handle large-scale graphs, PyGDA includes support for features such as sampling and mini-batch processing, ensuring efficient computation. In addition, PyGDA also includes comprehensive performance benchmarks and well-documented user-friendly API for both researchers and practitioners. To foster convenient accessibility, PyGDA is released under the MIT license at https://github.com/pygda-team/pygda, and the API documentation is https://pygda.readthedocs.io/en/stable/.

📄 PDF Abstract BibTeX arXiv:2503.10284

Code (1)

pygda-team/pygda 공식 구현 pytorch

Tasks

Domain AdaptationGRAPH DOMAIN ADAPTATIONTransfer Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Revisiting, Benchmarking and Understanding Unsupervised Graph Domain Adaptation

2024-07-09 · Meihan Liu, Zhen Zhang, Jiachen Tang, Jiajun Bu 외

Unsupervised Graph Domain Adaptation (UGDA) involves the transfer of knowledge from a label-rich source graph to an unlabeled target graph under domain discrepancies. Despite the proliferation of methods designed for thi…

BenchmarkingDomain AdaptationGRAPH DOMAIN ADAPTATION

ADAPT : Awesome Domain Adaptation Python Toolbox

2021-07-07 · Antoine de Mathelin, Mounir Atiq, Guillaume Richard, Alejandro de la Concha 외

In this paper, we introduce the ADAPT library, an open source Python API providing the implementation of the main transfer learning and domain adaptation methods. The library is designed with a user friendly approach to …

Domain AdaptationTransfer Learning

Kernel methods library for pattern analysis and machine learning in python

2020-05-27 · Pradeep Reddy Raamana

Kernel methods have proven to be powerful techniques for pattern analysis and machine learning (ML) in a variety of domains. However, many of their original or advanced implementations remain in Matlab. With the incredib…

BIG-bench Machine LearningDomain Adaptation

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

cmaes : A Simple yet Practical Python Library for CMA-ES

2024-02-02 · Masahiro Nomura, Masashi Shibata

The covariance matrix adaptation evolution strategy (CMA-ES) has been highly effective in black-box continuous optimization, as demonstrated by its success in both benchmark problems and various real-world applications. …

Transfer Learning