LGJun 26, 2021

Pruning Edges and Gradients to Learn Hypergraphs from Larger Sets

arXiv:2106.13919v2
Originality Incremental advance
AI Analysis

This work solves scaling limitations in set-to-hypergraph tasks for applications like particle physics and biology, though it is incremental in nature.

The paper tackles the problem of scaling set-to-hypergraph prediction by addressing exponential memory and runtime issues, achieving linear memory scaling and outperforming prior state-of-the-art methods, particularly for larger sets.

This paper aims for set-to-hypergraph prediction, where the goal is to infer the set of relations for a given set of entities. This is a common abstraction for applications in particle physics, biological systems, and combinatorial optimization. We address two common scaling problems encountered in set-to-hypergraph tasks that limit the size of the input set: the exponentially growing number of hyperedges and the run-time complexity, both leading to higher memory requirements. We make three contributions. First, we propose to predict and supervise the \emph{positive} edges only, which changes the asymptotic memory scaling from exponential to linear. Second, we introduce a training method that encourages iterative refinement of the predicted hypergraph, which allows us to skip iterations in the backward pass for improved efficiency and constant memory usage. Third, we combine both contributions in a single set-to-hypergraph model that enables us to address problems with larger input set sizes. We provide ablations for our main technical contributions and show that our model outperforms prior state-of-the-art, especially for larger sets.

Code Implementations1 repo
Foundations

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

Your Notes