Goto

Collaborating Authors

 nombre


Modèles de Substitution pour les Modèles à base d'Agents : Enjeux, Méthodes et Applications

Saves, Paul, Verstaevel, Nicolas, Gaudou, Benoît

arXiv.org Artificial Intelligence

Multi-agent simulations enables the modeling and analyses of the dynamic behaviors and interactions of autonomous entities evolving in complex environments. Agent-based models (ABM) are widely used to study emergent phenomena arising from local interactions. However, their high computational cost poses a significant challenge, particularly for large-scale simulations requiring extensive parameter exploration, optimization, or uncertainty quantification. The increasing complexity of ABM limits their feasibility for real-time decision-making and large-scale scenario analysis. To address these limitations, surrogate models offer an efficient alternative by learning approximations from sparse simulation data. These models provide cheap-to-evaluate predictions, significantly reducing computational costs while maintaining accuracy. Various machine learning techniques, including regression models, neural networks, random forests and Gaussian processes, have been applied to construct robust surrogates. Moreover, uncertainty quantification and sensitivity analysis play a crucial role in enhancing model reliability and interpretability. This article explores the motivations, methods, and applications of surrogate modeling for ABM, emphasizing the trade-offs between accuracy, computational efficiency, and interpretability. Through a case study on a segregation model, we highlight the challenges associated with building and validating surrogate models, comparing different approaches and evaluating their performance. Finally, we discuss future perspectives on integrating surrogate models within ABM to improve scalability, explainability, and real-time decision support across various fields such as ecology, urban planning and economics.


Interpolation pour l'augmentation de donnees : Application \`a la gestion des adventices de la canne a sucre a la Reunion

Ferber, Frederick Fabre, Gay, Dominique, Soulie, Jean-Christophe, Diatta, Jean, Maillard, Odalric-Ambrym

arXiv.org Machine Learning

Data augmentation is a crucial step in the development of robust supervised learning models, especially when dealing with limited datasets. This study explores interpolation techniques for the augmentation of geo-referenced data, with the aim of predicting the presence of Commelina benghalensis L. in sugarcane plots in La R\'eunion. Given the spatial nature of the data and the high cost of data collection, we evaluated two interpolation approaches: Gaussian processes (GPs) with different kernels and kriging with various variograms. The objectives of this work are threefold: (i) to identify which interpolation methods offer the best predictive performance for various regression algorithms, (ii) to analyze the evolution of performance as a function of the number of observations added, and (iii) to assess the spatial consistency of augmented datasets. The results show that GP-based methods, in particular with combined kernels (GP-COMB), significantly improve the performance of regression algorithms while requiring less additional data. Although kriging shows slightly lower performance, it is distinguished by a more homogeneous spatial coverage, a potential advantage in certain contexts.


