← Search

Fedor Velikonivtsev

3 accepted papers

2026

On Efficient Scaling of GNNs via IO-Aware Layers Implementations

ICML 2026spotlight

Graph Neural Networks (GNNs) are bottlenecked by sparse, irregular memory access. Popular frameworks such as DGL and PyTorch Geometric support general message passing, but complex layers often materialize edge-wise intermediates, increasing memory traffic and limiting scalability on large graphs. We…

Cited by 0SourceScholar
2025

AutoJudge: Judge Decoding Without Manual Annotation

NeurIPS 2025poster

We introduce AutoJudge, a method that accelerates large language model (LLM) inference with task-specific lossy speculative decoding. Instead of matching the original model output distribution token-by-token, we identify the generated tokens that affect the downstream quality of the response, relax…

Cited by 0SourceScholar
2024

Challenges of Generating Structurally Diverse Graphs

NeurIPS 2024poster

For many graph-related problems, it can be essential to have a set of structurally diverse graphs. For instance, such graphs can be used for testing graph algorithms or their neural approximations. However, to the best of our knowledge, the problem of generating structurally diverse graphs has not b…