Sándor P. Fekete’s research while affiliated with Klinikum Braunschweig and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (357)


Emergence of power-law distributions in protein-protein interaction networks through study bias
  • Article
  • Full-text available

December 2024

·

7 Reads

eLife

·

Marta Lucchetta

·

Linda Kleist

·

[...]

·

Martin H Schaefer

Degree distributions in protein-protein interaction (PPI) networks are believed to follow a power law (PL). However, technical and study bias affect the experimental procedures for detecting PPIs. For instance, cancer-associated proteins have received disproportional attention. Moreover, bait proteins in large-scale experiments tend to have many false-positive interaction partners. Studying the degree distributions of thousands of PPI networks of controlled provenance, we address the question if PL distributions in observed PPI networks could be explained by these biases alone. Our findings are supported by mathematical models and extensive simulations and indicate that study bias and technical bias suffice to produce the observed PL distribution. It is, hence, problematic to derive hypotheses about the topology of the true biological interactome from the PL distributions in observed PPI networks. Our study casts doubt on the use of the PL property of biological networks as a modeling assumption or quality criterion in network biology.

Download

Sliding Squares in Parallel

December 2024

We consider algorithmic problems motivated by modular robotic reconfiguration, for which we are given n square-shaped modules (or robots) in a (labeled or unlabeled) start configuration and need to find a schedule of sliding moves to transform it into a desired goal configuration, maintaining connectivity of the configuration at all times. Recent work from Computational Geometry has aimed at minimizing the total number of moves, resulting in schedules that can perform reconfigurations in O(n2)\mathcal{O}(n^2) moves, or O(nP)\mathcal{O}(nP) for an arrangement of bounding box perimeter size P, but are fully sequential. Here we provide first results in the sliding square model that exploit parallel robot motion, resulting in an optimal speedup to achieve reconfiguration in worst-case optimal makespan of O(P)\mathcal{O}(P). We also provide tight bounds on the complexity of the problem by showing that even deciding the possibility of reconfiguration within makespan 1 is NP-complete in the unlabeled case; for the labeled case, deciding reconfiguration within makespan 2 is NP-complete, while makespan 1 can be decided in polynomial time.


Coordinated Motion Planning: Multi-Agent Path Finding in a Densely Packed, Bounded Domain

September 2024

·

2 Reads

We study Multi-Agent Path Finding for arrangements of labeled agents in the interior of a simply connected domain: Given a unique start and target position for each agent, the goal is to find a sequence of parallel, collision-free agent motions that minimizes the overall time (the makespan) until all agents have reached their respective targets. A natural case is that of a simply connected polygonal domain with axis-parallel boundaries and integer coordinates, i.e., a simple polyomino, which amounts to a simply connected union of lattice unit squares or cells. We focus on the particularly challenging setting of densely packed agents, i.e., one per cell, which strongly restricts the mobility of agents, and requires intricate coordination of motion. We provide a variety of novel results for this problem, including (1) a characterization of polyominoes in which a reconfiguration plan is guaranteed to exist; (2) a characterization of shape parameters that induce worst-case bounds on the makespan; (3) a suite of algorithms to achieve asymptotically worst-case optimal performance with respect to the achievable stretch for cases with severely limited maneuverability. This corresponds to bounding the ratio between obtained makespan and the lower bound provided by the max-min distance between the start and target position of any agent and our shape parameters. Our results extend findings by Demaine et al. (SIAM Journal on Computing, 2019) who investigated the problem for solid rectangular domains, and in the closely related field of Permutation Routing, as presented by Alpert et al. (Computational Geometry, 2022) for convex pieces of grid graphs.


Targeted Drug Delivery: Algorithmic Methods for Collecting a Swarm of Particles with Uniform External Forces

August 2024

·

3 Reads

