Skip to main content

Showing 1–5 of 5 results for author: Rebjock, Q

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

    math.OC cs.LG math.DS

    Synchronization on circles and spheres with nonlinear interactions

    Authors: Christopher Criscitiello, Quentin Rebjock, Andrew D. McRae, Nicolas Boumal

    Abstract: We consider the dynamics of $n$ points on a sphere in $\mathbb{R}^d$ ($d \geq 2$) which attract each other according to a function $\varphi$ of their inner products. When $\varphi$ is linear ($\varphi(t) = t$), the points converge to a common value (i.e., synchronize) in various connectivity scenarios: this is part of classical work on Kuramoto oscillator networks. When $\varphi$ is exponential (… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

    Comments: 28 pages, 1 figure

  2. arXiv:2112.03196  [pdf, other

    stat.ML cs.LG math.ST

    Online false discovery rate control for anomaly detection in time series

    Authors: Quentin Rebjock, Barış Kurt, Tim Januschowski, Laurent Callot

    Abstract: This article proposes novel rules for false discovery rate control (FDRC) geared towards online anomaly detection in time series. Online FDRC rules allow to control the properties of a sequence of statistical tests. In the context of anomaly detection, the null hypothesis is that an observation is normal and the alternative is that it is anomalous. FDRC rules allow users to target a lower bound on… ▽ More

    Submitted 6 December, 2021; originally announced December 2021.

  3. arXiv:2008.01215  [pdf, other

    cs.DC stat.ML

    A simple and effective predictive resource scaling heuristic for large-scale cloud applications

    Authors: Valentin Flunkert, Quentin Rebjock, Joel Castellon, Laurent Callot, Tim Januschowski

    Abstract: We propose a simple yet effective policy for the predictive auto-scaling of horizontally scalable applications running in cloud environments, where compute resources can only be added with a delay, and where the deployment throughput is limited. Our policy uses a probabilistic forecast of the workload to make scaling decisions dependent on the risk aversion of the application owner. We show in our… ▽ More

    Submitted 3 August, 2020; originally announced August 2020.

  4. arXiv:2006.08790  [pdf, other

    cs.LG stat.ME stat.ML

    FANOK: Knockoffs in Linear Time

    Authors: Armin Askari, Quentin Rebjock, Alexandre d'Aspremont, Laurent El Ghaoui

    Abstract: We describe a series of algorithms that efficiently implement Gaussian model-X knockoffs to control the false discovery rate on large scale feature selection problems. Identifying the knockoff distribution requires solving a large scale semidefinite program for which we derive several efficient methods. One handles generic covariance matrices, has a complexity scaling as $O(p^3)$ where $p$ is the… ▽ More

    Submitted 15 June, 2020; originally announced June 2020.

    Comments: For code see https://github.com/qrebjock/fanok

  5. arXiv:1901.09847  [pdf, other

    cs.LG math.OC stat.ML

    Error Feedback Fixes SignSGD and other Gradient Compression Schemes

    Authors: Sai Praneeth Karimireddy, Quentin Rebjock, Sebastian U. Stich, Martin Jaggi

    Abstract: Sign-based algorithms (e.g. signSGD) have been proposed as a biased gradient compression technique to alleviate the communication bottleneck in training large neural networks across multiple workers. We show simple convex counter-examples where signSGD does not converge to the optimum. Further, even when it does converge, signSGD may generalize poorly when compared with SGD. These issues arise bec… ▽ More

    Submitted 29 May, 2019; v1 submitted 28 January, 2019; originally announced January 2019.

    Comments: ICML 2019 (long talk)

    ACM Class: I.2.6; I.5.1