News

In January, Martin Hurta from the Institute of Computer Systems will defend his dissertation

We invite you to the defense of the dissertation of Ing. Martin Hurta from the Department of Computer Systems, FIT VUT, which will take place on Wednesday, January 21, 2026, at 10:00 a.m. in meeting room G108. The supervisor of the dissertation entitled "Advanced Cartesian Genetic Programming for Biomedical Applications" is Prof. Lukáš Sekanina.

Martin Hurta has long been involved in the field of Cartesian genetic programming (CGP), an artificial intelligence technique inspired by natural evolution. Genetic programming was historically developed for the purpose of designing electronic circuits, but today it is often used in connection with the design of FPGA-type embedded circuits. This method belongs to a category of artificial intelligence algorithms called evolutionary algorithms. There are a number of subcategories of nature-inspired algorithms, evolutionary algorithms being one of them (others include artificial neural networks). The essence of Cartesian genetic programming is the automated design of algorithms, where, in layman's terms, we have several candidate random solutions, run and evaluate them all, select the best one, and create new solutions through random changes. By repeating these operations, the solution is gradually improved, following the model of evolution, until the result is a working program. We can then imagine the solution of Cartesian genetic programming as a graph of operations working with inputs and constants. This graph takes the form of a 2D grid of nodes, which is internally represented by a string of values. The above-mentioned changes in the connections between nodes and the functions they perform take place in the grid. Following the example of genetics, experts refer to these as solution mutations.

The scalability of evaluation, i.e., the evaluation of all candidate solutions in hundreds of thousands of iterations, is a time- and energy-consuming challenge that Martin Hurta is trying to solve in his research. Although Cartesian genetic programming is capable of proposing very interesting solutions in tasks such as classification, symbolic regression, and circuit design, its real-world application is still limited. This is particularly evident when compared to machine learning techniques such as artificial neural networks. The reason for this, apart from the computational complexity itself, is also the unfamiliarity with these procedures outside the narrow community of researchers.

In his dissertation, Martin Hurta explores possible modifications and adaptations of Cartesian genetic programming that would help improve the properties of both the algorithm itself (design time, computational requirements) and the proposed solutions (classification accuracy, ratio between accuracy and hardware requirements, explainability). He then experimentally verifies the proposed methods on problems in the field of biomedical informatics and bioinformatics, which can benefit from the explainability of the proposed solutions or the possibility of their implementation in energy-efficient wearable devices (e.g., medical monitoring systems) – something that conventional machine learning methods have difficulty with. Hurta specifically mentions his collaboration with Prof. Stephen Smith from the University of York: This project uses devices that monitor the movements of patients with Parkinson's disease, who often suffer from dyskinesia (in very layman's terms: involuntary movements), using an accelerometer and gyroscope. The goal is to automatically recognize the manifestations of dyskinesia in patients' movements and enable doctors to use this information to correctly target medication (the drug Levodopa) and its dosage. Similarly, Hurta participated in the application of Cartesian genetic programming algorithms to recognize alcohol abuse and depressive disorders from EEG, and to calculate polygenic risk scores and predict plant growth based on genetic information (here it is worth mentioning his collaboration on calculations with the Institute of Biomedical Engineering at FEKT, Wolfram Weckwert from the University of Vienna, and Dirk Walther from the Max Planck Institute of Molecular Plant Physiology). It should be added that polygenic risk scores generally allow the risk of predisposition to a negative phenomenon to be determined on the basis of multiple genes; in humans, this most often involves determining the likelihood of a specific disease. When asked to identify the field of application he is most intensively involved in and favors, Hurta's choice is clear: "Parkinson's disease is the one I've been working on the longest and is also very topical. My colleagues and I are continuing to work actively on this application, and I believe that the proposed solutions could become part of diagnostic tools in the future and thus really help those affected. In addition, it is possible to consider a number of other diseases that affect human movement in the future."

There are many potential practical applications, and according to Martin Hurta, there is a reason for this. "There are so many methods of artificial intelligence and machine learning, and practically each one has its own possible applications, a field in which it can shine. The advantage of Cartesian genetic programming is that its solution can be written as a mathematical equation. And there are areas where this is critical—often in medicine, the space industry, military technology, and so on. Thanks to the mathematical equation, experts in these fields can say, 'It may be artificial intelligence, but it has designed this specific solution, this equation, and that is what will go into our device. It won't just be some kind of black box,'" says Hurta, describing the key advantage of genetic programming. He adds: "It would be great if our classifiers were to find their way into other medical 'boxes'."

