paper-with-me

Papers

A Simple Hypergraph Kernel Convolution based on Discounted Markov Diffusion Process

2022-10-30 · Fuyang Li, Jiying Zhang, Xi Xiao, Bin Zhang, Dijun Luo

Kernels on discrete structures evaluate pairwise similarities between objects which capture semantics and inherent topology information. Existing kernels on discrete structures are only developed by topology information(such as adjacency matrix of graphs), without considering original attributes of objects. This paper proposes a two-phase paradigm to aggregate comprehensive information on discrete structures leading to a Discount Markov Diffusion Learnable Kernel (DMDLK). Specifically, based on the underlying projection of DMDLK, we design a Simple Hypergraph Kernel Convolution (SHKC) for hidden representation of vertices. SHKC can adjust diffusion steps rather than stacking convolution layers to aggregate information from long-range neighborhoods which prevents over-smoothing issues of existing hypergraph convolutions. Moreover, we utilize the uniform stability bound theorem in transductive learning to analyze critical factors for the effectiveness and generalization ability of SHKC from a theoretical perspective. The experimental results on several benchmark datasets for node classification tasks verified the superior performance of SHKC over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2210.16884

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationTransductive Learning

Methods 이 논문이 사용한 방법론

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…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

A Tale of Sampling and Estimation in Discounted Reinforcement Learning

2023-04-11 · Alberto Maria Metelli, Mirco Mutti, Marcello Restelli

The most relevant problems in discounted reinforcement learning involve estimating the mean of a function under the stationary distribution of a Markov reward process, such as the expected return in policy evaluation, or…

reinforcement-learningReinforcement Learning

On a hypergraph probabilistic graphical model

2018-11-20 · Mohammad Ali Javidian, Linyuan Lu, Marco Valtorta, Zhiyu Wang

We propose a directed acyclic hypergraph framework for a probabilistic graphical model that we call Bayesian hypergraphs. The space of directed acyclic hypergraphs is much larger than the space of chain graphs. Hence Bay…

model

Robust Average-Reward Markov Decision Processes

2023-01-02 · Yue Wang, Alvaro Velasquez, George Atia, Ashley Prater-Bennette 외

In robust Markov decision processes (MDPs), the uncertainty in the transition kernel is addressed by finding a policy that optimizes the worst-case performance over an uncertainty set of MDPs. While much of the literatur…

Beliefs in Markov Trees - From Local Computations to Local Valuation

2017-04-12 · Mieczysław A. Kłopotek

This paper is devoted to expressiveness of hypergraphs for which uncertainty propagation by local computations via Shenoy/Shafer method applies. It is demonstrated that for this propagation method for a given joint belie…

Slowly Changing Adversarial Bandit Algorithms are Efficient for Discounted MDPs

2022-05-18 · Ian A. Kash, Lev Reyzin, Zishun Yu

Reinforcement learning generalizes multi-armed bandit problems with additional difficulties of a longer planning horizon and unknown transition kernel. We explore a black-box reduction from discounted infinite-horizon ta…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)