Skip to main content

Showing 1–38 of 38 results for author: Archambeau, C

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

    cs.LG cs.CL

    Structural Pruning of Pre-trained Language Models via Neural Architecture Search

    Authors: Aaron Klein, Jacek Golebiowski, Xingchen Ma, Valerio Perrone, Cedric Archambeau

    Abstract: Pre-trained language models (PLM), for example BERT or RoBERTa, mark the state-of-the-art for natural language understanding task when fine-tuned on labeled data. However, their large size poses challenges in deploying them for inference in real-world applications, due to significant GPU memory requirements and high inference latency. This paper explores neural architecture search (NAS) for struct… ▽ More

    Submitted 3 May, 2024; originally announced May 2024.

  2. arXiv:2402.09947  [pdf, other

    cs.LG

    Explaining Probabilistic Models with Distributional Values

    Authors: Luca Franceschi, Michele Donini, Cédric Archambeau, Matthias Seeger

    Abstract: A large branch of explainable machine learning is grounded in cooperative game theory. However, research indicates that game-theoretic explanations may mislead or be hard to interpret. We argue that often there is a critical mismatch between what one wishes to explain (e.g. the output of a classifier) and what current methods such as SHAP explain (e.g. the scalar probability of a class). This pape… ▽ More

    Submitted 14 June, 2024; v1 submitted 15 February, 2024; originally announced February 2024.

    Comments: ICML 2024 (spotlight paper). Code: https://github.com/amazon-science/explaining-probabilistic-models-with-distributinal-values

  3. arXiv:2312.05021  [pdf, other

    cs.LG cs.AI math.OC

    A Negative Result on Gradient Matching for Selective Backprop

    Authors: Lukas Balles, Cedric Archambeau, Giovanni Zappella

    Abstract: With increasing scale in model and dataset size, the training of deep neural networks becomes a massive computational burden. One approach to speed up the training process is Selective Backprop. For this approach, we perform a forward pass to obtain a loss value for each data point in a minibatch. The backward pass is then restricted to a subset of that minibatch, prioritizing high-loss examples.… ▽ More

    Submitted 8 December, 2023; originally announced December 2023.

    Comments: Paper accepted at the ICBINB Workshop at NeurIPS 2023

  4. arXiv:2310.14777  [pdf, other

    cs.CL cs.LG

    Geographical Erasure in Language Generation

    Authors: Pola Schwöbel, Jacek Golebiowski, Michele Donini, Cédric Archambeau, Danish Pruthi

    Abstract: Large language models (LLMs) encode vast amounts of world knowledge. However, since these models are trained on large swaths of internet data, they are at risk of inordinately capturing information about dominant groups. This imbalance can propagate into generated language. In this work, we study and operationalise a form of geographical erasure, wherein language models underpredict certain countr… ▽ More

    Submitted 23 October, 2023; originally announced October 2023.

    Comments: EMNLP 2023 Findings

  5. arXiv:2305.03623  [pdf, other

    cs.LG stat.ML

    Optimizing Hyperparameters with Conformal Quantile Regression

    Authors: David Salinas, Jacek Golebiowski, Aaron Klein, Matthias Seeger, Cedric Archambeau

    Abstract: Many state-of-the-art hyperparameter optimization (HPO) algorithms rely on model-based optimizers that learn surrogate models of the target function to guide the search. Gaussian processes are the de facto surrogate model due to their ability to capture uncertainty but they make strong assumptions about the observation noise, which might not be warranted in practice. In this work, we propose to le… ▽ More

    Submitted 5 May, 2023; originally announced May 2023.

  6. arXiv:2304.12067  [pdf, other

    cs.LG cs.AI cs.CV

    Renate: A Library for Real-World Continual Learning

    Authors: Martin Wistuba, Martin Ferianc, Lukas Balles, Cedric Archambeau, Giovanni Zappella

    Abstract: Continual learning enables the incremental training of machine learning models on non-stationary data streams.While academic interest in the topic is high, there is little indication of the use of state-of-the-art continual learning algorithms in practical machine learning deployment. This paper presents Renate, a continual learning library designed to build real-world updating pipelines for PyTor… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

    Comments: Paper accepted at the CLVision workshop at CVPR 2023

  7. arXiv:2302.04019  [pdf, other

    cs.LG stat.ML

    Fortuna: A Library for Uncertainty Quantification in Deep Learning

    Authors: Gianluca Detommaso, Alberto Gasparin, Michele Donini, Matthias Seeger, Andrew Gordon Wilson, Cedric Archambeau

    Abstract: We present Fortuna, an open-source library for uncertainty quantification in deep learning. Fortuna supports a range of calibration techniques, such as conformal prediction that can be applied to any trained neural network to generate reliable uncertainty estimates, and scalable Bayesian inference methods that can be applied to Flax-based deep neural networks trained from scratch for improved unce… ▽ More

    Submitted 8 February, 2023; originally announced February 2023.

  8. arXiv:2209.07400  [pdf, other

    cs.LG

    Private Synthetic Data for Multitask Learning and Marginal Queries

    Authors: Giuseppe Vietri, Cedric Archambeau, Sergul Aydore, William Brown, Michael Kearns, Aaron Roth, Ankit Siva, Shuai Tang, Zhiwei Steven Wu

    Abstract: We provide a differentially private algorithm for producing synthetic data simultaneously useful for multiple tasks: marginal queries and multitask machine learning (ML). A key innovation in our algorithm is the ability to directly handle numerical features, in contrast to a number of related prior approaches which require numerical features to be first converted into {high cardinality} categorica… ▽ More

    Submitted 15 September, 2022; originally announced September 2022.

    Comments: The short version of this paper appears in the proceedings of NeurIPS-22

  9. arXiv:2207.08200  [pdf, other

    stat.ML cs.AI cs.LG

    Uncertainty Calibration in Bayesian Neural Networks via Distance-Aware Priors

    Authors: Gianluca Detommaso, Alberto Gasparin, Andrew Wilson, Cedric Archambeau

    Abstract: As we move away from the data, the predictive uncertainty should increase, since a great variety of explanations are consistent with the little available information. We introduce Distance-Aware Prior (DAP) calibration, a method to correct overconfidence of Bayesian deep learning models outside of the training domain. We define DAPs as prior distributions over the model parameters that depend on t… ▽ More

    Submitted 17 July, 2022; originally announced July 2022.

  10. arXiv:2207.06940  [pdf, other

    cs.LG stat.ML

    PASHA: Efficient HPO and NAS with Progressive Resource Allocation

    Authors: Ondrej Bohdal, Lukas Balles, Martin Wistuba, Beyza Ermis, Cédric Archambeau, Giovanni Zappella

    Abstract: Hyperparameter optimization (HPO) and neural architecture search (NAS) are methods of choice to obtain the best-in-class machine learning models, but in practice they can be costly to run. When models are trained on large datasets, tuning them with HPO or NAS rapidly becomes prohibitively expensive for practitioners, even when efficient multi-fidelity methods are employed. We propose an approach t… ▽ More

    Submitted 8 March, 2023; v1 submitted 14 July, 2022; originally announced July 2022.

    Comments: Accepted at ICLR 2023

  11. arXiv:2206.14085  [pdf, other

    cs.LG cs.CV

    Continual Learning with Transformers for Image Classification

    Authors: Beyza Ermis, Giovanni Zappella, Martin Wistuba, Aditya Rawal, Cedric Archambeau

    Abstract: In many real-world scenarios, data to train machine learning models become available over time. However, neural network models struggle to continually learn new concepts without forgetting what has been learnt in the past. This phenomenon is known as catastrophic forgetting and it is often difficult to prevent due to practical constraints, such as the amount of data that can be stored or the limit… ▽ More

    Submitted 28 June, 2022; originally announced June 2022.

    Comments: Appeared in CVPR CLVision workshop. arXiv admin note: substantial text overlap with arXiv:2203.04640

  12. arXiv:2203.14544  [pdf, other

    cs.LG

    Gradient-Matching Coresets for Rehearsal-Based Continual Learning

    Authors: Lukas Balles, Giovanni Zappella, Cédric Archambeau

    Abstract: The goal of continual learning (CL) is to efficiently update a machine learning model with new data without forgetting previously-learned knowledge. Most widely-used CL methods rely on a rehearsal memory of data points to be reused while training on new data. Curating such a rehearsal memory to maintain a small, informative subset of all the data seen so far is crucial to the success of these meth… ▽ More

    Submitted 28 March, 2022; originally announced March 2022.

    Comments: A short version of this paper has been presented at the NeurIPS '21 Workshop on Distribution Shifts

  13. arXiv:2203.11103  [pdf, other

    cs.LG stat.ML

    Diverse Counterfactual Explanations for Anomaly Detection in Time Series

    Authors: Deborah Sulem, Michele Donini, Muhammad Bilal Zafar, Francois-Xavier Aubet, Jan Gasthaus, Tim Januschowski, Sanjiv Das, Krishnaram Kenthapadi, Cedric Archambeau

    Abstract: Data-driven methods that detect anomalies in times series data are ubiquitous in practice, but they are in general unable to provide helpful explanations for the predictions they make. In this work we propose a model-agnostic algorithm that generates counterfactual ensemble explanations for time series anomaly detection models. Our method generates a set of diverse counterfactual examples, i.e, mu… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

    Comments: 24 pages, 11 figures

  14. arXiv:2203.04640  [pdf, other

    cs.CL cs.AI stat.ML

    Memory Efficient Continual Learning with Transformers

    Authors: Beyza Ermis, Giovanni Zappella, Martin Wistuba, Aditya Rawal, Cedric Archambeau

    Abstract: In many real-world scenarios, data to train machine learning models becomes available over time. Unfortunately, these models struggle to continually learn new concepts without forgetting what has been learnt in the past. This phenomenon is known as catastrophic forgetting and it is difficult to prevent due to practical constraints. For instance, the amount of data that can be stored or the computa… ▽ More

    Submitted 13 January, 2023; v1 submitted 9 March, 2022; originally announced March 2022.

    Comments: This paper was published at NeurIPS 2022

  15. arXiv:2112.12444  [pdf, other

    cs.CL

    More Than Words: Towards Better Quality Interpretations of Text Classifiers

    Authors: Muhammad Bilal Zafar, Philipp Schmidt, Michele Donini, Cédric Archambeau, Felix Biessmann, Sanjiv Ranjan Das, Krishnaram Kenthapadi

    Abstract: The large size and complex decision mechanisms of state-of-the-art text classifiers make it difficult for humans to understand their predictions, leading to a potential lack of trust by the users. These issues have led to the adoption of methods like SHAP and Integrated Gradients to explain classification decisions by assigning importance scores to input tokens. However, prior work, using differen… ▽ More

    Submitted 23 December, 2021; originally announced December 2021.

  16. arXiv:2112.05025  [pdf, other

    cs.LG

    Gradient-matching coresets for continual learning

    Authors: Lukas Balles, Giovanni Zappella, Cédric Archambeau

    Abstract: We devise a coreset selection method based on the idea of gradient matching: The gradients induced by the coreset should match, as closely as possible, those induced by the original training dataset. We evaluate the method in the context of continual learning, where it can be used to curate a rehearsal memory. Our method performs strong competitors such as reservoir sampling across a range of memo… ▽ More

    Submitted 9 December, 2021; originally announced December 2021.

    Comments: Accepted at the NeurIPS '21 Workshop on Distribution Shifts

  17. arXiv:2111.03418  [pdf, other

    cs.LG cs.AI stat.ML

    Meta-Forecasting by combining Global Deep Representations with Local Adaptation

    Authors: Riccardo Grazzi, Valentin Flunkert, David Salinas, Tim Januschowski, Matthias Seeger, Cedric Archambeau

    Abstract: While classical time series forecasting considers individual time series in isolation, recent advances based on deep learning showed that jointly learning from a large pool of related time series can boost the forecasting accuracy. However, the accuracy of these methods suffers greatly when modeling out-of-sample time series, significantly limiting their applicability compared to classical forecas… ▽ More

    Submitted 12 November, 2021; v1 submitted 5 November, 2021; originally announced November 2021.

  18. arXiv:2106.12639  [pdf, other

    stat.ML cs.LG

    Multi-objective Asynchronous Successive Halving

    Authors: Robin Schmucker, Michele Donini, Muhammad Bilal Zafar, David Salinas, Cédric Archambeau

    Abstract: Hyperparameter optimization (HPO) is increasingly used to automatically tune the predictive performance (e.g., accuracy) of machine learning models. However, in a plethora of real-world applications, accuracy is only one of the multiple -- often conflicting -- performance criteria, necessitating the adoption of a multi-objective (MO) perspective. While the literature on MO optimization is rich, fe… ▽ More

    Submitted 23 June, 2021; originally announced June 2021.

  19. arXiv:2106.05680  [pdf, other

    cs.LG

    A multi-objective perspective on jointly tuning hardware and hyperparameters

    Authors: David Salinas, Valerio Perrone, Olivier Cruchant, Cedric Archambeau

    Abstract: In addition to the best model architecture and hyperparameters, a full AutoML solution requires selecting appropriate hardware automatically. This can be framed as a multi-objective optimization problem: there is not a single best hardware configuration but a set of optimal ones achieving different trade-offs between cost and runtime. In practice, some choices may be overly costly or take days to… ▽ More

    Submitted 10 June, 2021; originally announced June 2021.

  20. arXiv:2106.04631  [pdf, other

    cs.CL cs.LG

    On the Lack of Robust Interpretability of Neural Text Classifiers

    Authors: Muhammad Bilal Zafar, Michele Donini, Dylan Slack, Cédric Archambeau, Sanjiv Das, Krishnaram Kenthapadi

    Abstract: With the ever-increasing complexity of neural language models, practitioners have turned to methods for understanding the predictions of these models. One of the most well-adopted approaches for model interpretability is feature-based interpretability, i.e., ranking the features in terms of their impact on model predictions. Several prior studies have focused on assessing the fidelity of feature-b… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: Appearing at ACL Findings 2021

  21. arXiv:2104.08166  [pdf, other

    cs.LG cs.AI stat.ML

    Automatic Termination for Hyperparameter Optimization

    Authors: Anastasia Makarova, Huibin Shen, Valerio Perrone, Aaron Klein, Jean Baptiste Faddoul, Andreas Krause, Matthias Seeger, Cedric Archambeau

    Abstract: Bayesian optimization (BO) is a widely popular approach for the hyperparameter optimization (HPO) in machine learning. At its core, BO iteratively evaluates promising configurations until a user-defined budget, such as wall-clock time or number of iterations, is exhausted. While the final performance after tuning heavily depends on the provided budget, it is hard to pre-specify an optimal value in… ▽ More

    Submitted 22 July, 2022; v1 submitted 16 April, 2021; originally announced April 2021.

    Comments: Accepted at AutoML Conference 2022

  22. arXiv:2103.16111  [pdf, other

    cs.LG cs.AI

    A resource-efficient method for repeated HPO and NAS problems

    Authors: Giovanni Zappella, David Salinas, Cédric Archambeau

    Abstract: In this work we consider the problem of repeated hyperparameter and neural architecture search (HNAS). We propose an extension of Successive Halving that is able to leverage information gained in previous HNAS problems with the goal of saving computational resources. We empirically demonstrate that our solution is able to drastically decrease costs while maintaining accuracy and being robust to ne… ▽ More

    Submitted 13 July, 2021; v1 submitted 30 March, 2021; originally announced March 2021.

    Comments: Accepted at AutoML workshop @ ICML 2021

  23. arXiv:2102.12810  [pdf, other

    cs.LG stat.ML

    Hyperparameter Transfer Learning with Adaptive Complexity

    Authors: Samuel Horváth, Aaron Klein, Peter Richtárik, Cédric Archambeau

    Abstract: Bayesian optimization (BO) is a sample efficient approach to automatically tune the hyperparameters of machine learning models. In practice, one frequently has to solve similar hyperparameter tuning problems sequentially. For example, one might have to tune a type of neural network learned across a series of different classification problems. Recent work on multi-task BO exploits knowledge gained… ▽ More

    Submitted 25 February, 2021; originally announced February 2021.

    Comments: 12 pages, Proceedings of the 24th International Conference on Artificial Intelligence and Statistics (AISTATS) 2021, San Diego, California, USA

  24. arXiv:2102.09009  [pdf, other

    cs.LG stat.ML

    BORE: Bayesian Optimization by Density-Ratio Estimation

    Authors: Louis C. Tiao, Aaron Klein, Matthias Seeger, Edwin V. Bonilla, Cedric Archambeau, Fabio Ramos

    Abstract: Bayesian optimization (BO) is among the most effective and widely-used blackbox optimization methods. BO proposes solutions according to an explore-exploit trade-off criterion encoded in an acquisition function, many of which are computed from the posterior predictive of a probabilistic surrogate model. Prevalent among these is the expected improvement (EI) function. The need to ensure analytical… ▽ More

    Submitted 17 February, 2021; originally announced February 2021.

    Comments: preprint, under review

  25. arXiv:2012.08489  [pdf, other

    cs.LG cs.AI stat.ML

    Amazon SageMaker Automatic Model Tuning: Scalable Gradient-Free Optimization

    Authors: Valerio Perrone, Huibin Shen, Aida Zolic, Iaroslav Shcherbatyi, Amr Ahmed, Tanya Bansal, Michele Donini, Fela Winkelmolen, Rodolphe Jenatton, Jean Baptiste Faddoul, Barbara Pogorzelska, Miroslav Miladinovic, Krishnaram Kenthapadi, Matthias Seeger, Cédric Archambeau

    Abstract: Tuning complex machine learning systems is challenging. Machine learning typically requires to set hyperparameters, be it regularization, architecture, or optimization parameters, whose tuning is critical to achieve good predictive performance. To democratize access to machine learning systems, it is essential to automate the tuning. This paper presents Amazon SageMaker Automatic Model Tuning (AMT… ▽ More

    Submitted 18 June, 2021; v1 submitted 15 December, 2020; originally announced December 2020.

  26. arXiv:2012.08483  [pdf, other

    cs.LG

    Amazon SageMaker Autopilot: a white box AutoML solution at scale

    Authors: Piali Das, Valerio Perrone, Nikita Ivkin, Tanya Bansal, Zohar Karnin, Huibin Shen, Iaroslav Shcherbatyi, Yotam Elor, Wilton Wu, Aida Zolic, Thibaut Lienart, Alex Tang, Amr Ahmed, Jean Baptiste Faddoul, Rodolphe Jenatton, Fela Winkelmolen, Philip Gautier, Leo Dirac, Andre Perunicic, Miroslav Miladinovic, Giovanni Zappella, Cédric Archambeau, Matthias Seeger, Bhaskar Dutt, Laurence Rouesnel

    Abstract: AutoML systems provide a black-box solution to machine learning problems by selecting the right way of processing features, choosing an algorithm and tuning the hyperparameters of the entire pipeline. Although these systems perform well on many datasets, there is still a non-negligible number of datasets for which the one-shot solution produced by each particular system would provide sub-par perfo… ▽ More

    Submitted 16 December, 2020; v1 submitted 15 December, 2020; originally announced December 2020.

  27. arXiv:2011.11456  [pdf, other

    cs.LG stat.ML

    Pareto-efficient Acquisition Functions for Cost-Aware Bayesian Optimization

    Authors: Gauthier Guinet, Valerio Perrone, Cédric Archambeau

    Abstract: Bayesian optimization (BO) is a popular method to optimize expensive black-box functions. It efficiently tunes machine learning algorithms under the implicit assumption that hyperparameter evaluations cost approximately the same. In reality, the cost of evaluating different hyperparameters, be it in terms of time, dollars or energy, can span several orders of magnitude of difference. While a numbe… ▽ More

    Submitted 24 November, 2020; v1 submitted 23 November, 2020; originally announced November 2020.

    Comments: 11 pages, 9 figures, 4th Workshop on Meta-Learning at NeurIPS 2020

  28. arXiv:2006.05109  [pdf, other

    stat.ML cs.LG

    Fair Bayesian Optimization

    Authors: Valerio Perrone, Michele Donini, Muhammad Bilal Zafar, Robin Schmucker, Krishnaram Kenthapadi, Cédric Archambeau

    Abstract: Given the increasing importance of machine learning (ML) in our lives, several algorithmic fairness techniques have been proposed to mitigate biases in the outcomes of the ML models. However, most of these techniques are specialized to cater to a single family of ML models and a specific definition of fairness, limiting their adaptibility in practice. We introduce a general constrained Bayesian op… ▽ More

    Submitted 18 June, 2021; v1 submitted 9 June, 2020; originally announced June 2020.

  29. arXiv:2003.10870  [pdf, other

    cs.LG stat.ML

    Cost-aware Bayesian Optimization

    Authors: Eric Hans Lee, Valerio Perrone, Cedric Archambeau, Matthias Seeger

    Abstract: Bayesian optimization (BO) is a class of global optimization algorithms, suitable for minimizing an expensive objective function in as few function evaluations as possible. While BO budgets are typically given in iterations, this implicitly measures convergence in terms of iteration count and assumes each evaluation has identical cost. In practice, evaluation costs may vary in different regions of… ▽ More

    Submitted 22 March, 2020; originally announced March 2020.

  30. arXiv:2003.10865  [pdf, other

    cs.LG stat.ML

    Model-based Asynchronous Hyperparameter and Neural Architecture Search

    Authors: Aaron Klein, Louis C. Tiao, Thibaut Lienart, Cedric Archambeau, Matthias Seeger

    Abstract: We introduce a model-based asynchronous multi-fidelity method for hyperparameter and neural architecture search that combines the strengths of asynchronous Hyperband and Gaussian process-based Bayesian optimization. At the heart of our method is a probabilistic model that can simultaneously reason across hyperparameters and resource levels, and supports decision-making in the presence of pending e… ▽ More

    Submitted 30 June, 2020; v1 submitted 24 March, 2020; originally announced March 2020.

  31. arXiv:2002.12462  [pdf, other

    cs.LG cs.CV stat.ML

    LEEP: A New Measure to Evaluate Transferability of Learned Representations

    Authors: Cuong V. Nguyen, Tal Hassner, Matthias Seeger, Cedric Archambeau

    Abstract: We introduce a new measure to evaluate the transferability of representations learned by classifiers. Our measure, the Log Expected Empirical Prediction (LEEP), is simple and easy to compute: when given a classifier trained on a source data set, it only requires running the target data set through this classifier once. We analyze the properties of LEEP theoretically and demonstrate its effectivene… ▽ More

    Submitted 13 August, 2020; v1 submitted 27 February, 2020; originally announced February 2020.

    Comments: Published at the International Conference on Machine Learning (ICML) 2020

  32. arXiv:1910.07003  [pdf, other

    stat.ML cs.LG

    Constrained Bayesian Optimization with Max-Value Entropy Search

    Authors: Valerio Perrone, Iaroslav Shcherbatyi, Rodolphe Jenatton, Cedric Archambeau, Matthias Seeger

    Abstract: Bayesian optimization (BO) is a model-based approach to sequentially optimize expensive black-box functions, such as the validation error of a deep neural network with respect to its hyperparameters. In many real-world scenarios, the optimization is further subject to a priori unknown constraints. For example, training a deep network configuration may fail with an out-of-memory error when the mode… ▽ More

    Submitted 15 October, 2019; originally announced October 2019.

  33. arXiv:1909.12552  [pdf, other

    stat.ML cs.LG

    Learning search spaces for Bayesian optimization: Another view of hyperparameter transfer learning

    Authors: Valerio Perrone, Huibin Shen, Matthias Seeger, Cedric Archambeau, Rodolphe Jenatton

    Abstract: Bayesian optimization (BO) is a successful methodology to optimize black-box functions that are expensive to evaluate. While traditional methods optimize each black-box function in isolation, there has been recent interest in speeding up BO by transferring knowledge across multiple related black-box functions. In this work, we introduce a method to automatically design the BO search space by relyi… ▽ More

    Submitted 27 September, 2019; originally announced September 2019.

  34. arXiv:1712.00126  [pdf, other

    stat.ML cs.LG

    An interpretable latent variable model for attribute applicability in the Amazon catalogue

    Authors: Tammo Rukat, Dustin Lange, Cédric Archambeau

    Abstract: Learning attribute applicability of products in the Amazon catalog (e.g., predicting that a shoe should have a value for size, but not for battery-type at scale is a challenge. The need for an interpretable model is contingent on (1) the lack of ground truth training data, (2) the need to utilise prior information about the underlying latent space and (3) the ability to understand the quality of p… ▽ More

    Submitted 4 December, 2017; v1 submitted 30 November, 2017; originally announced December 2017.

    Comments: Presented at NIPS 2017 Symposium on Interpretable Machine Learning

  35. arXiv:1602.05394  [pdf, other

    stat.ML cs.LG math.OC math.ST

    Online optimization and regret guarantees for non-additive long-term constraints

    Authors: Rodolphe Jenatton, Jim Huang, Dominik Csiba, Cedric Archambeau

    Abstract: We consider online optimization in the 1-lookahead setting, where the objective does not decompose additively over the rounds of the online game. The resulting formulation enables us to deal with non-stationary and/or long-term constraints , which arise, for example, in online display advertising problems. We propose an on-line primal-dual algorithm for which we obtain dynamic cumulative regret gu… ▽ More

    Submitted 8 June, 2016; v1 submitted 17 February, 2016; originally announced February 2016.

  36. arXiv:1512.07422  [pdf, other

    stat.ML cs.LG math.OC

    Adaptive Algorithms for Online Convex Optimization with Long-term Constraints

    Authors: Rodolphe Jenatton, Jim Huang, Cédric Archambeau

    Abstract: We present an adaptive online gradient descent algorithm to solve online convex optimization problems with long-term constraints , which are constraints that need to be satisfied when accumulated over a finite number of rounds T , but can be violated in intermediate rounds. For some user-defined trade-off parameter $β$ $\in$ (0, 1), the proposed algorithm achieves cumulative regret bounds of O(T^m… ▽ More

    Submitted 23 December, 2015; originally announced December 2015.

  37. arXiv:1504.04770  [pdf, other

    cs.CL cs.LG

    Online Inference for Relation Extraction with a Reduced Feature Set

    Authors: Maxim Rabinovich, Cédric Archambeau

    Abstract: Access to web-scale corpora is gradually bringing robust automatic knowledge base creation and extension within reach. To exploit these large unannotated---and extremely difficult to annotate---corpora, unsupervised machine learning methods are required. Probabilistic models of text have recently found some success as such a tool, but scalability remains an obstacle in their application, with stan… ▽ More

    Submitted 18 April, 2015; originally announced April 2015.

  38. arXiv:1404.6163  [pdf, other

    cs.LG

    Overlap** Trace Norms in Multi-View Learning

    Authors: Behrouz Behmardi, Cedric Archambeau, Guillaume Bouchard

    Abstract: Multi-view learning leverages correlations between different sources of data to make predictions in one view based on observations in another view. A popular approach is to assume that, both, the correlations between the views and the view-specific covariances have a low-rank structure, leading to inter-battery factor analysis, a model closely related to canonical correlation analysis. We propose… ▽ More

    Submitted 27 April, 2014; v1 submitted 24 April, 2014; originally announced April 2014.