• A
  • A
  • A
  • ABC
  • ABC
  • ABC
  • А
  • А
  • А
  • А
  • А
Regular version of the site

HSE Scientists Optimise Training of Generative Flow Networks

HSE Scientists Optimise Training of Generative Flow Networks

© iStock

Researchers at the HSE Faculty of Computer Science have optimised the training method for generative flow neural networks to handle unstructured tasks, which could make the search for new drugs more efficient. The results of their work were presented at ICLR 2025, one of the world’s leading conferences on machine learning. The paper is available at Arxiv.org.

Generative Flow Networks (GFlowNets) are a class of machine learning algorithms that build complex objects step by step. Researchers use them to search for new proteins and drugs, and to optimise transport systems. 

For GFlowNets to discover such complex structures, researchers specify the desired properties of the target object. The closer the network’s proposed solution is to these properties, the higher the reward it receives. GFlowNets aim to solve problems in a way that maximises their reward. They do not rely on data directly, but instead on the reward, which is computed using an equation known as the value function.

The search for a complex object can be compared to assembling a Lego model, where pieces are added step by step until the object is complete, with each model assigned a specific value—for example, a plant model might be valued higher than an animal model. Unlike other machine learning methods that would strive to construct a plant at any cost, GFlowNets generate a variety of objects—but plants more frequently than animals—because the reward for plants is higher.

In this type of search, GFlowNets rely on two stochastic policies that operate together: a forward policy and a backward policy. The forward policy can be thought of as a construction foreman, deciding the next step and estimating the probability of the subsequent state, while the backward policy acts as a deconstruction expert, identifying the preceding step. Maintaining balance between these flows is crucial but difficult to achieve. First, it requires significant computing power. Second, backward policies lack flexibility: researchers usually prevent them from adapting during the search or from observing the actions of the forward policy.

HSE scientists have developed a way to optimise backward policies using a method called Trajectory Likelihood Maximisation (TLM). They refined the backward policy’s algorithms so that it can be continuously checked against the steps of the forward policy.

'We designed the search for the optimal solution to resemble a negotiation, where both sides are ready to adjust their positions. In highly uncertain problems, the backward policy serves only as an auxiliary tool that improves the results of the forward policy. Our goal was to make the backward policy more flexible, and we finally succeeded,' explains Timofey Gritsaev, co-author of the paper and Research Assistant of the Centre for Deep Learning and Bayesian Methods at the HSE FCS AI and Digital Science Institute.

After implementing TLM, the reward function that measures the backward model’s success became more complex. Nevertheless, despite this increased complexity, the overall search system became faster and more efficient.

'Our method explores the space of possible solutions noticeably faster and identifies more high-quality options. Overall, this approach brings generative models closer to reinforcement learning methods,' explains Nikita Morozov, Junior Research Fellow of the Centre for Deep Learning and Bayesian Methods at the AI and Digital Science Institute of the HSE FCS.

The authors of the study are confident that their work will benefit specialists using GFlowNets across various fields, including the search for new medicinal compounds, the development of materials with specific properties, and the fine-tuning of large language models. Thanks to these networks’ ability to efficiently explore vast solution spaces and quickly identify the best options, the demand on computing power can be significantly reduced.

See also:

HSE University Expands Cooperation with Malaysia in Technology Foresight

HSE University researchers will take part in a study of the future of engineering education in Malaysia, while the Malaysian Industry-Government Group for High Technology (MIGHT) will use the iFORA big-data analysis system to validate the findings of its foresight research. These are the outcomes of a visit by HSE representatives to Kuala Lumpur.

Scientists Train Neural Network to Generate Process Plans from 3D Models

Researchers at the HSE FCS AI and Digital Science Institute have developed CAD2TechSpec, a framework that converts 3D models of mechanical parts into machining process plans—step-by-step instructions for machine tools. The solution aims to reduce the time required for the design and preparation of technical process documentation in mechanical engineering, aircraft manufacturing, and other high-tech industries. The study findings have been published in PeerJ Computer Science.

