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
Event

Sightseeing Walk to Benefit Télévie

This tourist car rally is open to all vehicles and all types of engines. All proceeds from the day will be donated to the Télévie campaign. Thank you to all the cars and their big-hearted passengers who will take part in this event to help raise funds for Télévie!Practical InformationMeeting place: Arsenal de Namur (rue de l’Arsenal, 5000 Namur)Vehicles: Classic cars, sports cars, convertibles, everyday cars, and all types of engines—everyone is welcome to support Télévie!Fee: €25 per vehicle (regardless of the number of passengers).     ==> The fee includes the roadbook, the rally plate (the first UNamur plate!), and a folder of information about the region being visited.Departures: Open departures between 8:45 a.m. and 10:30 a.m. (approximately 85 km loop)Not included in the registration fee but available for order at the time of registration:     - Breakfast before departure (8:00–9:30 a.m.): €5 (pastries, cake, tea, coffee, juice)     - Lunch upon return (12:00 PM–2:00 PM): €10 (cheese platter, fruit, rolls)     - For those with a sweet tooth: dessert buffet and bar (payable on site). RegistrationThe easiest way: register and pay online via our secure payment system at https://soutenir.unamur.be/fr-FR/p/balade-touristique-au-profit-du-televie-2026Prefer a traditional bank transfer?     Please send your payment to the UNamur account BE92 3500 0000 0123, specifying in the memo line: RALLYE Télévie 5847850 Last Name First Name Reminder: €25 per vehicle + the cost of breakfast(s) (€5/person) and lunch(es) (€10/person)Join us for this friendly event dedicated to generosity, right in the heart of the Walloon capital!   An event organized with the invaluable help of the Les Matinales club. 
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
Event

Back to School for Students

What's on the agenda for everyone 9:00 a.m. | Welcome reception at the Pedro Arrupe, Rue de Bruxelles 67, 5000 Namur9:30 a.m. | Ceremony at the Espace Pedro Arrupe 11:00 a.m. | Back-to-School Celebration at Saint-Loup Church—to be confirmed, Rue du Collège, 5000 Namur—followed by a welcome for students by the student clubs.Other specific activities for this day are available on each faculty’s webpage. More information on the Back-to-School page
See content
Event

Official Ceremony Marking the Start of the 2026–2027 Academic Year

See content
Event

FoodWal 2026 Symposium

Program Overview This event will take place over two exciting days, featuring a diverse program designed to offer a dynamic and interactive experience for all participants. The entire symposium will be conducted in English.On Wednesday, December 9, and Thursday, December 10, two days of scientific and technical sessions will be dedicated to the topics of alternative proteins, the microbiome, and functional ingredients.On Wednesday, December 9, there will be a public lecture (in English) presented by Dr. Patrice Cani on the topic “Nourishing Your Gut: Nutrition, Microbiota, and Health.”For experienced researchers and group leaders, we are organizing a third day on December 11 dedicated to international collaboration, including laboratory visits and a workshop focused on establishing structured collaborative projects. Separate registration is requiredOverview of the ThemesThis symposium is structured around the three projects in the FoodWal portfolio, while pushing their boundaries and framing them within a “One Health” approach.The session titled “Building Sustainable Value Chains for Alternative Proteins: from protein sources to the development of healthy food products” will provide an opportunity to present scientific and technological advances in the creation and characterization of alternative protein sources and products, as well as socioeconomic perspectives on the development, maintenance, and growth of sustainable value chains for alternative proteins.The session titled “Research on the Microbiome and Microbiotics: Innovation in Nutrition for Better Health” will present scientific advances in the characterization, understanding, and modulation of the microbiome, as well as cutting-edge technologies aimed at developing innovative microbiotics.Finally, the session titled “Functional Ingredients and Bioactive Compounds: Food Science and Biotechnology for Health” will focus on scientific advances in the identification, characterization, and understanding of the mechanisms of action of functional ingredients, as well as cutting-edge technologies designed to develop and produce innovative functional ingredients. More information on the FoodWal website Je m'inscris
See content
Event

Euraxess Day! UNamur Research Day

This event, open to all researchers, offers a fun-filled afternoon exploring UNamur’s Euraxess-related services. You’ll have the opportunity to talk with the International Relations Office, research administration staff, Confluent des Savoirs, and the Human Resources Office. Meeting with these various stakeholders will allow you to learn more about mobility opportunities, support tools for researchers at our university, administrative procedures related to employment status, and to discover the Matteo Ricci Center, which focuses on welcoming international researchers.This is a free event; registration is required.  Registration deadline: Monday, September 12, 2026. Sign me up
See content
Event

Public Defense of a Doctoral Dissertation in Chemical Sciences - Gilles Henon

JuryProf. Steve LANNERS (UNamur), ChairProf. Johan WOUTERS (UNamur), SecretaryProf. Pierre FRANCOTTE (ULiège)Dr. Marie HAUFROID (UCB)Prof. Lionel POCHET (UNamur)AbstractCurrently, Mycobacterium tuberculosis remains the second deadliest infectious agent in the world, responsible for 1.6 million deaths in 2021. The burden and cost of current treatment (6 months and 4,000 euros), coupled with the alarming emergence of antibiotic-resistant strains, underscore the absolute urgency of developing new therapeutic molecules. This study focuses on the Mycobacterium tuberculosis phosphoserine phosphatase (MtSerB2), an enzyme essential for serine biosynthesis and vital to the pathogen’s survival. Furthermore, this protein plays a key role in host invasion (through its interactions with the NF-κB factor and the cellular cytoskeleton), making MtSerB2 a prime therapeutic target for the development of new, potent anti-tuberculosis drugs.One of the innovative strategies explored in this thesis is based on destabilizing the protein’s structure (disruption of protein structure). The goal is to design a molecule capable of disrupting the enzyme’s conformation, thereby causing it to lose its catalytic activity. This new class of molecules is expected to exhibit significantly higher selectivity for MtSerB2 compared to its human homolog, human phosphoserine phosphatase (hPSP).To this end, the Mycobacterium avium phosphoserine phosphatase (MaSerB) was initially used as a model system, justified by its 83% sequence identity with MtSerB2 and its propensity to crystallize rapidly. Initially, a virtual screening of drugs already available on the market was conducted to identify potential inhibitors of MaSerB. Enzymatic assays based on malachite green detectionwere then performed to evaluate the inhibitory activity of the various candidates. The results demonstrated increased selectivity of these compounds for dimeric proteins (MtSerB2 and MaSerB) compared to the human enzyme hPSP.Notably, subsequent enzymatic assays conducted directly on MtSerB2 revealed response profiles that differed from those observed with the MaSerB model. To elucidate the molecular basis of these differences, the structure of the protein in its ligand-bound state is currently being investigated. To this end, protein-inhibitor complexes have been crystallized and will be analyzed by X-ray diffraction.
See content