Engineering motif search for large graphs
Tutkimustuotos › › vertaisarvioitu
Yksityiskohdat
Alkuperäiskieli | Englanti |
---|---|
Otsikko | 2015 Proceedings of the Seventeenth Workshop on Algorithm Engineering and Experiments (ALENEX) |
Sivut | 104-118 |
Sivumäärä | 15 |
ISBN (elektroninen) | 978-1-61197-375-4 |
DOI - pysyväislinkit | |
Tila | Julkaistu - 2015 |
OKM-julkaisutyyppi | A4 Artikkeli konferenssijulkaisussa |
Tapahtuma | WORKSHOP ON ALGORITHM ENGINEERING AND EXPERIMENTS - Kesto: 1 tammikuuta 1900 → … |
Julkaisusarja
Nimi | Workshop on Algorithm Engineering and Experiments |
---|---|
ISSN (painettu) | 2164-0300 |
Conference
Conference | WORKSHOP ON ALGORITHM ENGINEERING AND EXPERIMENTS |
---|---|
Lyhennettä | ALENEX |
Ajanjakso | 1/01/00 → … |
Tiivistelmä
In the graph motif problem, we are given as input a vertexcolored graph H (the host graph) and a multiset of colors M (the motif). Our task is to decide whether H has a connected set of vertices whose multiset of colors agrees with M. The graph motif problem is NP-complete but known to admit parameterized algorithms that run in linear time in the size of H. We demonstrate that algorithms based on constrained multilinear sieving are viable in practice, scaling to graphs with hundreds of millions of edges as long as M remains small. Furthermore, our implementation is topologyinvariant relative to the host graph H, meaning only the most crude graph parameters (number of edges and number of vertices) suffice in practice to determine the algorithm performance.