Skip to main content

Showing 1–9 of 9 results for author: Szpankowski, W

Searching in archive math. Search in all archives.
.
  1. arXiv:2007.15981  [pdf, other

    cs.IT math.CO math.PR

    Compression and Symmetry of Small-World Graphs and Structures

    Authors: Ioannis Kontoyiannis, Yi Heng Lim, Katia Papakonstantinopoulou, Wojtek Szpankowski

    Abstract: For various purposes and, in particular, in the context of data compression, a graph can be examined at three levels. Its structure can be described as the unlabeled version of the graph; then the labeling of its structure can be added; and finally, given then structure and labeling, the contents of the labels can be described. Determining the amount of information present at each level and quanti… ▽ More

    Submitted 22 November, 2021; v1 submitted 31 July, 2020; originally announced July 2020.

    Comments: 21 pages, 1 figure

  2. arXiv:2003.09584  [pdf, ps, other

    math.PR cs.DS

    Hidden Words Statistics for Large Patterns

    Authors: Svante Janson, Wojciech Szpankowski

    Abstract: We study here the so called subsequence pattern matching also known as hidden pattern matching in which one searches for a given pattern $w$ of length $m$ as a subsequence in a random text of length $n$. The quantity of interest is the number of occurrences of $w$ as a subsequence (i.e., occurring in not necessarily consecutive text locations). This problem finds many applications from intrusion d… ▽ More

    Submitted 21 March, 2020; originally announced March 2020.

    Comments: 22 pages

  3. arXiv:1904.03348  [pdf, other

    stat.ML cs.LG cs.SI math.PR

    Toward Universal Testing of Dynamic Network Models

    Authors: Abram Magner, Wojciech Szpankowski

    Abstract: Numerous networks in the real world change over time, in the sense that nodes and edges enter and leave the networks. Various dynamic random graph models have been proposed to explain the macroscopic properties of these systems and to provide a foundation for statistical inferences and predictions. It is of interest to have a rigorous way to determine how well these models match observed networks.… ▽ More

    Submitted 13 February, 2020; v1 submitted 5 April, 2019; originally announced April 2019.

    Comments: Accepted to the 31st International Conference on Algorithmic Learning Theory

  4. arXiv:1711.01528  [pdf, ps, other

    math.PR

    Asymmetric Rényi Problem

    Authors: Michael Drmota, Abram Magner, Wojciech Szpankowski

    Abstract: In 1960 Rényi in his Michigan State University lectures asked for the number of random queries necessary to recover a hidden bijective labeling of $n$ distinct objects. In each query one selects a random subset of labels and asks, which objects have these labels? We consider here an asymmetric version of the problem in which in every query an object is chosen with probability $p > 1/2$ and we igno… ▽ More

    Submitted 5 November, 2017; originally announced November 2017.

    Comments: Journal version of arXiv:1605.01814

  5. arXiv:1607.04102  [pdf, ps, other

    math.PR

    Asymmetry and structural information in preferential attachment graphs

    Authors: Tomasz Luczak, Abram Magner, Wojciech Szpankowski

    Abstract: Graph symmetries intervene in diverse applications, from enumeration, to graph structure compression, to the discovery of graph dynamics (e.g., node arrival order inference). Whereas Erdős-Rényi graphs are typically asymmetric, real networks are highly symmetric. So a natural question is whether preferential attachment graphs, where in each step a new node with $m$ edges is added, exhibit any symm… ▽ More

    Submitted 23 December, 2018; v1 submitted 14 July, 2016; originally announced July 2016.

    Comments: 24 pages; to appear in Random Structures & Algorithms

  6. arXiv:1605.01814  [pdf, ps, other

    math.PR cs.DS

    Asymmetric Rényi Problem and PATRICIA Tries

    Authors: Michael Drmota, Abram Magner, Wojciech Szpankowski

    Abstract: In 1960, Rényi asked for the number of random queries necessary to recover a hidden bijective labeling of n distinct objects. In each query one selects a random subset of labels and asks, what is the set of objects that have these labels? We consider here an asymmetric version of the problem in which in every query an object is chosen with probability p > 1/2 and we ignore "inconclusive" queries.… ▽ More

    Submitted 6 May, 2016; originally announced May 2016.

    Comments: 18 pages, 5 figures, to appear in Proceedings of the 27th International Conference on Probabilistic, Combinatorial and Asymptotic Methods for the Analysis of Algorithms, Krakow, Poland, 4-8 July 2016

  7. arXiv:1505.07321  [pdf, ps, other

    math.PR cs.DS

    A Limit Theorem for Radix Sort and Tries with Markovian Input

    Authors: Kevin Leckey, Ralph Neininger, Wojciech Szpankowski

    Abstract: Tries are among the most versatile and widely used data structures on words. In particular, they are used in fundamental sorting algorithms such as radix sort which we study in this paper. While the performance of radix sort and tries under a realistic probabilistic model for the generation of words is of significant importance, its analysis, even for simplest memoryless sources, has proved diffic… ▽ More

    Submitted 27 May, 2015; originally announced May 2015.

    MSC Class: 60F05; 60C05; 68P10; 68Q25

  8. arXiv:1207.0302  [pdf, other

    math.PR cs.DS

    Towards More Realistic Probabilistic Models for Data Structures: The External Path Length in Tries under the Markov Model

    Authors: Kevin Leckey, Ralph Neininger, Wojciech Szpankowski

    Abstract: Tries are among the most versatile and widely used data structures on words. They are pertinent to the (internal) structure of (stored) words and several splitting procedures used in diverse contexts ranging from document taxonomy to IP addresses lookup, from data compression (i.e., Lempel-Ziv'77 scheme) to dynamic hashing, from partial-match queries to speech recognition, from leader election alg… ▽ More

    Submitted 18 September, 2012; v1 submitted 2 July, 2012; originally announced July 2012.

    Comments: minor revision; to appear in Proceedings of ACM-SIAM Symposium on Discrete Algorithms (SODA) (2013)

    MSC Class: 60F05; 68P05; 68Q25

  9. arXiv:cs/0510017  [pdf, ps, other

    cs.DS math.PR

    Partial fillup and search time in LC tries

    Authors: Svante Janson, Wojciech Szpankowski

    Abstract: Andersson and Nilsson introduced in 1993 a level-compressed trie (in short: LC trie) in which a full subtree of a node is compressed to a single node of degree being the size of the subtree. Recent experimental results indicated a 'dramatic improvement' when full subtrees are replaced by partially filled subtrees. In this paper, we provide a theoretical justification of these experimental result… ▽ More

    Submitted 6 October, 2005; originally announced October 2005.

    Comments: 13 pages

    ACM Class: E.1