paper-with-me

Papers

A Unified Framework for Optimization-Based Graph Coarsening

2022-10-02 · Manoj Kumar, Anurag Sharma, Sandeep Kumar

Graph coarsening is a widely used dimensionality reduction technique for approaching large-scale graph machine learning problems. Given a large graph, graph coarsening aims to learn a smaller-tractable graph while preserving the properties of the originally given graph. Graph data consist of node features and graph matrix (e.g., adjacency and Laplacian). The existing graph coarsening methods ignore the node features and rely solely on a graph matrix to simplify graphs. In this paper, we introduce a novel optimization-based framework for graph dimensionality reduction. The proposed framework lies in the unification of graph learning and dimensionality reduction. It takes both the graph matrix and the node features as the input and learns the coarsen graph matrix and the coarsen feature matrix jointly while ensuring desired properties. The proposed optimization formulation is a multi-block non-convex optimization problem, which is solved efficiently by leveraging block majorization-minimization, $\log$ determinant, Dirichlet energy, and regularization frameworks. The proposed algorithms are provably convergent and practically amenable to numerous tasks. It is also established that the learned coarsened graph is $\epsilon\in(0,1)$ similar to the original graph. Extensive experiments elucidate the efficacy of the proposed framework for real-world applications.

📄 PDF Abstract BibTeX arXiv:2210.00437

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionGraph Learning

Similar Papers 제목 키워드 기반

AH-UGC: Adaptive and Heterogeneous-Universal Graph Coarsening

2025-05-18 · Mohit Kataria, Shreyash Bhilwade, Sandeep Kumar, Jayadeva

$\textbf{Graph Coarsening (GC)}$ is a prominent graph reduction technique that compresses large graphs to enable efficient learning and inference. However, existing GC methods generate only one coarsened graph per run an…

Scaling Up Graph Neural Networks Via Graph Coarsening

2021-06-09 · Zengfeng Huang, Shengzhong Zhang, Chong Xi, Tang Liu 외

Scalability of graph neural networks remains one of the major challenges in graph machine learning. Since the representation of a node is computed by recursively aggregating and transforming representation vectors of its…

Stochastic Optimization

Graph Coarsening with Neural Networks

2021-02-02 · ICLR 2021 1 · Chen Cai, Dingkang Wang, Yusu Wang

As large-scale graphs become increasingly more prevalent, it poses significant computational challenges to process, extract and analyze large graph data. Graph coarsening is one popular technique to reduce the size of a …

GraphFLEx: Structure Learning Framework for Large Expanding Graphs

2025-05-18 · Mohit Kataria, Nikita Malik, Sandeep Kumar, Jayadeva

Graph structure learning is a core problem in graph-based machine learning, essential for uncovering latent relationships and ensuring model interpretability. However, most existing approaches are ill-suited for large-sc…

ClusteringGraph Neural NetworkGraph structure learning

Graph-Coarsening Approach for the Capacitated Vehicle Routing Problem with Time Windows

2025-10-25 · Mustafa Mert Özyılmaz arxiv

The Capacitated Vehicle Routing Problem with Time Windows (CVRPTW) is a fundamental NP-hard optimization problem in logistics. Solving large-scale instances remains computationally challenging for exact solvers. This pap…