← 返回论文检索
ICLR 2025PosterAccept (Poster)

Clique Number Estimation via Differentiable Functions of Adjacency Matrix Permutations

Indradyumna Roy, Eeshaan Jain, Soumen Chakrabarti, Abir De

IIT Bombay · EPFL - EPF Lausanne · Indian Institute of Technology Bombay,

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Estimating the clique number in a graph is central to various applications, e.g., community detection, graph retrieval, etc. Existing estimators often rely on non-differentiable combinatorial components. Here, we propose a full differentiable estimator for clique number estimation, which can be trained from distant supervision of clique numbers, rather than demonstrating actual cliques.Our key insight is a formulation of the maximum clique problem (MCP) as a maximization of the size of fully dense square submatrix, within a suitably row-column-permuted adjacency matrix.We design a differentiable mechanism to search for permutations that lead to the discovery of such dense blocks.However, the optimal permutation is not unique, which leads to the learning of spurious permutations. To tackle this problem, we view the MCP problem as a sequence of subgraph matching tasks, each detecting progressively larger cliques in a nested manner. This allows effective navigation through suitable node permutations.These steps result in MxNet, an end-to-end differentiable model, which learns to predict clique number without explicit clique demonstrations, with the added benefit of interpretability. Experiments on eight datasets show the superior accuracy of our approach.