Skip to main content

Showing 1–8 of 8 results for author: Borassi, M

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

    cs.DS

    Sliding Window Algorithms for k-Clustering Problems

    Authors: Michele Borassi, Alessandro Epasto, Silvio Lattanzi, Sergei Vassilvitskii, Morteza Zadimoghaddam

    Abstract: The sliding window model of computation captures scenarios in which data is arriving continuously, but only the latest $w$ elements should be used for analysis. The goal is to design algorithms that update the solution efficiently with each arrival rather than recomputing it from scratch. In this work, we focus on $k$-clustering problems such as $k$-means and $k$-median. In this setting, we provid… ▽ More

    Submitted 23 October, 2020; v1 submitted 10 June, 2020; originally announced June 2020.

    Comments: 43 pages, 7 figures

    Journal ref: In Proceedings of the 34th Conference on Neural Information Processing Systems (NeurIPS 2020)

  2. arXiv:1704.01077  [pdf, other

    cs.DS

    Computing top-k Closeness Centrality Faster in Unweighted Graphs

    Authors: Elisabetta Bergamini, Michele Borassi, Pierluigi Crescenzi, Andrea Marino, Henning Meyerhenke

    Abstract: Given a connected graph $G=(V,E)$, the closeness centrality of a vertex $v$ is defined as $\frac{n-1}{\sum_{w \in V} d(v,w)}$. This measure is widely used in the analysis of real-world complex networks, and the problem of selecting the $k$ most central vertices has been deeply analysed in the last decade. However, this problem is computationally not easy, especially for large networks: in the firs… ▽ More

    Submitted 27 April, 2017; v1 submitted 4 April, 2017; originally announced April 2017.

  3. arXiv:1604.08553  [pdf, other

    cs.DS cs.SI

    KADABRA is an ADaptive Algorithm for Betweenness via Random Approximation

    Authors: Michele Borassi, Emanuele Natale

    Abstract: We present KADABRA, a new algorithm to approximate betweenness centrality in directed and undirected graphs, which significantly outperforms all previous approaches on real-world complex networks. The efficiency of the new algorithm relies on two new theoretical contributions, of independent interest. The first contribution focuses on sampling shortest paths, a subroutine used by most algorithms t… ▽ More

    Submitted 12 August, 2016; v1 submitted 28 April, 2016; originally announced April 2016.

    Comments: Some typos corrected

  4. arXiv:1604.01445  [pdf, ps, other

    cs.CC

    An Axiomatic and an Average-Case Analysis of Algorithms and Heuristics for Metric Properties of Graphs

    Authors: Michele Borassi, Pierluigi Crescenzi, Luca Trevisan

    Abstract: In recent years, researchers proposed several algorithms that compute metric quantities of real-world complex networks, and that are very efficient in practice, although there is no worst-case guarantee. In this work, we propose an axiomatic framework to analyze the performances of these algorithms, by proving that they are efficient on the class of graphs satisfying certain axioms. Furthermore,… ▽ More

    Submitted 15 January, 2017; v1 submitted 5 April, 2016; originally announced April 2016.

  5. arXiv:1602.02129  [pdf, ps, other

    cs.CC

    A Note on the Complexity of Computing the Number of Reachable Vertices in a Digraph

    Authors: Michele Borassi

    Abstract: In this work, we consider the following problem: given a digraph $G=(V,E)$, for each vertex $v$, we want to compute the number of vertices reachable from $v$. In other words, we want to compute the out-degree of each vertex in the transitive closure of $G$. We show that this problem is not solvable in time $\mathcal{O}\left(|E|^{2-ε}\right)$ for any $ε>0$, unless the Strong Exponential Time Hypoth… ▽ More

    Submitted 5 February, 2016; originally announced February 2016.

  6. arXiv:1507.01490  [pdf, ps, other

    cs.DS

    Fast and Simple Computation of Top-k Closeness Centralities

    Authors: Michele Borassi, Pierluigi Crescenzi, Andrea Marino

    Abstract: Closeness is an important centrality measure widely used in the analysis of real-world complex networks. In particular, the problem of selecting the k most central nodes with respect to this measure has been deeply analyzed in the last decade. However, even for not very large networks, this problem is computationally intractable in practice: indeed, Abboud et al have recently shown that its comple… ▽ More

    Submitted 6 July, 2015; originally announced July 2015.

    ACM Class: G.2.2; H.2.8; I.1.2

  7. arXiv:1503.03061  [pdf, other

    physics.soc-ph cs.SI

    Hyperbolicity Measures "Democracy" in Real-World Networks

    Authors: Michele Borassi, Alessandro Chessa, Guido Caldarelli

    Abstract: We analyze the hyperbolicity of real-world networks, a geometric quantity that measures if a space is negatively curved. In our interpretation, a network with small hyperbolicity is "aristocratic", because it contains a small set of vertices involved in many shortest paths, so that few elements "connect" the systems, while a network with large hyperbolicity has a more "democratic" structure with a… ▽ More

    Submitted 10 March, 2015; originally announced March 2015.

    Journal ref: Phys. Rev. E 92, 032812 (2015)

  8. arXiv:1407.4972  [pdf, ps, other

    cs.CC

    Into the Square - On the Complexity of Quadratic-Time Solvable Problems

    Authors: Michele Borassi, Pierluigi Crescenzi, Michel Habib

    Abstract: This paper will analyze several quadratic-time solvable problems, and will classify them into two classes: problems that are solvable in truly subquadratic time (that is, in time $O(n^{2-ε})$ for some $ε>0$) and problems that are not, unless the well known Strong Exponential Time Hypothesis (SETH) is false. In particular, we will prove that some quadratic-time solvable problems are indeed easier t… ▽ More

    Submitted 18 July, 2014; originally announced July 2014.

    Comments: Submitted at SODA 2015