Modeling temporal, rhythmic and social synchronization with spike neural networks

Offre en lien avec l’Action/le Réseau : – — –/– — –

Laboratoire/Entreprise : Euromov DHM
Durée : 3 ans
Contact : patrice.guyot@mines-ales.fr
Date limite de publication : 2023-09-02

Contexte :
A 3-year fully funded PhD scholarship is proposed by the PhD school (ED I2S) in Alès / Montpellier within the ANR MODPULS project.
The successful applicant will become part of a dynamic research environment within the newly multidisciplinary joint research center EuroMov Digital Health in Motion.

See this offer on the EuroMov DHM website:
https://dhm.euromov.eu/wp-content/uploads/2021/06/Ph.D_MovementMusicSync.pdf

Start date: October 1st, 2023 (to September 2027).
Net remuneration around 1630€ monthly (including social security and health benefits).

A 6-month internship is also possible on the same project (March to August 2023). See this offer on the EuroMov DHM website: https://dhm.euromov.eu/wp-content/uploads/2022/12/M2_Modpuls.pdf

Sujet :
The temporality of information is crucial to our understanding of the world. Synchronization between different events guides our perception and our actions in many tasks. For example, speech understanding is improved by lip-reading in a context of synchronization between visual and sound perception.
In the field of artificial intelligence, spike neural networks offer a paradigm inspired by the functioning of the human brain, which is based on the synchronization between neuronal impulses. These neural networks are likely to be more efficient than the classical neural networks used in the field of machine learning, and less costly in terms of hardware. They also offer new possibilities for processing temporal data and analyzing synchronizations.
The MODPULS project aims at studying the possibilities and the limits of the use of spike neural networks for the analysis of temporal data related to synchronization, rhythm, and human movement. Through a set of temporal and rhythmic data of different natures and complexities, combining audio, video and human motion data, you will have to implements synchronization tasks with spike neural networks. The fine analysis of synchronization mechanisms opens the field to numerous applications, notably in the human sciences with musical practice, but also in the medical field through the therapeutic analysis of social synchronizations.

Profil du candidat :
Applicants should have (or anticipate having) a MSc and research background related to computer science, audio/signal processing, or computational movement science.

Formation et compétences requises :
Knowledge in music (theoretical and practical) will be valued. French is not mandatory, but the candidate must be willing to learn French during their PhD and they must be able to communicate in English.

Adresse d’emploi :
Ales ou Montpellier

Document attaché : 202302091411_Ph.D_Modpuls_Internship.pdf

Question Answering With Open Knowledge Bases

Offre en lien avec l’Action/le Réseau : DOING/– — –

Laboratoire/Entreprise : SAMOVAR – Télécom SudParis
Durée : 6 mois
Contact : romerojulien34@gmail.com
Date limite de publication : 2023-09-02

Contexte :
Given a text, it is possible to extract from it knowledge in the form of subject-predicate-object triples, where all components of the triples can be found in the text. This is called Open Information Extraction (OpenIE). For example, from the sentence “The fish swims happily in the ocean”, we can extract the triple (fish, swims, in the ocean). By gathering many of these statements, we obtain an Open Knowledge Base (OpenKB), with no constraints on the subjects, the predicates, and the objects.

Then, this OpenKB could be used for question answering (QA). There have been many approaches that target QA over non-open KBs. These approaches vary from crafting query templates that, once filled in, will be used to query the KB, to neural models, where the goal is to represent the question and the possible answers as latent vectors, where the correct answer should be close in the embedding space to the question~cite{bordes2014question}. In this project, we will focus on neural models, particularly knowledge graph embeddings, i.e., continuous representations for the entities and relations that can generally capture relevant information about the graph’s structure.

The current way KB embeddings are computed raises two main challenges:
* Each entity and relation must be seen enough times during training so the system can learn relevant embeddings. The training is done taking edges information into account, so the entity or relation must be part of a sufficiently large number of edges.
* The textual representation of the verbal and noun phrases of the relations, subjects, and objects should be considered.

