Article

Flamure Ibrahimi has been awarded the 2026 ServCollab Scholarship, an international recognition of excellence in doctoral research!

Flamure Ibrahimi is a Ph.D. student in service and marketing management at the NaDI-CeRCLe Research Center at the University of Namur (Belgium) within the EMCP Faculty, under the supervision of Prof. Dr. Wafa Hammedi (University of Namur) and Prof. Dr. Linda Alkire (Texas State University). She has just been awarded the prestigious ServCollab Scholarship 2026, an international distinction that recognizes and supports doctoral students whose work falls within the field of Transformative Service Research (TSR)—doctoral projects with high impact on society and humanity.
See content
Article

At the Heart of Nuclear Power

The discovery of nuclear energy marked a turning point in human history. Today, alongside debates about its role in energy production and its destructive potential, nuclear energy continues to be used in a wide range of fields, such as medical research and cancer therapies. At UNamur, nuclear energy is thus at the heart of the work of biologists, physicists, and art historians.
See content
Article

Win4Doc | 10 years of UNamur - STÛV collaboration: a lever for innovation, attractiveness and excellence

The University of Namur and STÛV, a Namur-based company specializing in wood and pellet heating solutions, are celebrating ten years of fruitful collaboration. This partnership illustrates the importance of synergies between academia and industry to improve competitiveness and meet environmental challenges.
See content
Event

