paper-with-me

Papers

Smoothness Sensor: Adaptive Smoothness-Transition Graph Convolutions for Attributed Graph Clustering

2020-09-12 · Chaojie Ji, Hongwei Chen, Ruxin Wang, Yunpeng Cai, Hongyan Wu

Clustering techniques attempt to group objects with similar properties into a cluster. Clustering the nodes of an attributed graph, in which each node is associated with a set of feature attributes, has attracted significant attention. Graph convolutional networks (GCNs) represent an effective approach for integrating the two complementary factors of node attributes and structural information for attributed graph clustering. However, oversmoothing of GCNs produces indistinguishable representations of nodes, such that the nodes in a graph tend to be grouped into fewer clusters, and poses a challenge due to the resulting performance drop. In this study, we propose a smoothness sensor for attributed graph clustering based on adaptive smoothness-transition graph convolutions, which senses the smoothness of a graph and adaptively terminates the current convolution once the smoothness is saturated to prevent oversmoothing. Furthermore, as an alternative to graph-level smoothness, a novel fine-gained node-wise level assessment of smoothness is proposed, in which smoothness is computed in accordance with the neighborhood conditions of a given node at a certain order of graph convolution. In addition, a self-supervision criterion is designed considering both the tightness within clusters and the separation between clusters to guide the whole neural network training process. Experiments show that the proposed methods significantly outperform 12 other state-of-the-art baselines in terms of three different metrics across four benchmark datasets. In addition, an extensive study reveals the reasons for their effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2009.05743

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Clustering

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
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 제목 키워드 기반

A Tale of Two Geometries: Adaptive Optimizers and Non-Euclidean Descent

2025-11-25 · Shuo Xie, Tianhao Wang, Beining Wu, Zhiyuan Li arxiv

Adaptive optimizers can reduce to normalized steepest descent (NSD) when only adapting to the current gradient, suggesting a close connection between the two algorithmic families. A key distinction between their analyses…

Stochastic Optimization

Adaptivity to Noise Parameters in Nonparametric Active Learning

2017-03-16 · Andrea Locatelli, Alexandra Carpentier, Samory Kpotufe

This work addresses various open questions in the theory of active learning for nonparametric classification. Our contributions are both statistical and algorithmic: -We establish new minimax-rates for active learning un…

Active LearningGeneral Classification

Time-varying Signals Recovery via Graph Neural Networks

2023-02-22 · Jhon A. Castro-Correa, Jhony H. Giraldo, Anindya Mondal, Mohsen Badiey 외

The recovery of time-varying graph signals is a fundamental problem with numerous applications in sensor networks and forecasting in time series. Effectively capturing the spatio-temporal information in these signals is …

DecoderGraph LearningGraph Neural NetworkTime Series+1

Smoothness-Adaptive Contextual Bandits

2019-10-22 · Yonatan Gur, Ahmadreza Momeni, Stefan Wager

We study a non-parametric multi-armed bandit problem with stochastic covariates, where a key complexity driver is the smoothness of payoff functions with respect to covariates. Previous studies have focused on deriving m…

Decision MakingMulti-Armed Bandits

Verifying the Smoothness of Graph Signals: A Graph Signal Processing Approach

2023-05-31 · Lital Dabush, Tirza Routtenberg

Graph signal processing (GSP) deals with the representation, analysis, and processing of structured data, i.e. graph signals that are defined on the vertex set of a generic graph. A crucial prerequisite for applying vari…

Graph Neural Network