For example, a recent approach, MHGRN, computes embeddings by using a modified graph neural network architecture. This architecture, however, does not take into account the textual representation of relations.
A better approach is CARE, that relies on two main ideas. First, it clusters the subjects and objects and creates an unlabelled edge between entities in the same cluster. That partially reduces the problem of the entities connected to a small number of edges, by leveraging the connection with better connected entities. Then, it computes embeddings for the relations using GLOVE (word embeddings) and GRUs (recurrent neural networks). We believe that the approach in CARE could be improved by considering more modern neural architectures using message-passing algorithms and integrating the textual representation of predicates, objects, and subjects. In addition, we will investigate if the clustering step is necessary, as it can bring a bias for one important downstream application of KB embeddings: canonicalization, the task of finding a representative for a set of nodes or edges.

In this project, we will improve open KB embedding methods by:
* Exploring state-of-the-art neural architectures and language models.
* Integrating textual representations of the subject, predicate, and object.
* Investigating if clustering before embedding computation is necessary.
* Integrating embeddings into question-answering models.

Sujet :
Given a text, it is possible to extract from it knowledge in the form of subject-predicate-object triples, where all components of the triples can be found in the text. This is called Open Information Extraction (OpenIE). For example, from the sentence “The fish swims happily in the ocean”, we can extract the triple (fish, swims, in the ocean). By gathering many of these statements, we obtain an Open Knowledge Base (OpenKB), with no constraints on the subjects, the predicates, and the objects.

Then, this OpenKB could be used for question answering (QA). There have been many approaches that target QA over non-open KBs. These approaches vary from crafting query templates that, once filled in, will be used to query the KB, to neural models, where the goal is to represent the question and the possible answers as latent vectors, where the correct answer should be close in the embedding space to the question~cite{bordes2014question}. In this project, we will focus on neural models, particularly knowledge graph embeddings, i.e., continuous representations for the entities and relations that can generally capture relevant information about the graph’s structure.

The current way KB embeddings are computed raises two main challenges:
* Each entity and relation must be seen enough times during training so the system can learn relevant embeddings. The training is done taking edges information into account, so the entity or relation must be part of a sufficiently large number of edges.
* The textual representation of the verbal and noun phrases of the relations, subjects, and objects should be considered.

For example, a recent approach, MHGRN, computes embeddings by using a modified graph neural network architecture. This architecture, however, does not take into account the textual representation of relations.
A better approach is CARE, that relies on two main ideas. First, it clusters the subjects and objects and creates an unlabelled edge between entities in the same cluster. That partially reduces the problem of the entities connected to a small number of edges, by leveraging the connection with better connected entities. Then, it computes embeddings for the relations using GLOVE (word embeddings) and GRUs (recurrent neural networks). We believe that the approach in CARE could be improved by considering more modern neural architectures using message-passing algorithms and integrating the textual representation of predicates, objects, and subjects. In addition, we will investigate if the clustering step is necessary, as it can bring a bias for one important downstream application of KB embeddings: canonicalization, the task of finding a representative for a set of nodes or edges.

In this project, we will improve open KB embedding methods by:
* Exploring state-of-the-art neural architectures and language models.
* Integrating textual representations of the subject, predicate, and object.
* Investigating if clustering before embedding computation is necessary.
* Integrating embeddings into question-answering models.

Profil du candidat :
The intern should be involved in a master’s program and have a good knowledge of machine learning, deep learning, natural language processing, and graphs. A good understanding of Python and the standard libraries used in data science (scikit-learn, PyTorch, pandas, transformers) is also expected. In addition, a previous experience with graph neural networks would be appreciated.

Formation et compétences requises :
The intern should be involved in a master’s program and have a good knowledge of machine learning, deep learning, natural language processing, and graphs. A good understanding of Python and the standard libraries used in data science (scikit-learn, PyTorch, pandas, transformers) is also expected. In addition, a previous experience with graph neural networks would be appreciated.

Adresse d’emploi :
Palaiseau

Document attaché : 202302091340_internship_openie-1.pdf