At FIT, Martin Hurta is part of the research group EvoAI Hardware, led by his supervisor, Prof. Lukáš Sekanina. "I see a doctorate as a natural step. I want to continue at the faculty. I am part of a new large project led by Dr. Vojtěch Mrázek, within which I can continue working on similar topics. I'm glad to have a 'stamp' on my progress; people are always happy to have their position secured," says Martin Hurta, commenting on his current situation and possible future with a parallel to computer games.

We wish Martin Hurta a successful defense and much success in his future research.

[img]

In January, Ladislav Mošner from the Institute of Computer Graphics and Multimedia will defend his dissertation

We invite you to the defense of the dissertation of Ing. Ladislav Mošner from the Department of Computer Graphics and Multimedia, FIT BUT, which will take place on Wednesday, January 14, 2026, at 9:00 a.m. in meeting room G108. The supervisor of the dissertation entitled "Speaker recognition from a remote source with multi-channel audio processing" is Prof. Jan Černocký.

The general scientific problem that Mošner has been dealing with for a long time is speaker verification in a situation where we have a recording made from multiple remote microphones. We can imagine, for example, our communication with voice assistants (devices such as Google Home or Amazon Echo). The aim of Mošner's work is to offer steps leading to more accurate verification of the identity of a specific speaker in a similar situation, using: a) solutions to the absence of data for training models based on neural networks; b) finding specialized data processing techniques.

"In the first step, the user registers their voice in the system, i.e., they provide a recording of their voice. From this recording, information is extracted using neural networks—embedding—which identifies and characterizes them," Mošner begins to describe the general context of speaker verification in layman's terms. "In addition, we have a second group of recordings available, which come from multiple channels, typically several microphones." From these multiple recordings, it is necessary to extract the aforementioned embedding, i.e., a characteristic vector (a typical representation of a given speaker), which is then compared with the initial registration embedding. The result of the comparison is a score which, again in layman's terms, indicates the extent to which the system believes that two speakers are one and the same person. The specificity of verification in Ladislav Mošner's research lies precisely in the existence of multiple channels from which the recordings originate.

The above-defined research field is a relatively narrowly specified area that many experts around the world do not address. Generally speaking, there are few publications on the subject. This also led to problems that the author faced in his dissertation. Specifically, these included a lack of data/datasets, which are the basis of machine learning. Until now, data sets prepared for specific publications have been used. Mošner therefore sought to create a new data set for training and subsequent evaluation in such a way that other users could also use this set (i.e., while maintaining the principle of data openness). The result is the MultiSV and MultiSV2 data sets.

Another output of Mošner's dissertation is the solution to the problem of multichannel verification itself. Such a complex challenge required division into subproblems. The first sub-problem was multichannel processing using signal methods with neural networks; the second sub-problem was the extraction of embeddings in a situation where the input is only a single-channel recording that has been cleaned up (from reverberation or noise and with speech highlighted), i.e., a better version of the original multichannel input. The core of the author's work consisted of the first step, i.e., improving multichannel processing to provide a better recording of the speaker, which in turn leads to more accurate verification. The release of the MultiSV2 dataset then enabled Mošner and his colleagues to train a complex system capable of taking a multichannel recording and extracting embeddings directly from it.

When asked what he considers his greatest research achievement during his doctorate, Ladislav Mošner responds stoically: "Well, we achieved exactly what the project set out to do. We created a functional, complex system that does not depend on preprocessing." He himself states that he would like to continue his research into multichannel processing in other areas of human speech processing at the faculty. He would also like to continue working on the topic of speech biometrics (speaker verification), where he is already involved in cooperation with an industrial partner—the Greek company Omilia, a major global player in the field of conversational systems and voice biometrics. He sees his dissertation as a major milestone in his successful research career. He feels grateful to the people who surrounded him at the faculty. "I am glad that I was able to do my doctorate in Professor Černocký's group, where there are many great people and great experts." He also mentioned the importance of his research stay abroad at the French institute Inria (Institut national de recherche en sciences et technologies du numérique), which he completed

We wish Ladislav Mošner a successful defense and the fulfillment of his other scientific goals.

[img]

We invite you to practical workshops on using AI tools

