Skip to main content

Showing 1–7 of 7 results for author: Karloff, H

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

    cs.DS

    Near-Optimal Disjoint-Path Facility Location Through Set Cover by Pairs

    Authors: David S. Johnson, Lee Breslau, Ilias Diakonikolas, Nick Duffield, Yu Gu, MohammadTaghi Hajiaghayi, Howard Karloff, Mauricio G. C. Resende, Subhabrata Sen

    Abstract: In this paper we consider two special cases of the "cover-by-pairs" optimization problem that arise when we need to place facilities so that each customer is served by two facilities that reach it by disjoint shortest paths. These problems arise in a network traffic monitoring scheme proposed by Breslau et al. and have potential applications to content distribution. The "set-disjoint" variant appl… ▽ More

    Submitted 3 November, 2016; originally announced November 2016.

    MSC Class: 90C59; 68M10; 94C15

  2. arXiv:1603.02250  [pdf, ps, other

    cs.LG

    Online Sparse Linear Regression

    Authors: Dean Foster, Satyen Kale, Howard Karloff

    Abstract: We consider the online sparse linear regression problem, which is the problem of sequentially making predictions observing only a limited number of features in each round, to minimize regret with respect to the best sparse linear regressor, where prediction accuracy is measured by square loss. We give an inefficient algorithm that obtains regret bounded by $\tilde{O}(\sqrt{T})$ after $T$ predictio… ▽ More

    Submitted 7 March, 2016; originally announced March 2016.

  3. arXiv:1412.4832  [pdf, other

    cs.CC

    Variable Selection is Hard

    Authors: Dean Foster, Howard Karloff, Justin Thaler

    Abstract: Variable selection for sparse linear regression is the problem of finding, given an m x p matrix B and a target vector y, a sparse vector x such that Bx approximately equals y. Assuming a standard complexity hypothesis, we show that no polynomial-time algorithm can find a k'-sparse x with ||Bx-y||^2<=h(m,p), where k'=k*2^{log^{1-delta} p} and h(m,p)<=p^(C_1)*m^(1-C_2), where delta>0, C_1>0,C_2>0 a… ▽ More

    Submitted 15 December, 2014; originally announced December 2014.

  4. arXiv:1404.5660  [pdf, other

    cs.DS

    Fast Algorithms for Constructing Maximum Entropy Summary Trees

    Authors: Richard Cole, Howard Karloff

    Abstract: Karloff? and Shirley recently proposed summary trees as a new way to visualize large rooted trees (Eurovis 2013) and gave algorithms for generating a maximum-entropy k-node summary tree of an input n-node rooted tree. However, the algorithm generating optimal summary trees was only pseudo-polynomial (and worked only for integral weights); the authors left open existence of a olynomial-time algorit… ▽ More

    Submitted 22 April, 2014; originally announced April 2014.

    Comments: 17 pages, 4 figures. Extended version of paper appearing in ICALP 2014

  5. arXiv:1312.0285  [pdf, other

    cs.DB

    Distributed Data Placement via Graph Partitioning

    Authors: Lukasz Golab, Marios Hadjieleftheriou, Howard Karloff, Barna Saha

    Abstract: With the widespread use of shared-nothing clusters of servers, there has been a proliferation of distributed object stores that offer high availability, reliability and enhanced performance for MapReduce-style workloads. However, relational workloads cannot always be evaluated efficiently using MapReduce without extensive data migrations, which cause network congestion and reduced query throughput… ▽ More

    Submitted 1 December, 2013; originally announced December 2013.

  6. arXiv:1101.1941  [pdf, ps, other

    cs.DS

    On Parsimonious Explanations for 2-D Tree- and Linearly-Ordered Data

    Authors: Howard Karloff, Flip Korn, Konstantin Makarychev, Yuval Rabani

    Abstract: This paper studies the "explanation problem" for tree- and linearly-ordered array data, a problem motivated by database applications and recently solved for the one-dimensional tree-ordered case. In this paper, one is given a matrix A whose rows and columns have semantics: special subsets of the rows and special subsets of the columns are meaningful, others are not. A submatrix in A is said to be… ▽ More

    Submitted 10 January, 2011; originally announced January 2011.

  7. arXiv:0804.4666  [pdf, ps, other

    cs.DM cs.DS math.NA

    Combining geometry and combinatorics: A unified approach to sparse signal recovery

    Authors: R. Berinde, A. C. Gilbert, P. Indyk, H. Karloff, M. J. Strauss

    Abstract: There are two main algorithmic approaches to sparse signal recovery: geometric and combinatorial. The geometric approach starts with a geometric constraint on the measurement matrix and then uses linear programming to decode information about the signal from its measurements. The combinatorial approach constructs the measurement matrix and a combinatorial decoding algorithm to match. We present… ▽ More

    Submitted 29 April, 2008; originally announced April 2008.

    ACM Class: F.2; G.1; G.2