Skip to main content

Showing 1–50 of 106 results for author: Niedermeier, R

Searching in archive cs. Search in all archives.
.
  1. Drawing a Map of Elections

    Authors: Stanisław Szufa, Niclas Boehmer, Robert Bredereck, Piotr Faliszewski, Rolf Niedermeier, Piotr Skowron, Arkadii Slinko, Nimrod Talmon

    Abstract: Our main contribution is the introduction of the map of elections framework. A map of elections consists of three main elements: (1) a dataset of elections (i.e., collections of ordinal votes over given sets of candidates), (2) a way of measuring similarities between these elections, and (3) a representation of the elections in the 2D Euclidean space as points, so that the more similar two electio… ▽ More

    Submitted 8 April, 2025; v1 submitted 4 April, 2025; originally announced April 2025.

    Comments: Journal article merging results from arxiv:2105.07815, arXiv:2407.11889 and Szufa et al., "Drawing a Map of Elections in the Space of Statistical Cultures", AAMAS '20

  2. arXiv:2405.18866  [pdf, ps, other

    cs.DS cs.CC

    The Structural Complexity Landscape of Finding Balance-Fair Shortest Paths

    Authors: Matthias Bentert, Leon Kellerhals, Rolf Niedermeier

    Abstract: We study the parameterized complexity of finding shortest s-t-paths with an additional fairness requirement. The task is to compute a shortest path in a vertex-colored graph where each color appears (roughly) equally often in the solution. We provide a complete picture of the parameterized complexity landscape of the problem with respect to structural parameters by showing a tetrachotomy including… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

  3. arXiv:2302.00630  [pdf, ps, other

    cs.DS

    Parameterized Algorithms for Colored Clustering

    Authors: Leon Kellerhals, Tomohiro Koana, Pascal Kunz, Rolf Niedermeier

    Abstract: In the Colored Clustering problem, one is asked to cluster edge-colored (hyper-)graphs whose colors represent interaction types. More specifically, the goal is to select as many edges as possible without choosing two edges that share an endpoint and are colored differently. Equivalently, the goal can also be described as assigning colors to the vertices in a way that fits the edge-coloring as well… ▽ More

    Submitted 1 February, 2023; originally announced February 2023.

  4. arXiv:2301.00797  [pdf, other

    cs.DS

    Parameterized Lower Bounds for Problems in P via Fine-Grained Cross-Compositions

    Authors: Klaus Heeger, André Nichterlein, Rolf Niedermeier

    Abstract: We provide a general framework to exclude parameterized running times of the form $O(\ell^β+ n^γ)$ for problems that have polynomial running time lower bounds under hypotheses from fine-grained complexity. Our framework is based on cross-compositions from parameterized complexity. We (conditionally) exclude running times of the form $O(\ell^{γ/{(γ-1)} - ε} + n^γ)$ for any $1<γ<2$ and $ε>0$ for the… ▽ More

    Submitted 6 January, 2023; v1 submitted 2 January, 2023; originally announced January 2023.

  5. arXiv:2208.13760  [pdf, other

    cs.GT econ.TH

    A Quantitative and Qualitative Analysis of the Robustness of (Real-World) Election Winners

    Authors: Niclas Boehmer, Robert Bredereck, Piotr Faliszewski, Rolf Niedermeier

    Abstract: Contributing to the toolbox for interpreting election results, we evaluate the robustness of election winners to random noise. We compare the robustness of different voting rules and evaluate the robustness of real-world election winners from the Formula 1 World Championship and some variant of political elections. We find many instances of elections that have very non-robust winners and numerous… ▽ More

    Submitted 29 August, 2022; originally announced August 2022.

    Comments: Accepted to EAAMO'22

  6. arXiv:2208.01563  [pdf, ps, other

    cs.GT cs.DM

    Deepening the (Parameterized) Complexity Analysis of Incremental Stable Matching Problems

    Authors: Niclas Boehmer, Klaus Heeger, Rolf Niedermeier

    Abstract: When computing stable matchings, it is usually assumed that the preferences of the agents in the matching market are fixed. However, in many realistic scenarios, preferences change over time. Consequently, an initially stable matching may become unstable. Then, a natural goal is to find a matching which is stable with respect to the modified preferences and as close as possible to the initial one.… ▽ More

    Submitted 8 November, 2022; v1 submitted 2 August, 2022; originally announced August 2022.

    Comments: Accepted to MFCS'22

  7. arXiv:2206.14698  [pdf, other

    cs.DS

    There and Back Again: On Applying Data Reduction Rules by Undoing Others

    Authors: Aleksander Figiel, Vincent Froese, André Nichterlein, Rolf Niedermeier

    Abstract: Data reduction rules are an established method in the algorithmic toolbox for tackling computationally challenging problems. A data reduction rule is a polynomial-time algorithm that, given a problem instance as input, outputs an equivalent, typically smaller instance of the same problem. The application of data reduction rules during the preprocessing of problem instances allows in many cases to… ▽ More

    Submitted 29 June, 2022; originally announced June 2022.

    Comments: extended abstract to appear at ESA 2022

  8. arXiv:2205.00492  [pdf, other

    cs.GT econ.TH

    Understanding Distance Measures Among Elections

    Authors: Niclas Boehmer, Piotr Faliszewski, Rolf Niedermeier, Stanisław Szufa, Tomasz Wąs

    Abstract: Motivated by putting empirical work based on (synthetic) election data on a more solid mathematical basis, we analyze six distances among elections, including, e.g., the challenging-to-compute but very precise swap distance and the distance used to form the so-called map of elections. Among the six, the latter seems to strike the best balance between its computational complexity and expressiveness… ▽ More

    Submitted 1 May, 2022; originally announced May 2022.

    Comments: Accepted to IJCAI 2022

  9. arXiv:2203.17132  [pdf, ps, other

    cs.DS cs.CC

    Fair Short Paths in Vertex-Colored Graphs

    Authors: Matthias Bentert, Leon Kellerhals, Rolf Niedermeier

    Abstract: The computation of short paths in graphs with arc lengths is a pillar of graph algorithmics and network science. In a more diverse world, however, not every short path is equally valuable. For the setting where each vertex is assigned to a group (color), we provide a framework to model multiple natural fairness aspects. We seek to find short paths in which the number of occurrences of each color i… ▽ More

    Submitted 27 February, 2023; v1 submitted 31 March, 2022; originally announced March 2022.

    Comments: Full version of a paper accepted at AAAI '23

  10. arXiv:2201.05390  [pdf, other

    cs.DS

    Delay-Robust Routes in Temporal Graphs

    Authors: Eugen Füchsle, Hendrik Molter, Rolf Niedermeier, Malte Renken

    Abstract: Most transportation networks are inherently temporal: Connections (e.g. flights, train runs) are only available at certain, scheduled times. When transporting passengers or commodities, this fact must be considered for the the planning of itineraries. This has already led to several well-studied algorithmic problems on temporal graphs. The difficulty of the described task is increased by the fact… ▽ More

    Submitted 14 January, 2022; originally announced January 2022.

  11. arXiv:2201.05011  [pdf, other

    cs.DS

    Temporal Connectivity: Coping with Foreseen and Unforeseen Delays

    Authors: Eugen Füchsle, Hendrik Molter, Rolf Niedermeier, Malte Renken

    Abstract: Consider planning a trip in a train network. In contrast to, say, a road network, the edges are temporal, i.e., they are only available at certain times. Another important difficulty is that trains, unfortunately, sometimes get delayed. This is especially bad if it causes one to miss subsequent trains. The best way to prepare against this is to have a connection that is robust to some number of (s… ▽ More

    Submitted 13 January, 2022; originally announced January 2022.

  12. arXiv:2112.13824  [pdf, ps, other

    cs.DS cs.DM

    Fairness in Repetitive Scheduling

    Authors: Danny Hermelin, Hendrik Molter, Rolf Niedermeier, Michael Pinedo, Dvir Shabtay

    Abstract: Recent research found that fairness plays a key role in customer satisfaction. Therefore, many manufacturing and services industries have become aware of the need to treat customers fairly. Still, there is a huge lack of models that enable industries to make operational decisions fairly, such as a fair scheduling of the customers' jobs. Our main aim in this research is to provide a unified framewo… ▽ More

    Submitted 7 January, 2024; v1 submitted 27 December, 2021; originally announced December 2021.

  13. arXiv:2112.07525  [pdf, other

    cs.GT cs.CY cs.MA cs.SI

    On Improving Resource Allocations by Sharing

    Authors: Robert Bredereck, Andrzej Kaczmarczyk, Junjie Luo, Rolf Niedermeier, Florian Sachse

    Abstract: Given an initial resource allocation, where some agents may envy others or where a different distribution of resources might lead to higher social welfare, our goal is to improve the allocation without reassigning resources. We consider a sharing concept allowing resources being shared with social network neighbors of the resource owners. To this end, we introduce a formal model that allows a cent… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

    Comments: Accepted at the 36th AAAI Conference on Artificial Intelligence, AAAI-22

    ACM Class: J.4; G.2.3; G.2.2; F.2.2

  14. arXiv:2112.06172  [pdf, other

    cs.DS cs.DM

    Temporal Interval Cliques and Independent Sets

    Authors: Danny Hermelin, Yuval Itzhaki, Hendrik Molter, Rolf Niedermeier

    Abstract: Temporal graphs have been recently introduced to model changes to a given network that occur throughout a fixed period of time. The Temporal $Δ$ Clique problem, that generalizes the well known Clique problem to temporal graphs, has been studied in the context of finding nodes of interest in dynamic networks [TCS '16]. We introduce the Temporal $Δ$ Independent Set problem, a temporal generalization… ▽ More

    Submitted 13 October, 2022; v1 submitted 12 December, 2021; originally announced December 2021.

  15. arXiv:2112.05777  [pdf, ps, other

    cs.GT cs.DS

    Theory of and Experiments on Minimally Invasive Stability Preservation in Changing Two-Sided Matching Markets

    Authors: Niclas Boehmer, Klaus Heeger, Rolf Niedermeier

    Abstract: Following up on purely theoretical work of Bredereck et al. [AAAI 2020], we contribute further theoretical insights into adapting stable two-sided matchings to change. Moreover, we perform extensive empirical studies hinting at numerous practically useful properties. Our theoretical extensions include the study of new problems (that is, incremental variants of Almost Stable Marriage and Hospital R… ▽ More

    Submitted 10 December, 2021; originally announced December 2021.

    Comments: Accepted to AAAI'22

  16. arXiv:2112.03183  [pdf, other

    cs.DS cs.LG

    Modification-Fair Cluster Editing

    Authors: Vincent Froese, Leon Kellerhals, Rolf Niedermeier

    Abstract: The classic Cluster Editing problem (also known as Correlation Clustering) asks to transform a given graph into a disjoint union of cliques (clusters) by a small number of edge modifications. When applied to vertex-colored graphs (the colors representing subgroups), standard algorithms for the NP-hard Cluster Editing problem may yield solutions that are biased towards subgroups of data (e.g., demo… ▽ More

    Submitted 26 January, 2024; v1 submitted 6 December, 2021; originally announced December 2021.

    Comments: AAAI 2022

  17. arXiv:2107.04321  [pdf, other

    cs.CC cs.CG

    Most Classic Problems Remain NP-hard on Relative Neighborhood Graphs and their Relatives

    Authors: Pascal Kunz, Till Fluschnik, Rolf Niedermeier, Malte Renken

    Abstract: Proximity graphs have been studied for several decades, motivated by applications in computational geometry, geography, data mining, and many other fields. However, the computational complexity of classic graph problems on proximity graphs mostly remained open. We now study 3-Colorability, Dominating Set, Feedback Vertex Set, Hamiltonian Cycle, and Independent Set on the proximity graph classes re… ▽ More

    Submitted 9 July, 2021; originally announced July 2021.

  18. arXiv:2105.13055  [pdf, ps, other

    cs.DS cs.DM

    Towards Classifying the Polynomial-Time Solvability of Temporal Betweenness Centrality

    Authors: Maciej Rymar, Hendrik Molter, André Nichterlein, Rolf Niedermeier

    Abstract: In static graphs, the betweenness centrality of a graph vertex measures how many times this vertex is part of a shortest path between any two graph vertices. Betweenness centrality is efficiently computable and it is a fundamental tool in network science. Continuing and extending previous work, we study the efficient computability of betweenness centrality in temporal graphs (graphs with fixed ver… ▽ More

    Submitted 27 May, 2021; originally announced May 2021.

  19. arXiv:2105.12003  [pdf, ps, other

    cs.DM cs.DS

    On Finding Separators in Temporal Split and Permutation Graphs

    Authors: Nicolas Maack, Hendrik Molter, Rolf Niedermeier, Malte Renken

    Abstract: Removing all connections between two vertices s and z in a graph by removing a minimum number of vertices is a fundamental problem in algorithmic graph theory. This (s,z)-separation problem is well-known to be polynomial solvable and serves as an important primitive in many applications related to network connectivity. We study the NP-hard temporal (s,z)-separation problem on temporal graphs, whic… ▽ More

    Submitted 25 May, 2021; originally announced May 2021.

  20. arXiv:2105.08675  [pdf, ps, other

    cs.LG cs.CC cs.DS cs.NE stat.ML

    The Computational Complexity of ReLU Network Training Parameterized by Data Dimensionality

    Authors: Vincent Froese, Christoph Hertrich, Rolf Niedermeier

    Abstract: Understanding the computational complexity of training simple neural networks with rectified linear units (ReLUs) has recently been a subject of intensive research. Closing gaps and complementing results from the literature, we present several results on the parameterized complexity of training two-layer ReLU networks with respect to various loss functions. After a brief discussion of other parame… ▽ More

    Submitted 23 August, 2022; v1 submitted 18 May, 2021; originally announced May 2021.

    Journal ref: Journal of Artificial Intelligence Research 74 (2022): 1775-1790

  21. arXiv:2105.08335  [pdf, ps, other

    cs.DS math.CO

    Interference-free Walks in Time: Temporally Disjoint Paths

    Authors: Nina Klobas, George B. Mertzios, Hendrik Molter, Rolf Niedermeier, Philipp Zschoche

    Abstract: We investigate the computational complexity of finding temporally disjoint paths or walks in temporal graphs. There, the edge set changes over discrete time steps and a temporal path (resp. walk) uses edges that appear at monotonically increasing time steps. Two paths (or walks) are temporally disjoint if they never use the same vertex at the same time; otherwise, they interfere. This reflects app… ▽ More

    Submitted 21 May, 2021; v1 submitted 18 May, 2021; originally announced May 2021.

  22. arXiv:2105.07815  [pdf, other

    cs.GT econ.EM

    Putting a Compass on the Map of Elections

    Authors: Niclas Boehmer, Robert Bredereck, Piotr Faliszewski, Rolf Niedermeier, Stanisław Szufa

    Abstract: Recently, Szufa et al. [AAMAS 2020] presented a "map of elections" that visualizes a set of 800 elections generated from various statistical cultures. While similar elections are grouped together on this map, there is no obvious interpretation of the elections' positions. We provide such an interpretation by introducing four canonical "extreme" elections, acting as a compass on the map. We use the… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

    Comments: Accepted to IJCAI 2021

  23. arXiv:2105.07006  [pdf, other

    cs.DS cs.NI

    Optimal Virtual Network Embeddings for Tree Topologies

    Authors: Aleksander Figiel, Leon Kellerhals, Rolf Niedermeier, Matthias Rost, Stefan Schmid, Philipp Zschoche

    Abstract: The performance of distributed and data-centric applications often critically depends on the interconnecting network. Applications are hence modeled as virtual networks, also accounting for resource demands on links. At the heart of provisioning such virtual networks lies the NP-hard Virtual Network Embedding Problem (VNEP): how to jointly map the virtual nodes and links onto a physical substrate… ▽ More

    Submitted 14 May, 2021; originally announced May 2021.

    Comments: An extended abstract of this work appears in the Proceedings of the 33rd ACM Symposium on Parallelism in Algorithms and Architectures (SPAA '21)

  24. arXiv:2105.06561  [pdf, ps, other

    cs.GT

    Equilibria in Schelling Games: Computational Hardness and Robustness

    Authors: Luca Kreisel, Niclas Boehmer, Vincent Froese, Rolf Niedermeier

    Abstract: In the simplest game-theoretic formulation of Schelling's model of segregation on graphs, agents of two different types each select their own vertex in a given graph so as to maximize the fraction of agents of their type in their occupied neighborhood. Two ways of modeling agent movement here are either to allow two agents to swap their vertices or to allow an agent to jump to a free vertex. The c… ▽ More

    Submitted 30 March, 2022; v1 submitted 13 May, 2021; originally announced May 2021.

    Comments: Accepted to AAMAS'22

  25. arXiv:2105.05987  [pdf, ps, other

    cs.GT

    Two Influence Maximization Games on Graphs Made Temporal

    Authors: Niclas Boehmer, Vincent Froese, Julia Henkel, Yvonne Lasars, Rolf Niedermeier, Malte Renken

    Abstract: To address the dynamic nature of real-world networks, we generalize competitive diffusion games and Voronoi games from static to temporal graphs, where edges may appear or disappear over time. This establishes a new direction of studies in the area of graph games, motivated by applications such as influence spreading. As a first step, we investigate the existence of Nash equilibria in 2-player com… ▽ More

    Submitted 21 February, 2023; v1 submitted 12 May, 2021; originally announced May 2021.

    Comments: Accepted to IJCAI 2021

  26. arXiv:2102.13642  [pdf, other

    cs.GT

    A Multivariate Complexity Analysis of the Material Consumption Scheduling Problem

    Authors: Matthias Bentert, Robert Bredereck, Péter Györgyi, Andrzej Kaczmarczyk, Rolf Niedermeier

    Abstract: The NP-hard MATERIAL CONSUMPTION SCHEDULING Problem and closely related problems have been thoroughly studied since the 1980's. Roughly speaking, the problem deals with minimizing the makespan when scheduling jobs that consume non-renewable resources. We focus on the single-machine case without preemption: from time to time, the resources of the machine are (partially) replenished, thus allowing f… ▽ More

    Submitted 12 March, 2021; v1 submitted 26 February, 2021; originally announced February 2021.

    Comments: Accepted for publication in The Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI-21)

    ACM Class: F.2.2; G.2.1; I.2.8; I.1.2

  27. arXiv:2102.11864  [pdf, ps, other

    cs.GT cs.DM

    A Refined Complexity Analysis of Fair Districting over Graphs

    Authors: Niclas Boehmer, Tomohiro Koana, Rolf Niedermeier

    Abstract: We study the NP-hard Fair Connected Districting problem recently proposed by Stoica et al. [AAMAS 2020]: Partition a vertex-colored graph into k connected components (subsequently referred to as districts) so that in every district the most frequent color occurs at most a given number of times more often than the second most frequent color. Fair Connected Districting is motivated by various real-w… ▽ More

    Submitted 8 April, 2022; v1 submitted 23 February, 2021; originally announced February 2021.

  28. arXiv:2102.08905  [pdf, ps, other

    cs.DS cs.DM

    The Complexity of Gerrymandering Over Graphs: Paths and Trees

    Authors: Matthias Bentert, Tomohiro Koana, Rolf Niedermeier

    Abstract: Roughly speaking, gerrymandering is the systematic manipulation of the boundaries of electoral districts to make a specific (political) party win as many districts as possible. While typically studied from a geographical point of view, addressing social network structures, the investigation of gerrymandering over graphs was recently initiated by Cohen-Zemach et al. [AAMAS 2018]. Settling three ope… ▽ More

    Submitted 17 February, 2021; originally announced February 2021.

  29. arXiv:2011.11596  [pdf, other

    cs.GT cs.MA

    Envy-Free Allocations Respecting Social Networks

    Authors: Robert Bredereck, Andrzej Kaczmarczyk, Rolf Niedermeier

    Abstract: Finding an envy-free allocation of indivisible resources to agents is a central task in many multiagent systems. Often, non-trivial envy-free allocations do not exist, and, when they do, finding them can be computationally hard. Classical envy-freeness requires that every agent likes the resources allocated to it at least as much as the resources allocated to any other agent. In many situations th… ▽ More

    Submitted 23 November, 2020; originally announced November 2020.

    Comments: 49 pages; 7 figures; A preliminary version of this article appeared in the Proceedings of the 17th International Conference on Autonomous Agents and Multiagent Systems (AAMAS'18)

  30. arXiv:2010.09678  [pdf, other

    cs.GT

    On the Robustness of Winners: Counting Briberies in Elections

    Authors: Niclas Boehmer, Robert Bredereck, Piotr Faliszewski, Rolf Niedermeier

    Abstract: We study the parameterized complexity of counting variants of Swap- and Shift-Bribery problems, focusing on the parameterizations by the number of swaps and the number of voters. We show experimentally that Swap-Bribery offers a new approach to the robustness analysis of elections.

    Submitted 19 October, 2020; originally announced October 2020.

  31. arXiv:2010.04643  [pdf, ps, other

    cs.DM cs.DS

    Equitable Scheduling on a Single Machine

    Authors: Klaus Heeger, Danny Hermelin, George B. Mertzios, Hendrik Molter, Rolf Niedermeier, Dvir Shabtay

    Abstract: We introduce a natural but seemingly yet unstudied generalization of the problem of scheduling jobs on a single machine so as to minimize the number of tardy jobs. Our generalization lies in simultaneously considering several instances of the problem at once. In particular, we have $n$ clients over a period of $m$ days, where each client has a single job with its own processing time and deadline p… ▽ More

    Submitted 31 May, 2021; v1 submitted 9 October, 2020; originally announced October 2020.

  32. arXiv:2009.14191  [pdf, ps, other

    cs.CC cs.GT

    Multidimensional Stable Roommates with Master List

    Authors: Robert Bredereck, Klaus Heeger, Dušan Knop, Rolf Niedermeier

    Abstract: Since the early days of research in algorithms and complexity, the computation of stable matchings is a core topic. While in the classic setting the goal is to match up two agents (either from different "gender" (this is Stable Marriage) or "unrestricted" (this is Stable Roommates)), Knuth [1976] triggered the study of three- or multidimensional cases. Here, we focus on the study of Multidimension… ▽ More

    Submitted 1 April, 2021; v1 submitted 29 September, 2020; originally announced September 2020.

  33. arXiv:2007.04960  [pdf, other

    cs.GT econ.TH

    Line-Up Elections: Parallel Voting with Shared Candidate Pool

    Authors: Niclas Boehmer, Robert Bredereck, Piotr Faliszewski, Andrzej Kaczmarczyk, Rolf Niedermeier

    Abstract: We introduce the model of line-up elections which captures parallel or sequential single-winner elections with a shared candidate pool. The goal of a line-up election is to find a high-quality assignment of a set of candidates to a set of positions such that each position is filled by exactly one candidate and each candidate fills at most one position. A score for each candidate-position pair is g… ▽ More

    Submitted 9 July, 2020; originally announced July 2020.

    Comments: Accepted to SAGT 2020

  34. arXiv:2007.04948  [pdf, ps, other

    cs.GT cs.DM

    Bribery and Control in Stable Marriage

    Authors: Niclas Boehmer, Robert Bredereck, Klaus Heeger, Rolf Niedermeier

    Abstract: We initiate the study of external manipulations in Stable Marriage by considering several manipulative actions as well as several manipulation goals. For instance, one goal is to make sure that a given pair of agents is matched in a stable solution, and this may be achieved by the manipulative action of reordering some agents' preference lists. We present a comprehensive study of the computational… ▽ More

    Submitted 20 August, 2021; v1 submitted 9 July, 2020; originally announced July 2020.

    Comments: Accepted for publication at the Journal of Artificial Intelligence Research (JAIR)

  35. arXiv:2007.01252  [pdf, ps, other

    cs.DS

    Approximating Sparse Quadratic Programs

    Authors: Danny Hermelin, Leon Kellerhals, Rolf Niedermeier, Rami Pugatch

    Abstract: Given a matrix $A \in \mathbb{R}^{n\times n}$, we consider the problem of maximizing $x^TAx$ subject to the constraint $x \in \{-1,1\}^n$. This problem, called MaxQP by Charikar and Wirth [FOCS'04], generalizes MaxCut and has natural applications in data clustering and in the study of disordered magnetic phases of matter. Charikar and Wirth showed that the problem admits an $Ω(1/\lg n)$ approximat… ▽ More

    Submitted 15 December, 2020; v1 submitted 2 July, 2020; originally announced July 2020.

  36. arXiv:2006.14972  [pdf, other

    cs.DS

    On 2-Clubs in Graph-Based Data Clustering: Theory and Algorithm Engineering

    Authors: Aleksander Figiel, Anne-Sophie Himmel, André Nichterlein, Rolf Niedermeier

    Abstract: Editing a graph into a disjoint union of clusters is a standard optimization task in graph-based data clustering. Here, complementing classic work where the clusters shall be cliques, we focus on clusters that shall be 2-clubs, that is, subgraphs of diameter two. This naturally leads to the two NP-hard problems 2-Club Cluster Editing (the allowed editing operations are edge insertion and edge dele… ▽ More

    Submitted 26 June, 2020; originally announced June 2020.

  37. Algorithmic Aspects of Temporal Betweenness

    Authors: Sebastian Buß, Hendrik Molter, Rolf Niedermeier, Maciej Rymar

    Abstract: The betweenness centrality of a graph vertex measures how often this vertex is visited on shortest paths between other vertices of the graph. In the analysis of many real-world graphs or networks, betweenness centrality of a vertex is used as an indicator for its relative importance in the network. In particular, it is among the most popular tools in social network analysis. In recent years, a gro… ▽ More

    Submitted 8 April, 2021; v1 submitted 15 June, 2020; originally announced June 2020.

    Journal ref: Net Sci 12 (2024) 160-188

  38. arXiv:2005.04907  [pdf, other

    cs.GT cs.DS

    High-Multiplicity Fair Allocation Using Parametric Integer Linear Programming

    Authors: Robert Bredereck, Andrzej Kaczmarczyk, Dušan Knop, Rolf Niedermeier

    Abstract: Using insights from parametric integer linear programming, we significantly improve on our previous work [Proc. ACM EC 2019] on high-multiplicity fair allocation. Therein, answering an open question from previous work, we proved that the problem of finding envy-free Pareto-efficient allocations of indivisible items is fixed-parameter tractable with respect to the combined parameter "number of agen… ▽ More

    Submitted 19 January, 2024; v1 submitted 11 May, 2020; originally announced May 2020.

    Comments: 15 pages; Published in the Proceedings of ECAI-2023

    ACM Class: F.2.2

  39. As Time Goes By: Reflections on Treewidth for Temporal Graphs

    Authors: Till Fluschnik, Hendrik Molter, Rolf Niedermeier, Malte Renken, Philipp Zschoche

    Abstract: Treewidth is arguably the most important structural graph parameter leading to algorithmically beneficial graph decompositions. Triggered by a strongly growing interest in temporal networks (graphs where edge sets change over time), we discuss fresh algorithmic views on temporal tree decompositions and temporal treewidth. We review and explain some of the recent work together with some encountered… ▽ More

    Submitted 28 April, 2020; originally announced April 2020.

  40. arXiv:2003.13641  [pdf, ps, other

    cs.DM cs.DS

    Feedback Edge Sets in Temporal Graphs

    Authors: Roman Haag, Hendrik Molter, Rolf Niedermeier, Malte Renken

    Abstract: The classical, linear-time solvable Feedback Edge Set problem is concerned with finding a minimum number of edges intersecting all cycles in a (static, unweighted) graph. We provide a first study of this problem in the setting of temporal graphs, where edges are present only at certain points in time. We find that there are four natural generalizations of Feedback Edge Set, all of which turn out t… ▽ More

    Submitted 10 September, 2021; v1 submitted 30 March, 2020; originally announced March 2020.

  41. arXiv:2002.07569  [pdf, other

    cs.CC cs.DS

    Multistage s-t Path: Confronting Similarity with Dissimilarity

    Authors: Till Fluschnik, Rolf Niedermeier, Carsten Schubert, Philipp Zschoche

    Abstract: Addressing a quest by Gupta et al. [ICALP'14], we provide a first, comprehensive study of finding a short s-t path in the multistage graph model, referred to as the Multistage s-t Path problem. Herein, given a sequence of graphs over the same vertex set but changing edge sets, the task is to find short s-t paths in each graph ("snapshot") such that in the found path sequence the consecutive s-t pa… ▽ More

    Submitted 1 July, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

    MSC Class: 68R10; 68Q17; 68Q25; 68W40

  42. arXiv:2002.05068  [pdf, other

    cs.DS cs.DM

    The Complexity of Binary Matrix Completion Under Diameter Constraints

    Authors: Tomohiro Koana, Vincent Froese, Rolf Niedermeier

    Abstract: We thoroughly study a novel but basic combinatorial matrix completion problem: Given a binary incomplete matrix, fill in the missing entries so that every pair of rows in the resulting matrix has a Hamming distance within a specified range. We obtain an almost complete picture of the complexity landscape regarding the distance constraints and the maximum number of missing entries in any row. We de… ▽ More

    Submitted 20 October, 2022; v1 submitted 12 February, 2020; originally announced February 2020.

    ACM Class: F.2.2

  43. arXiv:2002.01178  [pdf, other

    cs.DM cs.DS

    Faster Binary Mean Computation Under Dynamic Time Warping

    Authors: Nathan Schaar, Vincent Froese, Rolf Niedermeier

    Abstract: Many consensus string problems are based on Hamming distance. We replace Hamming distance by the more flexible (e.g., easily coping with different input string lengths) dynamic time warping distance, best known from applications in time series mining. Doing so, we study the problem of finding a mean string that minimizes the sum of (squared) dynamic time warping distances to a given set of input s… ▽ More

    Submitted 4 February, 2020; originally announced February 2020.

  44. arXiv:2002.00645  [pdf, other

    cs.DM

    Parameterized Algorithms for Matrix Completion With Radius Constraints

    Authors: Tomohiro Koana, Vincent Froese, Rolf Niedermeier

    Abstract: Considering matrices with missing entries, we study NP-hard matrix completion problems where the resulting completed matrix shall have limited (local) radius. In the pure radius version, this means that the goal is to fill in the entries such that there exists a 'center string' which has Hamming distance to all matrix rows as small as possible. In stringology, this problem is also known as Closest… ▽ More

    Submitted 5 February, 2020; v1 submitted 3 February, 2020; originally announced February 2020.

    ACM Class: F.2.2

  45. arXiv:1912.04392  [pdf, other

    cs.CC cs.DS

    Multistage Graph Problems on a Global Budget

    Authors: Klaus Heeger, Anne-Sophie Himmel, Frank Kammer, Rolf Niedermeier, Malte Renken, Andrej Sajenko

    Abstract: Time-evolving or temporal graphs gain more and more popularity when studying the behavior of complex networks. In this context, the multistage view on computational problems is among the most natural frameworks. Roughly speaking, herein one studies the different (time) layers of a temporal graph (effectively meaning that the edge set may change over time, but the vertex set remains unchanged), and… ▽ More

    Submitted 29 July, 2020; v1 submitted 9 December, 2019; originally announced December 2019.

  46. arXiv:1911.09379  [pdf, other

    cs.CC cs.DM

    Parameterized Complexity of Stable Roommates with Ties and Incomplete Lists Through the Lens of Graph Parameters

    Authors: Robert Bredereck, Klaus Heeger, Dušan Knop, Rolf Niedermeier

    Abstract: We continue and extend previous work on the parameterized complexity analysis of the NP-hard Stable Roommates with Ties and Incomplete Lists problem, thereby strengthening earlier results both on the side of parameterized hardness as well as on the side of fixed-parameter tractability. Other than for its famous sister problem Stable Marriage which focuses on a bipartite scenario, Stable Roommates… ▽ More

    Submitted 5 March, 2021; v1 submitted 21 November, 2019; originally announced November 2019.

    Comments: An extended abstract of this paper appears at ISAAC 2019

  47. arXiv:1910.00277  [pdf, other

    cs.DS cs.DM math.OC

    Polynomial-Time Data Reduction for Weighted Problems Beyond Additive Goal Functions

    Authors: Matthias Bentert, René van Bevern, Till Fluschnik, André Nichterlein, Rolf Niedermeier

    Abstract: Dealing with NP-hard problems, kernelization is a fundamental notion for polynomial-time data reduction with performance guarantees: in polynomial time, a problem instance is reduced to an equivalent instance with size upper-bounded by a function of a parameter chosen in advance. Kernelization for weighted problems particularly requires to also shrink weights. Marx and Végh [ACM Trans. Algorithms… ▽ More

    Submitted 28 November, 2022; v1 submitted 1 October, 2019; originally announced October 2019.

    MSC Class: 90C27

    Journal ref: Discrete Applied Mathematics 328:117-133, 2023

  48. Enumerating Isolated Cliques in Temporal Networks

    Authors: Hendrik Molter, Rolf Niedermeier, Malte Renken

    Abstract: Isolation is a concept from the world of clique enumeration that is mostly used to model communities that do not have much contact to the outside world. Herein, a clique is considered isolated if it has few edges connecting it to the rest of the graph. Motivated by recent work on enumerating cliques in temporal networks, we lift the isolation concept to this setting. We discover that the addition… ▽ More

    Submitted 18 September, 2019; v1 submitted 13 September, 2019; originally announced September 2019.

  49. arXiv:1909.01152  [pdf, ps, other

    cs.DS

    Efficient Computation of Optimal Temporal Walks under Waiting-Time Constraints

    Authors: Anne-Sophie Himmel, Matthias Bentert, André Nichterlein, Rolf Niedermeier

    Abstract: Node connectivity plays a central role in temporal network analysis. We provide a comprehensive study of various concepts of walks in temporal graphs, that is, graphs with fixed vertex sets but edge sets changing over time. Taking into account the temporal aspect leads to a rich set of optimization criteria for "shortest" walks. Extending and significantly broadening state-of-the-art work of Wu et… ▽ More

    Submitted 11 March, 2020; v1 submitted 30 August, 2019; originally announced September 2019.

  50. arXiv:1907.01375  [pdf, ps, other

    cs.GT

    Adapting Stable Matchings to Evolving Preferences

    Authors: Robert Bredereck, Jiehua Chen, Dušan Knop, Junjie Luo, Rolf Niedermeier

    Abstract: Adaptivity to changing environments and constraints is key to success in modern society. We address this by proposing "incrementalized versions" of Stable Marriage and Stable Roommates. That is, we try to answer the following question: for both problems, what is the computational cost of adapting an existing stable matching after some of the preferences of the agents have changed. While doing so,… ▽ More

    Submitted 22 November, 2019; v1 submitted 2 July, 2019; originally announced July 2019.

    Comments: Accepted to AAAI 2020