LGAIAug 26, 2022

Deep Hypergraph Structure Learning

arXiv:2208.12547v117 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in hypergraph-based representation learning, offering a solution for applications where data quality is poor, though it is incremental as it builds on existing hypergraph and information bottleneck concepts.

The paper tackles the challenge of generating high-quality hypergraph structures for representation learning, which is sensitive to noisy or missing data, by proposing DeepHGSL, a deep hypergraph structure learning method that optimizes the structure using a hypergraph information bottleneck principle, resulting in improved robustness and effectiveness on benchmark datasets compared to state-of-the-art methods.

Learning on high-order correlation has shown superiority in data representation learning, where hypergraph has been widely used in recent decades. The performance of hypergraph-based representation learning methods, such as hypergraph neural networks, highly depends on the quality of the hypergraph structure. How to generate the hypergraph structure among data is still a challenging task. Missing and noisy data may lead to "bad connections" in the hypergraph structure and destroy the hypergraph-based representation learning process. Therefore, revealing the high-order structure, i.e., the hypergraph behind the observed data, becomes an urgent but important task. To address this issue, we design a general paradigm of deep hypergraph structure learning, namely DeepHGSL, to optimize the hypergraph structure for hypergraph-based representation learning. Concretely, inspired by the information bottleneck principle for the robustness issue, we first extend it to the hypergraph case, named by the hypergraph information bottleneck (HIB) principle. Then, we apply this principle to guide the hypergraph structure learning, where the HIB is introduced to construct the loss function to minimize the noisy information in the hypergraph structure. The hypergraph structure can be optimized and this process can be regarded as enhancing the correct connections and weakening the wrong connections in the training phase. Therefore, the proposed method benefits to extract more robust representations even on a heavily noisy structure. Finally, we evaluate the model on four benchmark datasets for representation learning. The experimental results on both graph- and hypergraph-structured data demonstrate the effectiveness and robustness of our method compared with other state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes