Pruning Edges and Gradients to Learn Hypergraphs from Larger Sets
David W. Zhang, Gertjan J. Burghouts, Cees G. M. Snoek

TL;DR
This paper introduces a scalable set-to-hypergraph prediction method that predicts only positive edges, uses iterative refinement for efficiency, and combines these to handle larger input sets effectively.
Contribution
It proposes a novel approach that predicts positive edges only, employs iterative refinement for efficiency, and integrates these techniques for larger set inputs.
Findings
Outperforms prior state-of-the-art on larger sets
Reduces memory complexity from exponential to linear
Enables efficient training with constant memory usage
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics · Machine Learning and Data Classification · Metabolomics and Mass Spectrometry Studies
