Skip to main content

Showing 1–10 of 10 results for author: Ferdous, S M

.
  1. arXiv:2405.15218  [pdf, other

    cs.LG

    AGS-GNN: Attribute-guided Sampling for Graph Neural Networks

    Authors: Siddhartha Shankar Das, S M Ferdous, Mahantesh M Halappanavar, Edoardo Serra, Alex Pothen

    Abstract: We propose AGS-GNN, a novel attribute-guided sampling algorithm for Graph Neural Networks (GNNs) that exploits node features and connectivity structure of a graph while simultaneously adapting for both homophily and heterophily in graphs. (In homophilic graphs vertices of the same class are more likely to be connected, and vertices of different classes tend to be linked in heterophilic graphs.) Wh… ▽ More

    Submitted 24 May, 2024; originally announced May 2024.

    Comments: The paper has been accepted to KDD'24 in the research track

  2. arXiv:2403.11811  [pdf

    cs.CG cs.GT

    A Simple 2-Approximation Algorithm For Minimum Manhattan Network Problem

    Authors: Md. Musfiqur Rahman Sanim, Safrunnesa Saira, Fatin Faiaz Ahsan, Rajon Bardhan, S. M. Ferdous

    Abstract: Given a n points in two dimensional space, a Manhattan Network G is a network that connects all n points with either horizontal or vertical edges, with the property that for any two point in G should be connected by a Manhattan path and distance between this two points is equal to Manhattan Distance. The Minimum Manhattan Network problem is to find a Manhattan network with minimum network length,… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

    Comments: ARSSS International Conference, Dhaka, Bangladesh

  3. arXiv:2403.10332  [pdf, other

    cs.DC cs.DS cs.LG

    GreedyML: A Parallel Algorithm for Maximizing Submodular Functions

    Authors: Shivaram Gopal, S M Ferdous, Hemanta K. Maji, Alex Pothen

    Abstract: We describe a parallel approximation algorithm for maximizing monotone submodular functions subject to hereditary constraints on distributed memory multiprocessors. Our work is motivated by the need to solve submodular optimization problems on massive data sets, for practical applications in areas such as data summarization, machine learning, and graph sparsification. Our work builds on the random… ▽ More

    Submitted 15 March, 2024; originally announced March 2024.

    Comments: 22 pages, 7 figures

  4. arXiv:2403.05781  [pdf, other

    cs.DS

    Approximate Bipartite $b$-Matching using Multiplicative Auction

    Authors: Bhargav Samineni, S M Ferdous, Mahantesh Halappanavar, Bala Krishnamoorthy

    Abstract: Given a bipartite graph $G(V= (A \cup B),E)$ with $n$ vertices and $m$ edges and a function $b \colon V \to \mathbb{Z}_+$, a $b$-matching is a subset of edges such that every vertex $v \in V$ is incident to at most $b(v)$ edges in the subset. When we are also given edge weights, the Max Weight $b$-Matching problem is to find a $b$-matching of maximum weight, which is a fundamental combinatorial op… ▽ More

    Submitted 8 March, 2024; originally announced March 2024.

    Comments: 14 pages; Accepted as a refereed paper in the 2024 INFORMS Optimization Society conference

  5. arXiv:2401.06713  [pdf, other

    cs.DC

    Picasso: Memory-Efficient Graph Coloring Using Palettes With Applications in Quantum Computing

    Authors: S M Ferdous, Reece Neff, Bo Peng, Salman Shuvo, Marco Minutoli, Sayak Mukherjee, Karol Kowalski, Michela Becchi, Mahantesh Halappanavar

    Abstract: A coloring of a graph is an assignment of colors to vertices such that no two neighboring vertices have the same color. The need for memory-efficient coloring algorithms is motivated by their application in computing clique partitions of graphs arising in quantum computations where the objective is to map a large set of Pauli strings into a compact set of unitaries. We present Picasso, a randomize… ▽ More

    Submitted 12 February, 2024; v1 submitted 12 January, 2024; originally announced January 2024.

    Comments: Accepted by IPDPS 2024

  6. arXiv:2311.02073  [pdf, other

    cs.DS

    Semi-Streaming Algorithms for Weighted $k$-Disjoint Matchings

    Authors: S M Ferdous, Bhargav Samineni, Alex Pothen, Mahantesh Halappanavar, Bala Krishnamoorthy

    Abstract: We design and implement two single-pass semi-streaming algorithms for the maximum weight $k$-disjoint matching ($k$-DM) problem. Given an integer $k$, the $k$-DM problem is to find $k$ pairwise edge-disjoint matchings such that the sum of the weights of the matchings is maximized. For $k \geq 2$, this problem is NP-hard. Our first algorithm is based on the primal-dual framework of a linear program… ▽ More

    Submitted 5 July, 2024; v1 submitted 3 November, 2023; originally announced November 2023.

    Comments: 24 pages, To appear in ESA 2024

  7. arXiv:2107.05793  [pdf, other

    cs.DS cs.DC

    A Parallel Approximation Algorithm for Maximizing Submodular $b$-Matching

    Authors: S M Ferdous, Alex Pothen, Arif Khan, Ajay Panyala, Mahantesh Halappanavar

    Abstract: We design new serial and parallel approximation algorithms for computing a maximum weight $b$-matching in an edge-weighted graph with a submodular objective function. This problem is NP-hard; the new algorithms have approximation ratio $1/3$, and are relaxations of the Greedy algorithm that rely only on local information in the graph, making them parallelizable. We have designed and implemented Lo… ▽ More

    Submitted 12 July, 2021; originally announced July 2021.

    Comments: 10 pages, accepted for SIAM ACDA 21

  8. arXiv:2012.07183  [pdf, other

    cs.LG cs.DC

    Privacy-preserving Decentralized Aggregation for Federated Learning

    Authors: Beomyeol Jeon, S. M. Ferdous, Muntasir Raihan Rahman, Anwar Walid

    Abstract: Federated learning is a promising framework for learning over decentralized data spanning multiple regions. This approach avoids expensive central training data aggregation cost and can improve privacy because distributed sites do not have to reveal privacy-sensitive data. In this paper, we develop a privacy-preserving decentralized aggregation protocol for federated learning. We formulate the dis… ▽ More

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

    Comments: 10 pages, 6 figures

  9. arXiv:1405.6081  [pdf, other

    cs.DM math.CO math.OC

    An Integer Programming Formulation of the Minimum Common String Partition problem

    Authors: S. M. Ferdous, M. Sohel Rahman

    Abstract: We consider the problem of finding a minimum common partition of two strings (MCSP). The problem has its application in genome comparison. MCSP problem is proved to be NP-hard. In this paper, we develop an Integer Programming (IP) formulation for the problem and implement it. The experimental results are compared with the previous state-of-the-art algorithms and are found to be promising.

    Submitted 23 May, 2014; originally announced May 2014.

    Comments: arXiv admin note: text overlap with arXiv:1401.4539

  10. arXiv:1401.4539  [pdf, other

    cs.AI

    Solving the Minimum Common String Partition Problem with the Help of Ants

    Authors: S. M. Ferdous, M. Sohel Rahman

    Abstract: In this paper, we consider the problem of finding a minimum common partition of two strings. The problem has its application in genome comparison. As it is an NP-hard, discrete combinatorial optimization problem, we employ a metaheuristic technique, namely, MAX-MIN ant system to solve this problem. To achieve better efficiency we first map the problem instance into a special kind of graph. Subsequ… ▽ More

    Submitted 21 May, 2014; v1 submitted 18 January, 2014; originally announced January 2014.