Smarter Adaptive Graph Sampling for More Accurate Graph Learning
kumo.ai·13h·
Discuss: Hacker News
Flag this post

Graph Neural Networks (GNN) are a powerful and an increasingly popular technology, be it for Protein Folding and Discovery, Social Network Recommendations, Relational Deep Learning, or one of countless other practical applications. Their ability to process graph-shaped data makes them suitable for task types that other machine learning algorithms cannot handle, such as learning from complicated interactions and dependencies.

When trying to apply them in production, one can quickly hit a major scaling challenge. Real world datasets and databases can contain up to billions of nodes that cannot physically be loaded on a GPU. To make these models work in practice, we need to sample the graph to a manageable size - and this is wh…

Similar Posts

Loading similar posts...