Skip to main content

Showing 1–50 of 51 results for author: Harris, G

  1. arXiv:2406.16138  [pdf

    cs.CY

    Pervasive Technology-Enabled Care and Support for People with Dementia: The State of Art and Research Issues

    Authors: Sayan Kumar Ray, Geri Harris, Akbar Hossain, NZ Jhanjhi

    Abstract: Dementia is a mental illness that people live with all across the world. No one is immune. Nothing can predict its onset. The true story of dementia remains unknown globally, partly due to the denial of dementia symptoms and partly due to the social stigma attached to the disease. In recent years, dementia as a mental illness has received a lot of attention from the scientific community and health… ▽ More

    Submitted 23 June, 2024; originally announced June 2024.

  2. arXiv:2406.10785  [pdf, other

    cs.CL cs.AI

    ShareLoRA: Parameter Efficient and Robust Large Language Model Fine-tuning via Shared Low-Rank Adaptation

    Authors: Yurun Song, Junchen Zhao, Ian G. Harris, Sangeetha Abdu Jyothi

    Abstract: This study introduces an approach to optimize Parameter Efficient Fine Tuning (PEFT) for Pretrained Language Models (PLMs) by implementing a Shared Low Rank Adaptation (ShareLoRA). By strategically deploying ShareLoRA across different layers and adapting it for the Query, Key, and Value components of self-attention layers, we achieve a substantial reduction in the number of training parameters and… ▽ More

    Submitted 15 June, 2024; originally announced June 2024.

    Comments: 16 pages, 5 figures

  3. Grey Level Texture Features for Segmentation of Chromogenic Dye RNAscope From Breast Cancer Tissue

    Authors: Andrew Davidson, Arthur Morley-Bunker, George Wiggins, Logan Walker, Gavin Harris, Ramakrishnan Mukundan, kConFab Investigators

    Abstract: Chromogenic RNAscope dye and haematoxylin staining of cancer tissue facilitates diagnosis of the cancer type and subsequent treatment, and fits well into existing pathology workflows. However, manual quantification of the RNAscope transcripts (dots), which signify gene expression, is prohibitively time consuming. In addition, there is a lack of verified supporting methods for quantification and an… ▽ More

    Submitted 12 March, 2024; v1 submitted 28 January, 2024; originally announced January 2024.

    Comments: This preprint has not undergone peer review (when applicable) or any post-submission improvements or corrections. The Version of Record of this contribution is published in Proceedings of 2023 International Conference on Medical Imaging and Computer-Aided Diagnosis (MICAD 2023), and is available online at https://doi.org/10.1007/978-981-97-1335-6_7

  4. arXiv:2312.00388  [pdf, other

    cs.LG cs.DC cs.NI

    LinguaLinked: A Distributed Large Language Model Inference System for Mobile Devices

    Authors: Junchen Zhao, Yurun Song, Simeng Liu, Ian G. Harris, Sangeetha Abdu Jyothi

    Abstract: Deploying Large Language Models (LLMs) locally on mobile devices presents a significant challenge due to their extensive memory requirements. In this paper, we introduce LinguaLinked, a system for decentralized, distributed LLM inference on mobile devices. LinguaLinked enables collaborative execution of the inference task across multiple trusted devices. LinguaLinked ensures data privacy by proces… ▽ More

    Submitted 1 December, 2023; originally announced December 2023.

    Comments: 16 pages, 8 figures

  5. arXiv:2311.00172  [pdf, other

    cs.CL cs.AI

    Robust Safety Classifier for Large Language Models: Adversarial Prompt Shield

    Authors: Jinhwa Kim, Ali Derakhshan, Ian G. Harris

    Abstract: Large Language Models' safety remains a critical concern due to their vulnerability to adversarial attacks, which can prompt these systems to produce harmful responses. In the heart of these systems lies a safety classifier, a computational model trained to discern and mitigate potentially harmful, offensive, or unethical outputs. However, contemporary safety classifiers, despite their potential,… ▽ More

    Submitted 31 October, 2023; originally announced November 2023.

    Comments: 11 pages, 2 figures

  6. FuzzLLM: A Novel and Universal Fuzzing Framework for Proactively Discovering Jailbreak Vulnerabilities in Large Language Models

    Authors: Dongyu Yao, Jianshu Zhang, Ian G. Harris, Marcel Carlsson

    Abstract: Jailbreak vulnerabilities in Large Language Models (LLMs), which exploit meticulously crafted prompts to elicit content that violates service guidelines, have captured the attention of research communities. While model owners can defend against individual jailbreak prompts through safety training strategies, this relatively passive approach struggles to handle the broader category of similar jailb… ▽ More

    Submitted 14 April, 2024; v1 submitted 11 September, 2023; originally announced September 2023.

    Comments: Publish by ICASSP 2024 on 3/18/2024; Extended Arxiv version

  7. arXiv:2308.07476  [pdf, ps, other

    cs.DS

    Dependent rounding with strong negative-correlation, and scheduling on unrelated machines to minimize completion time

    Authors: David G. Harris

    Abstract: We describe a new dependent-rounding algorithmic framework for bipartite graphs. Given a fractional assignment $\vec x$ of values to edges of graph $G = (U \cup V, E)$, the algorithms return an integral solution $\vec X$ such that each right-node $v \in V$ has at most one neighboring edge $f$ with $X_f = 1$, and where the variables $X_e$ also satisfy broad nonpositive-correlation properties. In pa… ▽ More

    Submitted 16 May, 2024; v1 submitted 14 August, 2023; originally announced August 2023.

    Journal ref: SODA 2024

  8. arXiv:2303.06090  [pdf, ps, other

    cs.DS

    Simple and efficient four-cycle counting on sparse graphs

    Authors: Paul Burkhardt, David G. Harris

    Abstract: We consider the problem of counting 4-cycles ($C_4$) in an undirected graph $G$ of $n$ vertices and $m$ edges (in bipartite graphs, 4-cycles are also often referred to as $\textit{butterflies}$). There have been a number of previous algorithms for this problem based on sorting the graph by degree and using randomized hash tables. These are appealing in theory due to compact storage and fast access… ▽ More

    Submitted 17 April, 2024; v1 submitted 10 March, 2023; originally announced March 2023.

  9. arXiv:2205.08022  [pdf, other

    cs.DS math.CO

    A faster algorithm for Vertex Cover parameterized by solution size

    Authors: David G. Harris, N. S. Narayanaswamy

    Abstract: We describe a new algorithm for vertex cover with runtime $O^*(1.25284^k)$, where $k$ is the size of the desired solution and $O^*$ hides polynomial factors in the input size. This improves over previous runtime of $O^*(1.2738^k)$ due to Chen, Kanj, & Xia (2010) standing for more than a decade. The key to our algorithm is to use a potential function which simultaneously tracks $k$ as well as the o… ▽ More

    Submitted 5 January, 2024; v1 submitted 16 May, 2022; originally announced May 2022.

    Journal ref: STACS 2024

  10. arXiv:2201.08810  [pdf, other

    cs.PL cs.CL cs.LG cs.SE

    GAP-Gen: Guided Automatic Python Code Generation

    Authors: Junchen Zhao, Yurun Song, Junlin Wang, Ian G. Harris

    Abstract: Automatic code generation from natural language descriptions can be highly beneficial during the process of software development. In this work, we propose GAP-Gen, a Guided Automatic Python Code Generation method based on Python syntactic constraints and semantic constraints. We first introduce Python syntactic constraints in the form of Syntax-Flow, which is a simplified version of Abstract Synta… ▽ More

    Submitted 9 May, 2023; v1 submitted 19 January, 2022; originally announced January 2022.

    Comments: Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics: Student Research Workshop

  11. arXiv:2109.13335  [pdf, ps, other

    cs.DS

    Algorithms for matrix multiplication via sampling and opportunistic matrix multiplication

    Authors: David G. Harris

    Abstract: Karppa & Kaski (2019) proposed a novel ``broken" or ``opportunistic" matrix multiplication algorithm, based on a variant of Strassen's algorithm, and used this to develop new algorithms for Boolean matrix multiplication, among other tasks. Their algorithm can compute Boolean matrix multiplication in $O(n^{2.778})$ time. While asymptotically faster matrix multiplication algorithms exist, most such… ▽ More

    Submitted 13 February, 2024; v1 submitted 27 September, 2021; originally announced September 2021.

    Journal ref: ESA 2023

  12. DINs: Deep Interactive Networks for Neurofibroma Segmentation in Neurofibromatosis Type 1 on Whole-Body MRI

    Authors: Jian-Wei Zhang, Wei Chen, K. Ina Ly, Xubin Zhang, Fan Yan, Justin Jordan, Gordon Harris, Scott Plotkin, Pengyi Hao, Wenli Cai

    Abstract: Neurofibromatosis type 1 (NF1) is an autosomal dominant tumor predisposition syndrome that involves the central and peripheral nervous systems. Accurate detection and segmentation of neurofibromas are essential for assessing tumor burden and longitudinal tumor size changes. Automatic convolutional neural networks (CNNs) are sensitive and vulnerable as tumors' variable anatomical location and heter… ▽ More

    Submitted 7 June, 2021; originally announced June 2021.

    Comments: Accepted by IEEE Journal of Biomedical and Health Informatics (JBHI)

    Journal ref: IEEE Journal of Biomedical and Health Informatics, 2021

  13. arXiv:2012.03624   

    cs.AI

    Improving Constraint Satisfaction Algorithm Efficiency for the AllDifferent Constraint

    Authors: Geoff Harris

    Abstract: Combinatorial problems stated as Constraint Satisfaction Problems (CSP) are examined. It is shown by example that any algorithm designed for the original CSP, and involving the AllDifferent constraint, has at least the same level of efficacy when simultaneously applied to both the original and its complementary problem. The 1-to-1 mapping employed to transform a CSP to its complementary problem, w… ▽ More

    Submitted 13 December, 2020; v1 submitted 7 December, 2020; originally announced December 2020.

    Comments: *sigh* - it has been gently and kindly pointed out to me that I have simply re-discovered the channelling of constraints across alternate problem specifications. Gosh this is oddly amusing albeit embarrassing!

  14. arXiv:2011.07097  [pdf, ps, other

    math.CO cs.DS

    Some remarks on hypergraph matching and the Füredi-Kahn-Seymour conjecture

    Authors: Nikhil Bansal, David G. Harris

    Abstract: A classic conjecture of Füredi, Kahn and Seymour (1993) states that given any hypergraph with non-negative edge weights $w(e)$, there exists a matching $M$ such that $\sum_{e \in M} (|e|-1+1/|e|)\, w(e) \geq w^*$, where $w^*$ is the value of an optimum fractional matching. We show the conjecture is true for rank-3 hypergraphs, and is achieved by a natural iterated rounding algorithm. While the gen… ▽ More

    Submitted 8 March, 2022; v1 submitted 13 November, 2020; originally announced November 2020.

    Journal ref: Random Structures & Algorithms 62(1), pp. 52-67 (2023)

  15. arXiv:2009.10761  [pdf, other

    cs.DS cs.DC math.CO

    On the Locality of Nash-Williams Forest Decomposition and Star-Forest Decomposition

    Authors: David G. Harris, Hsin-Hao Su, Hoa T. Vu

    Abstract: Given a graph $G=(V,E)$ with arboricity $α$, we study the problem of decomposing the edges of $G$ into $(1+ε)α$ disjoint forests in the distributed LOCAL model. Barenboim and Elkin [PODC `08] gave a LOCAL algorithm that computes a $(2+ε)α$-forest decomposition using $O(\frac{\log n}ε)$ rounds. Ghaffari and Su [SODA `17] made further progress by computing a $(1+ε) α$-forest decomposition in… ▽ More

    Submitted 7 December, 2022; v1 submitted 22 September, 2020; originally announced September 2020.

    Journal ref: SIAM Journal on Discrete Mathematics 37(2), pp. 800-830 (2023)

  16. arXiv:2008.05569  [pdf, ps, other

    cs.DS math.PR

    A new notion of commutativity for the algorithmic Lovász Local Lemma

    Authors: David G. Harris, Fotis Iliopoulos, Vladimir Kolmogorov

    Abstract: The Lovász Local Lemma (LLL) is a powerful tool in probabilistic combinatorics which can be used to establish the existence of objects that satisfy certain properties. The breakthrough paper of Moser and Tardos and follow-up works revealed that the LLL has intimate connections with a class of stochastic local search algorithms for finding such desirable objects. In particular, it can be seen as a… ▽ More

    Submitted 30 March, 2022; v1 submitted 12 August, 2020; originally announced August 2020.

    Journal ref: RANDOM 2021

  17. arXiv:2008.03325  [pdf, ps, other

    cs.DS

    Stochastic Optimization and Learning for Two-Stage Supplier Problems

    Authors: Brian Brubach, Nathaniel Grammel, David G. Harris, Aravind Srinivasan, Leonidas Tsepenekas, Anil Vullikanti

    Abstract: The main focus of this paper is radius-based (supplier) clustering in the two-stage stochastic setting with recourse, where the inherent stochasticity of the model comes in the form of a budget constraint. In addition to the standard (homogeneous) setting where all clients must be within a distance $R$ of the nearest facility, we provide results for the more general problem where the radius demand… ▽ More

    Submitted 7 April, 2024; v1 submitted 7 August, 2020; originally announced August 2020.

  18. arXiv:2007.10824  [pdf, ps, other

    cs.DS cs.CC cs.DM math.PR

    Parameter estimation for Gibbs distributions

    Authors: David G. Harris, Vladimir Kolmogorov

    Abstract: We consider Gibbs distributions, which are families of probability distributions over a discrete space $Ω$ with probability mass function of the form $μ^Ω_β(ω) \propto e^{βH(ω)}$ for $β$ in an interval $[β_{\min}, β_{\max}]$ and $H( ω) \in \{0 \} \cup [1, n]$. The partition function is the normalization factor $Z(β)=\sum_{ω\inΩ}e^{βH(ω)}$. Two important parameters of these distributions are the… ▽ More

    Submitted 9 March, 2024; v1 submitted 17 July, 2020; originally announced July 2020.

    Comments: This is a longer version which extends two previous papers "A Faster Approximation Algorithm for the Gibbs Partition Function" (arXiv:1608.04223), published in COLT 2018, and "Parameter estimation for Gibbs distributions" published in ICALP 2023

  19. arXiv:2005.08301  [pdf, other

    cs.DS

    Optimal Bounds for the $k$-cut Problem

    Authors: Anupam Gupta, David G. Harris, Euiwoong Lee, Jason Li

    Abstract: In the $k$-cut problem, we want to find the lowest-weight set of edges whose deletion breaks a given (multi)graph into $k$ connected components. Algorithms of Karger \& Stein can solve this in roughly $O(n^{2k})$ time. On the other hand, lower bounds from conjectures about the $k$-clique problem imply that $Ω(n^{(1-o(1))k})$ time is likely needed. Recent results of Gupta, Lee \& Li have given new… ▽ More

    Submitted 11 September, 2021; v1 submitted 17 May, 2020; originally announced May 2020.

    Comments: Final version of arXiv:1911.09165 with new and more general proofs

    Journal ref: Journal of the ACM 69(1), Article #2 (2022)

  20. arXiv:1909.08065  [pdf, ps, other

    cs.DS

    Deterministic algorithms for the Lovasz Local Lemma: simpler, more general, and more parallel

    Authors: David G. Harris

    Abstract: The Lovász Local Lemma (LLL) is a keystone principle in probability theory, guaranteeing the existence of configurations which avoid a collection $\mathcal B$ of "bad" events which are mostly independent and have low probability. In its simplest "symmetric" form, it asserts that whenever a bad-event has probability $p$ and affects at most $d$ bad-events, and $e p d < 1$, then a configuration avoid… ▽ More

    Submitted 1 February, 2023; v1 submitted 17 September, 2019; originally announced September 2019.

    Comments: This superseded arxiv:1807.06672

    Journal ref: Random Structures & Algorithms 63(3), pp. 716-752 (2023)

  21. arXiv:1907.00033  [pdf, ps, other

    cs.DS cs.DM math.CO

    Algorithms for weighted independent transversals and strong colouring

    Authors: Alessandra Graf, David G. Harris, Penny Haxell

    Abstract: An independent transversal (IT) in a graph with a given vertex partition is an independent set consisting of one vertex in each partition class. Several sufficient conditions are known for the existence of an IT in a given graph with a given vertex partition, which have been used over the years to solve many combinatorial problems. Some of these IT existence theorems have algorithmic proofs, but t… ▽ More

    Submitted 21 August, 2021; v1 submitted 28 June, 2019; originally announced July 2019.

    Journal ref: ACM Transactions on Algorithms 18(1), Article #1 (2021)

  22. arXiv:1904.03139   

    math.PR cs.CC cs.DM

    Parameter estimation for integer-valued Gibbs distributions

    Authors: David G. Harris, Vladimir Kolmogorov

    Abstract: A central problem in computational statistics is to convert a procedure for sampling combinatorial from an objects into a procedure for counting those objects, and vice versa. Weconsider sampling problems coming from *Gibbs distributions*, which are probability distributions of the form $μ^Ω_β(ω) \propto e^{βH(ω)}$ for $β$ in an interval $[β_\min, β_\max]$ and $H( ω) \in \{0 \} \cup [1, n]$. The *… ▽ More

    Submitted 17 August, 2023; v1 submitted 5 April, 2019; originally announced April 2019.

    Comments: Superseded by arXiv:2007.10824 This version is obsolete

  23. arXiv:1901.03744  [pdf, other

    cs.DS cs.DC

    Exponentially Faster Massively Parallel Maximal Matching

    Authors: Soheil Behnezhad, MohammadTaghi Hajiaghayi, David G. Harris

    Abstract: The study of approximate matching in the Massively Parallel Computations (MPC) model has recently seen a burst of breakthroughs. Despite this progress, however, we still have a far more limited understanding of maximal matching which is one of the central problems of parallel and distributed computing. All known MPC algorithms for maximal matching either take polylogarithmic time which is consider… ▽ More

    Submitted 17 August, 2023; v1 submitted 11 January, 2019; originally announced January 2019.

    Comments: A preliminary version of this paper appeared in the proceedings of The 60th Annual IEEE Symposium on Foundations of Computer Science (FOCS 2019)

    Journal ref: Journal of the ACM 70(5), Article #34 (2023)

  24. arXiv:1809.02271  [pdf, ps, other

    cs.DS

    Approximation algorithms for stochastic clustering

    Authors: David G. Harris, Shi Li, Thomas Pensyl, Aravind Srinivasan, Khoa Trinh

    Abstract: We consider stochastic settings for clustering, and develop provably-good approximation algorithms for a number of these notions. These algorithms yield better approximation ratios compared to the usual deterministic clustering setting. Additionally, they offer a number of advantages including clustering which is fairer and has better long-term behavior for each user. In particular, they ensure th… ▽ More

    Submitted 16 December, 2020; v1 submitted 6 September, 2018; originally announced September 2018.

    Comments: The version of this paper published in JMLR is incorrect; specifically, Theorem 14 of that paper appears to be fatally flawed. The version posted here on arxiv removes the claimed incorrect results

    Journal ref: Journal of Machine Learning Research 20(153), pp. 1-33 (2019)

  25. arXiv:1807.07645  [pdf, ps, other

    cs.DS

    Distributed local approximation algorithms for maximum matching in graphs and hypergraphs

    Authors: David G. Harris

    Abstract: We describe approximation algorithms in Linial's classic LOCAL model of distributed computing to find maximum-weight matchings in a hypergraph of rank $r$. Our main result is a deterministic algorithm to generate a matching which is an $O(r)$-approximation to the maximum weight matching, running in $\tilde O(r \log Δ+ \log^2 Δ+ \log^* n)$ rounds. (Here, the $\tilde O()$ notations hides… ▽ More

    Submitted 23 March, 2020; v1 submitted 19 July, 2018; originally announced July 2018.

    Journal ref: SIAM Journal on Computing 49(4), pp. 711-746 (2020)

  26. arXiv:1807.06672   

    cs.DS

    Derandomizing the Lovasz Local Lemma via log-space statistical tests

    Authors: David G. Harris

    Abstract: The Lovász Local Lemma (LLL) is a keystone principle in probability theory, guaranteeing the existence of configurations which avoid a collection $\mathcal B$ of "bad" events which are mostly independent and have low probability. In its simplest form, it asserts that whenever a bad-event has probability $p$ and affects at most $d$ other bad-events, and $e p (d+1) < 1$, then a configuration avoidin… ▽ More

    Submitted 19 September, 2019; v1 submitted 17 July, 2018; originally announced July 2018.

    Comments: This is superseded by arXiv:1909.08065

  27. arXiv:1806.05523  [pdf, other

    math.CO cs.DS

    Bounds and algorithms for graph trusses

    Authors: Paul Burkhardt, Vance Faber, David G. Harris

    Abstract: The $k$-truss, introduced by Cohen (2005), is a graph where every edge is incident to at least $k$ triangles. This is a relaxation of the clique. It has proved to be a useful tool in identifying cohesive subnetworks in a variety of real-world graphs. Despite its simplicity and its utility, the combinatorial and algorithmic aspects of trusses have not been thoroughly explored. We provide nearly-t… ▽ More

    Submitted 31 March, 2020; v1 submitted 14 June, 2018; originally announced June 2018.

    Journal ref: Journal of Graph Algorithms and Applications, 24(3):191-214, 2020

  28. arXiv:1805.00311   

    cs.CV cs.LG

    Head Mounted Pupil Tracking Using Convolutional Neural Network

    Authors: Yinheng Zhu, Wanli Chen, Xun Zhan, Zonglin Guo, Hongjian Shi, Ian G. Harris

    Abstract: Pupil tracking is an important branch of object tracking which require high precision. We investigate head mounted pupil tracking which is often more convenient and precise than remote pupil tracking, but also more challenging. When pupil tracking suffers from noise like bad illumination, detection precision dramatically decreases. Due to the appearance of head mounted recording device and public… ▽ More

    Submitted 16 July, 2018; v1 submitted 15 April, 2018; originally announced May 2018.

    Comments: It's out of date and not STOA any more

  29. arXiv:1711.08494  [pdf, ps, other

    cs.DS

    Deterministic parallel algorithms for bilinear objective functions

    Authors: David G. Harris

    Abstract: Many randomized algorithms can be derandomized efficiently using either the method of conditional expectations or probability spaces with low independence. A series of papers, beginning with work by Luby (1988), showed that in many cases these techniques can be combined to give deterministic parallel (NC) algorithms for a variety of combinatorial optimization problems, with low time- and processor… ▽ More

    Submitted 21 June, 2018; v1 submitted 22 November, 2017; originally announced November 2017.

    Journal ref: Algorithmica 81(3), pp. 1288-1318 (2019)

  30. arXiv:1711.02194  [pdf, ps, other

    cs.DS cs.DC

    On Derandomizing Local Distributed Algorithms

    Authors: Mohsen Ghaffari, David G. Harris, Fabian Kuhn

    Abstract: The gap between the known randomized and deterministic local distributed algorithms underlies arguably the most fundamental and central open question in distributed graph algorithms. In this paper, we develop a generic and clean recipe for derandomizing LOCAL algorithms. We also exhibit how this simple recipe leads to significant improvements on a number of problem. Two main results are: - An im… ▽ More

    Submitted 17 September, 2019; v1 submitted 6 November, 2017; originally announced November 2017.

    Comments: 37 pages

  31. arXiv:1710.00287  [pdf, other

    cs.DS

    A Lottery Model for Center-type Problems With Outliers

    Authors: David G. Harris, Thomas Pensyl, Aravind Srinivasan, Khoa Trinh

    Abstract: In this paper, we give tight approximation algorithms for the $k$-center and matroid center problems with outliers. Unfairness arises naturally in this setting: certain clients could always be considered as outliers. To address this issue, we introduce a lottery model in which each client $j$ is allowed to submit a parameter $p_j \in [0,1]$ and we look for a random solution that covers every clien… ▽ More

    Submitted 30 September, 2017; originally announced October 2017.

  32. arXiv:1709.06995  [pdf, other

    cs.DS

    Dependent randomized rounding for clustering and partition systems with knapsack constraints

    Authors: David G. Harris, Thomas Pensyl, Aravind Srinivasan, Khoa Trinh

    Abstract: Clustering problems are fundamental to unsupervised learning. There is an increased emphasis on fairness in machine learning and AI; one representative notion of fairness is that no single demographic group should be over-represented among the cluster-centers. This, and much more general clustering problems, can be formulated with "knapsack" and "partition" constraints. We develop new randomized a… ▽ More

    Submitted 11 May, 2024; v1 submitted 20 September, 2017; originally announced September 2017.

    Comments: In the Journal version of this paper, there is a small error in Proposition 25. This version of the paper fixes the error (see Proposition 5.4 in the arxiv version)

    Journal ref: Journal of Machine Learning Research 23(81), pp. 1-41 (2022)

  33. arXiv:1704.06528   

    cs.DS cs.DM

    Fairness in Resource Allocation and Slowed-down Dependent Rounding

    Authors: David G. Harris, Thomas Pensyl, Aravind Srinivasan, Khoa Trinh

    Abstract: We consider an issue of much current concern: could fairness, an issue that is already difficult to guarantee, worsen when algorithms run much of our lives? We consider this in the context of resource-allocation problems, we show that algorithms can guarantee certain types of fairness in a verifiable way. Our conceptual contribution is a simple approach to fairness in this context, which only requ… ▽ More

    Submitted 22 September, 2017; v1 submitted 21 April, 2017; originally announced April 2017.

    Comments: We decided to split these results to two separate papers. Please see arXiv:1709.06995

  34. arXiv:1702.02547  [pdf, ps, other

    cs.DS cs.DM math.CO

    Oblivious resampling oracles and parallel algorithms for the Lopsided Lovasz Local Lemma

    Authors: David G. Harris

    Abstract: The Lovász Local Lemma (LLL) is a probabilistic tool which shows that, if a collection of "bad" events $\mathcal B$ in a probability space are not too likely and not too interdependent, then there is a positive probability that no bad-events in $\mathcal B$ occur. Moser & Tardos (2010) gave sequential and parallel algorithms which transformed most applications of the variable-assignment LLL into e… ▽ More

    Submitted 22 July, 2020; v1 submitted 8 February, 2017; originally announced February 2017.

    Journal ref: ACM Transactions on Algorithms 17(1), Article #1 (2021)

  35. arXiv:1612.02663  [pdf, other

    cs.DS math.CO

    A constructive algorithm for the LLL on permutations

    Authors: David G. Harris, Aravind Srinivasan

    Abstract: While there has been significant progress on algorithmic aspects of the Lovász Local Lemma (LLL) in recent years, a noteworthy exception is when the LLL is used in the context of random permutations. The breakthrough algorithm of Moser & Tardos only works in the setting of independent variables, and does not apply in this context. We resolve this by developing a randomized polynomial-time algorith… ▽ More

    Submitted 8 December, 2016; originally announced December 2016.

    Journal ref: Theory of Computing 13(17), pp. 1-41 (2017)

  36. arXiv:1612.01610   

    cs.DS

    Tighter inapproximability for set cover

    Authors: David G. Harris

    Abstract: Set Cover is a classic NP-hard problem; as shown by Slavík (1997) the greedy algorithm gives an approximation ratio of $\ln n - \ln \ln n + Θ(1)$. A series of works by Lund \& Yannakakis (1994), Feige (1998), Moshkovitz (2015) have shown that, under the assumption $P \neq NP$, it is impossible to obtain a polynomial-time approximation ratio with approximation ratio $(1 - α) \ln n$, for any constan… ▽ More

    Submitted 15 February, 2017; v1 submitted 5 December, 2016; originally announced December 2016.

    Comments: We discovered that these results have already appeared in Dinur & Steurer, "Analytical approach to parallel repetition."

  37. arXiv:1610.09653  [pdf, other

    math.CO cs.DM math.PR

    New bounds for the Moser-Tardos distribution

    Authors: David G. Harris

    Abstract: The Lovasz Local Lemma (LLL) is a probabilistic tool which has been used to show the existence of a variety of combinatorial structures with good "local" properties. The "LLL-distribution" can be used to show that the resulting structures have good global properties in expectation. The simplest, variable-based setting of the LLL was covered by the seminal algorithm of Moser & Tardos (2010). This… ▽ More

    Submitted 10 October, 2019; v1 submitted 30 October, 2016; originally announced October 2016.

    Journal ref: Random Structures & Algorithms 57(1), pp. 97-131 (2020)

  38. arXiv:1610.03383  [pdf, ps, other

    cs.DS cs.DC math.PR

    Deterministic parallel algorithms for fooling polylogarithmic juntas and the Lovasz Local Lemma

    Authors: David G. Harris

    Abstract: Many randomized algorithms can be derandomized efficiently using either the method of conditional expectations or probability spaces with low (almost-) independence. A series of papers, beginning with Luby (1993) and continuing with Berger & Rompel (1991) and Chari et al. (2000), showed that these techniques can be combined to give deterministic parallel algorithms for combinatorial optimization p… ▽ More

    Submitted 20 August, 2018; v1 submitted 11 October, 2016; originally announced October 2016.

    Journal ref: ACM Transactions on Algorithms 14(4), Article #47 (2017)

  39. arXiv:1610.02420  [pdf, ps, other

    cs.DS cs.DM math.CO

    Lopsidependency in the Moser-Tardos framework: Beyond the Lopsided Lovasz Local Lemma

    Authors: David G. Harris

    Abstract: The Lopsided Lovász Local Lemma (LLLL) is a powerful probabilistic principle which has been used in a variety of combinatorial constructions. While originally a general statement about probability spaces, it has recently been transformed into a variety of polynomial-time algorithms. The resampling algorithm of Moser & Tardos (2010) is the most well-known example of this. A variety of criteria have… ▽ More

    Submitted 1 December, 2016; v1 submitted 7 October, 2016; originally announced October 2016.

    Journal ref: ACM Transactions on Algorithms 13(1), Article #17 (2016)

  40. arXiv:1610.01926  [pdf, other

    math.PR cs.DM math.CO

    Comparison of two convergence criteria for the variable-assignment Lopsided Lovasz Local Lemma

    Authors: David G. Harris

    Abstract: The Lopsided Lovasz Local Lemma (LLLL) is a cornerstone probabilistic tool for showing that it is possible to avoid a collection of "bad" events as long as their probabilities and interdependencies are sufficiently small. The strongest possible criterion in these terms is due to Shearer (1985), although it is technically difficult to apply to constructions in combinatorics. The original formulat… ▽ More

    Submitted 26 August, 2022; v1 submitted 6 October, 2016; originally announced October 2016.

    Journal ref: Electronic Journal of Combinatorics 29(4), #P4.10 (2022)

  41. arXiv:1609.06156  [pdf, ps, other

    cs.DS

    Derandomized concentration bounds for polynomials, and hypergraph maximal independent set

    Authors: David G. Harris

    Abstract: A parallel algorithm for maximal independent set (MIS) in hypergraphs has been a long-standing algorithmic challenge, dating back nearly 30 years to a survey of Karp & Ramachandran (1990). The best randomized parallel algorithm for hypergraphs of fixed rank $r$ was developed by Beame & Luby (1990) and Kelsen (1992), running in time roughly $(\log n)^{r!}$. We improve the randomized algorithm of… ▽ More

    Submitted 23 May, 2019; v1 submitted 20 September, 2016; originally announced September 2016.

    Journal ref: ACM Transactions on Algorithms 15(3), Article #43 (2019)

  42. arXiv:1605.04714  [pdf

    cs.CY

    Participating or Not Participating? A Sociomaterial Perspective of the Embeddedness of Online Communities in Everyday Life

    Authors: Geri Harris, Babak Abedin

    Abstract: Online communities are increasingly becoming a venue for socializing, engaging in politics, and conducting business. Ironically, the same enabling social media technology is encroaching into everyday life and reconfiguring relations of participation. Yet, while participation in online communities has been widely studied empirically, theoretical aspects of this social phenomenon need further invest… ▽ More

    Submitted 16 May, 2016; originally announced May 2016.

    Comments: ISBN# 978-0-646-95337-3 Presented at the Australasian Conference on Information Systems 2015 (arXiv:1605.01032)

    Report number: ACIS/2015/20

  43. arXiv:1603.01486  [pdf, other

    cs.DS cs.DC

    Distributed $(Δ+1)$-Coloring in Sublogarithmic Rounds

    Authors: David G. Harris, Johannes Schneider, Hsin-Hao Su

    Abstract: We give a new randomized distributed algorithm for $(Δ+1)$-coloring in the LOCAL model, running in $O(\sqrt{\log Δ})+ 2^{O(\sqrt{\log \log n})}$ rounds in a graph of maximum degree~$Δ$. This implies that the $(Δ+1)$-coloring problem is easier than the maximal independent set problem and the maximal matching problem, due to their lower bounds of… ▽ More

    Submitted 17 January, 2018; v1 submitted 4 March, 2016; originally announced March 2016.

    ACM Class: F.2.2

    Journal ref: Journal of the ACM 65(4), Article #19 (2018)

  44. arXiv:1602.08730  [pdf, ps, other

    cs.DS

    Improved bounds and algorithms for graph cuts and network reliability

    Authors: David G. Harris, Aravind Srinivasan

    Abstract: Karger (SIAM Journal on Computing, 1999) developed the first fully-polynomial approximation scheme to estimate the probability that a graph $G$ becomes disconnected, given that its edges are removed independently with probability $p$. This algorithm runs in $n^{5+o(1)} ε^{-3}$ time to obtain an estimate within relative error $ε$. We improve this run-time through algorithmic and graph-theoretic a… ▽ More

    Submitted 4 August, 2017; v1 submitted 28 February, 2016; originally announced February 2016.

    Journal ref: Random Structures & Algorithms 52(1), pp. 74-135 (2018)

  45. arXiv:1509.06430  [pdf, ps, other

    cs.DM cs.DS math.CO

    Parallel algorithms and concentration bounds for the Lovasz Local Lemma via witness DAGs

    Authors: Bernhard Haeupler, David G. Harris

    Abstract: The Lovász Local Lemma (LLL) is a cornerstone principle in the probabilistic method of combinatorics, and a seminal algorithm of Moser & Tardos (2010) provides an efficient randomized algorithm to implement it. This can be parallelized to give an algorithm that uses polynomially many processors and runs in $O(\log^3 n)$ time on an EREW PRAM, stemming from $O(\log n)$ adaptive computations of a max… ▽ More

    Submitted 28 September, 2017; v1 submitted 21 September, 2015; originally announced September 2015.

    Journal ref: ACM Transactions on Algorithms 13(4), Article #53 (2017)

  46. arXiv:1507.07402  [pdf, ps, other

    cs.DS cs.DM

    Partial resampling to approximate covering integer programs

    Authors: Antares Chen, David G. Harris, Aravind Srinivasan

    Abstract: We consider column-sparse covering integer programs, a generalization of set cover, which have a long line of research of (randomized) approximation algorithms. We develop a new rounding scheme based on the Partial Resampling variant of the Lovász Local Lemma developed by Harris & Srinivasan (2019). This achieves an approximation ratio of… ▽ More

    Submitted 2 July, 2020; v1 submitted 27 July, 2015; originally announced July 2015.

    Journal ref: Random Structures & Algorithms 58(1), pp. 68-93 (2021)

  47. arXiv:1507.02674  [pdf, ps, other

    cs.DM math.CO

    Algorithmic and enumerative aspects of the Moser-Tardos distribution

    Authors: David G. Harris, Aravind Srinivasan

    Abstract: Moser & Tardos have developed a powerful algorithmic approach (henceforth "MT") to the Lovasz Local Lemma (LLL); the basic operation done in MT and its variants is a search for "bad" events in a current configuration. In the initial stage of MT, the variables are set independently. We examine the distributions on these variables which arise during intermediate stages of MT. We show that these conf… ▽ More

    Submitted 16 February, 2017; v1 submitted 9 July, 2015; originally announced July 2015.

    Journal ref: ACM Transactions on Algorithms 13(3), Article #33 (2017)

  48. arXiv:1406.5943  [pdf, other

    math.CO cs.DS

    The Moser-Tardos Framework with Partial Resampling

    Authors: David G. Harris, Aravind Srinivasan

    Abstract: The resampling algorithm of Moser \& Tardos is a powerful approach to develop constructive versions of the Lovász Local Lemma (LLL). We generalize this to partial resampling: when a bad event holds, we resample an appropriately-random subset of the variables that define this event, rather than the entire set as in Moser & Tardos. This is particularly useful when the bad events are determined by su… ▽ More

    Submitted 27 June, 2019; v1 submitted 23 June, 2014; originally announced June 2014.

    Journal ref: Journal of the ACM 66(5), Article #36 (2019)

  49. arXiv:1405.1133  [pdf, ps, other

    cs.DS cs.DC

    On Computing Maximal Independent Sets of Hypergraphs in Parallel

    Authors: Ioana O. Bercea, Navin Goyal, David G. Harris, Aravind Srinivasan

    Abstract: Whether or not the problem of finding maximal independent sets (MIS) in hypergraphs is in (R)NC is one of the fundamental problems in the theory of parallel computing. Unlike the well-understood case of MIS in graphs, for the hypergraph problem, our knowledge is quite limited despite considerable work. It is known that the problem is in \emph{RNC} when the edges of the hypergraph have constant siz… ▽ More

    Submitted 12 August, 2014; v1 submitted 5 May, 2014; originally announced May 2014.

    ACM Class: G.2.2; F.1.2; F.2.2; G.1.0

  50. arXiv:1401.6734  [pdf, ps, other

    math.CO cs.CG math.MG

    Distinct volume subsets

    Authors: David Conlon, Jacob Fox, William Gasarch, David G. Harris, Douglas Ulrich, Samuel Zbarsky

    Abstract: Suppose that $a$ and $d$ are positive integers with $a \geq 2$. Let $h_{a,d}(n)$ be the largest integer $t$ such that any set of $n$ points in $\mathbb{R}^d$ contains a subset of $t$ points for which all the non-zero volumes of the ${t \choose a}$ subsets of order $a$ are distinct. Beginning with Erdős in 1957, the function $h_{2,d}(n)$ has been closely studied and is known to be at least a power… ▽ More

    Submitted 10 May, 2015; v1 submitted 26 January, 2014; originally announced January 2014.

    Comments: 10 pages

    Journal ref: SIAM Journal on Discrete Math 29(1), pp. 472-480 (2014)