Skip to main content

Showing 1–9 of 9 results for author: Pontecorvi, M

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

    cs.CR

    A Novel Framework for the Analysis of Unknown Transactions in Bitcoin: Theory, Model, and Experimental Results

    Authors: Maurantonio Caprolu, Matteo Pontecorvi, Matteo Signorini, Carlos Segarra, Roberto Di Pietro

    Abstract: Bitcoin (BTC) is probably the most transparent payment network in the world, thanks to the full history of transactions available to the public. Though, Bitcoin is not a fully anonymous environment, rather a pseudonymous one, accounting for a number of attempts to beat its pseudonimity using clustering techniques. There is, however, a recurring assumption in all the cited deanonymization technique… ▽ More

    Submitted 17 March, 2021; originally announced March 2021.

  2. arXiv:2012.10146  [pdf, other

    cs.GT cs.DC cs.MA

    Achieving State Machine Replication without Honest Players

    Authors: Conor McMenamin, Vanesa Daza, Matteo Pontecorvi

    Abstract: Existing standards for player characterisation in tokenised state machine replication protocols depend on honest players who will always follow the protocol, regardless of possible token increases for deviating. Given the ever-increasing market capitalisation of these tokenised protocols, honesty is becoming more expensive and more unrealistic. As such, this out-dated player characterisation must… ▽ More

    Submitted 31 May, 2021; v1 submitted 18 December, 2020; originally announced December 2020.

    Comments: 14 pages

  3. arXiv:1807.03833  [pdf, ps, other

    cs.CR

    BAD: Blockchain Anomaly Detection

    Authors: Matteo Signorini, Matteo Pontecorvi, Wael Kanoun, Roberto Di Pietro

    Abstract: Anomaly detection tools play a role of paramount importance in protecting networks and systems from unforeseen attacks, usually by automatically recognizing and filtering out anomalous activities. Over the years, different approaches have been designed, all focused on lowering the false positive rate. However, no proposal has addressed attacks targeting blockchain-based systems. In this paper we p… ▽ More

    Submitted 3 July, 2020; v1 submitted 10 July, 2018; originally announced July 2018.

  4. arXiv:1805.08124  [pdf, ps, other

    cs.DS cs.DC

    Distributed Algorithms for Directed Betweenness Centrality and All Pairs Shortest Paths

    Authors: Matteo Pontecorvi, Vijaya Ramachandran

    Abstract: The betweenness centrality (BC) of a node in a network (or graph) is a measure of its importance in the network. BC is widely used in a large number of environments such as social networks, transport networks, security/mobile networks and more. We present an O(n)-round distributed algorithm for computing BC of every vertex as well as all pairs shortest paths (APSP) in a directed unweighted network… ▽ More

    Submitted 4 February, 2019; v1 submitted 21 May, 2018; originally announced May 2018.

    Comments: The new algorithms for APSP and BC in Section 4 of this manuscript will appear as the theoretical component in the following paper, which will appear in Proc. ACM PPoPP, February 2019: Loc Hoang, Matteo Pontecorvi, Roshan Dathathri, Gurbinder Gill, Bozhi You, Keshav **ali, and Vijaya Ramachandran - A round-efficient distributed Betweenness Centrality algorithm

  5. arXiv:1804.05441  [pdf, ps, other

    cs.DS cs.DC

    A Deterministic Distributed Algorithm for Exact Weighted All-Pairs Shortest Paths in $\tilde{O}(n^{3/2})$ Rounds

    Authors: Udit Agarwal, Vijaya Ramachandran, Valerie King, Matteo Pontecorvi

    Abstract: We present a deterministic distributed algorithm to compute all-pairs shortest paths(APSP) in an edge-weighted directed or undirected graph. Our algorithm runs in $\tilde{O}(n^{3/2})$ rounds in the Congest model, where $n$ is the number of nodes in the graph. This is the first $o(n^2)$ rounds deterministic distributed algorithm for the weighted APSP problem. Our algorithm is fairly simple and inco… ▽ More

    Submitted 15 April, 2018; originally announced April 2018.

  6. arXiv:1506.05783  [pdf, ps, other

    cs.DS

    A Faster Algorithm for Fully Dynamic Betweenness Centrality

    Authors: Matteo Pontecorvi, Vijaya Ramachandran

    Abstract: We present a new fully dynamic algorithm for maintaining betweenness centrality (BC) of vertices in a directed graph $G=(V,E)$ with positive edge weights. BC is a widely used parameter in the analysis of large complex networks. We achieve an amortized $O((ν^*)^2 \log^2 n)$ time per update, where $n = |V| $ and $ν^*$ bounds the number of distinct edges that lie on shortest paths through any single… ▽ More

    Submitted 25 November, 2015; v1 submitted 18 June, 2015; originally announced June 2015.

    Comments: The current revision (v3) includes minor changes in the Introduction. There is no change to the main result. A brief summary of this paper will appear in Proc. ISAAC 2015, in a paper by the authors entitled "Fully Dynamic Betweenness Centrality''. arXiv admin note: substantial text overlap with arXiv:1412.3852

    ACM Class: F.2.2; G.2.2

  7. arXiv:1412.3852  [pdf, other

    cs.DS

    Fully Dynamic All Pairs All Shortest Paths

    Authors: Matteo Pontecorvi, Vijaya Ramachandran

    Abstract: We consider the all pairs all shortest paths (APASP) problem, which maintains all of the multiple shortest paths for every vertex pair in a directed graph $G=(V,E)$ with a positive real weight on each edge. We present two fully dynamic algorithms for this problem in which an update supports either weight increases or weight decreases on a subset of edges incident to a vertex. Our first algorithm r… ▽ More

    Submitted 20 April, 2022; v1 submitted 11 December, 2014; originally announced December 2014.

    Comments: In addition to few updates to the original document (v3), in this new manuscript we have added a faster version of our algorithm (previously available on ArXiv at arXiv:1506.05783) that reduces the amortized cost per operation by a logarithmic factor

    ACM Class: G.2.2; F.2.2

  8. arXiv:1411.4073  [pdf, ps, other

    cs.DS

    Decremental All-Pairs ALL Shortest Paths and Betweenness Centrality

    Authors: Meghana Nasre, Matteo Pontecorvi, Vijaya Ramachandran

    Abstract: We consider the all pairs all shortest paths (APASP) problem, which maintains the shortest path dag rooted at every vertex in a directed graph G=(V,E) with positive edge weights. For this problem we present a decremental algorithm (that supports the deletion of a vertex, or weight increases on edges incident to a vertex). Our algorithm runs in amortized O(\vstar^2 \cdot \log n) time per update, wh… ▽ More

    Submitted 14 November, 2014; originally announced November 2014.

    Comments: An extended abstract of this paper will appear in Proc. ISAAC 2014

    ACM Class: G.2.2; F.2.2

  9. arXiv:1311.2147  [pdf, ps, other

    cs.DS

    Betweenness Centrality -- Incremental and Faster

    Authors: Meghana Nasre, Matteo Pontecorvi, Vijaya Ramachandran

    Abstract: We consider the incremental computation of the betweenness centrality of all vertices in a large complex network modeled as a graph G = (V, E), directed or undirected, with positive real edge-weights. The current widely used algorithm to compute the betweenness centrality of all vertices in G is the Brandes algorithm that runs in O(mn + n^2 log n) time, where n = |V| and m = |E|. We present an i… ▽ More

    Submitted 18 November, 2013; v1 submitted 9 November, 2013; originally announced November 2013.