Skip to main content

Showing 1–5 of 5 results for author: Johannsen, D

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

    cs.CV math.OC

    Optimising Spatial and Tonal Data for PDE-based Inpainting

    Authors: Laurent Hoeltgen, Markus Mainberger, Sebastian Hoffmann, Joachim Weickert, Ching Hoo Tang, Simon Setzer, Daniel Johannsen, Frank Neumann, Benjamin Doerr

    Abstract: Some recent methods for lossy signal and image compression store only a few selected pixels and fill in the missing structures by inpainting with a partial differential equation (PDE). Suitable operators include the Laplacian, the biharmonic operator, and edge-enhancing anisotropic diffusion (EED). The quality of such approaches depends substantially on the selection of the data that is kept. Opti… ▽ More

    Submitted 15 June, 2015; originally announced June 2015.

    MSC Class: 94A08; 65Nxx; 65Kxx

  2. arXiv:1207.0369  [pdf, ps, other

    cs.NE

    More Effective Crossover Operators for the All-Pairs Shortest Path Problem

    Authors: Benjamin Doerr, Daniel Johannsen, Timo Kötzing, Frank Neumann, Madeleine Theile

    Abstract: The all-pairs shortest path problem is the first non-artificial problem for which it was shown that adding crossover can significantly speed up a mutation-only evolutionary algorithm. Recently, the analysis of this algorithm was refined and it was shown to have an expected optimization time (w.r.t. the number of fitness evaluations) of $Θ(n^{3.25}(\log n)^{0.25})$. In contrast to this simple alg… ▽ More

    Submitted 2 July, 2012; originally announced July 2012.

  3. Multiplicative Drift Analysis

    Authors: Benjamin Doerr, Daniel Johannsen, Carola Winzen

    Abstract: In this work, we introduce multiplicative drift analysis as a suitable way to analyze the runtime of randomized search heuristics such as evolutionary algorithms. We give a multiplicative version of the classical drift theorem. This allows easier analyses in those settings where the optimization progress is roughly proportional to the current distance to the optimum. To display the strength of… ▽ More

    Submitted 4 January, 2011; originally announced January 2011.

    Comments: Contains results from our GECCO 2010 and CEC 2010 conference paper

    Journal ref: Algorithmica, 2012, Volume 64, Issue 4, pp 673-697

  4. arXiv:1012.0952  [pdf, ps, other

    cs.NE

    Faster Black-Box Algorithms Through Higher Arity Operators

    Authors: Benjamin Doerr, Daniel Johannsen, Timo Kötzing, Per Kristian Lehre, Markus Wagner, Carola Winzen

    Abstract: We extend the work of Lehre and Witt (GECCO 2010) on the unbiased black-box model by considering higher arity variation operators. In particular, we show that already for binary operators the black-box complexity of \leadingones drops from $Θ(n^2)$ for unary operators to $O(n \log n)$. For \onemax, the $Ω(n \log n)$ unary black-box complexity drops to O(n) in the binary case. For $k$-ary operators… ▽ More

    Submitted 4 December, 2010; originally announced December 2010.

    Comments: To appear at FOGA 2011

  5. arXiv:1011.3466  [pdf, ps, other

    cs.NE math.PR

    Non-Existence of Linear Universal Drift Functions

    Authors: Benjamin Doerr, Daniel Johannsen, Carola Winzen

    Abstract: Drift analysis has become a powerful tool to prove bounds on the runtime of randomized search heuristics. It allows, for example, fairly simple proofs for the classical problem how the (1+1) Evolutionary Algorithm (EA) optimizes an arbitrary pseudo-Boolean linear function. The key idea of drift analysis is to measure the progress via another pseudo-Boolean function (called drift function) and use… ▽ More

    Submitted 15 November, 2010; originally announced November 2010.

    Comments: 19 pages; This work contains parts of the GECCO 2010 and CEC 2010 papers of the same authors

    ACM Class: F.2