Skip to main content

Showing 1–9 of 9 results for author: Karnin, Z

Searching in archive stat. Search in all archives.
.
  1. arXiv:2111.13657  [pdf, other

    cs.LG cs.AI stat.ML

    Amazon SageMaker Model Monitor: A System for Real-Time Insights into Deployed Machine Learning Models

    Authors: David Nigenda, Zohar Karnin, Muhammad Bilal Zafar, Raghu Ramesha, Alan Tan, Michele Donini, Krishnaram Kenthapadi

    Abstract: With the increasing adoption of machine learning (ML) models and systems in high-stakes settings across different industries, guaranteeing a model's performance after deployment has become crucial. Monitoring models in production is a critical aspect of ensuring their continued performance and reliability. We present Amazon SageMaker Model Monitor, a fully managed service that continuously monitor… ▽ More

    Submitted 5 August, 2022; v1 submitted 26 November, 2021; originally announced November 2021.

  2. arXiv:2007.13382  [pdf, other

    stat.ML cs.LG

    Practical and sample efficient zero-shot HPO

    Authors: Fela Winkelmolen, Nikita Ivkin, H. Furkan Bozkurt, Zohar Karnin

    Abstract: Zero-shot hyperparameter optimization (HPO) is a simple yet effective use of transfer learning for constructing a small list of hyperparameter (HP) configurations that complement each other. That is to say, for any given dataset, at least one of them is expected to perform well. Current techniques for obtaining this list are computationally expensive as they rely on running training jobs on a dive… ▽ More

    Submitted 27 July, 2020; originally announced July 2020.

  3. arXiv:2006.11685  [pdf, other

    cs.LG stat.ML

    An Empirical Process Approach to the Union Bound: Practical Algorithms for Combinatorial and Linear Bandits

    Authors: Julian Katz-Samuels, Lalit Jain, Zohar Karnin, Kevin Jamieson

    Abstract: This paper proposes near-optimal algorithms for the pure-exploration linear bandit problem in the fixed confidence and fixed budget settings. Leveraging ideas from the theory of suprema of empirical processes, we provide an algorithm whose sample complexity scales with the geometry of the instance and avoids an explicit union bound over the number of arms. Unlike previous approaches which sample b… ▽ More

    Submitted 20 June, 2020; originally announced June 2020.

  4. arXiv:2005.11282  [pdf, other

    cs.LG cs.CV stat.ML

    PruneNet: Channel Pruning via Global Importance

    Authors: Ashish Khetan, Zohar Karnin

    Abstract: Channel pruning is one of the predominant approaches for accelerating deep neural networks. Most existing pruning methods either train from scratch with a sparsity inducing term such as group lasso, or prune redundant channels in a pretrained network and then fine tune the network. Both strategies suffer from some limitations: the use of group lasso is computationally expensive, difficult to conve… ▽ More

    Submitted 22 May, 2020; originally announced May 2020.

    Comments: 12 pages, 3 figures, Published in ICLR 2020 NAS Workshop

  5. arXiv:1906.09489  [pdf, other

    cs.LG stat.ML

    Asymmetric Random Projections

    Authors: Nick Ryder, Zohar Karnin, Edo Liberty

    Abstract: Random projections (RP) are a popular tool for reducing dimensionality while preserving local geometry. In many applications the data set to be projected is given to us in advance, yet the current RP techniques do not make use of information about the data. In this paper, we provide a computationally light way to extract statistics from the data that allows designing a data dependent RP with super… ▽ More

    Submitted 22 June, 2019; originally announced June 2019.

    Comments: 14 pages, 5 figures

  6. arXiv:1906.04845  [pdf, ps, other

    cs.LG cs.DS stat.ML

    Discrepancy, Coresets, and Sketches in Machine Learning

    Authors: Zohar Karnin, Edo Liberty

    Abstract: This paper defines the notion of class discrepancy for families of functions. It shows that low discrepancy classes admit small offline and streaming coresets. We provide general techniques for bounding the class discrepancy of machine learning problems. As corollaries of the general technique we bound the discrepancy (and therefore coreset complexity) of logistic regression, sigmoid activation lo… ▽ More

    Submitted 11 June, 2019; originally announced June 2019.

  7. arXiv:1905.08170  [pdf, other

    cs.LG cs.CV stat.ML

    DARC: Differentiable ARchitecture Compression

    Authors: Shashank Singh, Ashish Khetan, Zohar Karnin

    Abstract: In many learning situations, resources at inference time are significantly more constrained than resources at training time. This paper studies a general paradigm, called Differentiable ARchitecture Compression (DARC), that combines model compression and architecture search to learn models that are resource-efficient at inference time. Given a resource-intensive base architecture, DARC utilizes th… ▽ More

    Submitted 20 May, 2019; originally announced May 2019.

  8. arXiv:1607.01381  [pdf, other

    stat.ML cs.AI cs.IR

    One-Shot Session Recommendation Systems with Combinatorial Items

    Authors: Yahel David, Dotan Di Castro, Zohar Karnin

    Abstract: In recent years, content recommendation systems in large websites (or \emph{content providers}) capture an increased focus. While the type of content varies, e.g.\ movies, articles, music, advertisements, etc., the high level problem remains the same. Based on knowledge obtained so far on the user, recommend the most desired content. In this paper we present a method to handle the well known user-… ▽ More

    Submitted 5 July, 2016; originally announced July 2016.

  9. arXiv:1311.4643  [pdf, other

    cs.LG cs.IT math.NA stat.ML

    Near-Optimal Entrywise Sampling for Data Matrices

    Authors: Dimitris Achlioptas, Zohar Karnin, Edo Liberty

    Abstract: We consider the problem of selecting non-zero entries of a matrix $A$ in order to produce a sparse sketch of it, $B$, that minimizes $\|A-B\|_2$. For large $m \times n$ matrices, such that $n \gg m$ (for example, representing $n$ observations over $m$ attributes) we give sampling distributions that exhibit four important properties. First, they have closed forms computable from minimal information… ▽ More

    Submitted 19 November, 2013; originally announced November 2013.

    Comments: 14 pages, to appear in NIPS' 13