Skip to main content

Showing 1–7 of 7 results for author: de Lara, N

.
  1. arXiv:2311.07627  [pdf, ps, other

    cs.LG cs.SI

    A Consistent Diffusion-Based Algorithm for Semi-Supervised Graph Learning

    Authors: Thomas Bonald, Nathan de Lara

    Abstract: The task of semi-supervised classification aims at assigning labels to all nodes of a graph based on the labels known for a few nodes, called the seeds. One of the most popular algorithms relies on the principle of heat diffusion, where the labels of the seeds are spread by thermoconductance and the temperature of each node at equilibrium is used as a score function for each label. In this paper,… ▽ More

    Submitted 13 November, 2023; originally announced November 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2008.11944

    Journal ref: Complex Networks, 2023, Menton, France

  2. arXiv:2210.02552  [pdf, other

    cs.LG

    Towards Safe Mechanical Ventilation Treatment Using Deep Offline Reinforcement Learning

    Authors: Flemming Kondrup, Thomas Jiralerspong, Elaine Lau, Nathan de Lara, Jacob Shkrob, My Duc Tran, Doina Precup, Sumana Basu

    Abstract: Mechanical ventilation is a key form of life support for patients with pulmonary impairment. Healthcare workers are required to continuously adjust ventilator settings for each patient, a challenging and time consuming task. Hence, it would be beneficial to develop an automated decision support tool to optimize ventilation treatment. We present DeepVent, a Conservative Q-Learning (CQL) based offli… ▽ More

    Submitted 5 October, 2022; originally announced October 2022.

    Comments: to be published in IAAI (Innovative Applications of Artificial Intelligence) 2023

  3. arXiv:2009.07660  [pdf, other

    cs.SI

    Scikit-network: Graph Analysis in Python

    Authors: Thomas Bonald, Nathan de Lara, Quentin Lutz, Bertrand Charpentier

    Abstract: Scikit-network is a Python package inspired by scikit-learn for the analysis of large graphs. Graphs are represented by their adjacency matrix in the sparse CSR format of SciPy. The package provides state-of-the-art algorithms for ranking, clustering, classifying, embedding and visualizing the nodes of a graph. High performance is achieved through a mix of fast matrix-vector products (using SciPy)… ▽ More

    Submitted 14 September, 2020; originally announced September 2020.

    Journal ref: Journal of Machine Learning Research, Microtome Publishing, In press

  4. arXiv:2008.11944  [pdf, other

    cs.LG

    A Consistent Diffusion-Based Algorithm for Semi-Supervised Classification on Graphs

    Authors: Nathan de Lara, Thomas Bonald

    Abstract: Semi-supervised classification on graphs aims at assigning labels to all nodes of a graph based on the labels known for a few nodes, called the seeds. The most popular algorithm relies on the principle of heat diffusion, where the labels of the seeds are spread by thermo-conductance and the temperature of each node is used as a score function for each label. Using a simple block model, we prove th… ▽ More

    Submitted 27 August, 2020; originally announced August 2020.

  5. arXiv:1912.10903  [pdf, other

    cs.LG stat.ML

    Spectral embedding of regularized block models

    Authors: Nathan de Lara, Thomas Bonald

    Abstract: Spectral embedding is a popular technique for the representation of graph data. Several regularization techniques have been proposed to improve the quality of the embedding with respect to downstream tasks like clustering. In this paper, we explain on a simple block model the impact of the complete graph regularization, whereby a constant is added to all entries of the adjacency matrix. Specifical… ▽ More

    Submitted 23 December, 2019; originally announced December 2019.

    Journal ref: ICLR, 2020, Addis Abeba, Ethiopia

  6. arXiv:1902.02721  [pdf, other

    cs.LG stat.ML

    Variational Recurrent Neural Networks for Graph Classification

    Authors: Edouard Pineau, Nathan de Lara

    Abstract: We address the problem of graph classification based only on structural information. Inspired by natural language processing techniques (NLP), our model sequentially embeds information to estimate class membership probabilities. Besides, we experiment with NLP-like variational regularization techniques, making the model predict the next node in the sequence as it reads it. We experimentally show t… ▽ More

    Submitted 13 May, 2019; v1 submitted 7 February, 2019; originally announced February 2019.

    Comments: Representation Learning on Graphs and Manifolds workshop, ICLR 2019

  7. arXiv:1810.09155  [pdf, other

    cs.LG stat.ML

    A Simple Baseline Algorithm for Graph Classification

    Authors: Nathan de Lara, Edouard Pineau

    Abstract: Graph classification has recently received a lot of attention from various fields of machine learning e.g. kernel methods, sequential modeling or graph embedding. All these approaches offer promising results with different respective strengths and weaknesses. However, most of them rely on complex mathematics and require heavy computational power to achieve their best performance. We propose a simp… ▽ More

    Submitted 12 November, 2018; v1 submitted 22 October, 2018; originally announced October 2018.

    Comments: Relational Representation Learning, NIPS 2018 Workshop