Skip to main content

Showing 1–32 of 32 results for author: Bandyapadhyay, S

.
  1. arXiv:2405.10378  [pdf, other

    cs.DS cs.AI cs.LG

    A Polynomial-Time Approximation for Pairwise Fair $k$-Median Clustering

    Authors: Sayan Bandyapadhyay, Eden Chlamtáč, Yury Makarychev, Ali Vakilian

    Abstract: In this work, we study pairwise fair clustering with $\ell \ge 2$ groups, where for every cluster $C$ and every group $i \in [\ell]$, the number of points in $C$ from group $i$ must be at most $t$ times the number of points in $C$ from any other group $j \in [\ell]$, for a given integer $t$. To the best of our knowledge, only bi-criteria approximation and exponential-time algorithms follow for thi… ▽ More

    Submitted 16 May, 2024; originally announced May 2024.

  2. arXiv:2402.15837  [pdf, other

    cs.CG cs.DS

    An $O(n \log n)$-Time Approximation Scheme for Geometric Many-to-Many Matching

    Authors: Sayan Bandyapadhyay, Jie Xue

    Abstract: Geometric matching is an important topic in computational geometry and has been extensively studied over decades. In this paper, we study a geometric-matching problem, known as geometric many-to-many matching. In this problem, the input is a set $S$ of $n$ colored points in $\mathbb{R}^d$, which implicitly defines a graph $G = (S,E(S))$ where… ▽ More

    Submitted 3 March, 2024; v1 submitted 24 February, 2024; originally announced February 2024.

    Comments: In SoCG'24

  3. arXiv:2312.01589  [pdf, other

    cs.CG cs.DS

    Euclidean Bottleneck Steiner Tree is Fixed-Parameter Tractable

    Authors: Sayan Bandyapadhyay, William Lochet, Daniel Lokshtanov, Saket Saurabh, Jie Xue

    Abstract: In the Euclidean Bottleneck Steiner Tree problem, the input consists of a set of $n$ points in $\mathbb{R}^2$ called terminals and a parameter $k$, and the goal is to compute a Steiner tree that spans all the terminals and contains at most $k$ points of $\mathbb{R}^2$ as Steiner points such that the maximum edge-length of the Steiner tree is minimized, where the length of a tree edge is the Euclid… ▽ More

    Submitted 3 December, 2023; originally announced December 2023.

    Comments: In SODA'24

  4. arXiv:2308.15842  [pdf, other

    cs.DS cs.CG

    On Colorful Vertex and Edge Cover Problems

    Authors: Sayan Bandyapadhyay, Aritra Banik, Sujoy Bhore

    Abstract: In this paper, we study two generalizations of Vertex Cover and Edge Cover, namely Colorful Vertex Cover and Colorful Edge Cover. In the Colorful Vertex Cover problem, given an $n$-vertex edge-colored graph $G$ with colors from $\{1, \ldots, ω\}$ and coverage requirements $r_1, r_2, \ldots, r_ω$, the goal is to find a minimum-sized set of vertices that are incident on at least $r_i$ edges of color… ▽ More

    Submitted 30 August, 2023; originally announced August 2023.

  5. arXiv:2305.03985  [pdf, other

    cs.CG cs.DS

    Minimum-Membership Geometric Set Cover, Revisited

    Authors: Sayan Bandyapadhyay, William Lochet, Saket Saurabh, Jie Xue

    Abstract: We revisit a natural variant of geometric set cover, called minimum-membership geometric set cover (MMGSC). In this problem, the input consists of a set $S$ of points and a set $\mathcal{R}$ of geometric objects, and the goal is to find a subset $\mathcal{R}^*\subseteq\mathcal{R}$ to cover all points in $S$ such that the \textit{membership} of $S$ with respect to $\mathcal{R}^*$, denoted by… ▽ More

    Submitted 6 May, 2023; originally announced May 2023.

    Comments: In SoCG'23

  6. arXiv:2303.07923  [pdf, other

    cs.DS cs.CG

    FPT Constant-Approximations for Capacitated Clustering to Minimize the Sum of Cluster Radii

    Authors: Sayan Bandyapadhyay, William Lochet, Saket Saurabh

    Abstract: Clustering with capacity constraints is a fundamental problem that attracted significant attention throughout the years. In this paper, we give the first FPT constant-factor approximation algorithm for the problem of clustering points in a general metric into $k$ clusters to minimize the sum of cluster radii, subject to non-uniform hard capacity constraints. In particular, we give a $(15+ε)$-appro… ▽ More

    Submitted 20 February, 2024; v1 submitted 14 March, 2023; originally announced March 2023.

    Comments: Updated version: fix an error in the proof of Lemma 2.5

  7. arXiv:2303.01400  [pdf, other

    cs.CG cs.DS

    Coresets for Clustering in Geometric Intersection Graphs

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Tanmay Inamdar

    Abstract: Designing coresets--small-space sketches of the data preserving cost of the solutions within $(1\pm ε)$-approximate factor--is an important research direction in the study of center-based $k$-clustering problems, such as $k$-means or $k$-median. Feldman and Langberg [STOC'11] have shown that for $k$-clustering of $n$ points in general metrics, it is possible to obtain coresets whose size depends l… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

    Comments: Full version of a paper accepted to SoCG 2023. Abstract shortened to meet the arXiv character limit

  8. arXiv:2301.03862  [pdf, other

    cs.DS

    Proportionally Fair Matching with Multiple Groups

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Tanmay Inamdar, Kirill Simonov

    Abstract: The study of fair algorithms has become mainstream in machine learning and artificial intelligence due to its increasing demand in dealing with biases and discrimination. Along this line, researchers have considered fair versions of traditional optimization problems including clustering, regression, ranking and voting. However, most of the efforts have been channeled into designing heuristic algor… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

  9. arXiv:2112.10195  [pdf, ps, other

    cs.DS

    Parameterized Approximation Algorithms for $k$-Center Clustering and Variants

    Authors: Sayan Bandyapadhyay, Zachary Friggstad, Ramin Mousavi

    Abstract: $k$-center is one of the most popular clustering models. While it admits a simple 2-approximation in polynomial time in general metrics, the Euclidean version is NP-hard to approximate within a factor of 1.93, even in the plane, if one insists the dependence on $k$ in the running time be polynomial. Without this restriction, a classic algorithm yields a $2^{O((k\log k)/ε)}dn$-time $(1+ε)… ▽ More

    Submitted 19 December, 2021; originally announced December 2021.

    Comments: A preliminary version appears in AAAI 2022

  10. arXiv:2112.06580  [pdf, other

    cs.DS cs.LG

    How to Find a Good Explanation for Clustering?

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, William Lochet, Nidhi Purohit, Kirill Simonov

    Abstract: $k$-means and $k$-median clustering are powerful unsupervised machine learning techniques. However, due to complicated dependences on all the features, it is challenging to interpret the resulting cluster assignments. Moshkovitz, Dasgupta, Rashtchian, and Frost [ICML 2020] proposed an elegant model of explainable $k$-means and $k$-median clustering. In this model, a decision tree with $k… ▽ More

    Submitted 16 December, 2021; v1 submitted 13 December, 2021; originally announced December 2021.

  11. arXiv:2111.14196  [pdf, other

    cs.DS cs.DM

    Subexponential Parameterized Algorithms for Cut and Cycle Hitting Problems on H-Minor-Free Graphs

    Authors: Sayan Bandyapadhyay, William Lochet, Daniel Lokshtanov, Saket Saurabh, Jie Xue

    Abstract: We design the first subexponential-time (parameterized) algorithms for several cut and cycle-hitting problems on $H$-minor free graphs. In particular, we obtain the following results (where $k$ is the solution-size parameter). 1. $2^{O(\sqrt{k}\log k)} \cdot n^{O(1)}$ time algorithms for Edge Bipartization and Odd Cycle Transversal; 2. a $2^{O(\sqrt{k}\log^4 k)} \cdot n^{O(1)}$ time algorithm… ▽ More

    Submitted 4 July, 2022; v1 submitted 28 November, 2021; originally announced November 2021.

    Comments: A preliminary version appears in SODA'22

  12. arXiv:2109.07524  [pdf, other

    cs.CG cs.DS

    Exact and Approximation Algorithms for Many-To-Many Point Matching in the Plane

    Authors: Sayan Bandyapadhyay, Anil Maheshwari, Michiel Smid

    Abstract: Given two sets $S$ and $T$ of points in the plane, of total size $n$, a {many-to-many} matching between $S$ and $T$ is a set of pairs $(p,q)$ such that $p\in S$, $q\in T$ and for each $r\in S\cup T$, $r$ appears in at least one such pair. The {cost of a pair} $(p,q)$ is the (Euclidean) distance between $p$ and $q$. In the {minimum-cost many-to-many matching} problem, the goal is to compute a many-… ▽ More

    Submitted 15 September, 2021; originally announced September 2021.

    Comments: Accepted at ISAAC 2021

  13. arXiv:2107.09481  [pdf, other

    cs.CG cs.DM cs.DS

    FPT Approximation for Fair Minimum-Load Clustering

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, Nidhi Purohit, Kirill Simonov

    Abstract: In this paper, we consider the Minimum-Load $k$-Clustering/Facility Location (MLkC) problem where we are given a set $P$ of $n$ points in a metric space that we have to cluster and an integer $k$ that denotes the number of clusters. Additionally, we are given a set $F$ of cluster centers in the same metric space. The goal is to select a set $C\subseteq F$ of $k$ centers and assign each point in… ▽ More

    Submitted 20 July, 2021; originally announced July 2021.

  14. arXiv:2107.07383  [pdf, other

    cs.DS

    Lossy Kernelization of Same-Size Clustering

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, Nidhi Purohit, Kirill Simonov

    Abstract: In this work, we study the $k$-median clustering problem with an additional equal-size constraint on the clusters, from the perspective of parameterized preprocessing. Our main result is the first lossy ($2$-approximate) polynomial kernel for this problem, parameterized by the cost of clustering. We complement this result by establishing lower bounds for the problem that eliminate the existences o… ▽ More

    Submitted 15 July, 2021; originally announced July 2021.

  15. arXiv:2105.03753  [pdf, other

    cs.DS cs.DM

    Parameterized Complexity of Feature Selection for Categorical Data Clustering

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Petr A. Golovach, Kirill Simonov

    Abstract: We develop new algorithmic methods with provable guarantees for feature selection in regard to categorical data clustering. While feature selection is one of the most common approaches to reduce dimensionality in practice, most of the known feature selection methods are heuristics. We study the following mathematical model. We assume that there are some inadvertent (or undesirable) features of the… ▽ More

    Submitted 19 August, 2021; v1 submitted 8 May, 2021; originally announced May 2021.

    Comments: 25 pages, full version

  16. arXiv:2007.11476   

    cs.DS cs.CG

    Approximate Covering with Lower and Upper Bounds via LP Rounding

    Authors: Sayan Bandyapadhyay, Aniket Basu Roy

    Abstract: In this paper, we study the lower- and upper-bounded covering (LUC) problem, where we are given a set $P$ of $n$ points, a collection $\mathcal{B}$ of balls, and parameters $L$ and $U$. The goal is to find a minimum-sized subset $\mathcal{B}'\subseteq \mathcal{B}$ and an assignment of the points in $P$ to $\mathcal{B}'$, such that each point $p\in P$ is assigned to a ball that contains $p$ and for… ▽ More

    Submitted 18 September, 2020; v1 submitted 22 July, 2020; originally announced July 2020.

    Comments: There is an error in the algorithm for LUC in Section 3. The proof of Lemma 5 does not hold

  17. arXiv:2007.10137  [pdf, other

    cs.DS cs.LG

    On Coresets for Fair Clustering in Metric and Euclidean Spaces and Their Applications

    Authors: Sayan Bandyapadhyay, Fedor V. Fomin, Kirill Simonov

    Abstract: Fair clustering is a constrained variant of clustering where the goal is to partition a set of colored points, such that the fraction of points of any color in every cluster is more or less equal to the fraction of points of this color in the dataset. This variant was recently introduced by Chierichetti et al. [NeurIPS, 2017] in a seminal work and became widely popular in the clustering literature… ▽ More

    Submitted 20 July, 2020; originally announced July 2020.

  18. arXiv:2006.12454  [pdf, other

    cs.DS cs.CG cs.DM

    Improved Bounds for Metric Capacitated Covering Problems

    Authors: Sayan Bandyapadhyay

    Abstract: In the Metric Capacitated Covering (MCC) problem, given a set of balls $\mathcal{B}$ in a metric space $P$ with metric $d$ and a capacity parameter $U$, the goal is to find a minimum sized subset $\mathcal{B}'\subseteq \mathcal{B}$ and an assignment of the points in $P$ to the balls in $\mathcal{B}'$ such that each point is assigned to a ball that contains it and each ball is assigned with at most… ▽ More

    Submitted 22 June, 2020; originally announced June 2020.

    Comments: To appear at European Symposia on Algorithms 2020

  19. arXiv:2004.12633  [pdf, other

    cs.DS cs.CG

    On Perturbation Resilience of Non-Uniform $k$-Center

    Authors: Sayan Bandyapadhyay

    Abstract: The Non-Uniform $k$-center (NUkC) problem has recently been formulated by Chakrabarty, Goyal and Krishnaswamy [ICALP, 2016] as a generalization of the classical $k$-center clustering problem. In NUkC, given a set of $n$ points $P$ in a metric space and non-negative numbers $r_1, r_2, \ldots , r_k$, the goal is to find the minimum dilation $α$ and to choose $k$ balls centered at the points of $P$ w… ▽ More

    Submitted 27 April, 2020; originally announced April 2020.

    Comments: 20 pages, 5 figures

  20. Geometric Planar Networks on Bichromatic Points

    Authors: Sayan Bandyapadhyay, Aritra Banik, Sujoy Bhore, Martin Nöllenburg

    Abstract: We study three classical graph problems - Hamiltonian path, minimum spanning tree, and minimum perfect matching on geometric graphs induced by bichromatic (red and blue) points. These problems have been widely studied for points in the Euclidean plane, and many of them are NP-hard. In this work, we consider these problems for collinear points. We show that almost all of these problems can be solve… ▽ More

    Submitted 16 July, 2022; v1 submitted 20 November, 2019; originally announced November 2019.

    Comments: Appeared in Theoretical Computer Science (TCS) 2021

  21. arXiv:1907.08906  [pdf, other

    cs.DS cs.CG

    A Constant Approximation for Colorful k-Center

    Authors: Sayan Bandyapadhyay, Tanmay Inamdar, Shreyas Pai, Kasturi Varadarajan

    Abstract: In this paper, we consider the colorful $k$-center problem, which is a generalization of the well-known $k$-center problem. Here, we are given red and blue points in a metric space, and a coverage requirement for each color. The goal is to find the smallest radius $ρ$, such that with $k$ balls of radius $ρ$, the desired number of points of each color can be covered. We obtain a constant approximat… ▽ More

    Submitted 20 July, 2019; originally announced July 2019.

    Comments: 14 pages, Published in ESA 2019

  22. arXiv:1904.13369  [pdf, other

    cs.CG cs.CC cs.DS

    Constrained Orthogonal Segment Stabbing

    Authors: Sayan Bandyapadhyay, Saeed Mehrabi

    Abstract: Let $S$ and $D$ each be a set of orthogonal line segments in the plane. A line segment $s\in S$ \emph{stabs} a line segment $s'\in D$ if $s\cap s'\neq\emptyset$. It is known that the problem of stabbing the line segments in $D$ with the minimum number of line segments of $S$ is NP-hard. However, no better than $O(\log |S\cup D|)$-approximation is known for the problem. In this paper, we introduce… ▽ More

    Submitted 22 June, 2019; v1 submitted 30 April, 2019; originally announced April 2019.

    Comments: to appear at CCCG 2019

  23. arXiv:1803.06216  [pdf, other

    cs.CG

    Approximating Dominating Set on Intersection Graphs of Rectangles and L-frames

    Authors: Sayan Bandyapadhyay, Anil Maheshwari, Saeed Mehrabi, Subhash Suri

    Abstract: We consider the Minimum Dominating Set (MDS) problem on the intersection graphs of geometric objects. Even for simple and widely-used geometric objects such as rectangles, no sub-logarithmic approximation is known for the problem and (perhaps surprisingly) the problem is NP-hard even when all the rectangles are "anchored" at a diagonal line with slope -1 (Pandit, CCCG 2017). In this paper, we firs… ▽ More

    Submitted 25 June, 2018; v1 submitted 16 March, 2018; originally announced March 2018.

    Comments: 19 pages, 13 figures, a preliminary version to appear in MFCS 2018

  24. arXiv:1710.08381  [pdf, ps, other

    cs.DC cs.DS

    Near-Optimal Clustering in the $k$-machine model

    Authors: Sayan Bandyapadhyay, Tanmay Inamdar, Shreyas Pai, Sriram V. Pemmaraju

    Abstract: The clustering problem, in its many variants, has numerous applications in operations research and computer science (e.g., in applications in bioinformatics, image processing, social network analysis, etc.). As sizes of data sets have grown rapidly, researchers have focused on designing algorithms for clustering problems in models of computation suited for large-scale computation such as MapReduce… ▽ More

    Submitted 23 October, 2017; originally announced October 2017.

  25. arXiv:1707.05170  [pdf, other

    cs.DS

    Capacitated Covering Problems in Geometric Spaces

    Authors: Sayan Bandyapadhyay, Santanu Bhowmick, Tanmay Inamdar, Kasturi Varadarajan

    Abstract: In this article, we consider the following capacitated covering problem. We are given a set $P$ of $n$ points and a set $\mathcal{B}$ of balls from some metric space, and a positive integer $U$ that represents the capacity of each of the balls in $\mathcal{B}$. We would like to compute a subset $\mathcal{B}' \subseteq \mathcal{B}$ of balls and assign each point in $P$ to some ball in… ▽ More

    Submitted 12 December, 2017; v1 submitted 17 July, 2017; originally announced July 2017.

  26. arXiv:1610.00300  [pdf, other

    cs.CG cs.DS

    Polynomial Time Algorithms for Bichromatic Problems

    Authors: Sayan Bandyapadhyay, Aritra Banik

    Abstract: In this article, we consider a collection of geometric problems involving points colored by two colors (red and blue), referred to as bichromatic problems. The motivation behind studying these problems is two fold; (i) these problems appear naturally and frequently in the fields like Machine learning, Data mining, and so on, and (ii) we are interested in extending the algorithms and techniques for… ▽ More

    Submitted 2 October, 2016; originally announced October 2016.

  27. arXiv:1512.02985  [pdf, other

    cs.CG cs.DS

    On Variants of k-means Clustering

    Authors: Sayan Bandyapadhyay, Kasturi Varadarajan

    Abstract: \textit{Clustering problems} often arise in the fields like data mining, machine learning etc. to group a collection of objects into similar groups with respect to a similarity (or dissimilarity) measure. Among the clustering problems, specifically \textit{$k$-means} clustering has got much attention from the researchers. Despite the fact that $k$-means is a very well studied problem its status in… ▽ More

    Submitted 9 December, 2015; originally announced December 2015.

    Comments: 15 pages

  28. arXiv:1507.02222  [pdf, other

    cs.CG cs.DS math.PR

    Approximate Clustering via Metric Partitioning

    Authors: Sayan Bandyapadhyay, Kasturi Varadarajan

    Abstract: In this paper we consider two metric covering/clustering problems - \textit{Minimum Cost Covering Problem} (MCC) and $k$-clustering. In the MCC problem, we are given two point sets $X$ (clients) and $Y$ (servers), and a metric on $X \cup Y$. We would like to cover the clients by balls centered at the servers. The objective function to minimize is the sum of the $α$-th power of the radii of the bal… ▽ More

    Submitted 3 October, 2016; v1 submitted 8 July, 2015; originally announced July 2015.

    Comments: 19 pages

  29. arXiv:1502.03847  [pdf, other

    cs.CG cs.CC cs.DM

    A Constant Factor Approximation for Orthogonal Order Preserving Layout Adjustment

    Authors: Sayan Bandyapadhyay, Santanu Bhowmick, Kasturi Varadarajan

    Abstract: Given an initial placement of a set of rectangles in the plane, we consider the problem of finding a disjoint placement of the rectangles that minimizes the area of the bounding box and preserves the orthogonal order i.e.\ maintains the sorted ordering of the rectangle centers along both $x$-axis and $y$-axis with respect to the initial placement. This problem is known as Layout Adjustment for Dis… ▽ More

    Submitted 23 February, 2015; v1 submitted 12 February, 2015; originally announced February 2015.

    Comments: Edited Section 5, re-arranged content

    ACM Class: I.3.5

  30. arXiv:1409.0173  [pdf, other

    cs.DS cs.CG cs.DM

    A Variant of the Maximum Weight Independent Set Problem

    Authors: Sayan Bandyapadhyay

    Abstract: We study a natural extension of the Maximum Weight Independent Set Problem (MWIS), one of the most studied optimization problems in Graph algorithms. We are given a graph $G=(V,E)$, a weight function $w: V \rightarrow \mathbb{R^+}$, a budget function $b: V \rightarrow \mathbb{Z^+}$, and a positive integer $B$. The weight (resp. budget) of a subset of vertices is the sum of weights (resp. budgets)… ▽ More

    Submitted 28 September, 2014; v1 submitted 30 August, 2014; originally announced September 2014.

    Comments: 18 pages

  31. arXiv:1407.8474  [pdf, other

    cs.DS cs.DM cs.GT

    Voronoi Game on Graphs

    Authors: Sayan Bandyapadhyay, Aritra Banik, Sandip Das, Hirak Sarkar

    Abstract: \textit{Voronoi game} is a geometric model of competitive facility location problem played between two players. Users are generally modeled as points uniformly distributed on a given underlying space. Each player chooses a set of points in the underlying space to place their facilities. Each user avails service from its nearest facility. Service zone of a facility consists of the set of users whic… ▽ More

    Submitted 31 July, 2014; originally announced July 2014.

    Comments: Journal preprint version, 18 pages

  32. arXiv:1404.3776  [pdf, other

    cs.CG

    Approximation Schemes for Partitioning: Convex Decomposition and Surface Approximation

    Authors: Sayan Bandyapadhyay, Santanu Bhowmick, Kasturi Varadarajan

    Abstract: We revisit two NP-hard geometric partitioning problems - convex decomposition and surface approximation. Building on recent developments in geometric separators, we present quasi-polynomial time algorithms for these problems with improved approximation guarantees.

    Submitted 14 April, 2014; originally announced April 2014.

    Comments: 21 pages, 6 figures