Skip to main content

Showing 1–12 of 12 results for author: Nishihara, R

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

    cs.DC cs.LG cs.NI

    Hoplite: Efficient and Fault-Tolerant Collective Communication for Task-Based Distributed Systems

    Authors: Siyuan Zhuang, Zhuohan Li, Danyang Zhuo, Stephanie Wang, Eric Liang, Robert Nishihara, Philipp Moritz, Ion Stoica

    Abstract: Task-based distributed frameworks (e.g., Ray, Dask, Hydro) have become increasingly popular for distributed applications that contain asynchronous and dynamic workloads, including asynchronous gradient descent, reinforcement learning, and model serving. As more data-intensive applications move to run on top of task-based systems, collective communication efficiency has become an important problem.… ▽ More

    Submitted 28 September, 2021; v1 submitted 13 February, 2020; originally announced February 2020.

    Comments: SIGCOMM 2021

  2. arXiv:1904.03646  [pdf, other

    cs.LG stat.ML

    Policy Gradient Search: Online Planning and Expert Iteration without Search Trees

    Authors: Thomas Anthony, Robert Nishihara, Philipp Moritz, Tim Salimans, John Schulman

    Abstract: Monte Carlo Tree Search (MCTS) algorithms perform simulation-based search to improve policies online. During search, the simulation policy is adapted to explore the most promising lines of play. MCTS has been used by state-of-the-art programs for many problems, however a disadvantage to MCTS is that it estimates the values of states with Monte Carlo averages, stored in a search tree; this does not… ▽ More

    Submitted 7 April, 2019; originally announced April 2019.

  3. arXiv:1810.12121  [pdf, other

    cs.CV

    Burst ranking for blind multi-image deblurring

    Authors: Fidel A. Guerrero Peña, Pedro D. Marrero Fernández, Tsang Ing Ren, Jorge J. G. Leandro, Ricardo Nishihara

    Abstract: We propose a new incremental aggregation algorithm for multi-image deblurring with automatic image selection. The primary motivation is that current bursts deblurring methods do not handle well situations in which misalignment or out-of-context frames are present in the burst. These real-life situations result in poor reconstructions or manual selection of the images that will be used to deblur. A… ▽ More

    Submitted 30 October, 2018; v1 submitted 29 October, 2018; originally announced October 2018.

    Comments: Submitted to IEEE Transactions on Image Processing. 11 pages, 9 figures

  4. arXiv:1807.05118  [pdf, other

    cs.LG cs.DC stat.ML

    Tune: A Research Platform for Distributed Model Selection and Training

    Authors: Richard Liaw, Eric Liang, Robert Nishihara, Philipp Moritz, Joseph E. Gonzalez, Ion Stoica

    Abstract: Modern machine learning algorithms are increasingly computationally demanding, requiring specialized hardware and distributed computation to achieve high performance in a reasonable time frame. Many hyperparameter search algorithms have been proposed for improving the efficiency of model selection, however their adaptation to the distributed compute environment is often ad-hoc. We propose Tune, a… ▽ More

    Submitted 13 July, 2018; originally announced July 2018.

    Comments: 8 Pages, Presented at the 2018 ICML AutoML workshop

  5. arXiv:1712.09381  [pdf, other

    cs.AI cs.DC cs.LG

    RLlib: Abstractions for Distributed Reinforcement Learning

    Authors: Eric Liang, Richard Liaw, Philipp Moritz, Robert Nishihara, Roy Fox, Ken Goldberg, Joseph E. Gonzalez, Michael I. Jordan, Ion Stoica

    Abstract: Reinforcement learning (RL) algorithms involve the deep nesting of highly irregular computation patterns, each of which typically exhibits opportunities for distributed computation. We argue for distributing RL components in a composable way by adapting algorithms for top-down hierarchical control, thereby encapsulating parallelism and resource requirements within short-running compute tasks. We d… ▽ More

    Submitted 28 June, 2018; v1 submitted 26 December, 2017; originally announced December 2017.

    Comments: Published in the International Conference on Machine Learning (ICML 2018), 10 pages

  6. arXiv:1712.05889  [pdf, other

    cs.DC cs.AI cs.LG stat.ML

    Ray: A Distributed Framework for Emerging AI Applications

    Authors: Philipp Moritz, Robert Nishihara, Stephanie Wang, Alexey Tumanov, Richard Liaw, Eric Liang, Melih Elibol, Zongheng Yang, William Paul, Michael I. Jordan, Ion Stoica

    Abstract: The next generation of AI applications will continuously interact with the environment and learn from these interactions. These applications impose new and demanding systems requirements, both in terms of performance and flexibility. In this paper, we consider these requirements and present Ray---a distributed system to address them. Ray implements a unified interface that can express both task-pa… ▽ More

    Submitted 29 September, 2018; v1 submitted 15 December, 2017; originally announced December 2017.

    Comments: 17 pages, 14 figures, 13th USENIX Symposium on Operating Systems Design and Implementation, 2018

  7. arXiv:1703.03924  [pdf, other

    cs.DC cs.AI cs.LG

    Real-Time Machine Learning: The Missing Pieces

    Authors: Robert Nishihara, Philipp Moritz, Stephanie Wang, Alexey Tumanov, William Paul, Johann Schleier-Smith, Richard Liaw, Mehrdad Niknami, Michael I. Jordan, Ion Stoica

    Abstract: Machine learning applications are increasingly deployed not only to serve predictions using static models, but also as tightly-integrated components of feedback loops involving dynamic, real-time decision making. These applications pose a new set of requirements, none of which are difficult to achieve in isolation, but the combination of which creates a challenge for existing distributed execution… ▽ More

    Submitted 19 May, 2017; v1 submitted 11 March, 2017; originally announced March 2017.

    Comments: 6 pages, 3 figures

  8. arXiv:1605.08179  [pdf, other

    stat.ML cs.CV

    Discovering Causal Signals in Images

    Authors: David Lopez-Paz, Robert Nishihara, Soumith Chintala, Bernhard Schölkopf, Léon Bottou

    Abstract: This paper establishes the existence of observable footprints that reveal the "causal dispositions" of the object categories appearing in collections of images. We achieve this goal in two steps. First, we take a learning approach to observational causal discovery, and build a classifier that achieves state-of-the-art performance on finding the causal direction between pairs of random variables, g… ▽ More

    Submitted 31 October, 2017; v1 submitted 26 May, 2016; originally announced May 2016.

  9. arXiv:1511.06051  [pdf, other

    stat.ML cs.DC cs.LG cs.NE math.OC

    SparkNet: Training Deep Networks in Spark

    Authors: Philipp Moritz, Robert Nishihara, Ion Stoica, Michael I. Jordan

    Abstract: Training deep networks is a time-consuming process, with networks for object recognition often requiring multiple days to train. For this reason, leveraging the resources of a cluster to speed up training is an important area of work. However, widely-popular batch-processing computational frameworks like MapReduce and Spark were not designed to support the asynchronous and communication-intensive… ▽ More

    Submitted 28 February, 2016; v1 submitted 18 November, 2015; originally announced November 2015.

    Comments: 12 pages, 7 figures

  10. arXiv:1508.02933  [pdf, ps, other

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

    No Regret Bound for Extreme Bandits

    Authors: Robert Nishihara, David Lopez-Paz, Léon Bottou

    Abstract: Algorithms for hyperparameter optimization abound, all of which work well under different and often unverifiable assumptions. Motivated by the general challenge of sequentially choosing which algorithm to use, we study the more specific task of choosing among distributions to use for random hyperparameter optimization. This work is naturally framed in the extreme bandit setting, which deals with s… ▽ More

    Submitted 11 April, 2016; v1 submitted 12 August, 2015; originally announced August 2015.

    Comments: 11 pages, International Conference on Artificial Intelligence and Statistics, 2016

  11. arXiv:1508.02087  [pdf, other

    math.OC cs.LG math.NA stat.CO stat.ML

    A Linearly-Convergent Stochastic L-BFGS Algorithm

    Authors: Philipp Moritz, Robert Nishihara, Michael I. Jordan

    Abstract: We propose a new stochastic L-BFGS algorithm and prove a linear convergence rate for strongly convex and smooth functions. Our algorithm draws heavily from a recent stochastic variant of L-BFGS proposed in Byrd et al. (2014) as well as a recent approach to variance reduction for stochastic gradient descent from Johnson and Zhang (2013). We demonstrate experimentally that our algorithm performs wel… ▽ More

    Submitted 13 April, 2016; v1 submitted 9 August, 2015; originally announced August 2015.

    Comments: 10 pages, 3 figures in International Conference on Artificial Intelligence and Statistics, 2016

  12. arXiv:1406.6474  [pdf, ps, other

    math.OC cs.DM cs.DS cs.LG math.NA

    On the Convergence Rate of Decomposable Submodular Function Minimization

    Authors: Robert Nishihara, Stefanie Jegelka, Michael I. Jordan

    Abstract: Submodular functions describe a variety of discrete problems in machine learning, signal processing, and computer vision. However, minimizing submodular functions poses a number of algorithmic challenges. Recent work introduced an easy-to-use, parallelizable algorithm for minimizing submodular functions that decompose as the sum of "simple" submodular functions. Empirically, this algorithm perform… ▽ More

    Submitted 5 November, 2014; v1 submitted 25 June, 2014; originally announced June 2014.

    Comments: 17 pages, 3 figures

    Journal ref: Neural Information Processing Systems 27, 2014