(Translated by https://www.hiragana.jp/)
Search | arXiv e-print repository
Skip to main content

Showing 1–50 of 135 results for author: Schulz, C

.
  1. arXiv:2407.06912  [pdf, other

    cs.DS

    Optimal Neighborhood Exploration for Dynamic Independent Sets

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz

    Abstract: A dynamic graph algorithm is a data structure that supports edge insertions, deletions, and specific problem queries. While extensive research exists on dynamic algorithms for graph problems solvable in polynomial time, most of these algorithms have not been implemented or empirically evaluated. This work addresses the NP-complete maximum weight and cardinality independent set problems in a dyna… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

    Comments: arXiv admin note: text overlap with arXiv:2208.13645

  2. arXiv:2404.13997  [pdf, other

    cs.DS

    Engineering Edge Orientation Algorithms

    Authors: H. Reinstädtler, C. Schulz, B. Uçar

    Abstract: Given an undirected graph G, the edge orientation problem asks for assigning a direction to each edge to convert G into a directed graph. The aim is to minimize the maximum out degree of a vertex in the resulting directed graph. This problem, which is solvable in polynomial time, arises in many applications. An ongoing challenge in edge orientation algorithms is their scalability, particularly in… ▽ More

    Submitted 22 April, 2024; originally announced April 2024.

  3. arXiv:2402.11980  [pdf, other

    cs.DS

    Buffered Streaming Edge Partitioning

    Authors: Adil Chhabra, Marcelo Fonseca Faraj, Christian Schulz, Daniel Seemaier

    Abstract: Addressing the challenges of processing massive graphs, which are prevalent in diverse fields such as social, biological, and technical networks, we introduce HeiStreamE and FreightE, two innovative (buffered) streaming algorithms designed for efficient edge partitioning of large-scale graphs. HeiStreamE utilizes an adapted Split-and-Connect graph model and a Fennel-based multilevel partitioning s… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

  4. arXiv:2402.09597  [pdf, ps, other

    math.CO cs.DM cs.FL math.NT

    Consecutive Power Occurrences in Sturmian Words

    Authors: Jason Bell, Chris Schulz, Jeffrey Shallit

    Abstract: We show that every Sturmian word has the property that the distance between consecutive ending positions of cubes occurring in the word is always bounded by $10$ and this bound is optimal, extending a result of Rampersad, who proved that the bound $9$ holds for the Fibonacci word. We then give a general result showing that for every $e \in [1,(5+\sqrt{5})/2)$ there is a natural number $N$, dependi… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

  5. arXiv:2402.07753  [pdf, other

    cs.DS

    Engineering Weighted Connectivity Augmentation Algorithms

    Authors: Marcelo Fonseca Faraj, Ernestine Großmann, Felix Joos, Thomas Möller, Christian Schulz

    Abstract: Increasing the connectivity of a graph is a pivotal challenge in robust network design. The weighted connectivity augmentation problem is a common version of the problem that takes link costs into consideration. The problem is then to find a minimum cost subset of a given set of weighted links that increases the connectivity of a graph by one when the links are added to the edge set of the input i… ▽ More

    Submitted 12 February, 2024; originally announced February 2024.

  6. arXiv:2401.11852  [pdf, other

    cs.CL cs.AI

    The Right Model for the Job: An Evaluation of Legal Multi-Label Classification Baselines

    Authors: Martina Forster, Claudia Schulz, Prudhvi Nokku, Melicaalsadat Mirsafian, Jaykumar Kasundra, Stavroula Skylaki

    Abstract: Multi-Label Classification (MLC) is a common task in the legal domain, where more than one label may be assigned to a legal document. A wide range of methods can be applied, ranging from traditional ML approaches to the latest Transformer-based architectures. In this work, we perform an evaluation of different MLC methods using two public legal datasets, POSTURE50K and EURLEX57K. By varying the am… ▽ More

    Submitted 22 January, 2024; originally announced January 2024.

  7. arXiv:2312.13146  [pdf, other

    cs.DS

    FLASH-TB: Integrating Arc-Flags and Trip-Based Public Transit Routing

    Authors: Ernestine Großmann, Jonas Sauer, Christian Schulz, Patrick Steil, Sascha Witt

    Abstract: We present FLASH-TB, a journey planning algorithm for public transit networks that combines Trip-Based Public Transit Routing (TB) with the Arc-Flags speedup technique. The basic idea is simple: The network is partitioned into a configurable number of cells. For each cell and each possible transfer between two vehicles, the algorithm precomputes a flag that indicates whether the transfer is requir… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

    Comments: arXiv admin note: text overlap with arXiv:2302.07168

  8. arXiv:2311.09930  [pdf, other

    cs.LG cs.AI

    A Framework for Monitoring and Retraining Language Models in Real-World Applications

    Authors: Jaykumar Kasundra, Claudia Schulz, Melicaalsadat Mirsafian, Stavroula Skylaki

    Abstract: In the Machine Learning (ML) model development lifecycle, training candidate models using an offline holdout dataset and identifying the best model for the given task is only the first step. After the deployment of the selected model, continuous model monitoring and model retraining is required in many real-world applications. There are multiple reasons for retraining, including data or concept dr… ▽ More

    Submitted 17 November, 2023; v1 submitted 16 November, 2023; originally announced November 2023.

  9. arXiv:2310.11812  [pdf, other

    cs.DS

    Open Problems in (Hyper)Graph Decomposition

    Authors: Deepak Ajwani, Rob H. Bisseling, Katrin Casel, Ümit V. Çatalyürek, Cédric Chevalier, Florian Chudigiewitsch, Marcelo Fonseca Faraj, Michael Fellows, Lars Gottesbüren, Tobias Heuer, George Karypis, Kamer Kaya, Jakub Lacki, Johannes Langguth, Xiaoye Sherry Li, Ruben Mayer, Johannes Meintrup, Yosuke Mizutani, François Pellegrini, Fabrizio Petrini, Frances Rosamond, Ilya Safro, Sebastian Schlag, Christian Schulz, Roohani Sharma , et al. (4 additional authors not shown)

    Abstract: Large networks are useful in a wide range of applications. Sometimes problem instances are composed of billions of entities. Decomposing and analyzing these structures helps us gain new insights about our surroundings. Even if the final application concerns a different problem (such as traversal, finding paths, trees, and flows), decomposing large graphs is often an important subproblem for comple… ▽ More

    Submitted 18 October, 2023; originally announced October 2023.

  10. arXiv:2308.15515  [pdf, other

    cs.DS

    Scalable Algorithms for 2-Packing Sets on Arbitrary Graphs

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz, Dominik Schweisgut

    Abstract: A 2-packing set for an undirected graph $G=(V,E)$ is a subset $\mathcal{S} \subset V$ such that any two vertices $v_1,v_2 \in \mathcal{S}$ have no common neighbors. Finding a 2-packing set of maximum cardinality is a NP-hard problem. We develop a new approach to solve this problem on arbitrary graphs using its close relation to the independent set problem. Thereby, our algorithm red2pack uses new… ▽ More

    Submitted 12 February, 2024; v1 submitted 29 August, 2023; originally announced August 2023.

  11. arXiv:2306.15650  [pdf, other

    cond-mat.supr-con cond-mat.str-el

    Evolution of plasmon excitations across the phase diagram of the cuprate superconductor La$_{2-x}$Sr$_{x}$CuO$_4$

    Authors: M. Hepting, T. D. Boyko, V. Zimmermann, M. Bejas, Y. E. Suyolcu, P. Puphal, R. J. Green, L. Zinni, J. Kim, D. Casa, M. H. Upton, D. Wong, C. Schulz, M. Bartkowiak, K. Habicht, E. Pomjakushina, G. Cristiani, G. Logvenov, M. Minola, H. Yamase, A. Greco, B. Keimer

    Abstract: We use resonant inelastic x-ray scattering (RIXS) at the O $K$- and Cu $K$-edges to investigate the doping- and temperature dependence of low-energy plasmon excitations in La$_{2-x}$Sr$_{x}$CuO$_4$. We observe a monotonic increase of the energy scale of the plasmons with increasing doping $x$ in the underdoped regime, whereas a saturation occurs above optimal doping $x \gtrsim 0.16$ and persists a… ▽ More

    Submitted 27 June, 2023; originally announced June 2023.

    Comments: 19 pages, 11 figures

    Journal ref: Phys. Rev. B 107, 214516 (2023)

  12. Dimensionality dependent electronic structure of the exfoliated van der Waals antiferromagnet NiPS$_3$

    Authors: M. F. DiScala, D. Staros, A. de la Torre, A. Lopez, D. Wong, C. Schulz, M. Bartkowiak, B. Rubenstein, K. W. Plumb

    Abstract: Resonant Inelastic X-ray Scattering (RIXS) was used to measure the local electronic structure in few-layer exfoliated flakes of the van der Waals antiferromagnet NiPS$_3$. The resulting spectra show a systematic softening and broadening of $NiS_6$ multiplet excitations with decreasing layer count from the bulk to three atomic layers (3L). These trends are driven by a decrease in the transition met… ▽ More

    Submitted 15 February, 2023; originally announced February 2023.

    Comments: 5 pages, 4 figures; additional 9 pages and 13 figures of supplementary information

  13. arXiv:2302.07168  [pdf, other

    cs.DS

    Arc-Flags Meet Trip-Based Public Transit Routing

    Authors: Ernestine Großmann, Jonas Sauer, Christian Schulz, Patrick Steil

    Abstract: We present Arc-Flag TB, a journey planning algorithm for public transit networks which combines Trip-Based Public Transit Routing (TB) with the Arc-Flags speedup technique. Compared to previous attempts to apply Arc-Flags to public transit networks, which saw limited success, our approach uses stronger pruning rules to reduce the search space. Our experiments show that Arc-Flag TB achieves a speed… ▽ More

    Submitted 14 February, 2023; originally announced February 2023.

  14. arXiv:2302.06259  [pdf, other

    cs.DS

    FREIGHT: Fast Streaming Hypergraph Partitioning

    Authors: Kamal Eyubov, Marcelo Fonseca Faraj, Christian Schulz

    Abstract: Partitioning the vertices of a (hyper)graph into k roughly balanced blocks such that few (hyper)edges run between blocks is a key problem for large-scale distributed processing. A current trend for partitioning huge (hyper)graphs using low computational resources are streaming algorithms. In this work, we propose FREIGHT: a Fast stREamInG Hypergraph parTitioning algorithm which is an adaptation of… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

  15. arXiv:2302.00458  [pdf, other

    cs.DS cs.LG

    Improved Exact and Heuristic Algorithms for Maximum Weight Clique

    Authors: Roman Erhardt, Kathrin Hanauer, Nils Kriege, Christian Schulz, Darren Strash

    Abstract: We propose improved exact and heuristic algorithms for solving the maximum weight clique problem, a well-known problem in graph theory with many applications. Our algorithms interleave successful techniques from related work with novel data reduction rules that use local graph structure to identify and remove vertices and edges while retaining the optimal solution. We evaluate our algorithms on a… ▽ More

    Submitted 1 February, 2023; originally announced February 2023.

  16. arXiv:2301.07145  [pdf, other

    cs.SI

    Faster Local Motif Clustering via Maximum Flows

    Authors: Adil Chhabra, Marcelo Fonseca Faraj, Christian Schulz

    Abstract: Local clustering aims to identify a cluster within a given graph that includes a designated seed node or a significant portion of a group of seed nodes. This cluster should be well-characterized, i.e., it has a high number of internal edges and a low number of external edges. In this work, we propose SOCIAL, a novel algorithm for local motif clustering which optimizes for motif conductance based o… ▽ More

    Submitted 17 January, 2023; originally announced January 2023.

    Comments: arXiv admin note: text overlap with arXiv:2205.06176

  17. arXiv:2301.06968  [pdf, other

    cs.DS

    Engineering Fully Dynamic $Δでるた$-Orientation Algorithms

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz

    Abstract: A (fully) dynamic graph algorithm is a data structure that supports edge insertions, edge deletions, and answers certain queries that are specific to the problem under consideration. There has been a lot of research on dynamic algorithms for graph problems that are solvable in polynomial time by a static algorithm. However, while there is a large body of theoretical work on efficient dynamic graph… ▽ More

    Submitted 18 January, 2023; v1 submitted 17 January, 2023; originally announced January 2023.

  18. arXiv:2212.07724  [pdf, other

    cs.CV

    Attention-based Multiple Instance Learning for Survival Prediction on Lung Cancer Tissue Microarrays

    Authors: Jonas Ammeling, Lars-Henning Schmidt, Jonathan Ganz, Tanja Niedermair, Christoph Brochhausen-Delius, Christian Schulz, Katharina Breininger, Marc Aubreville

    Abstract: Attention-based multiple instance learning (AMIL) algorithms have proven to be successful in utilizing gigapixel whole-slide images (WSIs) for a variety of different computational pathology tasks such as outcome prediction and cancer subtyping problems. We extended an AMIL approach to the task of survival prediction by utilizing the classical Cox partial likelihood as a loss function, converting t… ▽ More

    Submitted 22 February, 2023; v1 submitted 15 December, 2022; originally announced December 2022.

    Comments: Final version for the BVM 2023 Workshop

  19. arXiv:2211.09841  [pdf, other

    cond-mat.str-el cond-mat.mtrl-sci

    Spectroscopy of the frustrated quantum antiferromagnet Cs$_2$CuCl$_4$

    Authors: Adolfo O. Fumega, D. Wong, C. Schulz, F. Rodríguez, S. Blanco-Canosa

    Abstract: We investigate the electronic structure of Cs$_2$CuCl$_4$, a material discussed in the framework of a frustrated quantum antiferromagnet, by means of resonant inelastic x-ray scattering (RIXS) and Density Functional Theory (DFT). From the non-dispersive highly localized dd excitations, we resolve the crystal field splitting of the Cu$^{2+}$ ions in a strongly distorted tetrahedral coordination. Th… ▽ More

    Submitted 17 November, 2022; originally announced November 2022.

    Comments: 7 pages, 4 figures

    Journal ref: Journal of Physics: Condensed Matter, 33 495603 (2021)

  20. arXiv:2209.11858  [pdf, ps, other

    math.LO

    Undefinability of multiplication in Presburger arithmetic with sets of powers

    Authors: Christian Schulz

    Abstract: We begin by proving that any Presburger-definable image of one or more sets of powers has zero natural density. Then, by adapting the proof of a dichotomy result on o-minimal structures by Friedman and Miller, we produce a similar dichotomy for expansions of Presburger arithmetic on the integers. Combining these two results, we obtain that the expansion of the ordered group of integers by any numb… ▽ More

    Submitted 23 September, 2022; originally announced September 2022.

    Comments: 15 pages

  21. arXiv:2208.13645  [pdf, ps, other

    cs.DS

    Finding Near-Optimal Weight Independent Sets at Scale

    Authors: Ernestine Großmann, Sebastian Lamm, Christian Schulz, Darren Strash

    Abstract: Computing maximum weight independent sets in graphs is an important NP-hard optimization problem. The problem is particularly difficult to solve in large graphs for which data reduction techniques do not work well. To be more precise, state-of-the-art branch-and-reduce algorithms can solve many large-scale graphs if reductions are applicable. Otherwise, their performance quickly degrades due to br… ▽ More

    Submitted 21 April, 2023; v1 submitted 29 August, 2022; originally announced August 2022.

  22. arXiv:2208.13618  [pdf, other

    cs.DS

    Scalable Multilevel and Memetic Signed Graph Clustering

    Authors: Felix Hausberger, Marcelo Fonseca Faraj, Christian Schulz

    Abstract: In this study, we address the complex issue of graph clustering in signed graphs, which are characterized by positive and negative weighted edges representing attraction and repulsion among nodes, respectively. The primary objective is to efficiently partition the graph into clusters, ensuring that nodes within a cluster are closely linked by positive edges while minimizing negative edge connectio… ▽ More

    Submitted 9 July, 2024; v1 submitted 29 August, 2022; originally announced August 2022.

  23. arXiv:2205.13202  [pdf, other

    cs.DS cs.LG

    More Recent Advances in (Hyper)Graph Partitioning

    Authors: Ümit V. Çatalyürek, Karen D. Devine, Marcelo Fonseca Faraj, Lars Gottesbüren, Tobias Heuer, Henning Meyerhenke, Peter Sanders, Sebastian Schlag, Christian Schulz, Daniel Seemaier, Dorothea Wagner

    Abstract: In recent years, significant advances have been made in the design and evaluation of balanced (hyper)graph partitioning algorithms. We survey trends of the last decade in practical algorithms for balanced (hyper)graph partitioning together with future research directions. Our work serves as an update to a previous survey on the topic. In particular, the survey extends the previous survey by also c… ▽ More

    Submitted 30 June, 2022; v1 submitted 26 May, 2022; originally announced May 2022.

  24. arXiv:2205.06176  [pdf, other

    cs.SI cs.AI

    Local Motif Clustering via (Hyper)Graph Partitioning

    Authors: Adil Chhabra, Marcelo Fonseca Faraj, Christian Schulz

    Abstract: A widely-used operation on graphs is local clustering, i.e., extracting a well-characterized community around a seed node without the need to process the whole graph. Recently local motif clustering has been proposed: it looks for a local cluster based on the distribution of motifs. Since this local clustering perspective is relatively new, most approaches proposed for it are extensions of statist… ▽ More

    Submitted 11 May, 2022; originally announced May 2022.

  25. arXiv:2205.02915  [pdf, ps, other

    math.LO cs.LO

    Fractal dimensions of $k$-automatic sets

    Authors: Alexi Block Gorman, Christian Schulz

    Abstract: This paper seeks to build on the extensive connections that have arisen between automata theory, combinatorics on words, fractal geometry, and model theory. Results in this paper establish a characterization for the behavior of the fractal geometry of "$k$-automatic" sets, subsets of $[0,1]^d$ that are recognized by Büchi automata. The primary tools for building this characterization include the e… ▽ More

    Submitted 5 May, 2022; originally announced May 2022.

    Comments: 29 pages

    MSC Class: 03D05 (Primary) 28A80 (Secondary)

  26. Electronic Excitations of Hematite Heteroepitaxial Films Measured by Resonant Inelastic X-Ray Scattering at the Fe L-edge

    Authors: David S. Ellis, Ru-Pan Wang, Deniz Wong, Jason K. Cooper, Christian Schulz, Yi-De Chuang, Yifat Piekner, Daniel A. Grave, Markus Schleuning, Dennis Friedrich, Frank M. F. de Groot, Avner Rothschild

    Abstract: Resonant Inelastic X-Ray Scattering (RIXS) spectra of hematite were measured at the Fe L3-edge for heteroepitaxial thin films which were undoped and doped with 1% Ti, Sn or Zn, in the energy loss range in excess of 1 eV to study electronic transitions. The spectra were measured for several momentum transfers (q), conducted at both low temperature (T=14K) and room temperature. While we can not rule… ▽ More

    Submitted 15 February, 2022; originally announced February 2022.

    Comments: 11 pages, 5 figures, and .pdf supplementary file

    Journal ref: Phys. Rev. B 105, 075101 (2022)

  27. arXiv:2202.00394  [pdf, other

    cs.DS cs.DC

    Recursive Multi-Section on the Fly: Shared-Memory Streaming Algorithms for Hierarchical Graph Partitioning and Process Mapping

    Authors: Marcelo Fonseca Faraj, Christian Schulz

    Abstract: Partitioning a graph into balanced blocks such that few edges run between blocks is a key problem for large-scale distributed processing. A current trend for partitioning huge graphs are streaming algorithms, which use low computational resources. In this work, we present a shared-memory streaming multi-recursive partitioning scheme that performs recursive multi-sections on the fly without knowing… ▽ More

    Submitted 1 February, 2022; originally announced February 2022.

  28. arXiv:2201.07495  [pdf, other

    cs.CV

    Weakly Supervised Semantic Segmentation of Remote Sensing Images for Tree Species Classification Based on Explanation Methods

    Authors: Steve Ahlswede, Nimisha Thekke-Madam, Christian Schulz, Birgit Kleinschmit, Begüm Demir

    Abstract: The collection of a high number of pixel-based labeled training samples for tree species identification is time consuming and costly in operational forestry applications. To address this problem, in this paper we investigate the effectiveness of explanation methods for deep neural networks in performing weakly supervised semantic segmentation using only image-level labels. Specifically, we conside… ▽ More

    Submitted 19 January, 2022; originally announced January 2022.

    Comments: 4 pages, 1 figure, submitted to IEEE Geosciences and Remote Sensing Symposium (2022)

    ACM Class: I.4.6; I.5.3

  29. arXiv:2110.11858  [pdf, other

    math.LO cs.LO

    A strong version of Cobham's theorem

    Authors: Philipp Hieronymi, Chris Schulz

    Abstract: Let $k,\ell\geq 2$ be two multiplicatively independent integers. Cobham's famous theorem states that a set $X\subseteq \mathbb{N}$ is both $k$-recognizable and $\ell$-recognizable if and only if it is definable in Presburger arithmetic. Here we show the following strengthening: let $X\subseteq \mathbb{N}^m$ be $k$-recognizable, let $Y\subseteq \mathbb{N}^n$ be $\ell$-recognizable such that both… ▽ More

    Submitted 1 September, 2023; v1 submitted 22 October, 2021; originally announced October 2021.

  30. arXiv:2108.11668  [pdf, other

    physics.optics physics.atom-ph

    Generation and characterisation of isolated attosecond pulses at 100kHzきろへるつ repetition rate

    Authors: Tobias Witting, Mikhail Osolodkov, Felix Schell, Felipe Morales, Serguei Patchkovskii, Peter Susnjar, Fabio Cavalcante, Carmen S. Menoni, Claus P. Schulz, Federico J. Furch, Marc J. J. Vrakking

    Abstract: The generation of coherent light pulses in the extreme ultraviolet (XUV) spectral region with attosecond pulse durations constitutes the foundation of the field of attosecond science. Twenty years after the first demonstration of isolated attosecond pulses, they continue to be a unique tool enabling the observation and control of electron dynamics in atoms, molecules and solids. It has long been i… ▽ More

    Submitted 26 August, 2021; originally announced August 2021.

    Comments: 27 Pages, 4 figures, supplementary information

  31. arXiv:2107.02539  [pdf, other

    cs.DC

    An MPI-based Algorithm for Mapping Complex Networks onto Hierarchical Architectures

    Authors: Maria Predari, Charilaos Tzovas, Christian Schulz, Henning Meyerhenke

    Abstract: Processing massive application graphs on distributed memory systems requires to map the graphs onto the system's processing elements (PEs). This task becomes all the more important when PEs have non-uniform communication costs or the input is highly irregular. Typically, mapping is addressed using partitioning, in a two-step approach or an integrated one. Parallel partitioning tools do exist; yet,… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

  32. arXiv:2106.08696  [pdf, ps, other

    cs.DS

    High-Quality Hypergraph Partitioning

    Authors: Sebastian Schlag, Tobias Heuer, Lars Gottesbüren, Yaroslav Akhremtsev, Christian Schulz, Peter Sanders

    Abstract: This paper considers the balanced hypergraph partitioning problem, which asks for partitioning the vertices into $k$ disjoint blocks of bounded size while minimizing an objective function over the hyperedges. Here, we consider the most commonly used connectivity metric. We describe our open source hypergraph partitioner KaHyPar which is based on the successful multi-level approach -- driving it to… ▽ More

    Submitted 16 June, 2021; originally announced June 2021.

  33. arXiv:2105.02022  [pdf, other

    cs.DS

    Deep Multilevel Graph Partitioning

    Authors: Lars Gottesbüren, Tobias Heuer, Peter Sanders, Christian Schulz, Daniel Seemaier

    Abstract: Partitioning a graph into blocks of "roughly equal" weight while cutting only few edges is a fundamental problem in computer science with a wide range of applications. In particular, the problem is a building block in applications that require parallel processing. While the amount of available cores in parallel architectures has significantly increased in recent years, state-of-the-art graph parti… ▽ More

    Submitted 5 May, 2021; originally announced May 2021.

  34. arXiv:2104.13098  [pdf, other

    cs.DS

    Fully-dynamic Weighted Matching Approximation in Practice

    Authors: Eugenio Angriman, Henning Meyerhenke, Christian Schulz, Bora Uçar

    Abstract: Finding large or heavy matchings in graphs is a ubiquitous combinatorial optimization problem. In this paper, we engineer the first non-trivial implementations for approximating the dynamic weighted matching problem. Our first algorithm is based on random walks/paths combined with dynamic programming. The second algorithm has been introduced by Stubbs and Williams without an implementation. Roughl… ▽ More

    Submitted 27 April, 2021; originally announced April 2021.

  35. arXiv:2102.11169  [pdf, other

    cs.DS

    Recent Advances in Fully Dynamic Graph Algorithms

    Authors: Kathrin Hanauer, Monika Henzinger, Christian Schulz

    Abstract: In recent years, significant advances have been made in the design and analysis of fully dynamic algorithms. However, these theoretical results have received very little attention from the practical perspective. Few of the algorithms are implemented and tested on real datasets, and their practical potential is far from understood. Here, we present a quick reference guide to recent engineering and… ▽ More

    Submitted 17 November, 2022; v1 submitted 22 February, 2021; originally announced February 2021.

  36. arXiv:2102.09384  [pdf, other

    cs.DS

    Buffered Streaming Graph Partitioning

    Authors: Marcelo Fonseca Faraj, Christian Schulz

    Abstract: Partitioning graphs into blocks of roughly equal size is widely used when processing large graphs. Currently there is a gap in the space of available partitioning algorithms. On the one hand, there are streaming algorithms that have been adopted to partition massive graph data on small machines. In the streaming model, vertices arrive one at a time including their neighborhood and then have to be… ▽ More

    Submitted 22 December, 2021; v1 submitted 18 February, 2021; originally announced February 2021.

  37. arXiv:2102.08207  [pdf, other

    cs.LO math.CO math.LO

    Decidability for Sturmian words

    Authors: Philipp Hieronymi, Dun Ma, Reed Oei, Luke Schaeffer, Christian Schulz, Jeffrey Shallit

    Abstract: We show that the first-order theory of Sturmian words over Presburger arithmetic is decidable. Using a general adder recognizing addition in Ostrowski numeration systems by Baranwal, Schaeffer and Shallit, we prove that the first-order expansions of Presburger arithmetic by a single Sturmian word are uniformly $ωおめが$-automatic, and then deduce the decidability of the theory of the class of such struc… ▽ More

    Submitted 5 March, 2024; v1 submitted 16 February, 2021; originally announced February 2021.

  38. arXiv:2102.01727  [pdf, ps, other

    cs.LO

    Pecan: An Automated Theorem Prover for Automatic Sequences using Büchi Automata

    Authors: Reed Oei, Dun Ma, Christian Schulz, Philipp Hieronymi

    Abstract: Pecan is an automated theorem prover for reasoning about properties of Sturmian words, an important object in the field of combinatorics on words. It is capable of efficiently proving non-trivial mathematical theorems about all Sturmian words.

    Submitted 2 February, 2021; originally announced February 2021.

    Comments: Working draft

  39. arXiv:2101.05033  [pdf, other

    cs.DS

    Practical Fully Dynamic Minimum Cut Algorithms

    Authors: Monika Henzinger, Alexander Noe, Christian Schulz

    Abstract: We present a practically efficient algorithm for maintaining a global minimum cut in large dynamic graphs under both edge insertions and deletions. While there has been theoretical work on this problem, our algorithm is the first implementation of a fully-dynamic algorithm. The algorithm uses the theoretical foundation and combines it with efficient and finely-tuned implementations to give an algo… ▽ More

    Submitted 13 January, 2021; originally announced January 2021.

  40. arXiv:2012.12594  [pdf, ps, other

    cs.DS cs.CC

    Recent Advances in Practical Data Reduction

    Authors: Faisal Abu-Khzam, Sebastian Lamm, Matthias Mnich, Alexander Noe, Christian Schulz, Darren Strash

    Abstract: Over the last two decades, significant advances have been made in the design and analysis of fixed-parameter algorithms for a wide variety of graph-theoretic problems. This has resulted in an algorithmic toolbox that is by now well-established. However, these theoretical algorithmic ideas have received very little attention from the practical perspective. We survey recent trends in data reduction… ▽ More

    Submitted 31 December, 2020; v1 submitted 23 December, 2020; originally announced December 2020.

  41. arXiv:2012.06171  [pdf, other

    cs.DC cs.DB

    The Future is Big Graphs! A Community View on Graph Processing Systems

    Authors: Sherif Sakr, Angela Bonifati, Hannes Voigt, Alexandru Iosup, Khaled Ammar, Renzo Angles, Walid Aref, Marcelo Arenas, Maciej Besta, Peter A. Boncz, Khuzaima Daudjee, Emanuele Della Valle, Stefania Dumbrava, Olaf Hartig, Bernhard Haslhofer, Tim Hegeman, Jan Hidders, Katja Hose, Adriana Iamnitchi, Vasiliki Kalavri, Hugo Kapp, Wim Martens, M. Tamer Özsu, Eric Peukert, Stefan Plantikow , et al. (16 additional authors not shown)

    Abstract: Graphs are by nature unifying abstractions that can leverage interconnectedness to represent, explore, predict, and explain real- and digital-world phenomena. Although real users and consumers of graph instances and graph workloads understand these abstractions, future problems will require new abstractions and systems. What needs to happen in the next decade for big graph processing to continue t… ▽ More

    Submitted 11 December, 2020; originally announced December 2020.

    Comments: 12 pages, 3 figures, collaboration between the large-scale systems and data management communities, work started at the Dagstuhl Seminar 19491 on Big Graph Processing Systems, to be published in the Communications of the ACM

    ACM Class: C.3; E.0; H.2; J.0

  42. arXiv:2010.16218  [pdf, other

    cs.CL cs.AI cs.IR cs.LG

    Biomedical Concept Relatedness -- A large EHR-based benchmark

    Authors: Claudia Schulz, Josh Levy-Kramer, Camille Van Assel, Miklos Kepes, Nils Hammerla

    Abstract: A promising application of AI to healthcare is the retrieval of information from electronic health records (EHRs), e.g. to aid clinicians in finding relevant information for a consultation or to recruit suitable patients for a study. This requires search capabilities far beyond simple string matching, including the retrieval of concepts (diagnoses, symptoms, medications, etc.) related to the one i… ▽ More

    Submitted 30 October, 2020; originally announced October 2020.

    Comments: Accepted for publication at the 28th International Conference on Computational Linguistics (COLING 2020)

  43. arXiv:2008.10932  [pdf, other

    cs.DS

    O'Reach: Even Faster Reachability in Large Graphs

    Authors: Kathrin Hanauer, Christian Schulz, Jonathan Trummer

    Abstract: One of the most fundamental problems in computer science is the reachability problem: Given a directed graph and two vertices s and t, can s reach t via a path? We revisit existing techniques and combine them with new approaches to support a large portion of reachability queries in constant time using a linear-sized reachability index. Our new algorithm O'Reach can be easily combined with previous… ▽ More

    Submitted 1 February, 2021; v1 submitted 25 August, 2020; originally announced August 2020.

  44. arXiv:2008.05180  [pdf, other

    cs.DS cs.AI cs.IR

    Boosting Data Reduction for the Maximum Weight Independent Set Problem Using Increasing Transformations

    Authors: Alexander Gellner, Sebastian Lamm, Christian Schulz, Darren Strash, Bogdán Zaválnij

    Abstract: Given a vertex-weighted graph, the maximum weight independent set problem asks for a pair-wise non-adjacent set of vertices such that the sum of their weights is maximum. The branch-and-reduce paradigm is the de facto standard approach to solve the problem to optimality in practice. In this paradigm, data reduction rules are applied to decrease the problem size. These data reduction rules ensure t… ▽ More

    Submitted 13 August, 2020; v1 submitted 12 August, 2020; originally announced August 2020.

  45. arXiv:2005.09521  [pdf, other

    cs.DC

    Efficient Process-to-Node Mapping Algorithms for Stencil Computations

    Authors: Sascha Hunold, Konrad von Kirchbach, Markus Lehr, Christian Schulz, Jesper Larsson Träff

    Abstract: Good process-to-compute-node mappings can be decisive for well performing HPC applications. A special, important class of process-to-node mapping problems is the problem of mapping processes that communicate in a sparse stencil pattern to Cartesian grids. By thoroughly exploiting the inherently present structure in this type of problem, we devise three novel distributed algorithms that are able to… ▽ More

    Submitted 20 May, 2020; v1 submitted 19 May, 2020; originally announced May 2020.

    Comments: 18 pages, 9 Figures

  46. arXiv:2004.11666  [pdf, other

    cs.DS math.CO

    Faster Parallel Multiterminal Cuts

    Authors: Monika Henzinger, Alexander Noe, Christian Schulz

    Abstract: We give an improved branch-and-bound solver for the multiterminal cut problem, based on the recent work of Henzinger et al.. We contribute new, highly effective data reduction rules to transform the graph into a smaller equivalent instance. In addition, we present a local search algorithm that can significantly improve a given solution to the multiterminal cut problem. Our exact algorithm is able… ▽ More

    Submitted 24 April, 2020; originally announced April 2020.

  47. arXiv:2004.11315  [pdf, other

    cs.DS math.CO

    Engineering Data Reduction for Nested Dissection

    Authors: Lara Ost, Christian Schulz, Darren Strash

    Abstract: Many applications rely on time-intensive matrix operations, such as factorization, which can be sped up significantly for large sparse matrices by interpreting the matrix as a sparse graph and computing a node ordering that minimizes the so-called fill-in. In this paper, we engineer new data reduction rules for the minimum fill-in problem, which significantly reduce the size of the graph while p… ▽ More

    Submitted 23 April, 2020; originally announced April 2020.

  48. arXiv:2004.09099  [pdf, other

    cs.DS

    Dynamic Matching Algorithms in Practice

    Authors: Monika Henzinger, Shahbaz Khan, Richard Paul, Christian Schulz

    Abstract: In recent years, significant advances have been made in the design and analysis of fully dynamic maximal matching algorithms. However, these theoretical results have received very little attention from the practical perspective. Few of the algorithms are implemented and tested on real datasets, and their practical potential is far from understood. In this paper, we attempt to bridge the gap betwee… ▽ More

    Submitted 20 April, 2020; originally announced April 2020.

  49. arXiv:2003.11082  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Can Embeddings Adequately Represent Medical Terminology? New Large-Scale Medical Term Similarity Datasets Have the Answer!

    Authors: Claudia Schulz, Damir Juric

    Abstract: A large number of embeddings trained on medical data have emerged, but it remains unclear how well they represent medical terminology, in particular whether the close relationship of semantically similar medical terms is encoded in these embeddings. To date, only small datasets for testing medical term similarity are available, not allowing to draw conclusions about the generalisability of embeddi… ▽ More

    Submitted 24 March, 2020; originally announced March 2020.

    Comments: Accepted at AAAI 2020

  50. arXiv:2003.08309  [pdf, other

    physics.flu-dyn cond-mat.mes-hall cond-mat.soft cond-mat.stat-mech physics.chem-ph

    Molecular interpretation of the non-Newtonian viscoelastic behavior of liquid water at high frequencies

    Authors: Julius C. F. Schulz, Alexander Schlaich, Matthias Heyden, Roland R. Netz, Julian Kappler

    Abstract: Using classical as well as ab-initio molecular dynamics simulations, we calculate the frequency-dependent shear viscosity of pure water and water-glycerol mixtures. In agreement with recent experiments, we find deviations from Newtonian-fluid behavior in the THz regime. Based on an extension of the Maxwell model, we introduce a viscoelastic model to describe the observed viscosity spectrum of pure… ▽ More

    Submitted 18 March, 2020; originally announced March 2020.

    Comments: Supplemental material is provided as ancillary file

    Journal ref: Phys. Rev. Fluids 5, 103301 (2020)