Speed, Precision, and Self-Correction: HSE Faculty of Computer Science Researchers at ICML-2026

Researchers from the HSE Faculty of Computer Science (FCS) presented their work at the International Conference on Machine Learning (ICML 2026) in Seoul, South Korea, one of the leading scientific events in the field. Several projects by the faculty’s researchers received the prestigious Spotlight distinction.
Alexander Molozhavenko
Among the recognised papers was ‘Tensorion: A Tensor-Aware Generalization of the Muon Optimizer’ by researchers from the Laboratory for Matrix and Tensor Methods in Machine Learning at the HSE AI and Digital Science Institute. The team enhanced the popular Muon optimisation algorithm by enabling it to work with more complex, multidimensional data structures known as tensors. The paper was one of just five to receive Spotlight status at a workshop featuring 75 presentations. ‘This was my first experience presenting at an international conference, and it was an extremely positive one,’ said Alexander Molozhavenko, Research Assistant at the laboratory. ‘The conference brought together a huge number of researchers, including many working in areas closely related to ours. It was also wonderful to see such a large Russian-speaking scientific community and to make new professional connections.’
Another paper awarded Spotlight status was ‘On Efficient Scaling of GNNs via IO-Aware Layers Implementations,’ written by researchers from the Yandex Laboratory at the HSE Faculty of Computer Science. The study addresses the challenge of accelerating graph neural networks on modern graphics processing units (GPUs).
The authors note that existing implementations of graph neural networks are often poorly optimised. To address this, they analysed several of the most widely used architectures and eliminated performance bottlenecks specific to each group of algorithms. As a result, they achieved several-fold improvements in computational performance together with substantial reductions in peak memory usage. For example, the GATv2 model delivered almost a sevenfold increase in computation speed while reducing memory consumption by a factor of one hundred.
The researchers have already made their code publicly available and hope that their approach will stimulate further advances in the efficiency of graph neural networks, much as transformer architectures have undergone rapid optimisation and development in recent years.

‘The conference was particularly valuable because it brought together so many researchers with a shared purpose: presenting their work, speaking with fellow authors in person, exchanging ideas, and building new professional relationships. In my view, networking is the most important aspect of any conference. Communication by email or online simply cannot match face-to-face interaction,’ said Fedor Velikonivtsev, Junior Research Fellow at the Yandex Laboratory.
He added that conferences tend to foster a more open atmosphere, with fewer preconceptions, making researchers more willing to discuss their work than during a conventional presentation. ‘For example, at one of the meet-ups I had the opportunity to speak with Tri Dao, a leading researcher in efficient GPU computing and Chief Scientist at Together AI, which is exactly the area I am currently working on. I also met many outstanding researchers from a wide range of fields and had the chance to reconnect with colleagues from abroad,’ said Fedor Velikonivtsev.

