Skip to main content

Showing 1–21 of 21 results for author: Mhammedi, Z

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

    cs.LG math.OC stat.ML

    Fully Unconstrained Online Learning

    Authors: Ashok Cutkosky, Zakaria Mhammedi

    Abstract: We provide an online learning algorithm that obtains regret $G\|w_\star\|\sqrt{T\log(\|w_\star\|G\sqrt{T})} + \|w_\star\|^2 + G^2$ on $G$-Lipschitz convex losses for any comparison point $w_\star$ without knowing either $G$ or $\|w_\star\|$. Importantly, this matches the optimal bound $G\|w_\star\|\sqrt{T}$ available with such knowledge (up to logarithmic factors), unless either $\|w_\star\|$ or… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

  2. arXiv:2404.15417  [pdf, other

    cs.LG cs.AI stat.ML

    The Power of Resets in Online Reinforcement Learning

    Authors: Zakaria Mhammedi, Dylan J. Foster, Alexander Rakhlin

    Abstract: Simulators are a pervasive tool in reinforcement learning, but most existing algorithms cannot efficiently exploit simulator access -- particularly in high-dimensional domains that require general function approximation. We explore the power of simulators through online reinforcement learning with {local simulator access} (or, local planning), an RL protocol where the agent is allowed to reset to… ▽ More

    Submitted 26 April, 2024; v1 submitted 23 April, 2024; originally announced April 2024.

    Comments: Fixed a small typo

  3. arXiv:2307.03997  [pdf, other

    cs.LG math.OC

    Efficient Model-Free Exploration in Low-Rank MDPs

    Authors: Zakaria Mhammedi, Adam Block, Dylan J. Foster, Alexander Rakhlin

    Abstract: A major challenge in reinforcement learning is to develop practical, sample-efficient algorithms for exploration in high-dimensional domains where generalization and function approximation is required. Low-Rank Markov Decision Processes -- where transition probabilities admit a low-rank factorization based on an unknown feature embedding -- offer a simple, yet expressive framework for RL with func… ▽ More

    Submitted 29 February, 2024; v1 submitted 8 July, 2023; originally announced July 2023.

  4. arXiv:2306.11121  [pdf, ps, other

    math.OC cs.LG

    Projection-Free Online Convex Optimization via Efficient Newton Iterations

    Authors: Khashayar Gatmiry, Zakaria Mhammedi

    Abstract: This paper presents new projection-free algorithms for Online Convex Optimization (OCO) over a convex domain $\mathcal{K} \subset \mathbb{R}^d$. Classical OCO algorithms (such as Online Gradient Descent) typically need to perform Euclidean projections onto the convex set $\cK$ to ensure feasibility of their iterates. Alternative algorithms, such as those based on the Frank-Wolfe method, swap poten… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

  5. arXiv:2306.01914  [pdf, other

    eess.SY cs.LG

    Smooth Model Predictive Control with Applications to Statistical Learning

    Authors: Kwangjun Ahn, Daniel Pfrommer, Jack Umenberger, Tobia Marcucci, Zak Mhammedi, Ali Jadbabaie

    Abstract: Statistical learning theory and high dimensional statistics have had a tremendous impact on Machine Learning theory and have impacted a variety of domains including systems and control theory. Over the past few years we have witnessed a variety of applications of such theoretical tools to help answer questions such as: how many state-action pairs are needed to learn a static control policy to a gi… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

    Comments: 15 pages, 1 figure

  6. arXiv:2304.14217  [pdf, other

    math.ST

    Exponential Stochastic Inequality

    Authors: Peter D. Grünwald, Muriel F. Pérez-Ortiz, Zakaria Mhammedi

    Abstract: We develop the concept of exponential stochastic inequality (ESI), a novel notation that simultaneously captures high-probability and in-expectation statements. It is especially well suited to succinctly state, prove, and reason about excess-risk and generalization bounds in statistical learning, specifically, but not restricted to, the PAC-Bayesian type. We show that the ESI satisfies transitivit… ▽ More

    Submitted 27 April, 2023; originally announced April 2023.

  7. arXiv:2304.05889  [pdf, other

    cs.LG cs.AI

    Representation Learning with Multi-Step Inverse Kinematics: An Efficient and Optimal Approach to Rich-Observation RL

    Authors: Zakaria Mhammedi, Dylan J. Foster, Alexander Rakhlin

    Abstract: We study the design of sample-efficient algorithms for reinforcement learning in the presence of rich, high-dimensional observations, formalized via the Block MDP problem. Existing algorithms suffer from either 1) computational intractability, 2) strong statistical assumptions that are not necessarily satisfied in practice, or 3) suboptimal sample complexity. We address these issues by providing t… ▽ More

    Submitted 12 April, 2023; originally announced April 2023.

  8. arXiv:2211.01357  [pdf, ps, other

    math.OC cs.LG

    Quasi-Newton Steps for Efficient Online Exp-Concave Optimization

    Authors: Zakaria Mhammedi, Khashayar Gatmiry

    Abstract: The aim of this paper is to design computationally-efficient and optimal algorithms for the online and stochastic exp-concave optimization settings. Typical algorithms for these settings, such as the Online Newton Step (ONS), can guarantee a $O(d\ln T)$ bound on their regret after $T$ rounds, where $d$ is the dimension of the feasible set. However, such algorithms perform so-called generalized pro… ▽ More

    Submitted 14 February, 2023; v1 submitted 2 November, 2022; originally announced November 2022.

    Comments: First revision: presentation improvements

  9. arXiv:2210.09206  [pdf, other

    math.OC cs.LG

    Model Predictive Control via On-Policy Imitation Learning

    Authors: Kwangjun Ahn, Zakaria Mhammedi, Horia Mania, Zhang-Wei Hong, Ali Jadbabaie

    Abstract: In this paper, we leverage the rapid advances in imitation learning, a topic of intense recent focus in the Reinforcement Learning (RL) literature, to develop new sample complexity results and performance guarantees for data-driven Model Predictive Control (MPC) for constrained linear systems. In its simplest form, imitation learning is an approach that tries to learn an expert policy by querying… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

    Comments: 26 pages

  10. arXiv:2205.11470  [pdf, ps, other

    cs.LG math.OC

    Exploiting the Curvature of Feasible Sets for Faster Projection-Free Online Learning

    Authors: Zakaria Mhammedi

    Abstract: In this paper, we develop new efficient projection-free algorithms for Online Convex Optimization (OCO). Online Gradient Descent (OGD) is an example of a classical OCO algorithm that guarantees the optimal $O(\sqrt{T})$ regret bound. However, OGD and other projection-based OCO algorithms need to perform a Euclidean projection onto the feasible set $\mathcal{C}\subset \mathbb{R}^d$ whenever their i… ▽ More

    Submitted 23 May, 2022; originally announced May 2022.

  11. arXiv:2202.07574  [pdf, ps, other

    cs.LG math.OC

    Damped Online Newton Step for Portfolio Selection

    Authors: Zakaria Mhammedi, Alexander Rakhlin

    Abstract: We revisit the classic online portfolio selection problem, where at each round a learner selects a distribution over a set of portfolios to allocate its wealth. It is known that for this problem a logarithmic regret with respect to Cover's loss is achievable using the Universal Portfolio Selection algorithm, for example. However, all existing algorithms that achieve a logarithmic regret for this p… ▽ More

    Submitted 15 February, 2022; originally announced February 2022.

  12. arXiv:2111.05818  [pdf, other

    math.OC cs.LG

    Efficient Projection-Free Online Convex Optimization with Membership Oracle

    Authors: Zakaria Mhammedi

    Abstract: In constrained convex optimization, existing methods based on the ellipsoid or cutting plane method do not scale well with the dimension of the ambient space. Alternative approaches such as Projected Gradient Descent only provide a computational benefit for simple convex sets such as Euclidean balls, where Euclidean projections can be performed efficiently. For other sets, the cost of the projecti… ▽ More

    Submitted 10 November, 2021; originally announced November 2021.

    Comments: 67 pages, 1 figure, 3 tables

  13. arXiv:2011.14126  [pdf, other

    cs.LG math.ST stat.ML

    Risk-Monotonicity in Statistical Learning

    Authors: Zakaria Mhammedi

    Abstract: Acquisition of data is a difficult task in many applications of machine learning, and it is only natural that one hopes and expects the population risk to decrease (better performance) monotonically with increasing data points. It turns out, somewhat surprisingly, that this is not the case even for the most standard algorithms that minimize the empirical risk. Non-monotonic behavior of the risk an… ▽ More

    Submitted 15 January, 2022; v1 submitted 28 November, 2020; originally announced November 2020.

    Comments: To appear in NeurIPS 2021 as Oral presentation

  14. arXiv:2010.03799  [pdf, ps, other

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

    Learning the Linear Quadratic Regulator from Nonlinear Observations

    Authors: Zakaria Mhammedi, Dylan J. Foster, Max Simchowitz, Dipendra Misra, Wen Sun, Akshay Krishnamurthy, Alexander Rakhlin, John Langford

    Abstract: We introduce a new problem setting for continuous control called the LQR with Rich Observations, or RichLQR. In our setting, the environment is summarized by a low-dimensional continuous latent state with linear dynamics and quadratic costs, but the agent operates on high-dimensional, nonlinear observations such as images from a camera. To enable sample-efficient learning, we assume that the learn… ▽ More

    Submitted 8 October, 2020; originally announced October 2020.

    Comments: To appear at NeurIPS 2020

  15. arXiv:2006.14763  [pdf, ps, other

    cs.LG stat.ML

    PAC-Bayesian Bound for the Conditional Value at Risk

    Authors: Zakaria Mhammedi, Benjamin Guedj, Robert C. Williamson

    Abstract: Conditional Value at Risk (CVaR) is a family of "coherent risk measures" which generalize the traditional mathematical expectation. Widely used in mathematical finance, it is garnering increasing interest in machine learning, e.g., as an alternate approach to regularization, and as a means for ensuring fairness. This paper presents a generalization bound for learning algorithms that minimize the C… ▽ More

    Submitted 25 June, 2020; originally announced June 2020.

    Journal ref: NeurIPS 2020

  16. arXiv:2002.12242  [pdf, other

    cs.LG stat.ML

    Lipschitz and Comparator-Norm Adaptivity in Online Learning

    Authors: Zakaria Mhammedi, Wouter M. Koolen

    Abstract: We study Online Convex Optimization in the unbounded setting where neither predictions nor gradient are constrained. The goal is to simultaneously adapt to both the sequence of gradients and the comparator. We first develop parameter-free and scale-free algorithms for a simplified setting with hints. We present two versions: the first adapts to the squared norms of both comparator and gradients se… ▽ More

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

    Comments: 30 Pages, 1 Figure

  17. arXiv:1905.13367  [pdf, ps, other

    cs.LG stat.ML

    PAC-Bayes Un-Expected Bernstein Inequality

    Authors: Zakaria Mhammedi, Peter D. Grunwald, Benjamin Guedj

    Abstract: We present a new PAC-Bayesian generalization bound. Standard bounds contain a $\sqrt{L_n \cdot \KL/n}$ complexity term which dominates unless $L_n$, the empirical error of the learning algorithm's randomized predictions, vanishes. We manage to replace $L_n$ by a term which vanishes in many more situations, essentially whenever the employed learning algorithm is sufficiently stable on the dataset a… ▽ More

    Submitted 3 November, 2019; v1 submitted 30 May, 2019; originally announced May 2019.

    Comments: 24 pages, 6 figures. To Appear in NeurIPS2019

    Journal ref: NeurIPS 2019

  18. arXiv:1902.10797  [pdf, ps, other

    cs.LG stat.ML

    Lipschitz Adaptivity with Multiple Learning Rates in Online Learning

    Authors: Zakaria Mhammedi, Wouter M. Koolen, Tim van Erven

    Abstract: We aim to design adaptive online learning algorithms that take advantage of any special structure that might be present in the learning task at hand, with as little manual tuning by the user as possible. A fundamental obstacle that comes up in the design of such adaptive algorithms is to calibrate a so-called step-size or learning rate hyperparameter depending on variance, gradient norms, etc. A r… ▽ More

    Submitted 30 May, 2019; v1 submitted 27 February, 2019; originally announced February 2019.

    Comments: 22 pages. To appear in COLT 2019

  19. arXiv:1802.06965  [pdf, other

    cs.LG

    Constant Regret, Generalized Mixability, and Mirror Descent

    Authors: Zakaria Mhammedi, Robert C. Williamson

    Abstract: We consider the setting of prediction with expert advice; a learner makes predictions by aggregating those of a group of experts. Under this setting, and for the right choice of loss function and "mixing" algorithm, it is possible for the learner to achieve a constant regret regardless of the number of prediction rounds. For example, a constant regret can be achieved for \emph{mixable} losses usin… ▽ More

    Submitted 31 October, 2018; v1 submitted 19 February, 2018; originally announced February 2018.

    Comments: 48 pages, accepted to NIPS 2018

  20. arXiv:1703.01460  [pdf, other

    cs.LG cs.HC stat.ML

    Adversarial Generation of Real-time Feedback with Neural Networks for Simulation-based Training

    Authors: Xingjun Ma, Sudanthi Wijewickrema, Shuo Zhou, Yun Zhou, Zakaria Mhammedi, Stephen O'Leary, James Bailey

    Abstract: Simulation-based training (SBT) is gaining popularity as a low-cost and convenient training technique in a vast range of applications. However, for a SBT platform to be fully utilized as an effective training tool, it is essential that feedback on performance is provided automatically in real-time during training. It is the aim of this paper to develop an efficient and effective feedback generatio… ▽ More

    Submitted 23 May, 2017; v1 submitted 4 March, 2017; originally announced March 2017.

    Comments: Appeared in the Proceedings of the 26th International Joint Conference on Artificial Intelligence (IJCAI), Melbourne, 2017

  21. arXiv:1612.00188  [pdf, other

    cs.LG

    Efficient Orthogonal Parametrisation of Recurrent Neural Networks Using Householder Reflections

    Authors: Zakaria Mhammedi, Andrew Hellicar, Ashfaqur Rahman, James Bailey

    Abstract: The problem of learning long-term dependencies in sequences using Recurrent Neural Networks (RNNs) is still a major challenge. Recent methods have been suggested to solve this problem by constraining the transition matrix to be unitary during training which ensures that its norm is equal to one and prevents exploding gradients. These methods either have limited expressiveness or scale poorly with… ▽ More

    Submitted 13 June, 2017; v1 submitted 1 December, 2016; originally announced December 2016.

    Comments: 12 pages, 5 figures