We investigate algorithmic approaches for targeted drug delivery in a complex, maze-like environment, such as a vascular system. The basic scenario is given by a large swarm of micro-scale particles (''agents'') and a particular target region (''tumor'') within a system of passageways. Agents are too small to contain on-board power or computation and are instead controlled by a global external force that acts uniformly on all particles, such as an applied fluidic flow or electromagnetic field. The challenge is to deliver all agents to the target region with a minimum number of actuation steps. We provide a number of results for this challenge. We show that the underlying problem is NP-complete, which explains why previous work did not provide provably efficient algorithms. We also develop several algorithmic approaches that greatly improve the worst-case guarantees for the number of required actuation steps. We evaluate our algorithmic approaches by numerous simulations, both for deterministic algorithms and searches supported by deep learning, which show that the performance is practically promising.


Overview of the structure used for the reduction
The separation gadget
A variable gadget and schedules corresponding to assignments of 0 and 1
For the separation gadget, there is only one feasible matching. The dotted lines indicate the range of motion for the central red robot (Color Figure online)
Pairs of robots must swap their positions (a), which can only be realized by schedules using moves that involve all robots (b)

+17

Efficiently reconfiguring a connected swarm of labeled robots

August 2024

·

6 Reads

·

2 Citations

Autonomous Agents and Multi-Agent Systems

When considering motion planning for a swarm of n labeled robots, we need to rearrange a given start configuration into a desired target configuration via a sequence of parallel, collision-free moves. The objective is to reach the new configuration in a minimum amount of time. Problems of this type have been considered before, with recent notable results achieving constant stretch for parallel reconfiguration: If mapping the start configuration to the target configuration requires a maximum Manhattan distance of d, the total duration of an overall schedule can be bounded to O(d)\mathcal {O}(d), which is optimal up to constant factors. An important constraint for coordinated reconfiguration is to keep the swarm connected after each time step. In previous work, constant stretch could only be achieved if disconnected reconfiguration is allowed, or for scaled configurations of unlabeled robots; on the other hand, the existence of non-constant lower bounds on the stretch factor was unknown. We resolve these major open problems by (1) establishing a lower bound of Ω(n)\Omega (\sqrt{n}) for connected, labeled reconfiguration and, most importantly, by (2) proving that for scaled arrangements, constant stretch for connected, labeled reconfiguration can be achieved. In addition, we show that (3) it is NP-complete to decide whether a makespan of 2 can be achieved, while it is possible to check in polynomial time whether a schedule of makespan 1 exists.


Dispersive Vertex Guarding for Simple and Non-Simple Polygons

June 2024

·

11 Reads

We study the Dispersive Art Gallery Problem with vertex guards: Given a polygon P\mathcal{P}, with pairwise geodesic Euclidean vertex distance of at least 1, and a rational number \ell; decide whether there is a set of vertex guards such that P\mathcal{P} is guarded, and the minimum geodesic Euclidean distance between any two guards (the so-called dispersion distance) is at least \ell. We show that it is NP-complete to decide whether a polygon with holes has a set of vertex guards with dispersion distance 2. On the other hand, we provide an algorithm that places vertex guards in simple polygons at dispersion distance at least 2. This result is tight, as there are simple polygons in which any vertex guard set has a dispersion distance of at most 2.


What Goes Around Comes Around: Covering Tours and Cycle Covers with Turn Costs

June 2024

·

10 Reads

Theory of Computing Systems

We investigate several geometric problems of finding tours and cycle covers with minimum turn cost, which have been studied in the past, with complexity, approximation results, and open problems dating back to work by Arkin et al. in 2001. Many new practical applications have spawned variants: For full coverage, all points have to be covered, for subset coverage, specific points have to be covered, and for penalty coverage, points may be left uncovered by incurring a penalty. We show that finding a minimum-turn (full) cycle cover is NP-hard even in 2-dimensional grid graphs, solving the long-standing open Problem 53 in The Open Problems Project edited by Demaine, Mitchell and O’Rourke. We also prove NP-hardness of finding a subset cycle cover of minimum turn cost in thin grid graphs, for which Arkin et al. gave a polynomial-time algorithm for full coverage; this shows that their boundary techniques cannot be applied to compute exact solutions for subset and penalty variants. We also provide a number of positive results. In particular, we establish the first constant-factor approximation algorithms for all considered subset and penalty problem variants for grid-based instances, based on LP/IP techniques. These geometric versions allow many possible edge directions (and thus, turn angles, such as in hexagonal grids or higher-dimensional variants); our approximation factors improve the combinatorial ones of Arkin et al.



