apr:journees:ete2024
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apr:journees:ete2024 [2024/05/17 15:13] – [Résumés] mine | apr:journees:ete2024 [2024/05/28 22:44] (current) – [Résumés] mine | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Adresse ==== | ==== Adresse ==== | ||
- | Université de Caen Normandie\\ | + | Amphi S3 045\\ |
+ | Bâtiement Sciences 3\\ | ||
[[https:// | [[https:// | ||
+ | Université de Caen Normandie\\ | ||
Côte de nacre\\ | Côte de nacre\\ | ||
Boulevard Maréchal Juin\\ | Boulevard Maréchal Juin\\ | ||
Line 13: | Line 15: | ||
Tram ligne T2, arrêt Campus 2\\ | Tram ligne T2, arrêt Campus 2\\ | ||
- | [[https:// | + | [[https:// |
+ | [[https:// | ||
==== Programme préliminaire ==== | ==== Programme préliminaire ==== | ||
Line 20: | Line 22: | ||
* Jeudi 30 mai 2024 | * Jeudi 30 mai 2024 | ||
* Arrivée en train suggérée à 12:03 en gare de Caen | * Arrivée en train suggérée à 12:03 en gare de Caen | ||
- | * **13: | + | * **13: |
- | * **14: | + | * **14: |
+ | * //Static Value Analysis by Abstract Interpretation for Functional Languages.// | ||
+ | * // | ||
+ | * //Analyse théorique de l' | ||
* **16: | * **16: | ||
- | * **16: | + | * **16: |
- | * **soir**: dîner | + | * //TTK is Getting MPI-Ready.// |
+ | * // | ||
+ | * // | ||
+ | * **19:30**: dîner | ||
* Vendredi 31 mai 2024 | * Vendredi 31 mai 2024 | ||
- | * **09: | + | * **09: |
- | * **10: | + | * //Unranking des ZDD: Le premier algorithme d’unranking efficace basé sur le principe d’inclusion-exclusion.// |
- | * **11:00-12: | + | * //Fouille de graphes, application à la chémoinformatique.// |
- | * **12: | + | * // |
+ | * **10: | ||
+ | * **11:00-11: | ||
+ | * //Modular Counting of Linear Extensions.// | ||
+ | * **11: | ||
+ | * **12: | ||
* **14: | * **14: | ||
* Départ suggéré par le train de 15:56 en gare de Caen | * Départ suggéré par le train de 15:56 en gare de Caen | ||
Line 35: | Line 48: | ||
==== Liste des intervenants ==== | ==== Liste des intervenants ==== | ||
- | La liste est // | + | * Julien Courtiel (GREYC, Université de Caen) |
* Amaury Curiel (APR, LIP6, Sorbonne Université) | * Amaury Curiel (APR, LIP6, Sorbonne Université) | ||
+ | * Matthieu Dien (GREYC, Université de Caen) | ||
+ | * Jean-Luc Lamotte (GREYC, Université de Caen) | ||
* Ève Le Guillou (APR, LIP6, Sorbonne Université) | * Ève Le Guillou (APR, LIP6, Sorbonne Université) | ||
* Marco Milanese (APR, LIP6, Sorbonne Université) | * Marco Milanese (APR, LIP6, Sorbonne Université) | ||
Line 48: | Line 63: | ||
==== Résumés ==== | ==== Résumés ==== | ||
+ | |||
+ | **Analyse théorique de l' | ||
+ | Julien Courtiel (GREYC, Université de Caen) | ||
+ | |||
+ | Dans le royaume des logiciels de gestion de versions, git | ||
+ | est sûrement celui qui est assis sur le trône. Ce logiciel libre et | ||
+ | populaire dispose de nombreuses fonctionnalités très intéressantes | ||
+ | dont notamment une, peut-être plus méconnue, qui s' | ||
+ | Il s'agit d'un algorithme qui permet de débusquer l' | ||
+ | qui s'est introduit dans un projet. | ||
+ | |||
+ | L' | ||
+ | (plus précisément un DAG), git bisect peut tout simplement se voir | ||
+ | comme un algorithme de graphes résolvant un problème connu pour être | ||
+ | NP-complet. Toutefois, il est surprenant de voir qu' | ||
+ | théorique de sa complexité n'a été menée. Paul Dorbec, Romain Lecoq et | ||
+ | moi-même, tous trois de l' | ||
+ | rectifier cela et vérifier les bonnes performances théoriques (ou non) | ||
+ | de git bisect. Il s'agit de travaux en cours. | ||
+ | |||
+ | Cet exposé présentera ainsi les faiblesses et les forces de git | ||
+ | bisect. Tout d' | ||
+ | lesquels la stratégie de git bisect est totalement catastrophique. | ||
+ | Ensuite, nous montrerons que pour une certaine classe de graphes qui | ||
+ | est représentative des graphes "issus de la vie réelle", | ||
+ | est en fait une bonne approximation de la stratégie optimale. Enfin, | ||
+ | nous nous interrogerons sur l' | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | **Unranking des ZDD: Le premier algorithme d’unranking efficace basé sur le principe d’inclusion-exclusion**\\ | ||
+ | Amaury Curiel (APR, SU) | ||
+ | |||
+ | Les ZDD sont une structure de données introduite en 1993 par S.I. Minato dans [1] permettant de représenter des fonctions booléennes de manière compacte grâce à deux règles de compression. | ||
+ | Dans cet exposé, nous allons présenter les ZDD et les comparer aux ROBDD [2], une autre structure de données permettant de représenter des fonctions booléennes en utilisant un autre jeu de règles de compression, | ||
+ | Nous présenterons donc la manière dont nous avons résolu ce problème pour concevoir le premier algorithme d’unranking efficace basé sur le principe d’inclusion-exclusion. | ||
+ | |||
+ | [1] S.-i. Minato, “Zero-suppressed BDDs for set manipulation in combinatorial problems, | ||
+ | |||
+ | [2] Bryant, “Graph-Based Algorithms for Boolean Function Manipulation, | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | **Modular Counting of Linear Extensions**\\ | ||
+ | Matthieu Dien (GREYC, Université de Caen) | ||
+ | |||
+ | The counting of linear extensions is a prominent problem about partial orders. | ||
+ | Unfortunately, | ||
+ | In this talk, we will present a new counting algorithm based on the modular decomposition of posets. | ||
+ | This algorithm has a better parametrized complexity than the state of the art. | ||
+ | Moreover, this approach leads us to consider a new parameter of posets (the BIT-width) with two corresponding conjectures. | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | **Fouille de graphes, application à la chémoinformatique**\\ | ||
+ | Jean-Luc Lamotte (GREYC, Université de Caen) | ||
+ | |||
+ | Cet exposé présente les travaux menés au sein du groupe de | ||
+ | chémoinformatique composé d' | ||
+ | chimistes thérapeutiques du laboratoire CERMN. La collaboration se | ||
+ | concentre sur la conception de méthodes computationnelles pour | ||
+ | identifier des (sous-)structures chimiques d' | ||
+ | la toxicité ...) dans les premières étapes de la découverte de | ||
+ | médicaments. Pour ce faire, nous nous appuyons sur des données de | ||
+ | bioactivité stockées dans des bases de données chimiques publiques | ||
+ | telles que ChEMBL ou des données internes (chimiothèque du CERMN). | ||
+ | Nous disposons d' | ||
+ | les cibles (un ligand est une molécule qui se lie à une cible). | ||
+ | À partir de ces premières informations, | ||
+ | associations statistiques mettant en évidence les (sous-)structures | ||
+ | chimiques dont la présence semble influencer l' | ||
+ | molécule avec la (les) cible(s) d' | ||
+ | |||
+ | Notre travail est centré sur les caractéristiques pharmacophoriques | ||
+ | des molécules. Ces caractéristiques correspondent à des fonctions | ||
+ | chimiques importantes dans les interactions entre les ligands et les | ||
+ | cibles. | ||
+ | molécules sous la forme de graphes de caractéristiques | ||
+ | pharmacophoriques et sur de la fouille de données de sous-graphes | ||
+ | appelés pharmacophores. | ||
+ | |||
+ | |||
+ | L' | ||
+ | chémoinformatique et les résultats obtenus. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | **TTK is Getting MPI-Ready**\\ | ||
+ | Ève Le Guillou (APR, SU) | ||
+ | |||
+ | This system paper documents the technical foundations for the extension of the Topology ToolKit (TTK) to distributed-memory parallelism with the Message Passing Interface (MPI). | ||
+ | While several recent papers introduced topology-based approaches for distributed-memory environments, | ||
+ | In contrast, we describe in this paper a versatile approach (supporting both triangulated domains and regular grids) for the support of topological analysis pipelines, i.e. a sequence of topological algorithms interacting together. | ||
+ | While developing this extension, we faced several algorithmic and software engineering challenges, which we document in this paper. | ||
+ | We describe an MPI extension of TTK's data structure for triangulation representation and traversal, a central component to the global performance and generality of TTK's topological implementations. | ||
+ | We also introduce an intermediate interface between TTK and MPI, both at the global pipeline level, and at the fine-grain algorithmic level. | ||
+ | We provide a taxonomy for the distributed-memory topological algorithms supported by TTK, depending on their communication needs and provide examples of hybrid MPI+thread parallelizations. | ||
+ | Performance analyses show that parallel efficiencies range from 20% to 80% (depending on the algorithms), | ||
+ | We illustrate the new distributed-memory capabilities of TTK with an example of advanced analysis pipeline, combining multiple algorithms, run on the largest publicly available dataset we have found (120 billion vertices) on a cluster with 64 nodes (for a total of 1536 cores). | ||
+ | Finally, we provide a roadmap for the completion of TTK's MPI extension, along with generic recommendations for each algorithm communication category. | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | ---- | ||
+ | |||
**Under-approximating Abstract Interpretation**\\ | **Under-approximating Abstract Interpretation**\\ | ||
Line 68: | Line 193: | ||
---- | ---- | ||
+ | **Wasserstein Auto-Encoders of Merge Trees (and Persistence Diagrams)**\\ | ||
+ | Mathieu Pont (APR, SU) | ||
+ | This paper presents a computational framework for the Wasserstein auto-encoding of merge trees (MT-WAE), a novel extension of the classical auto-encoder neural network architecture to the Wasserstein metric space of merge trees. In contrast to traditional auto-encoders which operate on vectorized data, our formulation explicitly manipulates merge trees on their associated metric space at each layer of the network, resulting in superior accuracy and interpretability. Our novel neural network approach can be interpreted as a non-linear generalization of previous linear attempts [79] at merge tree encoding. It also trivially extends to persistence diagrams. Extensive experiments on public ensembles demonstrate the efficiency of our algorithms, with MT-WAE computations in the orders of minutes on average. We show the utility of our contributions in two applications adapted from previous work on merge tree encoding [79]. First, we apply MT-WAE to merge tree compression, | ||
+ | |||
+ | ---- | ||
+ | |||
+ | **Wasserstein Dictionaries of Persistence Diagrams**\\ | ||
+ | Keanu Sisouk (APR, SU) | ||
+ | |||
+ | We introduce a multi-scale gradient descent approach for the efficient resolution of the corresponding minimization problem, which interleaves the optimization of the barycenter weights with the optimization of the atom diagrams. Our approach leverages the analytic expressions for the gradient of both sub-problems to ensure fast iterations and it additionally exploits shared-memory parallelism. Extensive experiments on public ensembles demonstrate the efficiency of our approach, with Wasserstein dictionary computations in the orders of minutes for the largest examples. We show the utility of our contributions in two applications. First, we apply Wassserstein dictionaries to data reduction and reliably compress persistence diagrams by concisely representing them with their weights in the dictionary. Second, we present a dimensionality reduction framework based on a Wasserstein dictionary defined with a small number of atoms and encode the dictionary as a low dimensional simplex embedded in a visual space. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | **Programmation FPGA de bas en haut et vice-versa**\\ | ||
+ | Loïc Sylvestre (APR, SU) | ||
+ | |||
+ | Les circuits reconfigurables FPGA sont classiquement décrits | ||
+ | dans des langages synchrones flot de données, tels que VHDL. | ||
+ | Ces langages permettent d' | ||
+ | extérieur (capteurs, actionneurs), | ||
+ | parallèle et déterministe, | ||
+ | globale. La programmation de FPGA dans ces langages est toutefois | ||
+ | difficile, car de très bas niveau. | ||
+ | |||
+ | Pour y remédier, je montrerai comment encoder des constructions | ||
+ | de programmation (fonctions, barrières de synchronisation, | ||
+ | mémoire partagée), dressant ainsi les bases d'un schéma de | ||
+ | compilation pour un langage généraliste parallèle sur une cible FPGA. | ||
+ | |||
+ | Ce présente alors un dilemme : comment garder un contrôle fin, | ||
+ | de bas-niveau, sur le comportement temporel des applications généralistes ? | ||
+ | C'est un point important pour l' | ||
+ | extérieur, pour prédire les performances et pour offrir à la fois du | ||
+ | parallélisme de tâches et de la mémoire partagée (en lecture et en écriture) | ||
+ | de façon sûre. | ||
+ | |||
+ | La solution que je propose consiste à donner, à un langage généraliste, | ||
+ | une sémantique synchrone guidée par la cible FPGA. Il s'agit alors | ||
+ | de définir un nouveau schéma de compilation pour que l' | ||
+ | synchrone du langage corresponde à l' | ||
+ | |||
+ | Le modèle de programmation résultant semble bien adapté | ||
+ | pour la conception de systèmes embarqués réactifs, | ||
+ | la programmation d' | ||
+ | et l' | ||
+ | |||
+ | ---- | ||
+ | |||
+ | **Static Value Analysis by Abstract Interpretation for Functional Languages**\\ | ||
+ | Milla Valnet (APR, SU) | ||
+ | |||
+ | To prevent programming errors, static analysers have been developed for many languages; here we will focus on functional languages. Verification tools for these languages exist, such as classical type systems or deductive methods, but automatic reasoning on numerical programs has been little explored. In this presentation, | ||
+ | Our first results, based on relational abstract domains and summaries of recursive fields in algebraic types, allow us to analyse first-order recursive functions manipulating recursive algebraic types, and to infer in an abstract domain their input-output relation. These methods have been successfully implemented on the MOPSA multilanguage analysis platform for the OCaml language. | ||
+ | Our current research aims to retain this compositionality for the analysis of higher-order functions, in order to obtain a precise input-output relationship from their point of definition. I will present our ideas, currently experimentally evaluated. | ||
+ | |||
+ | ---- | ||
apr/journees/ete2024.1715951588.txt.gz · Last modified: by mine