Skip to main content

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

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

    cs.DS

    Overlap** and Robust Edge-Colored Clustering in Hypergraphs

    Authors: Alex Crane, Brian Lavallee, Blair D. Sullivan, Nate Veldt

    Abstract: A recent trend in data mining has explored (hyper)graph clustering algorithms for data with categorical relationship types. Such algorithms have applications in the analysis of social, co-authorship, and protein interaction networks, to name a few. Many such applications naturally have some overlap between clusters, a nuance which is missing from current combinatorial models. Additionally, existin… ▽ More

    Submitted 5 January, 2024; v1 submitted 27 May, 2023; originally announced May 2023.

  2. arXiv:2205.06857  [pdf, ps, other

    cs.DS cs.GT

    Parameterized Complexity of Gerrymandering

    Authors: Andrew Fraser, Brian Lavallee, Blair D. Sullivan

    Abstract: In a representative democracy, the electoral process involves partitioning geographical space into districts which each elect a single representative. These representatives craft and vote on legislation, incentivizing political parties to win as many districts as possible (ideally a plurality). Gerrymandering is the process by which district boundaries are manipulated to the advantage of a desired… ▽ More

    Submitted 7 December, 2023; v1 submitted 13 May, 2022; originally announced May 2022.

  3. arXiv:2112.10562  [pdf, ps, other

    cs.CC

    Hardness of the Generalized Coloring Numbers

    Authors: Michael Breen-McKay, Brian Lavallee, Blair D. Sullivan

    Abstract: The generalized coloring numbers of Kierstead and Yang (Order 2003) offer an algorithmically-useful characterization of graph classes with bounded expansion. In this work, we consider the hardness and approximability of these parameters. First, we complete the work of Grohe et al. (WG 2015) by showing that computing the weak 2-coloring number is NP-hard. Our approach further establishes that deter… ▽ More

    Submitted 16 March, 2023; v1 submitted 20 December, 2021; originally announced December 2021.

    Comments: 17 pages, 4 figures

  4. arXiv:1909.04611  [pdf, other

    cs.DS

    Approximating Vertex Cover using Structural Rounding

    Authors: Brian Lavallee, Hayley Russell, Blair D. Sullivan, Andrew van der Poel

    Abstract: In this work, we provide the first practical evaluation of the structural rounding framework for approximation algorithms. Structural rounding works by first editing to a well-structured class, efficiently solving the edited instance, and "lifting" the partial solution to recover an approximation on the input. We focus on the well-studied Vertex Cover problem, and edit to the class of bipartite gr… ▽ More

    Submitted 31 October, 2019; v1 submitted 10 September, 2019; originally announced September 2019.

  5. arXiv:1806.02771  [pdf, other

    cs.CC cs.DS math.CO

    Structural Rounding: Approximation Algorithms for Graphs Near an Algorithmically Tractable Class

    Authors: Erik D. Demaine, Timothy D. Goodrich, Kyle Kloster, Brian Lavallee, Quanquan C. Liu, Blair D. Sullivan, Ali Vakilian, Andrew van der Poel

    Abstract: We develop a new framework for generalizing approximation algorithms from the structural graph algorithm literature so that they apply to graphs somewhat close to that class (a scenario we expect is common when working with real-world networks) while still guaranteeing approximation ratios. The idea is to $\textit{edit}$ a given graph via vertex- or edge-deletions to put the graph into an algorith… ▽ More

    Submitted 9 December, 2018; v1 submitted 7 June, 2018; originally announced June 2018.

    Comments: 72 pages, 10 figures

    ACM Class: F.2.2