Extremwettermanagement mit digitalen Multiskalen- Methoden: Das EXDIMUM-Projekt

Der globale Wandel stellt mit den einhergehenden außergewöhnlichen Wetterereignissen hohe Anforderungen an das Wassermanagement. In diesem Beitrag stellen wir das Forschungsprojekt EXDIMUM vor, das sich mit Fragestellungen zum Management der Auswirkungen von Extremwetter im Oberharz, insbesondere hinsichtlich Starkregen befasst. Im Projekt wird ein mesoskaliges hydrologisches Einzugsgebietsmo-dell entwickelt, das den Wasserhaushalt abbildet. Mit dessen Hilfe werden Auswirkungen von Landnutzungs-und Klimawandel auf die Hydrologie untersucht. Weiterhin wird ein dynamisches, hochaufgelöstes Abflussmodell dazu dienen, Wasserschutzmaßnahmen bes-ser zu planen. Die Modellierung wird durch ein Sensornetzwerk ergänzt, das Veränderun-gen hydrologischer Größen in Echtzeit erfasst. Der Fernerkundung kommt im Projekt eine wichtige Rolle u.a. bei der Erfassung der Landnutzungsänderungen und insbesondere des Baumsterbens in Folge von Dürreperioden zu. Erste Ergebnisse des noch laufenden Projektes zeigen, dass die Modelle gut die tatsächlichen Verhältnisse abbilden. Einzelne Komponenten konnten bereits beim jüngsten Hochwasser wertvolle Informationen liefern.


Connected coordinated motion planning with bounded stretch

October 2023

·

40 Reads

·

7 Citations

Autonomous Agents and Multi-Agent Systems

We consider the problem of connected coordinated motion planning for a large collective of simple, identical robots: From a given start grid configuration of robots, we need to reach a desired target configuration via a sequence of parallel, collision-free robot motions, such that the set of robots induces a connected grid graph at all integer times. The objective is to minimize the makespan of the motion schedule, i.e., to reach the new configuration in a minimum amount of time. We show that this problem is NP-complete, even for deciding whether a makespan of 2 can be achieved, while it is possible to check in polynomial time whether a makespan of 1 can be achieved. On the algorithmic side, we establish simultaneous constant-factor approximation for two fundamental parameters, by achieving constant stretch for constant scale. Scaled shapes (which arise by increasing all dimensions of a given object by the same multiplicative factor) have been considered in previous seminal work on self-assembly, often with unbounded or logarithmic scale factors; we provide methods for a generalized scale factor, bounded by a constant. Moreover, our algorithm achieves a constant stretch factor: If mapping the start configuration to the target configuration requires a maximum Manhattan distance of d, then the total duration of our overall schedule is O(d)O(d)\mathcal {O}(d), which is optimal up to constant factors.


Citations (47)


... Fekete et al. [16,18] considered the unconstrained problem on the infinite grid with the additional condition that the whole arrangement needs to be connected after every parallel motion. They considered both the labeled and the unlabeled version of the problem, providing polynomial-time algorithms for computing schedules with constant stretch for configurations of sufficient scale. ...

Reference:

Coordinated Motion Planning: Multi-Agent Path Finding in a Densely Packed, Bounded Domain
Efficiently reconfiguring a connected swarm of labeled robots

Autonomous Agents and Multi-Agent Systems

... Fekete et al. [16,18] considered the unconstrained problem on the infinite grid with the additional condition that the whole arrangement needs to be connected after every parallel motion. They considered both the labeled and the unlabeled version of the problem, providing polynomial-time algorithms for computing schedules with constant stretch for configurations of sufficient scale. ...

Connected coordinated motion planning with bounded stretch

Autonomous Agents and Multi-Agent Systems

