Skip to main content

Showing 1–18 of 18 results for author: Jalsenius, M

.
  1. arXiv:1504.00834  [pdf, other

    cs.CC cs.DS

    The complexity of computation in bit streams

    Authors: Raphael Clifford, Markus Jalsenius, Benjamin Sach

    Abstract: We revisit the complexity of online computation in the cell probe model. We consider a class of problems where we are first given a fixed pattern or vector $F$ of $n$ symbols and then one symbol arrives at a time in a stream. After each symbol has arrived we must output some function of $F$ and the $n$-length suffix of the arriving stream. Cell probe bounds of $Ω(δ\lg{n}/w)$ have previously been s… ▽ More

    Submitted 3 April, 2015; originally announced April 2015.

    Comments: 24 pages

  2. arXiv:1412.6935  [pdf, other

    cs.DS cs.CC

    Time Bounds for Streaming Problems

    Authors: Raphael Clifford, Markus Jalsenius, Benjamin Sach

    Abstract: We give tight cell-probe bounds for the time to compute convolution, multiplication and Hamming distance in a stream. The cell probe model is a particularly strong computational model and subsumes, for example, the popular word RAM model. We first consider online convolution where the task is to output the inner product between a fixed $n$-dimensional vector and a vector of the $n$ most recent v… ▽ More

    Submitted 22 December, 2014; originally announced December 2014.

    Comments: 31 pages, 8 figures. arXiv admin note: text overlap with arXiv:1207.1885

    ACM Class: F.2.2; F.1.2

  3. arXiv:1407.6559  [pdf, other

    cs.DS

    Cell-Probe Bounds for Online Edit Distance and Other Pattern Matching Problems

    Authors: Raphael Clifford, Markus Jalsenius, Benjamin Sach

    Abstract: We give cell-probe bounds for the computation of edit distance, Hamming distance, convolution and longest common subsequence in a stream. In this model, a fixed string of $n$ symbols is given and one $δ$-bit symbol arrives at a time in a stream. After each symbol arrives, the distance between the fixed string and a suffix of most recent symbols of the stream is reported. The cell-probe model is pe… ▽ More

    Submitted 24 July, 2014; originally announced July 2014.

    Comments: 32 pages, 4 figures

    ACM Class: F.2.2; F.1.2

  4. arXiv:1207.1885  [pdf, other

    cs.DS cs.CC

    Tight Cell-Probe Bounds for Online Hamming Distance Computation

    Authors: Raphael Clifford, Markus Jalsenius, Benjamin Sach

    Abstract: We show tight bounds for online Hamming distance computation in the cell-probe model with word size w. The task is to output the Hamming distance between a fixed string of length n and the last n symbols of a stream. We give a lower bound of Omega((d/w)*log n) time on average per output, where d is the number of bits needed to represent an input symbol. We argue that this bound is tight within the… ▽ More

    Submitted 15 October, 2012; v1 submitted 8 July, 2012; originally announced July 2012.

    Comments: 19 pages, 3 figures

    ACM Class: F.2.2; F.1.2

  5. arXiv:1202.3470  [pdf, ps, other

    cs.DS

    Pattern Matching in Multiple Streams

    Authors: Raphael Clifford, Markus Jalsenius, Ely Porat, Benjamin Sach

    Abstract: We investigate the problem of deterministic pattern matching in multiple streams. In this model, one symbol arrives at a time and is associated with one of s streaming texts. The task at each time step is to report if there is a new match between a fixed pattern of length m and a newly updated stream. As is usual in the streaming context, the goal is to use as little space as possible while still… ▽ More

    Submitted 25 April, 2012; v1 submitted 15 February, 2012; originally announced February 2012.

    Comments: 13 pages, 1 figure

    ACM Class: F.2.2

  6. arXiv:1109.5269  [pdf, other

    cs.DS

    Parameterized Matching in the Streaming Model

    Authors: Markus Jalsenius, Benny Porat, Benjamin Sach

    Abstract: We study the problem of parameterized matching in a stream where we want to output matches between a pattern of length m and the last m symbols of the stream before the next symbol arrives. Parameterized matching is a natural generalisation of exact matching where an arbitrary one-to-one relabelling of pattern symbols is allowed. We show how this problem can be solved in constant time per arriving… ▽ More

    Submitted 24 September, 2012; v1 submitted 24 September, 2011; originally announced September 2011.

    Comments: 19 pages, 3 figures

    ACM Class: F.2.2

  7. arXiv:1109.1494  [pdf, ps, other

    cs.DS

    Pattern Matching under Polynomial Transformation

    Authors: Ayelet Butman, Peter Clifford, Raphael Clifford, Markus Jalsenius, Noa Lewenstein, Benny Porat, Ely Porat, Benjamin Sach

    Abstract: We consider a class of pattern matching problems where a normalising transformation is applied at every alignment. Normalised pattern matching plays a key role in fields as diverse as image processing and musical information processing where application specific transformations are often applied to the input. By considering the class of polynomial transformations of the input, we provide fast algo… ▽ More

    Submitted 28 October, 2011; v1 submitted 7 September, 2011; originally announced September 2011.

    Comments: 27 pages

  8. arXiv:1106.4412  [pdf, ps, other

    cs.DS

    Space Lower Bounds for Online Pattern Matching

    Authors: Raphael Clifford, Markus Jalsenius, Ely Porat, Benjamin Sach

    Abstract: We present space lower bounds for online pattern matching under a number of different distance measures. Given a pattern of length m and a text that arrives one character at a time, the online pattern matching problem is to report the distance between the pattern and a sliding window of the text as soon as the new character arrives. We require that the correct answer is given at each position with… ▽ More

    Submitted 22 June, 2011; originally announced June 2011.

    Comments: 10 pages, 7 figures, CPM 2011

  9. arXiv:1101.0768  [pdf, ps, other

    cs.DS cs.CC

    Tight Cell-Probe Bounds for Online Integer Multiplication and Convolution

    Authors: Raphael Clifford, Markus Jalsenius

    Abstract: We show tight bounds for both online integer multiplication and convolution in the cell-probe model with word size w. For the multiplication problem, one pair of digits, each from one of two n digit numbers that are to be multiplied, is given as input at step i. The online algorithm outputs a single new digit from the product of the numbers before step i+1. We give a Theta((d/w)*log n) bound on av… ▽ More

    Submitted 23 February, 2012; v1 submitted 4 January, 2011; originally announced January 2011.

    Comments: 15 pages, 2 figures

    ACM Class: F.2.2; F.1.2

  10. The complexity of weighted and unweighted #CSP

    Authors: Andrei Bulatov, Martin Dyer, Leslie Ann Goldberg, Markus Jalsenius, Mark Jerrum, David Richerby

    Abstract: We give some reductions among problems in (nonnegative) weighted #CSP which restrict the class of functions that needs to be considered in computational complexity studies. Our reductions can be applied to both exact and approximate computation. In particular, we show that a recent dichotomy for unweighted #CSP can be extended to rational-weighted #CSP.

    Submitted 24 October, 2011; v1 submitted 15 May, 2010; originally announced May 2010.

    Comments: 11 pages

    ACM Class: F.2.2; F.4.1; G.2.1

    Journal ref: JCSS 2012

  11. arXiv:1001.4987  [pdf, ps, other

    cs.CC

    The Complexity of Approximating Bounded-Degree Boolean #CSP (Extended Abstract)

    Authors: Martin E. Dyer, Leslie Ann Goldberg, Markus Jalsenius, David Richerby

    Abstract: The degree of a CSP instance is the maximum number of times that a variable may appear in the scope of constraints. We consider the approximate counting problem for Boolean CSPs with bounded-degree instances, for constraint languages containing the two unary constant relations {0} and {1}. When the maximum degree is at least 25 we obtain a complete classification of the complexity of this proble… ▽ More

    Submitted 3 February, 2010; v1 submitted 27 January, 2010; originally announced January 2010.

    Comments: 12-page conference version for STACS 2010

    ACM Class: F.2.2; G.2.1

  12. arXiv:1001.4420  [pdf, ps, other

    cs.DS

    The Complexity of Flood Filling Games

    Authors: Raphael Clifford, Markus Jalsenius, Ashley Montanaro, Benjamin Sach

    Abstract: We study the complexity of the popular one player combinatorial game known as Flood-It. In this game the player is given an n by n board of tiles where each tile is allocated one of c colours. The goal is to make the colours of all tiles equal via the shortest possible sequence of flooding operations. In the standard version, a flooding operation consists of the player choosing a colour k, which t… ▽ More

    Submitted 9 June, 2011; v1 submitted 25 January, 2010; originally announced January 2010.

    Comments: 20 pages, 10 figures

  13. arXiv:0907.2663  [pdf, ps, other

    cs.CC cs.DM

    The Complexity of Approximating Bounded-Degree Boolean \sharp CSP

    Authors: Martin Dyer, Leslie Ann Goldberg, Markus Jalsenius, David Richerby

    Abstract: The degree of a CSP instance is the maximum number of times that any variable appears in the scopes of constraints. We consider the approximate counting problem for Boolean CSP with bounded-degree instances, for constraint languages containing the two unary constant relations {0} and {1}. When the maximum allowed degree is large enough (at least 6) we obtain a complete classification of the comple… ▽ More

    Submitted 16 September, 2011; v1 submitted 15 July, 2009; originally announced July 2009.

    Comments: 22 pages. Full classification now applies to degree bounds of at least 6 (formerly at least 25) but no other significant changes from previous version (reduction in page count is just different typesetting)

    ACM Class: F.2.2; G.2.1

  14. arXiv:0812.4171  [pdf, ps, other

    cs.CC cs.DM

    The Complexity of Weighted Boolean #CSP with Mixed Signs

    Authors: Andrei Bulatov, Martin Dyer, Leslie Ann Goldberg, Markus Jalsenius, David Richerby

    Abstract: We give a complexity dichotomy for the problem of computing the partition function of a weighted Boolean constraint satisfaction problem. Such a problem is parameterized by a set of rational-valued functions, which generalize constraints. Each function assigns a weight to every assignment to a set of Boolean variables. Our dichotomy extends previous work in which the weight functions were restri… ▽ More

    Submitted 3 June, 2009; v1 submitted 22 December, 2008; originally announced December 2008.

    Comments: 24 pages

    ACM Class: F.2.2; F.4.1; G.2.1

  15. arXiv:0706.0489  [pdf, ps, other

    math-ph cs.DM cs.DS

    Sampling Colourings of the Triangular Lattice

    Authors: Markus Jalsenius

    Abstract: We show that the Glauber dynamics on proper 9-colourings of the triangular lattice is rapidly mixing, which allows for efficient sampling. Consequently, there is a fully polynomial randomised approximation scheme (FPRAS) for counting proper 9-colourings of the triangular lattice. Proper colourings correspond to configurations in the zero-temperature anti-ferromagnetic Potts model. We show that the… ▽ More

    Submitted 25 October, 2010; v1 submitted 4 June, 2007; originally announced June 2007.

    Comments: 42 pages. Added appendix that describes implementation. Added ancillary files

  16. arXiv:0704.1625  [pdf, ps, other

    math.PR

    A Systematic Scan for 7-colourings of the Grid

    Authors: Markus Jalsenius, Kasper Pedersen

    Abstract: We study the mixing time of a systematic scan Markov chain for sampling from the uniform distribution on proper 7-colourings of a finite rectangular sub-grid of the infinite square lattice, the grid. A systematic scan Markov chain cycles through finite-size subsets of vertices in a deterministic order and updates the colours assigned to the vertices of each subset. The systematic scan Markov cha… ▽ More

    Submitted 1 April, 2009; v1 submitted 12 April, 2007; originally announced April 2007.

    Comments: 16 pages, 4 figures, minor details changed (mostly typos)

    MSC Class: 60J10

  17. arXiv:math-ph/0701043  [pdf, ps, other

    math-ph cs.DM cs.DS

    Strong Spatial Mixing and Rapid Mixing with Five Colours for the Kagome Lattice

    Authors: Markus Jalsenius

    Abstract: We consider proper 5-colourings of the kagome lattice. Proper q-colourings correspond to configurations in the zero-temperature q-state anti-ferromagnetic Potts model. Salas and Sokal have given a computer assisted proof of strong spatial mixing on the kagome lattice for q>=6 under any temperature, including zero temperature. It is believed that there is strong spatial mixing for q>=4. Here we g… ▽ More

    Submitted 31 March, 2009; v1 submitted 14 January, 2007; originally announced January 2007.

    Comments: 34 pages, 11 figures

  18. arXiv:math-ph/0507067  [pdf, ps, other

    math-ph

    Improved mixing bounds for the anti-ferromagnetic Potts model on Z^2

    Authors: Leslie Ann Goldberg, Markus Jalsenius, Russell Martin, Mike Paterson

    Abstract: We consider the anti-ferromagnetic Potts model on the the integer lattice Z^2. The model has two parameters, q, the number of spins, and λ=\exp(-β), where βis ``inverse temperature''. It is known that the model has strong spatial mixing if q>7 or if q=7 and λ=0 or λ> 1/8 or if q=6 and λ=0 or λ> 1/4. The lambda=0 case corresponds to the model in which configurations are proper q-colourings of Z^2… ▽ More

    Submitted 28 November, 2005; v1 submitted 27 July, 2005; originally announced July 2005.

    Comments: 21 pages