Typologie des comportements utilisateurs : {\'e}tude exploratoire des sessions de recherche complexe sur le Web

Ibarboure, Claire, Tanguy, Ludovic, Amadieu, Franck

arXiv.org Artificial Intelligence

In this study, we propose an exploratory approach aiming at a typology of user behaviour during a Web search session. We describe a typology based on generic IR variables (e.g. number of queries), but also on the study of topic (propositions with distinct semantic content defined from the search statement). To this end, we gathered experimental data enabling us to study variations across users (N=70) for the same task. We performed a multidimensional analysis and propose a 5 classes typology based on the individual behaviours during the processing of a complex search task.


Ukraine unveils AI-generated foreign ministry spokesperson

The Guardian

Ukraine on Wednesday presented an AI-generated spokesperson called Victoria who will make official statements on behalf of its foreign ministry. The ministry said it would "for the first time in history" use a digital spokesperson to read its statements, which will still be written by humans. Dressed in a dark suit, the spokesperson introduced herself as Victoria Shi, a "digital person", in a presentation posted on social media. The figure gesticulates with her hands and moves her head as she speaks. The foreign ministry's press service said that the statements given by Shi would not be generated by AI but "written and verified by real people".


Ukraine unveils AI spokesperson to 'provide timely updates' amid the war with Russia that looks like a real-life influencers

Daily Mail - Science & tech

Ukraine has introduced an AI spokesperson to provide information about its ongoing war efforts against Russia's invasion of the country. The AI spokesperson, named Victoria Shi – after'victory' and the Ukrainian abbreviation of'AI' – is based on the likeness of Ukrainian singer and influencer Rosalie Nombre who agreed to participate pro bono. The avatar is dressed in all black with aa Ukranian flag pin, hair pulled back and she's wearing studded earrings - but officials stressed the digital person and Nombre'are two different people.' In a video released by the Ministry of Foreign Affairs (MFA), Shi introduced herself and described her role and job functions, saying she was built to protect'the rights and interests of Ukrainian citizens abroad.' Victoria Shi, an AI spokesperson for Ukraine's Ministry of Foreign Affairs (pictured) will provide information about the governments ongoing war efforts against Russia's invasion The decision to add an AI MFA spokesperson was'not a whim,' but is a requirement of wartime efforts, the Minister of Foreign Affairs of Ukraine, Dmytro Kuleba, said in a Google-translated statement.


Traitement quantique des langues : {\'e}tat de l'art

Campano, Sabrina, Nabil, Tahar, Bothua, Meryl

arXiv.org Artificial Intelligence

This article presents a review of quantum computing research works for Natural Language Processing (NLP). Their goal is to improve the performance of current models, and to provide a better representation of several linguistic phenomena, such as ambiguity and long range dependencies. Several families of approaches are presented, including symbolic diagrammatic approaches, and hybrid neural networks. These works show that experimental studies are already feasible, and open research perspectives on the conception of new models and their evaluation.


Introduction to speech recognition

Dauphin, Gabriel

arXiv.org Artificial Intelligence

This document contains lectures and practical experimentations using Matlab and implementing a system which is actually correctly classifying three words (one, two and three) with the help of a very small database. To achieve this performance, it uses speech modeling specificities, powerful computer algorithms (dynamic time warping and Dijktra's algorithm) and machine learning (nearest neighbor). This document introduces also some machine learning evaluation metrics.


Algorithme EM r\'egularis\'e

Houdouin, Pierre, Jonkcheere, Matthieu, Pascal, Frederic

arXiv.org Artificial Intelligence

Expectation-Maximization (EM) algorithm is a widely used iterative algorithm for computing maximum likelihood estimate when dealing with Gaussian Mixture Model (GMM). When the sample size is smaller than the data dimension, this could lead to a singular or poorly conditioned covariance matrix and, thus, to performance reduction. This paper presents a regularized version of the EM algorithm that efficiently uses prior knowledge to cope with a small sample size. This method aims to maximize a penalized GMM likelihood where regularized estimation may ensure positive definiteness of covariance matrix updates by shrinking the estimators towards some structured target covariance matrices. Finally, experiments on real data highlight the good performance of the proposed algorithm for clustering purposes.


Contribution \`a l'Optimisation d'un Comportement Collectif pour un Groupe de Robots Autonomes

Bendahmane, Amine

arXiv.org Artificial Intelligence

This thesis studies the domain of collective robotics, and more particularly the optimization problems of multirobot systems in the context of exploration, path planning and coordination. It includes two contributions. The first one is the use of the Butterfly Optimization Algorithm (BOA) to solve the Unknown Area Exploration problem with energy constraints in dynamic environments. This algorithm was never used for solving robotics problems before, as far as we know. We proposed a new version of this algorithm called xBOA based on the crossover operator to improve the diversity of the candidate solutions and speed up the convergence of the algorithm. The second contribution is the development of a new simulation framework for benchmarking dynamic incremental problems in robotics such as exploration tasks. The framework is made in such a manner to be generic to quickly compare different metaheuristics with minimum modifications, and to adapt easily to single and multi-robot scenarios. Also, it provides researchers with tools to automate their experiments and generate visuals, which will allow them to focus on more important tasks such as modeling new algorithms. We conducted a series of experiments that showed promising results and allowed us to validate our approach and model.


USTEP: Structuration des logs en flux gr{\^a}ce {\`a} un arbre de recherche {\'e}volutif

Vervaet, Arthur, Chiky, Raja, Callau-Zori, Mar

arXiv.org Artificial Intelligence

Logs record valuable system information at runtime. They are widely used by data-driven approaches for development and monitoring purposes. Parsing log messages to structure their format is a classic preliminary step for log-mining tasks. As they appear upstream, parsing operations can become a processing time bottleneck for downstream applications. The quality of parsing also has a direct influence on their efficiency. Here, we propose USTEP, an online log parsing method based on an evolving tree structure. Evaluation results on a wide panel of datasets coming from different real-world systems demonstrate USTEP superiority in terms of both effectiveness and robustness when compared to other online methods.