Skip to main content

Showing 1–46 of 46 results for author: Denoyer, L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2308.14308  [pdf, other

    cs.LG cs.AI cs.MA

    Policy Diversity for Cooperative Agents

    Authors: Mingxi Tan, Andong Tian, Ludovic Denoyer

    Abstract: Standard cooperative multi-agent reinforcement learning (MARL) methods aim to find the optimal team cooperative policy to complete a task. However there may exist multiple different ways of cooperating, which usually are very needed by domain experts. Therefore, identifying a set of significantly different policies can alleviate the task complexity for them. Unfortunately, there is a general lack… ▽ More

    Submitted 28 August, 2023; originally announced August 2023.

  2. arXiv:2308.09629  [pdf, other

    cs.LG

    Learning Computational Efficient Bots with Costly Features

    Authors: Anthony Kobanda, Valliappan C. A., Joshua Romoff, Ludovic Denoyer

    Abstract: Deep reinforcement learning (DRL) techniques have become increasingly used in various fields for decision-making processes. However, a challenge that often arises is the trade-off between both the computational efficiency of the decision-making process and the ability of the learned agent to solve a particular task. This is particularly critical in real-time settings such as video games where the… ▽ More

    Submitted 18 August, 2023; originally announced August 2023.

  3. arXiv:2211.10445  [pdf, other

    cs.LG cs.AI

    Building a Subspace of Policies for Scalable Continual Learning

    Authors: Jean-Baptiste Gaya, Thang Doan, Lucas Caccia, Laure Soulier, Ludovic Denoyer, Roberta Raileanu

    Abstract: The ability to continuously acquire new knowledge and skills is crucial for autonomous agents. Existing methods are typically based on either fixed-size models that struggle to learn a large number of diverse behaviors, or growing-size models that scale poorly with the number of tasks. In this work, we aim to strike a better balance between an agent's size and performance by designing a method tha… ▽ More

    Submitted 2 March, 2023; v1 submitted 18 November, 2022; originally announced November 2022.

    Comments: Accepted at ICLR2023 (notable-top-25%). website: https://continual-subspace-policies-streamlit-app-gofujp.streamlit.app/ code: https://github.com/facebookresearch/salina/tree/main/salina_cl

  4. arXiv:2209.13224  [pdf, other

    cs.LG

    Regularized Soft Actor-Critic for Behavior Transfer Learning

    Authors: Mingxi Tan, Andong Tian, Ludovic Denoyer

    Abstract: Existing imitation learning methods mainly focus on making an agent effectively mimic a demonstrated behavior, but do not address the potential contradiction between the behavior style and the objective of a task. There is a general lack of efficient methods that allow an agent to partially imitate a demonstrated behavior to varying degrees, while completing the main objective of a task. In this p… ▽ More

    Submitted 27 September, 2022; originally announced September 2022.

    Comments: 13 pages, 5 figures, paper accepted by IEEE CoG2022

  5. arXiv:2205.15918  [pdf, other

    cs.IR

    Interactive Query Clarification and Refinement via User Simulation

    Authors: Pierre Erbacher, Ludovic Denoyer, Laure Soulier

    Abstract: When users initiate search sessions, their queries are often unclear or might lack of context; this resulting in inefficient document ranking. Multiple approaches have been proposed by the Information Retrieval community to add context and retrieve documents aligned with users' intents. While some work focus on query disambiguation using users' browsing history, a recent line of work proposes to i… ▽ More

    Submitted 31 May, 2022; originally announced May 2022.

  6. arXiv:2203.11369  [pdf, other

    cs.LG

    Temporal Abstractions-Augmented Temporally Contrastive Learning: An Alternative to the Laplacian in RL

    Authors: Akram Erraqabi, Marlos C. Machado, Mingde Zhao, Sainbayar Sukhbaatar, Alessandro Lazaric, Ludovic Denoyer, Yoshua Bengio

    Abstract: In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward sha**. Recently, learning the Laplacian representation has been framed as the optimization of a temporally-contrastive objective to overcome its computational limitations in large (or continuous) state spaces. However, this approac… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

  7. arXiv:2203.06215  [pdf, other

    cs.CV cs.AI

    Can I see an Example? Active Learning the Long Tail of Attributes and Relations

    Authors: Tyler L. Hayes, Maximilian Nickel, Christopher Kanan, Ludovic Denoyer, Arthur Szlam

    Abstract: There has been significant progress in creating machine learning models that identify objects in scenes along with their associated attributes and relationships; however, there is a large gap between the best models and human capabilities. One of the major reasons for this gap is the difficulty in collecting sufficient amounts of annotated relations and attributes for training these systems. While… ▽ More

    Submitted 7 October, 2022; v1 submitted 11 March, 2022; originally announced March 2022.

    Comments: To appear in the British Machine Vision Conference (BMVC-2022)

  8. arXiv:2201.03435  [pdf, other

    cs.IR

    State of the Art of User Simulation approaches for conversational information retrieval

    Authors: Pierre Erbacher, Laure Soulier, Ludovic Denoyer

    Abstract: Conversational Information Retrieval (CIR) is an emerging field of Information Retrieval (IR) at the intersection of interactive IR and dialogue systems for open domain information needs. In order to optimize these interactions and enhance the user experience, it is necessary to improve IR models by taking into account sequential heterogeneous user-system interactions. Reinforcement learning has e… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

    Comments: SIM4IR - Sigir Workshop 2021

  9. arXiv:2110.14457  [pdf, other

    cs.LG

    Direct then Diffuse: Incremental Unsupervised Skill Discovery for State Covering and Goal Reaching

    Authors: Pierre-Alexandre Kamienny, Jean Tarbouriech, Sylvain Lamprier, Alessandro Lazaric, Ludovic Denoyer

    Abstract: Learning meaningful behaviors in the absence of reward is a difficult problem in reinforcement learning. A desirable and challenging unsupervised objective is to learn a set of diverse skills that provide a thorough coverage of the state space while being directed, i.e., reliably reaching distinct regions of the environment. In this paper, we build on the mutual information framework for skill dis… ▽ More

    Submitted 30 April, 2022; v1 submitted 27 October, 2021; originally announced October 2021.

    Comments: ICLR 2022

  10. arXiv:2110.07910  [pdf, other

    cs.LG cs.AI

    SaLinA: Sequential Learning of Agents

    Authors: Ludovic Denoyer, Alfredo de la Fuente, Song Duong, Jean-Baptiste Gaya, Pierre-Alexandre Kamienny, Daniel H. Thompson

    Abstract: SaLinA is a simple library that makes implementing complex sequential learning models easy, including reinforcement learning algorithms. It is built as an extension of PyTorch: algorithms coded with \SALINA{} can be understood in few minutes by PyTorch users and modified easily. Moreover, SaLinA naturally works with multiple CPUs and GPUs at train and test time, thus being a good fit for the large… ▽ More

    Submitted 15 October, 2021; originally announced October 2021.

  11. arXiv:2110.05169  [pdf, other

    cs.LG cs.AI

    Learning a subspace of policies for online adaptation in Reinforcement Learning

    Authors: Jean-Baptiste Gaya, Laure Soulier, Ludovic Denoyer

    Abstract: Deep Reinforcement Learning (RL) is mainly studied in a setting where the training and the testing environments are similar. But in many practical applications, these environments may differ. For instance, in control systems, the robot(s) on which a policy is learned might differ from the robot(s) on which a policy will run. It can be caused by different internal factors (e.g., calibration issues,… ▽ More

    Submitted 24 October, 2022; v1 submitted 11 October, 2021; originally announced October 2021.

  12. arXiv:2106.09563  [pdf, other

    cs.LG cs.CV

    On Anytime Learning at Macroscale

    Authors: Lucas Caccia, **g Xu, Myle Ott, Marc'Aurelio Ranzato, Ludovic Denoyer

    Abstract: In many practical applications of machine learning data arrives sequentially over time in large chunks. Practitioners have then to decide how to allocate their computational budget in order to obtain the best performance at any point in time. Online learning theory for convex optimization suggests that the best strategy is to use data as soon as it arrives. However, this might not be the best stra… ▽ More

    Submitted 2 August, 2022; v1 submitted 17 June, 2021; originally announced June 2021.

    Comments: Accepted at the Conference on Lifelong Learning Agents (CoLLAs) 2022

  13. arXiv:2012.12631  [pdf, other

    cs.LG

    Efficient Continual Learning with Modular Networks and Task-Driven Priors

    Authors: Tom Veniat, Ludovic Denoyer, Marc'Aurelio Ranzato

    Abstract: Existing literature in Continual Learning (CL) has focused on overcoming catastrophic forgetting, the inability of the learner to recall how to perform tasks observed in the past. There are however other desirable properties of a CL system, such as the ability to transfer knowledge from previous tasks and to scale memory and compute sub-linearly with the number of tasks. Since most current benchma… ▽ More

    Submitted 12 February, 2021; v1 submitted 23 December, 2020; originally announced December 2020.

    Comments: Accepted as a conference paper at ICLR 2021

  14. arXiv:2006.00937  [pdf, ps, other

    cs.LG cs.IR stat.ML

    Concept Matching for Low-Resource Classification

    Authors: Federico Errica, Ludovic Denoyer, Bora Edizel, Fabio Petroni, Vassilis Plachouras, Fabrizio Silvestri, Sebastian Riedel

    Abstract: We propose a model to tackle classification tasks in the presence of very little training data. To this aim, we approximate the notion of exact match with a theoretically sound mechanism that computes a probability of matching in the input space. Importantly, the model learns to focus on elements of the input that are relevant for the task at hand; by leveraging highlighted portions of the trainin… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

  15. arXiv:2005.02934  [pdf, other

    cs.LG cs.AI stat.ML

    Learning Adaptive Exploration Strategies in Dynamic Environments Through Informed Policy Regularization

    Authors: Pierre-Alexandre Kamienny, Matteo Pirotta, Alessandro Lazaric, Thibault Lavril, Nicolas Usunier, Ludovic Denoyer

    Abstract: We study the problem of learning exploration-exploitation strategies that effectively adapt to dynamic environments, where the task may change over time. While RNN-based policies could in principle represent such strategies, in practice their training time is prohibitive and the learning process often converges to poor solutions. In this paper, we consider the case where the agent has access to a… ▽ More

    Submitted 6 May, 2020; originally announced May 2020.

    Comments: 18 pages

    MSC Class: 68T99

  16. arXiv:1909.04985  [pdf, other

    cs.CL cs.LG stat.ML

    Learning Dynamic Author Representations with Temporal Language Models

    Authors: Edouard Delasalles, Sylvain Lamprier, Ludovic Denoyer

    Abstract: Language models are at the heart of numerous works, notably in the text mining and information retrieval communities. These statistical models aim at extracting word distributions, from simple unigram models to recurrent approaches with latent variables that capture subtle dependencies in texts. However, those models are learned from word sequences only, and authors' identities, as well as publica… ▽ More

    Submitted 11 September, 2019; originally announced September 2019.

    Comments: International Conference on Data Mining, ICDM 2019

  17. arXiv:1907.05242  [pdf, other

    cs.CL cs.LG

    Large Memory Layers with Product Keys

    Authors: Guillaume Lample, Alexandre Sablayrolles, Marc'Aurelio Ranzato, Ludovic Denoyer, Hervé Jégou

    Abstract: This paper introduces a structured memory which can be easily integrated into a neural network. The memory is very large by design and significantly increases the capacity of the architecture, by up to a billion parameters with a negligible computational overhead. Its design and access pattern is based on product keys, which enable fast and exact nearest neighbor search. The ability to increase th… ▽ More

    Submitted 15 December, 2019; v1 submitted 10 July, 2019; originally announced July 2019.

    Comments: Advances in Neural Information Processing Systems, 2019

  18. arXiv:1906.09838  [pdf, other

    cs.LG stat.ML

    Binary Stochastic Representations for Large Multi-class Classification

    Authors: Thomas Gerald, Aurélia Léon, Nicolas Baskiotis, Ludovic Denoyer

    Abstract: Classification with a large number of classes is a key problem in machine learning and corresponds to many real-world applications like tagging of images or textual documents in social networks. If one-vs-all methods usually reach top performance in this context, these approaches suffer from a high inference complexity, linear w.r.t the number of categories. Different models based on the notion of… ▽ More

    Submitted 24 June, 2019; originally announced June 2019.

  19. arXiv:1906.04980  [pdf, other

    cs.CL cs.AI cs.LG

    Unsupervised Question Answering by Cloze Translation

    Authors: Patrick Lewis, Ludovic Denoyer, Sebastian Riedel

    Abstract: Obtaining training data for Question Answering (QA) is time-consuming and resource-intensive, and existing QA datasets are only available for limited domains and languages. In this work, we explore to what extent high quality training data is actually required for Extractive QA, and investigate the possibility of unsupervised Extractive QA. We approach this problem by first learning to generate co… ▽ More

    Submitted 27 June, 2019; v1 submitted 12 June, 2019; originally announced June 2019.

    Comments: To appear in ACL 2019

    Journal ref: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, 2019

  20. arXiv:1905.13539  [pdf, other

    cs.CV cs.LG stat.ML

    Unsupervised Object Segmentation by Redrawing

    Authors: Mickaël Chen, Thierry Artières, Ludovic Denoyer

    Abstract: Object segmentation is a crucial problem that is usually solved by using supervised learning approaches over very large datasets composed of both images and corresponding object masks. Since the masks have to be provided at pixel level, building such a dataset for any new domain can be very time-consuming. We present ReDO, a new model able to extract objects from images without any annotation in a… ▽ More

    Submitted 29 November, 2019; v1 submitted 27 May, 2019; originally announced May 2019.

    Comments: Presented at NeurIPS 2019

  21. arXiv:1905.11852  [pdf, other

    cs.LG stat.ML

    EDUCE: Explaining model Decisions through Unsupervised Concepts Extraction

    Authors: Diane Bouchacourt, Ludovic Denoyer

    Abstract: Providing explanations along with predictions is crucial in some text processing tasks. Therefore, we propose a new self-interpretable model that performs output prediction and simultaneously provides an explanation in terms of the presence of particular concepts in the input. To do so, our model's prediction relies solely on a low-dimensional binary representation of the input, where each feature… ▽ More

    Submitted 27 September, 2019; v1 submitted 28 May, 2019; originally announced May 2019.

  22. arXiv:1811.06753  [pdf, other

    cs.LG eess.AS stat.ML

    Stochastic Adaptive Neural Architecture Search for Keyword Spotting

    Authors: Tom Véniat, Olivier Schwander, Ludovic Denoyer

    Abstract: The problem of keyword spotting i.e. identifying keywords in a real-time audio stream is mainly solved by applying a neural network over successive sliding windows. Due to the difficulty of the task, baseline models are usually large, resulting in a high computational cost and energy consumption level. We propose a new method called SANAS (Stochastic Adaptive Neural Architecture Search) which is a… ▽ More

    Submitted 16 November, 2018; originally announced November 2018.

  23. arXiv:1811.00552  [pdf, other

    cs.CL cs.LG

    Multiple-Attribute Text Style Transfer

    Authors: Sandeep Subramanian, Guillaume Lample, Eric Michael Smith, Ludovic Denoyer, Marc'Aurelio Ranzato, Y-Lan Boureau

    Abstract: The dominant approach to unsupervised "style transfer" in text is based on the idea of learning a latent representation, which is independent of the attributes specifying its "style". In this paper, we show that this condition is not necessary and is not always met in practice, even with domain adversarial training that explicitly aims at learning such disentangled representations. We thus propose… ▽ More

    Submitted 20 September, 2019; v1 submitted 1 November, 2018; originally announced November 2018.

  24. arXiv:1809.01495  [pdf, other

    cs.CL cs.LG stat.ML

    A Reinforcement Learning-driven Translation Model for Search-Oriented Conversational Systems

    Authors: Wafa Aissa, Laure Soulier, Ludovic Denoyer

    Abstract: Search-oriented conversational systems rely on information needs expressed in natural language (NL). We focus here on the understanding of NL expressions for building keyword-based queries. We propose a reinforcement-learning-driven translation model framework able to 1) learn the translation from NL expressions to queries in a supervised way, and, 2) to overcome the lack of large-scale dataset by… ▽ More

    Submitted 29 August, 2018; originally announced September 2018.

    Comments: This is the author's pre-print version of the work. It is posted here for your personal use, not for redistribution. Please cite the definitive version which will be published in Proceedings of the 2018 EMNLP Workshop SCAI: The 2nd International Workshop on Search-Oriented Conversational AI - ISBN: 978-1-948087-75-9

  25. Spatio-Temporal Neural Networks for Space-Time Series Forecasting and Relations Discovery

    Authors: Ali Ziat, Edouard Delasalles, Ludovic Denoyer, Patrick Gallinari

    Abstract: We introduce a dynamical spatio-temporal model formalized as a recurrent neural network for forecasting time series of spatial processes, i.e. series of observations sharing temporal and spatial dependencies. The model learns these dependencies through a structured latent dynamical component, while a decoder predicts the observations from the latent representations. We consider several variants of… ▽ More

    Submitted 23 April, 2018; originally announced April 2018.

    Comments: accepted by: ICDM 2018 - IEEE International Conference on Data Mining series (ICDM)

    Journal ref: 2017 IEEE International Conference on Data Mining (ICDM), New Orleans, LA, 2017, pp. 705-714

  26. arXiv:1804.07755  [pdf, other

    cs.CL

    Phrase-Based & Neural Unsupervised Machine Translation

    Authors: Guillaume Lample, Myle Ott, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato

    Abstract: Machine translation systems achieve near human-level performance on some languages, yet their effectiveness strongly relies on the availability of large amounts of parallel sentences, which hinders their applicability to the majority of language pairs. This work investigates how to learn to translate when having access to only large monolingual corpora in each language. We propose two model varian… ▽ More

    Submitted 13 August, 2018; v1 submitted 20 April, 2018; originally announced April 2018.

    Comments: EMNLP 2018

  27. arXiv:1711.00305  [pdf, other

    cs.CV

    Multi-View Data Generation Without View Supervision

    Authors: Mickaël Chen, Ludovic Denoyer, Thierry Artières

    Abstract: The development of high-dimensional generative models has recently gained a great surge of interest with the introduction of variational auto-encoders and generative adversarial neural networks. Different variants have been proposed where the underlying latent space is structured, for example, based on attributes describing the data to generate. We focus on a particular problem where one aims at g… ▽ More

    Submitted 17 April, 2019; v1 submitted 1 November, 2017; originally announced November 2017.

    Comments: Published as a conference paper at ICLR 2018

  28. arXiv:1711.00043  [pdf, other

    cs.CL cs.AI

    Unsupervised Machine Translation Using Monolingual Corpora Only

    Authors: Guillaume Lample, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato

    Abstract: Machine translation has recently achieved impressive performance thanks to recent advances in deep learning and the availability of large-scale parallel corpora. There have been numerous attempts to extend these successes to low-resource language pairs, yet requiring tens of thousands of parallel sentences. In this work, we take this research direction to the extreme and investigate whether it is… ▽ More

    Submitted 13 April, 2018; v1 submitted 31 October, 2017; originally announced November 2017.

    Comments: ICLR 2018

  29. arXiv:1710.04087  [pdf, other

    cs.CL

    Word Translation Without Parallel Data

    Authors: Alexis Conneau, Guillaume Lample, Marc'Aurelio Ranzato, Ludovic Denoyer, Hervé Jégou

    Abstract: State-of-the-art methods for learning cross-lingual word embeddings have relied on bilingual dictionaries or parallel corpora. Recent studies showed that the need for parallel data supervision can be alleviated with character-level information. While these methods showed encouraging results, they are not on par with their supervised counterparts and are limited to pairs of languages sharing a comm… ▽ More

    Submitted 30 January, 2018; v1 submitted 11 October, 2017; originally announced October 2017.

    Comments: ICLR 2018

  30. arXiv:1706.08334  [pdf, other

    cs.LG

    A Meta-Learning Approach to One-Step Active Learning

    Authors: Gabriella Contardo, Ludovic Denoyer, Thierry Artieres

    Abstract: We consider the problem of learning when obtaining the training labels is costly, which is usually tackled in the literature using active-learning techniques. These approaches provide strategies to choose the examples to label before or during training. These strategies are usually based on heuristics or even theoretical measures, but are not learned as they are directly used during training. We d… ▽ More

    Submitted 17 July, 2017; v1 submitted 26 June, 2017; originally announced June 2017.

  31. arXiv:1706.00409  [pdf, other

    cs.CV

    Fader Networks: Manipulating Images by Sliding Attributes

    Authors: Guillaume Lample, Neil Zeghidour, Nicolas Usunier, Antoine Bordes, Ludovic Denoyer, Marc'Aurelio Ranzato

    Abstract: This paper introduces a new encoder-decoder architecture that is trained to reconstruct images by disentangling the salient information of the image and the values of attributes directly in the latent space. As a result, after training, our model can generate different realistic versions of an input image by varying the attribute values. By using continuous attribute values, we can choose how much… ▽ More

    Submitted 28 January, 2018; v1 submitted 1 June, 2017; originally announced June 2017.

    Comments: NIPS 2017

  32. arXiv:1706.00046  [pdf, other

    cs.LG

    Learning Time/Memory-Efficient Deep Architectures with Budgeted Super Networks

    Authors: Tom Veniat, Ludovic Denoyer

    Abstract: We propose to focus on the problem of discovering neural network architectures efficient in terms of both prediction quality and cost. For instance, our approach is able to solve the following tasks: learn a neural network able to predict well in less than 100 milliseconds or learn an efficient model that fits in a 50 Mb memory. Our contribution is a novel family of models called Budgeted Super Ne… ▽ More

    Submitted 22 May, 2018; v1 submitted 31 May, 2017; originally announced June 2017.

    Comments: 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)

  33. arXiv:1611.06824  [pdf, other

    cs.LG cs.AI

    Options Discovery with Budgeted Reinforcement Learning

    Authors: Aurélia Léon, Ludovic Denoyer

    Abstract: We consider the problem of learning hierarchical policies for Reinforcement Learning able to discover options, an option corresponding to a sub-policy over a set of primitive actions. Different models have been proposed during the last decade that usually rely on a predefined set of options. We specifically address the problem of automatically discovering options in decision processes. We describe… ▽ More

    Submitted 22 February, 2017; v1 submitted 21 November, 2016; originally announced November 2016.

    Comments: Under review as a conference paper at IJCAI 2017

  34. Multi-view Generative Adversarial Networks

    Authors: Mickaël Chen, Ludovic Denoyer

    Abstract: Learning over multi-view data is a challenging problem with strong practical applications. Most related studies focus on the classification point of view and assume that all the views are available at any time. We consider an extension of this framework in two directions. First, based on the BiGAN model, the Multi-view BiGAN (MV-BiGAN) is able to perform density estimation from multi-view inputs.… ▽ More

    Submitted 17 April, 2019; v1 submitted 7 November, 2016; originally announced November 2016.

  35. arXiv:1607.03691  [pdf, other

    cs.LG

    Sequential Cost-Sensitive Feature Acquisition

    Authors: Gabriella Contardo, Ludovic Denoyer, Thierry Artières

    Abstract: We propose a reinforcement learning based approach to tackle the cost-sensitive learning problem where each input feature has a specific cost. The acquisition process is handled through a stochastic policy which allows features to be acquired in an adaptive way. The general architecture of our approach relies on representation learning to enable performing prediction on any partially observed samp… ▽ More

    Submitted 13 July, 2016; originally announced July 2016.

    Comments: 12 pages, conference : accepted at IDA 2016

  36. arXiv:1505.00908  [pdf, other

    cs.LG

    Reinforced Decision Trees

    Authors: Aurélia Léon, Ludovic Denoyer

    Abstract: In order to speed-up classification models when facing a large number of categories, one usual approach consists in organizing the categories in a particular structure, this structure being then used as a way to speed-up the prediction computation. This is for example the case when using error-correcting codes or even hierarchies of categories. But in the majority of approaches, this structure is… ▽ More

    Submitted 5 May, 2015; originally announced May 2015.

    Report number: Accepted as a poster at EWRL 2015

  37. arXiv:1412.7156  [pdf, other

    cs.IR cs.LG

    Representation Learning for cold-start recommendation

    Authors: Gabriella Contardo, Ludovic Denoyer, Thierry Artieres

    Abstract: A standard approach to Collaborative Filtering (CF), i.e. prediction of user ratings on items, relies on Matrix Factorization techniques. Representations for both users and items are computed from the observed ratings and used for prediction. Unfortunatly, these transductive approaches cannot handle the case of new users arriving in the system, with no known rating, a problem known as user cold-st… ▽ More

    Submitted 22 June, 2015; v1 submitted 22 December, 2014; originally announced December 2014.

    Comments: Accepted as workshop contribution at ICLR 2015

  38. arXiv:1410.0510  [pdf, other

    cs.LG cs.NE

    Deep Sequential Neural Network

    Authors: Ludovic Denoyer, Patrick Gallinari

    Abstract: Neural Networks sequentially build high-level features through their successive layers. We propose here a new neural network model where each layer is associated with a set of candidate map**s. When an input is processed, at each layer, one map** among these candidates is selected according to a sequential decision process. The resulting model is structured according to a DAG like architecture… ▽ More

    Submitted 2 October, 2014; originally announced October 2014.

  39. arXiv:1312.6594  [pdf, other

    cs.CV cs.LG

    Sequentially Generated Instance-Dependent Image Representations for Classification

    Authors: Gabriel Dulac-Arnold, Ludovic Denoyer, Nicolas Thome, Matthieu Cord, Patrick Gallinari

    Abstract: In this paper, we investigate a new framework for image classification that adaptively generates spatial representations. Our strategy is based on a sequential process that learns to explore the different regions of any image in order to infer its category. In particular, the choice of regions is specific to each image, directed by the actual content of previously selected regions.The capacity of… ▽ More

    Submitted 11 February, 2014; v1 submitted 20 December, 2013; originally announced December 2013.

  40. arXiv:1312.6169  [pdf, other

    cs.LG cs.SI physics.soc-ph

    Learning Information Spread in Content Networks

    Authors: Cédric Lagnier, Simon Bourigault, Sylvain Lamprier, Ludovic Denoyer, Patrick Gallinari

    Abstract: We introduce a model for predicting the diffusion of content information on social media. When propagation is usually modeled on discrete graph structures, we introduce here a continuous diffusion model, where nodes in a diffusion cascade are projected onto a latent space with the property that their proximity in this space reflects the temporal diffusion process. We focus on the task of predictin… ▽ More

    Submitted 2 February, 2014; v1 submitted 20 December, 2013; originally announced December 2013.

    Comments: 4 pages

  41. arXiv:1312.6042  [pdf, other

    cs.LG

    Learning States Representations in POMDP

    Authors: Gabriella Contardo, Ludovic Denoyer, Thierry Artieres, Patrick Gallinari

    Abstract: We propose to deal with sequential processes where only partial observations are available by learning a latent representation space on which policies may be accurately learned.

    Submitted 17 June, 2014; v1 submitted 20 December, 2013; originally announced December 2013.

    Comments: 4 pages

  42. arXiv:1204.2588  [pdf, other

    cs.SI cs.LG stat.ML

    Probabilistic Latent Tensor Factorization Model for Link Pattern Prediction in Multi-relational Networks

    Authors: Sheng Gao, Ludovic Denoyer, Patrick Gallinari

    Abstract: This paper aims at the problem of link pattern prediction in collections of objects connected by multiple relation types, where each type may play a distinct role. While common link analysis models are limited to single-type link prediction, we attempt here to capture the correlations among different relation types and reveal the impact of various relation types on performance quality. For that, w… ▽ More

    Submitted 11 April, 2012; originally announced April 2012.

    Comments: 19pages, 5 figures

    MSC Class: 15A69 ACM Class: H.2.8; J.4

  43. arXiv:1204.2581  [pdf, other

    cs.DS cs.LG stat.ML

    Modeling Relational Data via Latent Factor Blockmodel

    Authors: Sheng Gao, Ludovic Denoyer, Patrick Gallinari

    Abstract: In this paper we address the problem of modeling relational data, which appear in many applications such as social network analysis, recommender systems and bioinformatics. Previous studies either consider latent feature based models but disregarding local structure in the network, or focus exclusively on capturing local structure of objects based on latent blockmodels without coupling with latent… ▽ More

    Submitted 11 April, 2012; originally announced April 2012.

    Comments: 10 pages, 12 figures

    MSC Class: 15A83 ACM Class: H.2.8; J.4

  44. arXiv:1203.0203  [pdf, other

    cs.LG stat.ML

    Fast Reinforcement Learning with Large Action Sets using Error-Correcting Output Codes for MDP Factorization

    Authors: Gabriel Dulac-Arnold, Ludovic Denoyer, Philippe Preux, Patrick Gallinari

    Abstract: The use of Reinforcement Learning in real-world scenarios is strongly limited by issues of scale. Most RL learning algorithms are unable to deal with problems composed of hundreds or sometimes even dozens of possible actions, and therefore cannot be applied to many real-world problems. We consider the RL problem in the supervised classification framework where the optimal policy is obtained throug… ▽ More

    Submitted 29 February, 2012; originally announced March 2012.

    MSC Class: 68T05

  45. Datum-Wise Classification: A Sequential Approach to Sparsity

    Authors: Gabriel Dulac-Arnold, Ludovic Denoyer, Philippe Preux, Patrick Gallinari

    Abstract: We propose a novel classification technique whose aim is to select an appropriate representation for each datapoint, in contrast to the usual approach of selecting a representation encompassing the whole dataset. This datum-wise representation is found by using a sparsity inducing empirical risk, which is a relaxation of the standard L 0 regularized risk. The classification problem is modeled as a… ▽ More

    Submitted 29 August, 2011; originally announced August 2011.

    Comments: ECML2011

    Journal ref: Lecture Notes in Computer Science, 2011, Volume 6911/2011, 375-390

  46. Text Classification: A Sequential Reading Approach

    Authors: Gabriel Dulac-Arnold, Ludovic Denoyer, Patrick Gallinari

    Abstract: We propose to model the text classification process as a sequential decision process. In this process, an agent learns to classify documents into topics while reading the document sentences sequentially and learns to stop as soon as enough information was read for deciding. The proposed algorithm is based on a modelisation of Text Classification as a Markov Decision Process and learns by using Rei… ▽ More

    Submitted 29 August, 2011; v1 submitted 7 July, 2011; originally announced July 2011.

    Comments: ECIR2011

    Journal ref: Lecture Notes in Computer Science, 2011, Volume 6611/2011, 411-423