Unlocking the Power of Data Dependencies in Data Pipelines

Offre en lien avec l’Action/le Réseau : – — –/– — –

Laboratoire/Entreprise : LAMSADE – PSL Research University – Universit{
Durée : 4 à 6 mois
Contact : maude.manouvrier@lamsade.dauphine.fr
Date limite de publication : 2023-02-09

Contexte :
{Data dependencies : relationships or connections between different variables in a dataset. Understanding these dependencies is crucial and has a number of applications.

{Data profiling for Machine Learning: Understanding data dependencies is critical for creating accurate and effective machine learning models. The quality of the input data has a direct impact on the accuracy of the model, and understanding data dependencies helps ensure that the data is suitable for use in machine learning.

Data mining: Data dependencies can help you identify patterns and relationships in the data that may not be immediately obvious. These patterns can be used to make predictions and classify data, making it useful in various data mining tasks such as association rule mining and clustering.

Sujet :
This internship will build upon the recent research in data dependency mining in dynamic settings. As a member of a dynamic team, the student will be exploring innovative ways to compute data dependencies in situations where the data is transformed through a data preparation pipeline. The goal is to assess the impact of this preparation process on the dependencies within the data, as well as its overall quality.

The subject of data dependencies is a critical and fascinating aspect of machine learning and AI, providing students with the opportunity to gain practical skills and explore cutting-edge technologies that are shaping the future of the field. The demand for professionals with skills in machine learning and AI is growing rapidly, and understanding data dependencies is a valuable skill for anyone looking to build a career in this field in both academia and industry. On this point, it is worth noting that the internship is likely to lead to a PhD on a related topic.

Profil du candidat :
We seek for excellent and highly motivated student with a background in Computer Science
having good knowledge of database theory and good programming skills (Python or Java).

Please send the following material in a single PDF document before February 20th, 2023:
– fully detailed CV,
– academic records (master’s degree or equivalent),
– recommendation(s) and supporting letter(s).

Formation et compétences requises :
Background in Computer Science
Good knowledge of database theory and good programming skills (Python or Java).

Adresse d’emploi :
LAMSADE – PSL Research University – Universit{‘e} Paris-Dauphine, Paris, France

Document attaché : 202302091126_IntershipLamsadeDataDependencieInPiplines.pdf

PhD (CIFRE contract) at IRISA/Atermes on Object detection from few multispectral examples

Offre en lien avec l’Action/le Réseau : – — –/Doctorants

Laboratoire/Entreprise : IRISA/ATERMES
Durée : 3 years
Contact : minh-tan.pham@irisa.fr
Date limite de publication : 2023-05-30

Contexte :
ATERMES is an international mid-sized company, based in Montigny-le-Bretonneux with a strong expertise in high technology and system integration from the upstream design to the long-life maintenance cycle. It specializes in offering system solution for border surveillance. Its flagship product BARIER™ (“Beacon Autonomous Reconnaissance Identification and Evaluation Response”) provides ready application for temporary strategic site protection or ill-defined border regions in mountainous or remote terrain where fixed surveillance modes are impracticable or overly expensive to deploy. As another exemple, SURICATE is the first of its class optronic ground “RADAR” that covers very efficiently wide field with automatic classification of intruders thanks to multi-spectral deep learning detection.

The collaboration between ATERMES and IRISA was initiated through a first PhD thesis (Heng Zhang, defended December 2021, https://www.theses.fr/2021REN1S099/document). This successful collaboration led to multiple contributions on object detection in both mono-modal (RGB) and multi-modal (RGB+THERMAL) scenarios. Besides, this study allowed to identify remaining challenges that need to be solved to ensure multispectral object detection in the wild.

Sujet :
The project aims at providing deep learning-based methods to detect objects in outdoor environments using multispectral data in a low supervision context, e.g., learning from few examples to detect scarcely-observed objects. The data consist of RGB and IR (Infra-red) images which are frames from calibrated and aligned multispectral videos.
Few-shot learning [1][2], active learning [3] and incremental/continual learning [4][5] are among the frameworks to be investigated since they allow to limit the number of labeled examples needed for learning. Most developed methods [6][7][8][9] based on these approaches have been proposed to perform object detection from RGB images within different weakly-supervised scenarios. They should be adapted and improved to deal with scarce object detection from multispectral images.In case of lacking objects of interest during the training, anomaly detection approaches [10][11] can be also considered to detect new object classes which will be further characterized by prior semantic concepts.
In addition to the (private) data from ATERMES, the PhD candidate will be able to work with public benchmarks such as KAIST, FLIR, VEDAI or MIL to benchmark the developed frameworks in the vision and machine learning communities.

Profil du candidat :
MSc or Engineering degree with excellent academic track and proven research experience in the following fields: computer science, applied maths, signal processing and computer vision;

Formation et compétences requises :
Experience with machine learning, in particular deep learning;

Skills and proved experience in programming (Python and frameworks such as Pytorch/Tensorflow will be appreciated);

Good communication skills (spoken/written English) is required ;

Adresse d’emploi :
The PhD candidate will work part time (80%) at IRISA (with 1 day per week in Rennes and the rest of the time in the Vannes IRISA facility) and part time (20%) in ATERMES in Paris (which corresponds to 2 days every 2 weeks). The exact schedule will be flexible: it might be preferable to spend more time in the company at the beginning of the thesis to learn about the system and understand the data and be full time in the lab while writing the PhD dissertation.

Document attaché : 202302091035_PHD_IRISA_Atermes_2023.pdf

Postdoc sur l’inférence de réseaux de gènes

Offre en lien avec l’Action/le Réseau : – — –/Doctorants

Laboratoire/Entreprise : INRAE
Durée : 18 mois
Contact : nathalie.vialaneix@inrae.fr
Date limite de publication : 2023-05-30

Contexte :
L’Unité de Mathématiques et Informatique Appliquées de Toulouse https://mia.toulouse.inra.fr est une unité propre (UR875) d’INRAE https://www.inrae.fr. MIAT a pour mission scientifique de développer et mettre en œuvre des méthodes mathématiques et/ou informatiques pertinentes pour résoudre des problèmes identifiés avec nos collaborateurs qui sont issus principalement d’autres départements d’INRAE. L’unité comporte actuellement deux équipes de recherche (SciDyn et SaAB) et trois équipes de service (Plateformes BIOINFO, RECORD et SIGENAE).

Sujet :
Les missions du (de la) postdoc recruté·e se dérouleront dans le cadre du projet SubtilNet fédérant les compétences informatiques / mathématiques / statistiques de l’équipe SaAB sur l’inférence de réseaux et la biologie des systèmes. Ce projet se positionne sur l’étude des méthodes mathématiques permettant de reconstruire des réseaux biologiques. Il a pour ambition, en se basant sur un réseau réel exhaustif de la bactérie Bacillus subtilis, de mieux évaluer les méthodes d’inférence actuelles et leurs caractéristiques. Le but final est d’améliorer l’état de l’art en termes de méthodes d’inférence en se rapprochant de la réalité biologique et en intégrant, dans les modèles, des informations biologiques pertinentes.

Profil du candidat :
Doctorat en informatique, bioinformatique, machine learning ou statistique (thèse soutenue depuis moins de 3 ans).

Formation et compétences requises :
Nous recherchons un·e candidat·e ayant une expérience avérée en analyses de données omiques, biologie cellulaire et/ou biologie des systèmes. Des compétences sur l’inférence ou l’analyse de réseaux sont également souhaitables ou, à défaut, des compétences en apprentissage automatique ou statistique. Enfin, un bon niveau en programmation, de préférence avec le langage de programmation R, est requis. Une connaissance de Python, Matlab, … serait un plus.
Compte tenu des nécessaires interactions entre les divers membres du projet, une aptitude au travail en groupe serait appréciée. Le (la) candidat·e doit également posséder un très bon niveau d’anglais scientifique.

Adresse d’emploi :
INRAE Toulouse

Document attaché : 202302090814_Recrutement_postdoc_subtilnet.pdf

Tensor learning for color and polarimetric imaging

Offre en lien avec l’Action/le Réseau : – — –/Innovation

Laboratoire/Entreprise : The candidate will be either located at CRAN, Nanc
Durée : up to 6 months
Contact : zniyed@univ-tln.fr
Date limite de publication : 2023-05-30

Contexte :
Many imaging applications rely on the acquisition, processing and analysis of 3D or 4D vectorial data pixels: this includes notably color imaging (red, blue and green channels) or polarimetric imaging (4D Stokes parameters at each pixel). Such multichannel data is often represented using quaternions – a generalization of complex numbers in four dimensions – in order to simplify expressions and leverage unique geometric and physical insights offered by this algebraic representation. Therefore, datasets of color or polarimetric images can be viewed as a collection of quaternion-valued matrices, which form multidimensional quaternion arrays – also called quaternion tensors.

Sujet :
The aim of this internship is to demonstrate the potential of quaternion tensor decompositions for learning features from databases of color and polarimetric images. Quaternion tensor decompositions have only been introduced recently [1]. They generalize usual tensor decompositions
[2] to the quaternion field. The candidate will take advantage of the algorithms proposed in [1]. He / she will focus on two main cases of uses of quaternion tensor decompositions (Canonical Polyadic and Tucker) to

1. learn features from a standard color image database (such as ImageNET)
2. perform source separation on polarimetric hyperspectral data

One key complementary objective will be to benchmark performances of quaternion tensor decompositions
against standard real-domain tensor decompositions.

Profil du candidat :
The candidate should have good writing and oral communication skills.

Formation et compétences requises :
He/she should be enrolled in a M1/M2R or engineer diploma in one or more of the following fields: signal and image processing, machine learning, applied mathematics.

Adresse d’emploi :
Depending on his/her preferences, the candidate will be either located at CRAN, Nancy or either at LIS, Seatech, Toulon.

Document attaché : 202302081818_projet.pdf

Can we imagine a decision-making system as a support for access to law? Illustration around the European regulation on AI

Offre en lien avec l’Action/le Réseau : – — –/– — –

Laboratoire/Entreprise : LAMSADE/ Cr2D (Dauphine)
Durée : 3 ans
Contact : elsa.negre@dauphine.fr
Date limite de publication : 2023-05-30

Contexte :
https://euraxess.ec.europa.eu/jobs/67041

Sujet :
https://euraxess.ec.europa.eu/jobs/67041

Profil du candidat :
https://euraxess.ec.europa.eu/jobs/67041

Formation et compétences requises :
https://euraxess.ec.europa.eu/jobs/67041

Adresse d’emploi :
Université Paris-Dauphine

Internship on link prediction in protein interaction networks

Offre en lien avec l’Action/le Réseau : – — –/– — –

Laboratoire/Entreprise : LIP6 (Sorbonne Université / CNRS)
Durée : 6 months
Contact : lionel.tabourier@lip6.fr
Date limite de publication : 2023-05-30

Contexte :
PPI (protein-protein interaction) networks represent interactions between proteins within a living organism. PPI network maps are incomplete because checking the existence of each relationship demands specific experiments, it is therefore desirable to have means to select the most probable interactions. Recent works brought to light the fact that link prediction approaches are relevant to detect interactions between proteins.

Sujet :
The approaches in question are unsupervised, however there exist supervised methods which have been designed for analogous problems in other contexts. We think that it is possible to adapt such methods to the context of PPI networks. By defining adequate graph features – particularly specific graph motifs – in order to achieve the learning, it would be possible to improve significantly the predictive power of these methods. The purpose of the internship is to design and apply such prediction methods.

The developed methods will be trained and validated using several networks comprised of 5 000 – 18 000 proteins (nodes) establishing between 20 000 and more than 2 million experimentally validated interactions (edges) coming from reference PPI resources, namely the STRING database, the BioGRID, and the Human Reference Interactome.

Profil du candidat :
This internship is preferably directed at Master 2 students with a background in computer science or bioinformatics.

Formation et compétences requises :
Good coding skills are requested for the internship, knowledge of a widely-used language in learning, such as python, is preferable but not mandatory. An open-mind to interdisciplinary applications is certainly a plus.

Adresse d’emploi :
LIP6, 4 Place Jussieu, 75005 Paris

Document attaché : 202302081543_Stage_Link_Pred.pdf

Responsabilité des algorithmes : Enjeux Sociétaux et Environnementaux

Date : 2023-05-21 => 2023-05-26
Lieu : Centre Paul Langevin, Aussois (Modane)

École thématique “Responsabilité des algorithmes : Enjeux Sociétaux et Environnementaux”

Co-organisée par les GDR ROD (ancien RO) et RADIA (ancien IA) (et en coopération avec les GDR Internet et Société, MADICS,
Sécurité Informatique)

du 21 au 26 mai 2023
à Aussois (en pension complète)

Date limite d’inscription : 14 avril

Vous pouvez vous inscrire sur :
https://enquetes.univ-grenoble-alpes.fr/SurveyServer/s/xxc8s3

Le nombre de places étant limité, pensez à vous inscrire au plus vite.
Toutes les informations et le programme :
http://gdrro.lip6.fr/?q=node/287

Odile Bellenguez, Nadia Brauner, Christine Solnon, Alexis Tsoukias

Lien direct


Notre site web : www.madics.fr
Suivez-nous sur Tweeter : @GDR_MADICS
Pour vous désabonner de la liste, suivre ce lien.

12 th International Conference on Complex Networks & Their Applications

Date : 2023-11-28 => 2023-11-30
Lieu : French Riviera, France

You are cordially invited to submit your contribution until September 02, 2023.

SPEAKERS

• Michael Bronstein University of Oxford UK
• Kathleen Carley Carnegie Mellon University USA
• Manlio De Domenico University of Padua Italy
• Danai Koutra University of Michigan USA
• Romualdo Pastor-Satorras Univ. Politècnica de Catalunya Spain
• Tao Zhou USTC China

PUBLICATION
Full papers (not previously published up to 12 pages) and Extended Abstracts (about published or unpublished research up to 4 pages) are welcome.
• Papers will be included in the conference proceedings edited by Springer
• Extended abstracts will be published in the Book of Abstracts (with ISBN)

Extended versions will be invited for publication in special issues of international journals:
o Applied Network Science edited by Springer
o Advances in Complex Systems edited by World Scientific
o Complex Systems
o Entropy edited by MDPI
o PLOS one
o Social Network Analysis and Mining edited by Springer

TOPICS
Topics include, but are not limited to:
o Models of Complex Networks
o Structural Network Properties and Analysis
o Complex Networks and Epidemics
o Community Structure in Networks
o Community Discovery in Complex Networks
o Motif Discovery in Complex Networks
o Network Mining
o Network embedding methods
o Machine learning with graphs
o Dynamics and Evolution Patterns of Complex Networks
o Link Prediction
o Multilayer Networks
o Network Controllability
o Synchronization in Networks
o Visual Representation of Complex Networks
o Large-scale Graph Analytics
o Social Reputation, Influence, and Trust
o Information Spreading in Social Media
o Rumour and Viral Marketing in Social Networks
o Recommendation Systems and Complex Networks
o Financial and Economic Networks
o Complex Networks and Mobility
o Biological and Technological Networks
o Mobile call Networks
o Bioinformatics and Earth Sciences Applications
o Resilience and Robustness of Complex Networks
o Complex Networks for Physical Infrastructures
o Complex Networks, Smart Cities and Smart Grids
o Political networks
o Supply chain networks
o Complex networks and information systems
o Complex networks and CPS/IoT
o Graph signal processing
o Cognitive Network Science
o Network Medicine
o Network Neuroscience
o Quantifying success through network analysis
o Temporal and spatial networks
o Historical Networks

Lien direct


Notre site web : www.madics.fr
Suivez-nous sur Tweeter : @GDR_MADICS
Pour vous désabonner de la liste, suivre ce lien.