Would you like to improve your skills in working with AI tools? The European project VASSAL is organizing two workshops at our faculty focused on the practical and effective use of AI tools a) in administrative and IT work, b) in scientific research. The program is divided into two full-day workshops on January 15 and 16, alternating between morning (9:00 a.m.–12:00 p.m.) and afternoon (1:00 p.m.–3:00 p.m.) blocks. Both training sessions will be led by Prof. Daniel Mertens, biochemist, lecturer, and head of research groups at the German Cancer Research Center (Das Deutsche Krebsforschungszentrum) and the University of Ulm.

The first workshop focuses on the use of artificial intelligence (primarily in the sense of large language models) in administrative and IT work. Participants can expect a specific agenda of artificial intelligence applications for meeting and correspondence preparation, data and project management, and simplified reporting. The second workshop focuses on the use of LLMs in coding (vibe coding) and for scientific creativity/brainstorming and communication. The event is aimed at researchers, Ph.D. students, technical and economic staff, and generally anyone interested in the everyday use of AI tools.

Prof. Mertes' courses are based on specific practical experience and joint problem solving. The workshops are free, but registration is required.

For more information, visit the VASSAL project website.

[img]

Martin Čadík appointed new professor at FIT VUT

On Tuesday, December 16, 2025, in the Great Hall of Prague's Karolinum, President Petr Pavel, in the presence of Minister of Education Robert Plaga, presented appointment decrees to 69 new professors. The decree was also received by the new professor of the Faculty of Information Technology in the field of Computer Science and Informatics, Martin Čadík (Department of Computer Graphics and Multimedia). Čadík has been working at our faculty since 2013; two years later, he became an associate professor, and now, after ten years, he has added the highest scientific and pedagogical title. He is the head of the research group CPhoto@FIT, whose research is based on image processing methods, computer vision, graphics, physics, visual perception, and other fields.

Martin Čadík's main area of interest is geolocation, i.e., the use of geographical or topographical models of the planet's surface to process digital photographs with the aim of adding a new layer of information that enhances the original image. Typically, this involves determining the position or orientation of the camera. In doing so, he combines his scientific interests with his personal interests. "I enjoy mountains and nature, and I often do research with outdoor photos. And they are often my own photos." Together with his colleagues, he uses machine learning techniques, which, as he himself points out, are now commonly referred to as AI. Historically, these techniques have been closely related to the field of computer vision. "From today's perspective, we can say that we have always been involved in AI computer vision. Currently, however, the term is used very broadly."

Martin Čadík sees his new professorship as a commitment and mentions the importance of educating future talent: "It is not only a scientific but also a pedagogical title. I feel a strong commitment to passing on my experience to students and doctoral candidates."

We warmly congratulate Martin Čadík on his professorship! You can read more about his professional focus, future challenges, and perception of the title of professor in the press release.

[img]

Phonexia becomes part of the portfolio of investment fund Crescendo Equity Partners

The technology company Phonexia, which was founded in 2006 as a spin-off of the Faculty of Information Technology at Brno University of Technology, is changing owners. After twenty years of building an international position in the field of voice analytics and biometrics, it is becoming part of the portfolio of the South Korean investment fund Crescendo Equity Partners.

Phonexia is an example of how successful a technology project from Central Europe can be when it is based on cutting-edge university research. Today, it can be described as a global provider of advanced voice solutions trusted by security and intelligence agencies and the military.

Phonexia was founded in 2006 and is linked to the previous development of voice technologies and machine speech processing at FIT, specifically within the BUT Speech research group. "At that time, we decided to give our efforts a more formal and effective form for cooperation with partners. We also needed the results of our research to be in the form required by industry standards and the technology to be computationally executable on standard hardware," says co-founder Professor Jan Černocký, summarizing the motivation for founding Phonexia. The ties between the faculty and Phonexia were particularly strong in the beginning, with the company licensing and making intensive use of, for example, the phoneme recognizer developed at FIT for its early products. Cooperation with faculty research continues today. Of course, the question arises as to whether this will continue after the change in ownership structure. "We emphasized continuity; we didn't want to sell the company for parts. On the contrary, we were looking for someone who would maintain ties with faculty research and possibly even strengthen them," says one of the company's founders, Doc. Lukáš Burget, summarizing the vision for the near future.

One chapter in the life of the former faculty spin-off is coming to a close. We wish Phonexia every success in its future endeavors. And we hope that its story will be repeated by other companies that will emerge in the future from research conducted at FIT.

For more information about the company's history and the circumstances of its sale, see our press release.

[img]

Page:

Back to top