paper-with-me

Papers

Tuning Algorithmic and Architectural Hyperparameters in Graph-Based Semi-Supervised Learning with Provable Guarantees

2025-02-18 · Ally Yalei Du, Eric Huang, Dravyansh Sharma

Graph-based semi-supervised learning is a powerful paradigm in machine learning for modeling and exploiting the underlying graph structure that captures the relationship between labeled and unlabeled data. A large number of classical as well as modern deep learning based algorithms have been proposed for this problem, often having tunable hyperparameters. We initiate a formal study of tuning algorithm hyperparameters from parameterized algorithm families for this problem. We obtain novel $O(\log n)$ pseudo-dimension upper bounds for hyperparameter selection in three classical label propagation-based algorithm families, where $n$ is the number of nodes, implying bounds on the amount of data needed for learning provably good parameters. We further provide matching $\Omega(\log n)$ pseudo-dimension lower bounds, thus asymptotically characterizing the learning-theoretic complexity of the parameter tuning problem. We extend our study to selecting architectural hyperparameters in modern graph neural networks. We bound the Rademacher complexity for tuning the self-loop weighting in recently proposed Simplified Graph Convolution (SGC) networks. We further propose a tunable architecture that interpolates graph convolutional neural networks (GCN) and graph attention networks (GAT) in every layer, and provide Rademacher complexity bounds for tuning the interpolation coefficient.

📄 PDF Abstract BibTeX arXiv:2502.12937

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Rethinking the Setting of Semi-supervised Learning on Graphs

2022-05-28 · Ziang Li, Ming Ding, Weikai Li, Zihan Wang 외

We argue that the present setting of semisupervised learning on graphs may result in unfair comparisons, due to its potential risk of over-tuning hyper-parameters for models. In this paper, we highlight the significant i…

Semi-adaptive Synergetic Two-way Pseudoinverse Learning System

2024-06-27 · Binghong Liu, Ziqi Zhao, Shupan Li, Ke Wang

Deep learning has become a crucial technology for making breakthroughs in many fields. Nevertheless, it still faces two important challenges in theoretical and applied aspects. The first lies in the shortcomings of gradi…

Sample complexity of data-driven tuning of model hyperparameters in neural networks with structured parameter-dependent dual function

2025-01-23 · Maria-Florina Balcan, Anh Tuan Nguyen, Dravyansh Sharma

Modern machine learning algorithms, especially deep learning based techniques, typically involve careful hyperparameter tuning to achieve the best performance. Despite the surge of intense interest in practical technique…

Bayesian OptimizationDeep Learning

On hyperparameter tuning in general clustering problemsm

2020-01-01 · ICML 2020 1 · Xinjie Fan, Yuguang Yue, Purnamrita Sarkar, Y. X. Rachel Wang

Tuning hyperparameters for unsupervised learning problems is difficult in general due to the lack of ground truth for validation. However, the success of most clustering methods depends heavily on the correct choice of t…

ClusteringCommunity DetectionModel Selection

Fairer and More Accurate Tabular Models Through NAS

2023-10-18 · Richeek Das, Samuel Dooley

Making models algorithmically fairer in tabular data has been long studied, with techniques typically oriented towards fixes which usually take a neural model with an undesirable outcome and make changes to how the data …

FairnessHyperparameter OptimizationNeural Architecture Search