The delegation from the HSE AI and Digital Science Institute at the Faculty of Computer Science presented 16 research papers spanning a broad range of topics, from fundamental questions in optimisation and optimal transport theory to practical applications in text and image generation and molecular modelling.
In the paper ‘Improved Stochastic Optimization of LogSumExp,’ the researchers addressed a challenge that has limited the application of stochastic methods to a wide class of problems, including optimal transport and robust learning. At the heart of these problems lies the LogSumExp function. However, computing it exactly becomes prohibitively expensive for large datasets, while simplified approximations introduce significant errors. The team developed a new approximation that preserves the function’s key mathematical properties—convexity and smoothness—while making it possible to use fast stochastic gradient methods with virtually no loss of accuracy.
Egor Gladin
‘Previously, optimising the LogSumExp function in high-dimensional problems required extremely time-consuming computations. It was possible to speed up the process only by sacrificing either accuracy or numerical stability. We have eliminated this trade-off: our approximation delivers high accuracy and stability while converging rapidly, successfully handling problems involving hundreds of thousands of terms,’ said Egor Gladin, Senior Research Fellow at the Laboratory for Theoretical Foundations of AI Models and one of the paper’s authors.
In the paper ‘Guided Star-Shaped Masked Diffusion,’ the researchers reimagined the way diffusion models generate text or code by selecting tokens sequentially. A key limitation of existing approaches is their irreversibility: once a model makes an incorrect choice at an early stage, it cannot revise it later. The new G-Star algorithm, based on a star-shaped generation paradigm, enables the model to revisit and revise earlier decisions whenever subsequent context reveals an error. This capability is particularly valuable in real-world applications where output quality, speed, and computational cost are equally important. Moreover, the method can be integrated into existing models without requiring expensive retraining.
Viacheslav Meshchaninov
‘In conventional discrete diffusion models, every selected token is effectively ‘frozen.’ We instead proposed a star-shaped trajectory in which every token remains available for revision at every stage, allowing the model to revisit any earlier decision if later context suggests it was incorrect. This flexibility is crucial for generating long, coherent texts and software code, where a single mistake in the first token can undermine the entire logical structure. At the same time, our method requires only a lightweight fine-tuning of a single layer, making it practical for deployment in existing models,’ explained Viacheslav Meshchaninov, Junior Research Fellow at the Centre of Deep Learning and Bayesian Methods.
In the paper ‘Your GFlowNet Secretly Learns an Optimal Transport Plan,’ the researchers uncovered an unexpected connection between Generative Flow Networks (GFlowNets)—which construct discrete objects step by step for tasks such as molecular design and combinatorial optimisation—and optimal transport, the mathematical framework used to compare probability distributions while taking the geometry of the underlying space into account.
Ian Maximov
‘We demonstrated that Generative Flow Networks (GFlowNets), originally developed for generating objects, are in fact solving an optimal transport problem on a graph. This creates an unexpected bridge between two research areas and opens up new possibilities for scalable solutions to transport problems on discrete structures, where traditional methods cannot be applied,’ explained Ian Maximov, Research Assistant at the Centre of Deep Learning and Bayesian Methods.
At the SPIGM workshop held as part of the conference, Kirill Korolev, a Research Assistant at the International Laboratory of Stochastic Algorithms and High-Dimensional Inference, presented the paper ‘Stop the Sampler! Classifier-Based Adaptive Stopping for Sampling Kernels’ together with his colleagues. The researchers proposed a new approach to data generation in which a specially trained classifier determines the optimal moment to stop the computational process. This enables the algorithm to avoid systematic errors while significantly increasing its speed. In addition, the team improved the mechanisms underlying diffusion models, allowing the algorithm to allocate computational resources more flexibly by devoting additional processing steps only to the most complex regions of the data.
Kirill Korolev
‘At the conference, I focused on sessions devoted to reinforcement learning, sampling, and probabilistic methods, where I came across several particularly interesting papers and new ideas. Alongside broadening my scientific horizons, I believe one of the main purposes of attending conferences like this is to meet fellow researchers (especially those working in my own field), exchange ideas, and present the projects our laboratory is developing,’ said Kirill Korolev.
The researcher was particularly impressed by the sampling session, which featured many of the leading experts in the field, several of whom he had the opportunity to meet in person. ‘During the poster session, our colleagues also shared a number of important open research problems and suggested several promising directions for future work,’ Kirill Korolev added.