... The 2022 edition proposed a problem called minimum partition into plane subgraphs. The input is a graph G embedded in the plane with edges drawn as straight line segments, and the goal is to partition the set of edges into a small number of plane graphs ( Fig. 1) [6]. This goal can be formulated as a vertex coloring problem on a graph G defined as follows. ...

Minimum Partition into Plane Subgraphs: The CG:SHOP Challenge 2022
  • Citing Article
  • July 2023

ACM Journal of Experimental Algorithmics

... The LMP naturally occurs in a wide spectrum of practical applications, such as robotics, manufacturing, farming, quality control, and image processing, so it is of both theoretical and practical importance. As a generalization of the classic Traveling Salesman Problem (TSP), the LMP is also NP-hard; however, while the TSP has shown to be amenable to exact methods for computing provably optimal solutions even for large instances [1], the LMP has defied such attempts, with only recently some first practical progress by Fekete et al. [26]. ...

A Closer Cut: Computing Near-Optimal Lawn Mowing Tours
  • Citing Chapter
  • January 2023

... Other related work includes assembling shapes by global control (e.g., see [3]) or rearranging particles in a rectangle of agents in a confined workspace [27,28]. Konitzny et al. [15] consider reinforcement methods to tackle the problem of gathering physical particles. ...

Gathering Physical Particles with a Global Magnetic Field Using Reinforcement Learning
  • Citing Conference Paper
  • October 2022

... However, other distances may better measure the real distance between two points in different situations. For example, the Manhattan distance measures the actual travel distances in urban areas better than other distances because the urban road networks are usually grid-shaped (Byrne et al., 2023). Developing the VFMODM models for location problems based on other distances like the Manhattan, Chebyshev, or Hamming distances is a topic for future studies. ...

Competitive location problems: balanced facility location and the One-Round Manhattan Voronoi Game

Annals of Operations Research

... See also the work of Abrahamsen et al. [1] for a generic framework for establishing ∃R-completeness for packing problems. There are also some recent results on packing circles (of possibly different radii) inside different containers achieving (near) optimal densities, based on the combined area of the circles-see [14,33] and references therein. ...

Packing Disks into Disks with Optimal Worst-Case Density

Discrete & Computational Geometry

... The modular chain structure is widely used in various fields [11][12][13] and also allows one to focus on the relationship of the relative positions of the adjacent modules during the transformation process in the field of 3D model transformation. Some studies [11,14] have adopted a multi-degree-offreedom modular chain structure to construct 3D shapes into different configurations (as shown in Fig. 1c). ...

Connected Reconfiguration of Lattice-Based Cellular Structures by Finite-Memory Robots

Algorithmica

... Recent reports of university students suggest that after early 2020, rather than returning to prepandemic values, the increased depression, anxiety, and stress observed in early 2020 may have persisted or further increased during later stages of the pandemic (Fuse-Nagase, 2022;Höhne et al., 2022;Linden et al., 2023;Lorenzo et al., 2023;McLeish et al., 2022;Nomura et al., 2022;Weber et al., 2022). For instance, a repeated measure cross-sectional study of over 10,000 students from 15 postsecondary institutions in Canada during the COVID-19 pandemic found that the severity of various student-specific stressors, perceived stress, and psychological distress remained consistently elevated between Fall 2020 and Spring 2021 (Linden et al., 2023). ...

Perceived Stress, Individual Psychological Resources, and Social Resources Among Computer Science Students During the COVID-19 Pandemic

... Going beyond the current study, we didn't labor to pin down a concrete number for the constant factor, which we believe is unlikely to be practical. With that said, however, it remains interesting to push the envelope on fast algorithms that compute (near-)makespan-optimal solutions for GSTP and CGSP variants, for which there are some existing efforts [6,12]. We believe it would be of particular interest and practical relevance, to explore the impact of the number of escorts on practically achievable makespan upper bounds. ...

Computing Coordinated Motion Plans for Robot Swarms: The CG:SHOP Challenge 2021
  • Citing Article
  • May 2022

ACM Journal of Experimental Algorithmics