Zum Hauptinhalt springen

Showing 1–5 of 5 results for author: Heeringa, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:1206.6458  [pdf

    cs.LG stat.ML

    Batch Active Learning via Coordinated Matching

    Authors: Javad Azimi, Alan Fern, Xiaoli Zhang-Fern, Glencora Borradaile, Brent Heeringa

    Abstract: Most prior work on active learning of classifiers has focused on sequentially selecting one unlabeled example at a time to be labeled in order to reduce the overall labeling effort. In many scenarios, however, it is desirable to label an entire batch of examples at once, for example, when labels can be acquired in parallel. This motivates us to study batch active learning, which iteratively select… ▽ More

    Submitted 27 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the 29th International Conference on Machine Learning (ICML 2012)

  2. arXiv:1105.3234  [pdf, other

    cs.DS math.CO

    Rigid components in fixed-lattice and cone frameworks

    Authors: Matthew Berardi, Brent Heeringa, Justin Malestein, Louis Theran

    Abstract: We study the fundamental algorithmic rigidity problems for generic frameworks periodic with respect to a fixed lattice or a finite-order rotation in the plane. For fixed-lattice frameworks we give an $O(n^2)$ algorithm for deciding generic rigidity and an O(n^3) algorithm for computing rigid components. If the order of rotation is part of the input, we give an O(n^4) algorithm for deciding rigidit… ▽ More

    Submitted 16 May, 2011; originally announced May 2011.

  3. arXiv:1010.1316  [pdf, other

    cs.DS cs.DM

    Searching in Dynamic Tree-Like Partial Orders

    Authors: Brent Heeringa, Marius Catalin Iordan, Louis Theran

    Abstract: We give the first data structure for the problem of maintaining a dynamic set of n elements drawn from a partially ordered universe described by a tree. We define the Line-Leaf Tree, a linear-sized data structure that supports the operations: insert; delete; test membership; and predecessor. The performance of our data structure is within an O(log w)-factor of optimal. Here w <= n is the width of… ▽ More

    Submitted 2 May, 2011; v1 submitted 6 October, 2010; originally announced October 2010.

    Comments: 51 pages, 30 figures

  4. arXiv:1007.2365  [pdf, other

    cs.DS

    Heapable Sequences and Subsequences

    Authors: John Byers, Brent Heeringa, Michael Mitzenmacher, Georgios Zervas

    Abstract: Let us call a sequence of numbers heapable if they can be sequentially inserted to form a binary tree with the heap property, where each insertion subsequent to the first occurs at a leaf of the tree, i.e. below a previously placed number. In this paper we consider a variety of problems related to heapable sequences and subsequences that do not appear to have been studied previously. Our motivatio… ▽ More

    Submitted 14 July, 2010; originally announced July 2010.

    Comments: 15 pages, 6 figures

  5. arXiv:0910.0777  [pdf, other

    cs.DS cs.DM

    The Knapsack Problem with Neighbour Constraints

    Authors: Glencora Borradaile, Brent Heeringa, Gordon Wilfong

    Abstract: We study a constrained version of the knapsack problem in which dependencies between items are given by the adjacencies of a graph. In the 1-neighbour knapsack problem, an item can be selected only if at least one of its neighbours is also selected. In the all-neighbours knapsack problem, an item can be selected only if all its neighbours are also selected. We give approximation algorithms and har… ▽ More

    Submitted 26 September, 2011; v1 submitted 5 October, 2009; originally announced October 2009.

    Comments: Full version of IWOCA 2011 paper