paper-with-me

홈 › Papers

Interpreting and Unifying Graph Neural Networks with An Optimization Framework

2021-01-28 · Meiqi Zhu, Xiao Wang, Chuan Shi, Houye Ji, Peng Cui

Graph Neural Networks (GNNs) have received considerable attention on graph-structured data learning for a wide variety of tasks. The well-designed propagation mechanism which has been demonstrated effective is the most fundamental part of GNNs. Although most of GNNs basically follow a message passing manner, litter effort has been made to discover and analyze their essential relations. In this paper, we establish a surprising connection between different propagation mechanisms with a unified optimization problem, showing that despite the proliferation of various GNNs, in fact, their proposed propagation mechanisms are the optimal solution optimizing a feature fitting function over a wide class of graph kernels with a graph regularization term. Our proposed unified optimization framework, summarizing the commonalities between several of the most representative GNNs, not only provides a macroscopic view on surveying the relations between different GNNs, but also further opens up new opportunities for flexibly designing new GNNs. With the proposed framework, we discover that existing works usually utilize naive graph convolutional kernels for feature fitting function, and we further develop two novel objective functions considering adjustable graph kernels showing low-pass or high-pass filtering capabilities respectively. Moreover, we provide the convergence proofs and expressive power comparisons for the proposed models. Extensive experiments on benchmark datasets clearly show that the proposed GNNs not only outperform the state-of-the-art methods but also have good ability to alleviate over-smoothing, and further verify the feasibility for designing GNNs with our unified optimization framework.

📄 PDF Abstract BibTeX arXiv:2101.11859

Code (1)

happyvictor008/High-order-GNN-LF-iter pytorch

Similar Papers 제목 키워드 기반

Graph Reinforcement Learning for Combinatorial Optimization: A Survey and Unifying Perspective

2024-04-09 · Victor-Alexandru Darvariu, Stephen Hailes, Mirco Musolesi

Graphs are a natural representation for systems based on relations between connected entities. Combinatorial optimization problems, which arise when considering an objective function related to a process of interest on d…

Combinatorial OptimizationDecision Makingreinforcement-learningReinforcement Learning

Teaching LMMs for Image Quality Scoring and Interpreting

2025-03-12 · ZiCheng Zhang, HaoNing Wu, Ziheng Jia, Weisi Lin 외

Image quality scoring and interpreting are two fundamental components of Image Quality Assessment (IQA). The former quantifies image quality, while the latter enables descriptive question answering about image quality. T…

DescriptiveImage Quality AssessmentQuestion AnsweringTransfer Learning

Reward-rational (implicit) choice: A unifying formalism for reward learning

2020-02-12 · NeurIPS 2020 12 · Hong Jun Jeon, Smitha Milli, Anca D. Dragan

It is often difficult to hand-specify what the correct reward function is for a task, so researchers have instead aimed to learn reward functions from human behavior or feedback. The types of behavior interpreted as evid…

Combinatorial Optimization via LLM-driven Iterated Fine-tuning

2025-03-10 · Pranjal Awasthi, Sreenivas Gollapudi, Ravi Kumar, Kamesh Munagala

We present a novel way to integrate flexible, context-dependent constraints into combinatorial optimization by leveraging Large Language Models (LLMs) alongside traditional algorithms. Although LLMs excel at interpreting…

Combinatorial Optimizationglobal-optimizationScheduling

Lions and Muons: Optimization via Stochastic Frank-Wolfe

2025-06-04 · Maria-Eleni Sfyraki, Jun-Kun Wang

Stochastic Frank-Wolfe is a classical optimization method for solving constrained optimization problems. On the other hand, recent optimizers such as Lion and Muon have gained quite significant popularity in deep learnin…