Another team from the same laboratory presented the poster ‘Optimality of FSQ Tokens for Continuous Diffusion for Categorical Data with Application to Text-to-Speech,’ which explored how diffusion models can process complex data more effectively at a deeper level. The researchers focused on the neural network’s latent space—the abstract representation in which an AI model encodes information. Their study showed that the Finite Scalar Quantisation (FSQ) encoding method organises this latent space in the most effective way for such architectures. To demonstrate the practical value of the approach, the team successfully applied it to the task of text-to-speech synthesis.
Tasnima Sadekova
According to Tasnima Sadekova, a Research Assistant at the International Laboratory of Stochastic Algorithms and High-Dimensional Inference, many of the conference presentations focused on diffusion language modelling, interpretability, multimodal analysis, agent-based systems, and advances in training methodologies for large language models. ‘The breadth of topics encouraged interdisciplinary exchange, allowing researchers not only to discover new ideas within their own fields but also to look beyond their areas of specialisation,’ said Tasnima Sadekova. ‘Alongside the main programme, the conference featured a series of talks devoted to the current challenges facing the field. I was particularly interested in a presentation on the future of research in an era of rapid technological progress and increasingly capable AI agent systems.’ The speaker, a professor from Princeton University, expressed optimism about the near future, arguing that AI technologies will remain primarily supporting tools, reducing the routine aspects of programming while allowing researchers to focus on generating new ideas. In his view, the key challenge ahead is developing robust methods for assessing emerging competencies in artificial intelligence.
Research Papers Presented by the HSE Faculty of Computer Science Delegation
Timofey Gritsaev
Andrey Kuznetsov
Timur Lidzhiev
Varvara Nazarenko
Artyom Potarusov
Victoria Chekalina
Ivan Schekotov
See also:
HSE Computer Science Researchers Win Gold Medal at International Machine Learning Competition
A team comprising HSE International Laboratory of Statistical and Computational Genomics researchers Aleksei Shmelev and Nikita Chervov, 2025 graduate of the HSE Faculty of Computer Science’s Master’s programme in Data Analysis in Biology and Medicine Ivan Gevorkov, and two students from the United States achieved an outstanding result at the 2026 NeuroGolf international machine learning championship. The team won a gold medal and placed seventh overall.
‘I Would Like My Research to Help Make the World a Calmer and Better Place’
Whatever task Saraa Ali, Junior Research Fellow at the Laboratory of Methods for Big Data Analysis (LAMBDA) of the AI and Digital Science Institute (HSE Faculty of Computer Science), is working on, she thinks about how it can benefit people. She told the Young Scientists of HSE University project about her large family, diagnosing three-phase motors, and her dream of building a children’s home in her native country.
‘Fear Isn’t Always a Signal to Stop; Sometimes, It’s a Signal to Begin a New Challenge’
Huh Yun is from South Korea, lived in Kyrgyzstan, and has now moved to Moscow to study on the HSE University and Kyung Hee University Double Degree Programme in Economics and Politics in Asia at the Faculty of World Economy and International Affairs. In this interview with the HSE News Service, Yun talks about what makes HSE a forward-thinking university, how students can help each other settle into university life, and why it’s important to keep challenging yourself.
Scientists Propose Method for More Efficient Resource Use in Machine Learning
An international group of researchers, including mathematicians from the AI and Digital Science Institute at the HSE Faculty of Computer Science, has provided a theoretical justification for a simple and computationally efficient method of estimating uncertainty in Stochastic Gradient Descent (SGD). The paper has been published on the scientific preprint server arXiv.org and presented at AISTATS 2026.
Korean Poetry Comes Alive at HSE University Contest
On June 10, 2026, the HSE University–Kyung Hee University Double Degree Programme hosted a Korean Poetry Recitation Contest. Despite the demanding schedule of preparation for the summer examination session, participants went beyond simply memorising poems in Korean, creating original performances complete with presentations and musical accompaniment. The contest brought together students from HSE University and several other higher education institutions.
Is It Possible to Predict a City’s Life Based on the Shape of Its Neighbourhoods?
Is it possible to predict, based on the configuration of streets and buildings, where a café will open or where traffic congestion will occur? Participants in the Spatial Analysis and Modelling of Urban Processes research and study group use open data and machine learning to identify universal patterns. Alexander Sheludkov and Eduard Somov discuss the purpose of comparing cities, the need for new forms of urban statistics, and how open data is transforming approaches to urban studies.
Russian Scientists Propose Method to Speed Up Microwave Filter Design
Researchers at HSE MIEM, in collaboration with colleagues from the Moscow Technical University of Communications and Informatics (MTUCI), have implemented a novel approach to designing microwave filters—generative synthesis using machine learning tools. The proposed method reduces the filter development cycle from several days to just a few minutes and in the future could be applied to the design of other microwave electronic devices. The results were presented at the IEEE International Conference '2026 Systems of Signals Generating and Processing in the Field of on Board Communications.'
'At the Intersection of Mathematics, Biology, and Machine Learning, I Found My Place'
Aleksei Shmelev conducts research in genomics and uses machine learning to explore the history of human populations. In this interview with the HSE Young Scientists project, he discusses the adaptive introgression of Tibetans and Denisovans and the use of IBD graphs to predict human population membership.
HSE Students Among Top 10 Finalists of POC CTF
Five students from the HSE Tikhonov Moscow Institute of Electronics and Mathematics (MIEM HSE) have ranked among the top ten finalists of the major cybersecurity competition POC CTF. The final, held in Seoul (Republic of Korea), brought together 50 students and professionals representing leading global companies and universities in the field of cybersecurity.
HSE Lecturers Awarded Yandex ML Prize 2025
The Yandex ML Prize is awarded to lecturers and heads of educational programmes who contribute to the development of artificial intelligence in Russia. This year, 10 laureates were selected from 300 applicants, including three members of the HSE Faculty of Computer Science (FCS). A special Hall of Fame award was also presented for contributions to the establishment of machine learning as an academic field. One of the recipients was Dmitry Vetrov, Research Professor at the HSE FCS.


