Skip to main content

Showing 1–10 of 10 results for author: Kloster, K

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

    cs.DS

    Mining Maximal Induced Bicliques using Odd Cycle Transversals

    Authors: Kyle Kloster, Blair D. Sullivan, Andrew van der Poel

    Abstract: Many common graph data mining tasks take the form of identifying dense subgraphs (e.g. clustering, clique-finding, etc). In biological applications, the natural model for these dense substructures is often a complete bipartite graph (biclique), and the problem requires enumerating all maximal bicliques (instead of just identifying the largest or densest). The best known algorithm in general graphs… ▽ More

    Submitted 24 January, 2019; v1 submitted 26 October, 2018; originally announced October 2018.

  2. arXiv:1806.02771  [pdf, other

    cs.CC cs.DS math.CO

    Structural Rounding: Approximation Algorithms for Graphs Near an Algorithmically Tractable Class

    Authors: Erik D. Demaine, Timothy D. Goodrich, Kyle Kloster, Brian Lavallee, Quanquan C. Liu, Blair D. Sullivan, Ali Vakilian, Andrew van der Poel

    Abstract: We develop a new framework for generalizing approximation algorithms from the structural graph algorithm literature so that they apply to graphs somewhat close to that class (a scenario we expect is common when working with real-world networks) while still guaranteeing approximation ratios. The idea is to $\textit{edit}$ a given graph via vertex- or edge-deletions to put the graph into an algorith… ▽ More

    Submitted 9 December, 2018; v1 submitted 7 June, 2018; originally announced June 2018.

    Comments: 72 pages, 10 figures

    ACM Class: F.2.2

  3. arXiv:1804.05966  [pdf, ps, other

    cs.SI physics.soc-ph

    Subgraph centrality and walk-regularity

    Authors: Eric Horton, Kyle Kloster, Blair D. Sullivan

    Abstract: Matrix-based centrality measures have enjoyed significant popularity in network analysis, in no small part due to our ability to rigorously analyze their behavior as parameters vary. Recent work has considered the relationship between subgraph centrality, which is defined using the matrix exponential $f(x) = \exp(x)$, and the walk structure of a network. In a walk-regular graph, the number of clos… ▽ More

    Submitted 4 February, 2019; v1 submitted 16 April, 2018; originally announced April 2018.

    Comments: 23 pages, 2 figures, links to software repository

    MSC Class: 05C50; 05C75; 15A16

  4. arXiv:1706.07851  [pdf, other

    cs.DS q-bio.GN

    A practical fpt algorithm for Flow Decomposition and transcript assembly

    Authors: Kyle Kloster, Philipp Kuinke, Michael P. O'Brien, Felix Reidl, Fernando Sánchez Villaamil, Blair D. Sullivan, Andrew van der Poel

    Abstract: The Flow Decomposition problem, which asks for the smallest set of weighted paths that "covers" a flow on a DAG, has recently been used as an important computational step in transcript assembly. We prove the problem is in FPT when parameterized by the number of paths by giving a practical linear fpt algorithm. Further, we implement and engineer a Flow Decomposition solver based on this algorithm,… ▽ More

    Submitted 30 August, 2017; v1 submitted 23 June, 2017; originally announced June 2017.

    Comments: Introduces software package Toboggan: Version 1.0. http://dx.doi.org/10.5281/zenodo.821634

  5. arXiv:1611.05152  [pdf, other

    cs.SI physics.soc-ph

    Scalable and Robust Local Community Detection via Adaptive Subgraph Extraction and Diffusions

    Authors: Kyle Kloster, Yixuan Li

    Abstract: Local community detection, the problem of identifying a set of relevant nodes nearby a small set of input seed nodes, is an important graph primitive with a wealth of applications and research activity. Recent approaches include using local spectral information, graph diffusions, and random walks to determine a community from input seeds. As networks grow to billions of nodes and exhibit diverse s… ▽ More

    Submitted 16 November, 2016; originally announced November 2016.

    Comments: 11 Pages, 6 figures, contains link to all software

    MSC Class: 91D30 ACM Class: I.5.3

  6. arXiv:1601.05506  [pdf, ps, other

    q-bio.MN cs.SI

    AptRank: An Adaptive PageRank Model for Protein Function Prediction on Bi-relational Graphs

    Authors: Biaobin Jiang, Kyle Kloster, David F. Gleich, Michael Gribskov

    Abstract: Diffusion-based network models are widely used for protein function prediction using protein network data and have been shown to outperform neighborhood- and module-based methods. Recent studies have shown that integrating the hierarchical structure of the Gene Ontology (GO) data dramatically improves prediction accuracy. However, previous methods usually either used the GO hierarchy to refine the… ▽ More

    Submitted 22 May, 2016; v1 submitted 20 January, 2016; originally announced January 2016.

    Comments: 20 pages, code available at this url https://github.rcac.purdue.edu/mgribsko/aptrank

    MSC Class: 92-08

  7. arXiv:1509.00016  [pdf, other

    cs.SI

    Localization in Seeded PageRank

    Authors: David F. Gleich, Kyle Kloster, Huda Nassar

    Abstract: Seeded PageRank is an important network analysis tool for identifying and studying regions nearby a given set of nodes, which are called seeds. The seeded PageRank vector is the stationary distribution of a random walk that randomly resets at the seed nodes. Intuitively, this vector is concentrated nearby the given seeds, but is mathematically non-zero for all nodes in a connected graph. We study… ▽ More

    Submitted 22 May, 2017; v1 submitted 31 August, 2015; originally announced September 2015.

    Comments: 39 pages. 6 figures. Codes available at https://github.com/nassarhuda/pprlocal

    ACM Class: F.2.1; G.2.2

  8. Seeded PageRank Solution Paths

    Authors: Kyle Kloster, David F. Gleich

    Abstract: We study the behavior of network diffusions based on the PageRank random walk from a set of seed nodes. These diffusions are known to reveal small, localized clusters (or communities) and also large macro-scale clusters by varying a parameter that has a dual-interpretation as an accuracy bound and as a regularization level. We propose a new method that quickly approximates the result of the diffus… ▽ More

    Submitted 11 December, 2015; v1 submitted 1 March, 2015; originally announced March 2015.

    Comments: 29 pages, 8 figures

    MSC Class: 91D30 (Primary) ACM Class: I.5.3; G.1.3; F.2.2

  9. arXiv:1403.3148  [pdf, ps, other

    cs.SI cs.DS physics.soc-ph

    Heat kernel based community detection

    Authors: Kyle Kloster, David F. Gleich

    Abstract: The heat kernel is a particular type of graph diffusion that, like the much-used personalized PageRank diffusion, is useful in identifying a community nearby a starting seed node. We present the first deterministic, local algorithm to compute this diffusion and use that algorithm to study the communities that it produces. Our algorithm is formally a relaxation method for solving a linear system to… ▽ More

    Submitted 15 November, 2016; v1 submitted 12 March, 2014; originally announced March 2014.

    Comments: 10 pages, published in KDD2014 proceedings; Contains minor correction to experiments from original version

    MSC Class: 91D30 (Primary) ACM Class: I.5.3

  10. arXiv:1310.3423  [pdf, ps, other

    cs.SI math.NA

    Sublinear Column-wise Actions of the Matrix Exponential on Social Networks

    Authors: Kyle Kloster, David F. Gleich

    Abstract: We consider stochastic transition matrices from large social and information networks. For these matrices, we describe and evaluate three fast methods to estimate one column of the matrix exponential. The methods are designed to exploit the properties inherent in social networks, such as a power-law degree distribution. Using only this property, we prove that one of our algorithms has a sublinear… ▽ More

    Submitted 1 March, 2015; v1 submitted 12 October, 2013; originally announced October 2013.

    Comments: 41 pages. Updated version (11/20/13) published in the proceedings of WAW13. Update (1/19/14) fixes error in runtime bound. Update (5/3/2014) introduces two new algorithms. Update (3/1/15) accepted for publication in journal of Internet Math; generalizes power law degree distributions theorems. Codes available at http://www.cs.purdue.edu/homes/dgleich/codes/nexpokit

    ACM Class: G.1.3; G.2.2