Biologists Discover 'Molecular Fingerprint' of Preeclampsia

Researchers at HSE University employed a new method to model hypoxia in placental cells during pregnancies complicated by preeclampsia and identified molecular markers of tissue hypoxia. Since hypoxia is one of the key mechanisms underlying preeclampsia, these findings are important for a more accurate and timely diagnosis of the disease and for the development of effective treatment methods. The paper has been published in Placenta.

Laboratory of Future Networks: HSE Telecommunications Research Institute Develops 5G/6G Research Testbed

The 5G/6G testbed at the HSE Telecommunications Research Institute is becoming a research platform, an educational laboratory, and a foundation for developing new software components for future networks. It makes it possible not only to observe how a mobile network operates, but also to change its operating conditions and measure the results: data-transmission speed, latency, errors, radio-resource utilisation, and other parameters. Based on the testbed, researchers plan to develop MIMO, O-RAN, xApp, and IAB technologies, as well as experiment with artificial intelligence.

‘Hedgehog’ Versus ‘Relatives’: Researchers Measure How the Brain Responds to Unexpected Words During Natural Speech

Russian neurophysiologists, including researchers from HSE University, have demonstrated the feasibility of using event-related fields (ERFs) to study brain activity during natural speech perception. The researchers showed that this approach can be applied not only to individual words but also to continuous speech. Their findings indicate that words whose meanings differ significantly from the preceding context require longer processing times. The study also reveals that the brain processes function words in two stages: first, it identifies their grammatical role and then uses this information to predict the next word. The study has been published in Frontiers in Human Neuroscience.

Hybrid Intelligence: Competencies in the Age of AI Discussed at Technoprom-2026

Artificial intelligence is not creating new professions, but rather transforming the nature of existing ones. This was the conclusion reached by participants in the panel session ‘Hybrid Intelligence: Digital and Human Drivers of Development,’ organised by the Institute for Statistical Studies and Economics of Knowledge (ISSEK) at HSE University as part of the 13th International Forum of Technological Development (Technoprom-2026). The experts discussed how the nature of work is changing, which skills are becoming increasingly sought after, and what prevents companies from fully capitalising on new technologies.

Scientists Develop New Solution for 6G Communication Systems

A terahertz neuromorphic circuit developed by scientists at HSE University could make 6G communication systems both more accurate and energy-efficient. The circuit enables indoor tracking of mobile devices with an accuracy of up to 99%. The results were presented at PIERS 2026, an international symposium on Photonics and Electromagnetism held in China.

Scientists Develop Algorithm for More Reliable Processors in Data Centres

Researchers from HSE MIEM and Samara University have developed the LRF-3D algorithm to automatically bypass idle nodes in three-dimensional networks-on-chip. Thanks to its hierarchical architecture, the algorithm outperforms existing solutions in both speed and path accuracy, improving processor reliability for use in data centres, supercomputers, and AI computing. The source code and test results are publicly available.

Researchers Rank Recommendation Algorithms Using Sports Tournament Model

Researchers from the AI and Digital Science Institute at the HSE Faculty of Computer Science have developed an approach for selecting recommendation algorithms more effectively. Their approach uses pairwise comparisons of algorithms to create a tournament table, with the overall ranking based on their performance across all datasets in the tournament. This can reduce the number of algorithms that need to be tested when developing new services, saving both time and money. The study was presented at the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2026).

Researchers Develop Method for Direct Generation of Regulatory DNA

Researchers at HSE University have developed a model for generating promoters and enhancers—DNA sequences that regulate gene activity. The model works directly with DNA nucleotides, without first transforming them into a continuous numerical representation. This solution could be useful for applications in synthetic biology and gene therapy. The study results were presented at the ICLR 2026 Workshop ‘Generative AI in Genomics (Gen^2): Barriers and Frontiers.’