Zum Hauptinhalt springen

Showing 1–12 of 12 results for author: Eban, E

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

    cs.CV

    Wisdom of Committees: An Overlooked Approach To Faster and More Accurate Models

    Authors: Xiaofang Wang, Dan Kondratyuk, Eric Christiansen, Kris M. Kitani, Yair Alon, Elad Eban

    Abstract: Committee-based models (ensembles or cascades) construct models by combining existing pre-trained ones. While ensembles and cascades are well-known techniques that were proposed before deep learning, they are not considered a core building block of deep model architectures and are rarely compared to in recent literature on developing efficient models. In this work, we go back to basics and conduct… ▽ More

    Submitted 17 February, 2022; v1 submitted 3 December, 2020; originally announced December 2020.

    Comments: ICLR 2022

  2. arXiv:2010.01189  [pdf, other

    cs.LG stat.ML

    Neighbourhood Distillation: On the benefits of non end-to-end distillation

    Authors: Laëtitia Shao, Max Moroz, Elad Eban, Yair Movshovitz-Attias

    Abstract: End-to-end training with back propagation is the standard method for training deep neural networks. However, as networks become deeper and bigger, end-to-end training becomes more challenging: highly non-convex models gets stuck easily in local optima, gradients signals are prone to vanish or explode during back-propagation, training requires computational resources and time. In this work, we prop… ▽ More

    Submitted 8 October, 2020; v1 submitted 2 October, 2020; originally announced October 2020.

    Comments: 16 pages, 8 figures. Update acknowledgements and fix typos

  3. arXiv:2006.10172  [pdf, other

    cs.CV cs.GR

    Sky Optimization: Semantically aware image processing of skies in low-light photography

    Authors: Orly Liba, Longqi Cai, Yun-Ta Tsai, Elad Eban, Yair Movshovitz-Attias, Yael Pritch, Huizhong Chen, Jonathan T. Barron

    Abstract: The sky is a major component of the appearance of a photograph, and its color and tone can strongly influence the mood of a picture. In nighttime photography, the sky can also suffer from noise and color artifacts. For this reason, there is a strong desire to process the sky in isolation from the rest of the scene to achieve an optimal look. In this work, we propose an automated method, which can… ▽ More

    Submitted 15 June, 2020; originally announced June 2020.

    Comments: Published in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops. 2020

  4. arXiv:2006.09581  [pdf, other

    cs.LG stat.ML

    Fine-Grained Stochastic Architecture Search

    Authors: Shraman Ray Chaudhuri, Elad Eban, Hanhan Li, Max Moroz, Yair Movshovitz-Attias

    Abstract: State-of-the-art deep networks are often too large to deploy on mobile devices and embedded systems. Mobile neural architecture search (NAS) methods automate the design of small models but state-of-the-art NAS methods are expensive to run. Differentiable neural architecture search (DNAS) methods reduce the search cost but explore a limited subspace of candidate architectures. In this paper, we int… ▽ More

    Submitted 16 June, 2020; originally announced June 2020.

  5. arXiv:1912.08771  [pdf, other

    eess.IV cs.LG stat.ML

    Computationally Efficient Neural Image Compression

    Authors: Nick Johnston, Elad Eban, Ariel Gordon, Johannes Ballé

    Abstract: Image compression using neural networks have reached or exceeded non-neural methods (such as JPEG, WebP, BPG). While these networks are state of the art in ratedistortion performance, computational feasibility of these models remains a challenge. We apply automatic network optimization techniques to reduce the computational complexity of a popular architecture used in neural image compression, ana… ▽ More

    Submitted 18 December, 2019; originally announced December 2019.

    Comments: In submission to a conference

  6. arXiv:1911.11177  [pdf, other

    cs.LG cs.CV stat.ML

    Structured Multi-Hashing for Model Compression

    Authors: Elad Eban, Yair Movshovitz-Attias, Hao Wu, Mark Sandler, Andrew Poon, Yerlan Idelbayev, Miguel A. Carreira-Perpinan

    Abstract: Despite the success of deep neural networks (DNNs), state-of-the-art models are too large to deploy on low-resource devices or common server configurations in which multiple models are held in memory. Model compression methods address this limitation by reducing the memory footprint, latency, or energy consumption of a model with minimal impact on accuracy. We focus on the task of reducing the num… ▽ More

    Submitted 25 November, 2019; originally announced November 2019.

    Comments: Elad and Yair contributed equally to the paper. They jointly proposed the idea of structured-multi-hashing. Elad: Wrote most of the code and ran most of the experiments Yair: Main contributor to the manuscript Hao: Coding and experiments Yerlan: Coding and experiments Miguel: advised Yerlan about optimization and model compression Mark:experiments Andrew: experiments

  7. arXiv:1810.02019  [pdf, other

    cs.IR cs.LG stat.ML

    Seq2Slate: Re-ranking and Slate Optimization with RNNs

    Authors: Irwan Bello, Sayali Kulkarni, Sagar Jain, Craig Boutilier, Ed Chi, Elad Eban, Xiyang Luo, Alan Mackey, Ofer Meshi

    Abstract: Ranking is a central task in machine learning and information retrieval. In this task, it is especially important to present the user with a slate of items that is appealing as a whole. This in turn requires taking into account interactions between items, since intuitively, placing an item on the slate affects the decision of which other items should be placed alongside it. In this work, we propos… ▽ More

    Submitted 19 March, 2019; v1 submitted 3 October, 2018; originally announced October 2018.

  8. arXiv:1803.00067  [pdf, other

    cs.LG stat.ML

    Constrained Classification and Ranking via Quantiles

    Authors: Alan Mackey, Xiyang Luo, Elad Eban

    Abstract: In most machine learning applications, classification accuracy is not the primary metric of interest. Binary classifiers which face class imbalance are often evaluated by the $F_β$ score, area under the precision-recall curve, Precision at K, and more. The maximization of many of these metrics can be expressed as a constrained optimization problem, where the constraint is a function of the classif… ▽ More

    Submitted 28 February, 2018; originally announced March 2018.

  9. arXiv:1711.06798  [pdf, other

    cs.LG stat.ML

    MorphNet: Fast & Simple Resource-Constrained Structure Learning of Deep Networks

    Authors: Ariel Gordon, Elad Eban, Ofir Nachum, Bo Chen, Hao Wu, Tien-Ju Yang, Edward Choi

    Abstract: We present MorphNet, an approach to automate the design of neural network structures. MorphNet iteratively shrinks and expands a network, shrinking via a resource-weighted sparsifying regularizer on activations and expanding via a uniform multiplicative factor on all layers. In contrast to previous approaches, our method is scalable to large networks, adaptable to specific resource constraints (e.… ▽ More

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

    Comments: Added reproducibility and stability figures in the appendix, as well minor typos and clarifications to the main text

  10. arXiv:1608.04802  [pdf, other

    stat.ML cs.LG

    Scalable Learning of Non-Decomposable Objectives

    Authors: Elad ET. Eban, Mariano Schain, Alan Mackey, Ariel Gordon, Rif A. Saurous, Gal Elidan

    Abstract: Modern retrieval systems are often driven by an underlying machine learning model. The goal of such systems is to identify and possibly rank the few most relevant items for a given query or context. Thus, such systems are typically evaluated using a ranking-based performance metric such as the area under the precision-recall curve, the $F_β$ score, precision at fixed recall, etc. Obviously, it is… ▽ More

    Submitted 1 March, 2017; v1 submitted 16 August, 2016; originally announced August 2016.

  11. arXiv:1309.6847  [pdf

    cs.LG stat.ML

    Learning Max-Margin Tree Predictors

    Authors: Ofer Meshi, Elad Eban, Gal Elidan, Amir Globerson

    Abstract: Structured prediction is a powerful framework for coping with joint prediction of interacting outputs. A central difficulty in using this framework is that often the correct label dependence structure is unknown. At the same time, we would like to avoid an overly complex structure that will lead to intractable prediction. In this work we address the challenge of learning tree structured predictive… ▽ More

    Submitted 26 September, 2013; originally announced September 2013.

    Comments: Appears in Proceedings of the Twenty-Ninth Conference on Uncertainty in Artificial Intelligence (UAI2013)

    Report number: UAI-P-2013-PG-411-420

  12. arXiv:1206.4604  [pdf

    cs.LG cs.AI

    Learning the Experts for Online Sequence Prediction

    Authors: Elad Eban, Aharon Birnbaum, Shai Shalev-Shwartz, Amir Globerson

    Abstract: Online sequence prediction is the problem of predicting the next element of a sequence given previous elements. This problem has been extensively studied in the context of individual sequence prediction, where no prior assumptions are made on the origin of the sequence. Individual sequence prediction algorithms work quite well for long sequences, where the algorithm has enough time to learn the te… ▽ More

    Submitted 18 June, 2012; originally announced June 2012.

    Comments: ICML2012