paper-with-me

Papers

StructPool: Structured Graph Pooling via Conditional Random Fields

2020-05-01 · ICLR 2020 1 · Hao Yuan, Shuiwang Ji

Learning high-level representations for graphs is of great importance for graph analysis tasks. In addition to graph convolution, graph pooling is an important but less explored research area. In particular, most of existing graph pooling techniques do not consider the graph structural information explicitly. We argue that such information is important and develop a novel graph pooling technique, know as the StructPool, in this work. We consider the graph pooling as a node clustering problem, which requires the learning of a cluster assignment matrix. We propose to formulate it as a structured prediction problem and employ conditional random fields to capture the relationships among assignments of different nodes. We also generalize our method to incorporate graph topological information in designing the Gibbs energy function. Experimental results on multiple datasets demonstrate the effectiveness of our proposed StructPool.

📄 PDF Abstract BibTeX

Code (1)

Nate1874/StructPool pytorch

Tasks

ClusteringNode ClusteringStructured Prediction

Similar Papers 제목 키워드 기반

Generative Diffusion Models of Stochastic Graph Signals

2026-07-07 · Yiğit Berkay Uslu, Samar Hadou, Sergio Rozada, Shirin Saeedi Bidokhti 외 arxiv

Sampling stochastic signals supported on a graph underlies many graph machine learning tasks, including recommender systems, forecasting in financial markets, and wireless network optimization. In these settings, the tar…

Graph Neural Network

Regularized Optimal Transport Layers for Generalized Global Pooling Operations

2022-12-13 · Hongteng Xu, Minjie Cheng

Global pooling is one of the most significant operations in many machine learning models and tasks, which works for information fusion and structured data (like sets and graphs) representation. However, without solid mat…

Graph Classificationimage-classificationImage Classification

ReCDAP: Relation-Based Conditional Diffusion with Attention Pooling for Few-Shot Knowledge Graph Completion

2025-05-12 · Jeongho Kim, Chanyeong Heo, Jaehee Jung

Knowledge Graphs (KGs), composed of triples in the form of (head, relation, tail) and consisting of entities and relations, play a key role in information retrieval systems such as question answering, entity search, and …

Information RetrievalKnowledge Graph CompletionKnowledge GraphsQuestion Answering+2

Subgraph Pooling: Tackling Negative Transfer on Graphs

2024-02-14 · Zehong Wang, Zheyuan Zhang, Chuxu Zhang, Yanfang Ye

Transfer learning aims to enhance performance on a target task by using knowledge from related tasks. However, when the source and target tasks are not closely aligned, it can lead to reduced performance, known as negati…

Transfer Learning

An Introduction to Conditional Random Fields

2010-11-17 · Charles Sutton, Andrew McCallum

Often we wish to predict a large number of variables that depend on each other as well as on other observed variables. Structured prediction methods are essentially a combination of classification and graphical modeling,…

General Classificationparameter estimationPredictionStructured Prediction