Skip to main content

Showing 1–12 of 12 results for author: Strasser, B

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

    cs.CV

    Predicting dynamic, motion-related changes in B0 field in the brain at a 7 T MRI using a subject-specific fine-tuned U-net

    Authors: Stanislav Motyka, Paul Weiser, Beata Bachrata, Lukas Hingerl, Bernhard Strasser, Gilbert Hangel, Eva Niess, Dario Goranovic, Fabian Niess, Maxim Zaitsev, Simon Daniel Robinson, Georg Langs, Siegfried Trattnig, Wolfgang Bogner

    Abstract: Subject movement during the magnetic resonance examination is inevitable and causes not only image artefacts but also deteriorates the homogeneity of the main magnetic field (B0), which is a prerequisite for high quality data. Thus, characterization of changes to B0, e.g. induced by patient movement, is important for MR applications that are prone to B0 inhomogeneities. We propose a deep learning… ▽ More

    Submitted 17 April, 2023; originally announced April 2023.

    Comments: 9 pages, 6 figures

  2. arXiv:2003.14317  [pdf, other

    cs.DS

    Engineering Exact Quasi-Threshold Editing

    Authors: Lars Gottesbüren, Michael Hamann, Philipp Schoch, Ben Strasser, Dorothea Wagner, Sven Zühlsdorf

    Abstract: Quasi-threshold graphs are $\{C_4, P_4\}$-free graphs, i.e., they do not contain any cycle or path of four nodes as an induced subgraph. We study the $\{C_4, P_4\}$-free editing problem, which is the problem of finding a minimum number of edge insertions or deletions to transform an input graph into a quasi-threshold graph. This problem is NP-hard but fixed-parameter tractable (FPT) in the number… ▽ More

    Submitted 31 March, 2020; originally announced March 2020.

    Comments: 22 pages, 8 figures, to appear at SEA 2020

  3. Space-Efficient, Fast and Exact Routing in Time-Dependent Road Networks

    Authors: Ben Strasser, Dorothea Wagner, Tim Zeitz

    Abstract: We study the problem of quickly computing point-to-point shortest paths in massive road networks with traffic predictions. Incorporating traffic predictions into routing allows, for example, to avoid commuter traffic congestions. Existing techniques follow a two-phase approach: In a preprocessing step, an index is built. The index depends on the road network and the traffic patterns but not on the… ▽ More

    Submitted 26 March, 2021; v1 submitted 28 October, 2019; originally announced October 2019.

    Comments: 32 pages, 11 figures, published in MDPI Algorithms and a short version at ESA 2020

  4. arXiv:1910.12526  [pdf, other

    cs.DS

    A Fast and Tight Heuristic for A* in Road Networks

    Authors: Ben Strasser, Tim Zeitz

    Abstract: We study exact, efficient and practical algorithms for route planning in large road networks. Routing applications often require integrating the current traffic situation, planning ahead with traffic predictions for the future, respecting forbidden turns, and many other features depending on the exact application. While Dijkstra's algorithm can be used to solve these problems, it is too slow for m… ▽ More

    Submitted 26 March, 2021; v1 submitted 28 October, 2019; originally announced October 2019.

    Comments: 16 pages, 3 figures; v2: Camera ready for SEA 2021

  5. arXiv:1710.09605  [pdf, other

    cs.DS cs.DC physics.soc-ph

    Distributed Graph Clustering using Modularity and Map Equation

    Authors: Michael Hamann, Ben Strasser, Dorothea Wagner, Tim Zeitz

    Abstract: We study large-scale, distributed graph clustering. Given an undirected graph, our objective is to partition the nodes into disjoint sets called clusters. A cluster should contain many internal edges while being sparsely connected to other clusters. In the context of a social network, a cluster could be a group of friends. Modularity and map equation are established formalizations of this internal… ▽ More

    Submitted 7 June, 2018; v1 submitted 26 October, 2017; originally announced October 2017.

    Comments: 14 pages, 3 figures; v3: Camera ready for Euro-Par 2018, more details, more results; v2: extended experiments to include comparison with competing algorithms, shortened for submission to Euro-Par 2018

  6. arXiv:1709.08949  [pdf, other

    cs.DS

    Computing Tree Decompositions with FlowCutter: PACE 2017 Submission

    Authors: Ben Strasser

    Abstract: We describe the algorithm behind our PACE 2017 submission to the heuristic tree decomposition computation track. It was the only competitor to solve all instances and won a tight second place. The algorithm was originally developed in the context of accelerating shortest path computation on road graphs using multilevel partitions. We illustrate how this seemingly unrelated field fits into tree dec… ▽ More

    Submitted 26 September, 2017; originally announced September 2017.

  7. arXiv:1703.05997  [pdf, other

    cs.DS

    Connection Scan Algorithm

    Authors: Julian Dibbelt, Thomas Pajor, Ben Strasser, Dorothea Wagner

    Abstract: We introduce the Connection Scan Algorithm (CSA) to efficiently answer queries to timetable information systems. The input consists, in the simplest setting, of a source position and a desired target position. The output consist is a sequence of vehicles such as trains or buses that a traveler should take to get from the source to the target. We study several problem variations such as the earlies… ▽ More

    Submitted 17 March, 2017; originally announced March 2017.

  8. arXiv:1606.06636  [pdf, other

    cs.DS

    Intriguingly Simple and Efficient Time-Dependent Routing in Road Networks

    Authors: Ben Strasser

    Abstract: We study the earliest arrival problem in road networks with static time-dependent functions as arc weights. We propose and evaluate the following simple algorithm: (1) average the travel time in k time windows, (2) compute a shortest time-independent path within each window and mark the edges in these paths, and (3) compute a shortest time-dependent path in the original graph restricted to the mar… ▽ More

    Submitted 30 June, 2017; v1 submitted 21 June, 2016; originally announced June 2016.

  9. arXiv:1509.03165  [pdf, other

    cs.DS

    Fast Exact Shortest Path and Distance Queries on Road Networks with Parametrized Costs

    Authors: Julian Dibbelt, Ben Strasser, Dorothea Wagner

    Abstract: We study a scenario for route planning in road networks, where the objective to be optimized may change between every shortest path query. Since this invalidates many of the known speedup techniques for road networks that are based on preprocessing of shortest path structures, we investigate optimizations exploiting solely the topological structure of networks. We experimentally evaluate our techn… ▽ More

    Submitted 10 September, 2015; originally announced September 2015.

  10. arXiv:1504.07379  [pdf, other

    cs.DS cs.SI physics.soc-ph

    Fast Quasi-Threshold Editing

    Authors: Ulrik Brandes, Michael Hamann, Ben Strasser, Dorothea Wagner

    Abstract: We introduce Quasi-Threshold Mover (QTM), an algorithm to solve the quasi-threshold (also called trivially perfect) graph editing problem with edge insertion and deletion. Given a graph it computes a quasi-threshold graph which is close in terms of edit count. This edit problem is NP-hard. We present an extensive experimental study, in which we show that QTM is the first algorithm that is able to… ▽ More

    Submitted 28 April, 2015; originally announced April 2015.

    Comments: 26 pages, 4 figures, submitted to ESA 2015

  11. arXiv:1504.03812  [pdf, other

    cs.DS

    Graph Bisection with Pareto-Optimization

    Authors: Michael Hamann, Ben Strasser

    Abstract: We introduce FlowCutter, a novel algorithm to compute a set of edge cuts or node separators that optimize cut size and balance in the Pareto-sense. Our core algorithm solves the balanced connected st-edge-cut problem, where two given nodes s and t must be separated by removing edges to obtain two connected parts. Using the core algorithm we build variants that compute node separators and are indep… ▽ More

    Submitted 22 November, 2017; v1 submitted 15 April, 2015; originally announced April 2015.

  12. arXiv:1402.0402  [pdf, other

    cs.DS cs.AI

    Customizable Contraction Hierarchies

    Authors: Julian Dibbelt, Ben Strasser, Dorothea Wagner

    Abstract: We consider the problem of quickly computing shortest paths in weighted graphs given auxiliary data derived in an expensive preprocessing phase. By adding a fast weight-customization phase, we extend Contraction Hierarchies by Geisberger et al to support the three-phase workflow introduced by Delling et al. Our Customizable Contraction Hierarchies use nested dissection orders as suggested by Bauer… ▽ More

    Submitted 21 August, 2015; v1 submitted 3 February, 2014; originally announced February 2014.