paper-with-me

홈 › Papers

HiGen: Hierarchical Graph Generative Networks

2023-05-30 · Mahdi Karami

Most real-world graphs exhibit a hierarchical structure, which is often overlooked by existing graph generation methods. To address this limitation, we propose a novel graph generative network that captures the hierarchical nature of graphs and successively generates the graph sub-structures in a coarse-to-fine fashion. At each level of hierarchy, this model generates communities in parallel, followed by the prediction of cross-edges between communities using separate neural networks. This modular approach enables scalable graph generation for large and complex graphs. Moreover, we model the output distribution of edges in the hierarchical graph with a multinomial distribution and derive a recursive factorization for this distribution. This enables us to generate community graphs with integer-valued edge weights in an autoregressive manner. Empirical studies demonstrate the effectiveness and scalability of our proposed generative model, achieving state-of-the-art performance in terms of graph quality across various benchmark datasets. The code is available at https://github.com/Karami-m/HiGen_main.

📄 PDF Abstract BibTeX arXiv:2305.19337

Code (1)

karami-m/higen_main 공식 구현 pytorch

Tasks

Graph Generation

Similar Papers 제목 키워드 기반

4D Driving Scene Generation With Stereo Forcing

2025-09-24 · Hao Lu, Zhuang Ma, Guangfeng Jiang, Wenhang Ge 외 arxiv

Current generative models struggle to synthesize dynamic 4D driving scenes that simultaneously support temporal extrapolation and spatial novel view synthesis (NVS) without per-scene optimization. Bridging generation and…

Novel View SynthesisScene GenerationVideo Generation

HiGen: Hierarchy-Aware Sequence Generation for Hierarchical Text Classification

2024-01-24 · Vidit Jain, Mukund Rungta, Yuchen Zhuang, Yue Yu 외

Hierarchical text classification (HTC) is a complex subtask under multi-label text classification, characterized by a hierarchical label taxonomy and data imbalance. The best-performing models aim to learn a static repre…

ArticlesLanguage ModelingLanguage ModellingMulti Label Text Classification+4

Hierarchical Spatio-temporal Decoupling for Text-to-Video Generation

2023-12-07 · CVPR 2024 1 · Zhiwu Qing, Shiwei Zhang, Jiayu Wang, Xiang Wang 외

Despite diffusion models having shown powerful abilities to generate photorealistic images, generating videos that are realistic and diverse still remains in its infancy. One of the key reasons is that current methods in…

Spatial ReasoningText-to-Video GenerationVideo Generation

HigeNet: A Highly Efficient Modeling for Long Sequence Time Series Prediction in AIOps

2022-11-13 · Jiajia Li, Feng Tan, Cheng He, Zikai Wang 외

Modern IT system operation demands the integration of system software and hardware metrics. As a result, it generates a massive amount of data, which can be potentially used to make data-driven operational decisions. In …

CPUTime SeriesTime Series AnalysisTime Series Prediction

On Hierarchical Multi-Resolution Graph Generative Models

2023-03-06 · Mahdi Karami, Jun Luo

In real world domains, most graphs naturally exhibit a hierarchical structure. However, data-driven graph generation is yet to effectively capture such structures. To address this, we propose a novel approach that recurs…

Graph Generation