What if AI knew you too well? (ESIA#5)

What happens when AI knows a great deal about you? This fifth session of the “What If AI?” series explores the profiling and data collection mechanisms that enable artificial intelligence systems to predict behaviors, preferences, and decisions.Drawing on well-known examples such as the Cambridge Analytica scandal, the speakers will highlight the issues of surveillance, manipulation, and personalization. This session aims to encourage critical reflection on our tolerance for profiling and to provide tools for better protecting our privacy in an increasingly data-driven world.
See content
Event

What if AI made mistakes? (ESIA#2)

Is artificial intelligence reliable? Can it make up information without us realizing it? This second session in the “What If AI?” series sheds light on the phenomenon of AI “hallucinations”—errors that can sometimes seem credible and may have significant consequences, particularly in professional settings.Drawing on real-world examples, such as reports containing false references, the speakers will explain why these errors occur, what their technical causes are, and how to detect them. An interactive activity will invite the audience to distinguish between true and false information in AI-generated responses, while exploring the limitations of solutions such as prompt engineering.The goal: to develop a critical perspective on AI responses and gain a better understanding of its limitations.
See content
Event

What if AI were as subjective as you are? (ESIA#3)

AI is often perceived as neutral and objective. But is that really the case? This third session of the “What If AI?” series examines the biases and discrimination that can be embedded in artificial intelligence systems, drawing on striking examples such as biased recruitment and judicial algorithms.Through demonstrations and interactive experiments, the session aims to debunk the myth of technological neutrality and explore ways to design more equitable and inclusive systems.
See content
Event

What if AI were your confidant? (ESIA#1)

What if you confided your doubts, emotions, or sensitive information to artificial intelligence? This first session of the “What If AI?” series explores the uses of AI in personal and sometimes intimate contexts, where tools like chatbots become trusted confidants. Drawing on real-world examples—including the use of ChatGPT for psychological support or to handle confidential data—the speakers will analyze the technical inner workings of these systems as well as the legal issues related to privacy protection.The audience will be invited to discover, step by step, what lies behind an AI-generated response: which actors are involved, how data flows, and what risks this entails. Through a fun, interactive activity, everyone will be able to better understand the implications of their interactions with these tools and reflect on the boundaries that should be set.
See content
Event

What if AI stole your creations? (ESIA#4)

Artificial intelligence creates, imitates, and transforms content on a large scale. But who owns these creations? And what happens to the works used to train these models? This fourth session of the “What If AI?” series addresses the intellectual property issues related to generative AI.Drawing on recent cases involving the use of copyrighted works to train models, the speakers will explain the tensions between technological innovation and respect for copyright. This session will provide insights into the current challenges facing intellectual property law in the face of these technologies and the implications for creators.
See content
Article

Researchers from Namur Achieve Great Success in the F.R.S.-FNRS’s 2026 “Grants and Research Awards” and “Télévie” Calls

On June 23, 2026, the F.R.S.-FNRS published the list of recipients of various doctoral and postdoctoral fellowships and Télévie projects (cancer-focused research). Among them, numerous researchers from UNamur received funding.
See content
Article

Global experts in electroluminescence and optoelectronics gather at UNamur

Recognized as a leading research conference in the field of organic electroluminescence and light-emitting devices, the ICEL conferences have generally been held every two years since their inception in Fukuoka, Japan, in 1997, by Professor Tetsuo Tsutsui. A look back at ICEL2026, the 15th conference of its kind, held at UNamur. 
See content
Research institut

Namur Institute of Structured Matter

The NISM institute brings together the research activities of the chemistry and physics departments at the University of Namur. Research at the NISM institute focuses on various topics in organic chemistry, physical chemistry, (nano)materials chemistry, surface science, optics and photonics, and solid-state physics, from both a theoretical and experimental perspective.

See content
Event

Public Defense of a Doctoral Dissertation in Computer Science - Antoine Hubermont

Abstract Predictive maintenance (PdM) is increasingly being used to improve system reliability, reduce downtime, and optimize operating costs in complex industrial environments through anomaly detection. As industrial systems become more complex, with components interacting with one another and monitored by ever-expanding sensor networks, anomaly detection faces new methodological challenges. In particular, there is a gap in the literature regarding anomaly detection using traditional machine learning (ML) methods based on a Single Label Classification (SLC) approach, which is unsuitable when multiple failures can occur simultaneously.Traditional anomaly detection approaches based on ML methods using an SLC formulation assume that each observation belongs to a single anomaly category. This assumption does not hold when multiple failures occur simultaneously on the same equipment, resulting in a loss of information. We begin by illustrating this limitation through a concrete example showing that using an SLC approach instead of a multi-label formulation degrades the classification of simultaneous anomalies. To address this issue, anomaly detection is reformulated as a Multi-Label Classification (MLC) problem, enabling the detection of multiple failures within a single time step. Following this reformulation, the issue of selecting multi-label classifiers suited to the context of Predictive Maintenance (PdM) must be examined. The general conclusion from the literature is that the performance of classifiers depends heavily on the context and that while there are many detection methods, none is universally dominant. Although in-depth comparative studies exist in the field of MLC, datasets from complex systems are absent from these comparisons, even though they exhibit specific characteristics such as multivariate time-series structures, significant label imbalance, and complex interactions between components.To address this gap, a structured and reproducible evaluation protocol is proposed to evaluate eight state-of-the-art ML methods in an MLC framework across three public industrial datasets. The results confirm that the performance of classifiers depends heavily on the characteristics of the dataset and that no single method consistently outperforms others across all scenarios. However, conducting this type of comparison for each new industrial context is costly in terms of time, computational resources, and data requirements, which limits its feasibility for real-world industrial deployment. The thesis also addresses this issue through dimensionality reduction and variable selection methods. PM systems generate large multivariate datasets in which only a subset of the variables is actually relevant for anomaly detection. A self-adaptive evolutionary strategy is proposed to perform wrapper-style variable selection and obtain a subset containing only the most informative variables. Experimental results show that reducing the variable space improves computational efficiency and, in most cases, anomaly prediction performance. A comparison of the proposed method with state-of-the-art metaheuristic approaches on three PdM datasets and five anomaly detection methods confirms its competitiveness in terms of predictive performance and the optimal size of the selected feature subset. Finally, feature space reduction not only optimizes the resources required for detection but also reduces the number of signals that technicians must analyze during root cause investigations. This simplification aims to strengthen confidence in the system. Finally, the thesis addresses the practical aspects of deploying detection methods in complex systems. Among these, there is a lack of trust and transparency among maintenance technicians and decision-makers. An analysis of the interpretability and robustness of anomaly detection methods is provided to directly contribute to their deployment in real-world conditions. First, the proposed variable selection strategy is evaluated on a public PdM dataset using SHAP-based explanations to verify the consistency between the selected variables and those identified as the most important by tools dedicated to interpretability. The results show that the selected variables are consistent with those identified as the most important by these tools. Furthermore, visual analysis of the most influential variables reveals that anomalies are associated with a limited and well-defined subset of sensor signals, which helps improve transparency and strengthen confidence in automatic detection systems. At the same time, it is necessary to conduct a study of the robustness of multi-label classifiers in controlled sensor degradation scenarios, including different types of degradation and various levels of severity. The results show that the performance of classifiers can deteriorate significantly, particularly in the presence of gradual drifts. To mitigate this effect, introducing sensor degradation during training appears to be a relevant strategy. Finally, this thesis proposes a structured framework for multi-label anomaly detection in complex systems, covering classification methods, feature space optimization, interpretability, and robustness. For each of these aspects, the thesis adopts an industrial perspective and takes into account the differences between controlled laboratory experimental conditions and the additional constraints of real-world complex environments. The jury Prof. Katrien Beuls - University of Namur, BelgiumProf. Elio Tuci - University of Namur, BelgiumProf. Patrick Heymans - University of Namur, BelgiumProf. Jenni Raitoharju - University of Jyväskylä, FinlandMr. Fabio Pinna - Telespazio, BelgiumMr. Vito Trianni - ISTC-CNR, Italy Sign me up
See content