Zum Hauptinhalt springen

Showing 1–50 of 117 results for author: Kaufmann, M

Searching in archive cs. Search in all archives.
.
  1. Continuations: What Have They Ever Done for Us? (Experience Report)

    Authors: Marc Kaufmann, Bogdan Popa

    Abstract: Surveys and experiments in economics involve stateful interactions: participants receive different messages based on earlier answers, choices, and performance, or trade across many rounds with other participants. In the design of Congame, a platform for running such economic studies, we decided to use delimited continuations to manage the common flow of participants through a study. Here we report… ▽ More

    Submitted 30 August, 2024; originally announced August 2024.

    Journal ref: FUNARCH 2024: Proceedings of the 2nd ACM SIGPLAN International Workshop on Functional Software Architecture

  2. arXiv:2408.16085  [pdf, other

    math.CO cs.DM

    On $k$-planar Graphs without Short Cycles

    Authors: Michael A. Bekos, Prosenjit Bose, Aaron Büngener, Vida Dujmović, Michael Hoffmann, Michael Kaufmann, Pat Morin, Saeed Odak, Alexandra Weinberger

    Abstract: We study the impact of forbidding short cycles to the edge density of $k$-planar graphs; a $k$-planar graph is one that can be drawn in the plane with at most $k$ crossings per edge. Specifically, we consider three settings, according to which the forbidden substructures are $3$-cycles, $4$-cycles or both of them (i.e., girth $\ge 5$). For all three settings and all $k\in\{1,2,3\}$, we present low… ▽ More

    Submitted 28 August, 2024; originally announced August 2024.

    Comments: Appears in the Proceedings of the 32nd International Symposium on Graph Drawing and Network Visualization (GD 2024)

  3. arXiv:2408.14299  [pdf, other

    cs.DM cs.CG math.CO

    Monotone Arc Diagrams with few Biarcs

    Authors: Steven Chaplick, Henry Förster, Michael Hoffmann, Michael Kaufmann

    Abstract: We show that every planar graph has a monotone topological 2-page book embedding where at most (4n-10)/5 (of potentially 3n-6) edges cross the spine, and every edge crosses the spine at most once; such an edge is called a biarc. We can also guarantee that all edges that cross the spine cross it in the same direction (e.g., from bottom to top). For planar 3-trees we can further improve the bound to… ▽ More

    Submitted 26 August, 2024; originally announced August 2024.

    Comments: Appears in the Proceedings of the 32nd International Symposium on Graph Drawing and Network Visualization (GD 2024)

    MSC Class: 68R10 (Primary) 05C10; 05C62 (Secondary) ACM Class: F.2.2; G.2.1

  4. arXiv:2408.01268  [pdf, other

    math.PR cs.SI math.CO

    Rumour Spreading Depends on the Latent Geometry and Degree Distribution in Social Network Models

    Authors: Marc Kaufmann, Kostas Lakis, Johannes Lengler, Raghu Raman Ravi, Ulysse Schaller, Konstantin Sturm

    Abstract: We study push-pull rumour spreading in small-world models for social networks where the degrees follow a power-law. In a non-geometric setting Fountoulakis, Panagiotou and Sauerwald have shown that rumours always spread fast (SODA 2012). On the other hand, Janssen and Mehrabian have found that rumours spread slowly in a spatial preferential attachment model (SIDMA 2017). We study the question syst… ▽ More

    Submitted 7 August, 2024; v1 submitted 2 August, 2024; originally announced August 2024.

    Comments: 40 pages

    MSC Class: 05C82; 91D25; 91D30

  5. arXiv:2407.21224  [pdf, other

    cs.SE cs.NI

    Predicting Software Reliability in Softwarized Networks

    Authors: Hasan Yagiz Ozkan, Madeleine Kaufmann, Wolfgang Kellerer, Carmen Mas-Machuca

    Abstract: Providing high quality software and evaluating the software reliability in softwarized networks are crucial for vendors and customers. These networks rely on open source code, which are sensitive to contain high number of bugs. Both, the knowledge about the code of previous releases as well as the bug history of the particular project can be used to evaluate the software reliability of a new softw… ▽ More

    Submitted 30 July, 2024; originally announced July 2024.

  6. arXiv:2406.01595  [pdf, other

    cs.CV

    MultiPly: Reconstruction of Multiple People from Monocular Video in the Wild

    Authors: Zeren Jiang, Chen Guo, Manuel Kaufmann, Tianjian Jiang, Julien Valentin, Otmar Hilliges, Jie Song

    Abstract: We present MultiPly, a novel framework to reconstruct multiple people in 3D from monocular in-the-wild videos. Reconstructing multiple individuals moving and interacting naturally from monocular in-the-wild videos poses a challenging task. Addressing it necessitates precise pixel-level disentanglement of individuals without any prior knowledge about the subjects. Moreover, it requires recovering i… ▽ More

    Submitted 3 June, 2024; originally announced June 2024.

    Comments: Project page: https://eth-ait.github.io/MultiPly/

  7. arXiv:2405.19369  [pdf, other

    cs.SI math.CO math.MG

    Sublinear Cuts are the Exception in BDF-GIRGs

    Authors: Marc Kaufmann, Raghu Raman Ravi, Ulysse Schaller

    Abstract: The introduction of geometry has proven instrumental in the efforts towards more realistic models for real-world networks. In Geometric Inhomogeneous Random Graphs (GIRGs), Euclidean Geometry induces clustering of the vertices, which is widely observed in networks in the wild. Euclidean Geometry in multiple dimensions however restricts proximity of vertices to those cases where vertices are close… ▽ More

    Submitted 27 May, 2024; originally announced May 2024.

  8. arXiv:2404.12147  [pdf, other

    cs.NE math.PR

    Faster Optimization Through Genetic Drift

    Authors: Cella Florescu, Marc Kaufmann, Johannes Lengler, Ulysse Schaller

    Abstract: The compact Genetic Algorithm (cGA), parameterized by its hypothetical population size $K$, offers a low-memory alternative to evolving a large offspring population of solutions. It evolves a probability distribution, biasing it towards promising samples. For the classical benchmark OneMax, the cGA has to two different modes of operation: a conservative one with small step sizes… ▽ More

    Submitted 18 April, 2024; originally announced April 2024.

  9. arXiv:2404.09771  [pdf, other

    cs.CG

    Eliminating Crossings in Ordered Graphs

    Authors: Akanksha Agrawal, Sergio Cabello, Michael Kaufmann, Saket Saurabh, Roohani Sharma, Yushi Uno, Alexander Wolff

    Abstract: Drawing a graph in the plane with as few crossings as possible is one of the central problems in graph drawing and computational geometry. Another option is to remove the smallest number of vertices or edges such that the remaining graph can be drawn without crossings. We study both problems in a book-embedding setting for ordered graphs, that is, graphs with a fixed vertex order. In this setting,… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: Appears in Proc. 19th Scandinavian Symposium on Algorithm Theory (SWAT 2024)

  10. arXiv:2402.03837  [pdf, other

    cs.SI cs.DM

    Expressivity of Geometric Inhomogeneous Random Graphs -- Metric and Non-Metric

    Authors: Benjamin Dayan, Marc Kaufmann, Ulysse Schaller

    Abstract: Recently there has been increased interest in fitting generative graph models to real-world networks. In particular, Bläsius et al. have proposed a framework for systematic evaluation of the expressivity of random graph models. We extend this framework to Geometric Inhomogeneous Random Graphs (GIRGs). This includes a family of graphs induced by non-metric distance functions which allow capturing m… ▽ More

    Submitted 13 May, 2024; v1 submitted 6 February, 2024; originally announced February 2024.

  11. arXiv:2401.13138  [pdf, other

    cs.CY cs.AI

    Visibility into AI Agents

    Authors: Alan Chan, Carson Ezell, Max Kaufmann, Kevin Wei, Lewis Hammond, Herbie Bradley, Emma Bluemke, Nitarshan Rajkumar, David Krueger, Noam Kolt, Lennart Heim, Markus Anderljung

    Abstract: Increased delegation of commercial, scientific, governmental, and personal activities to AI agents -- systems capable of pursuing complex goals with limited supervision -- may exacerbate existing societal risks and introduce new risks. Understanding and mitigating these risks involves critically evaluating existing governance structures, revising and adapting these structures where needed, and ens… ▽ More

    Submitted 17 May, 2024; v1 submitted 23 January, 2024; originally announced January 2024.

    Comments: Accepted to ACM Conference on Fairness, Accountability, and Transparency (ACM FAccT 2024)

  12. arXiv:2311.08856  [pdf, ps, other

    cs.AI cs.LO cs.SE

    Advances in ACL2 Proof Debugging Tools

    Authors: Matt Kaufmann, J Strother Moore

    Abstract: The experience of an ACL2 user generally includes many failed proof attempts. A key to successful use of the ACL2 prover is the effective use of tools to debug those failures. We focus on changes made after ACL2 Version 8.5: the improved break-rewrite utility and the new utility, with-brr-data.

    Submitted 15 November, 2023; originally announced November 2023.

    Comments: In Proceedings ACL2-2023, arXiv:2311.08373

    Journal ref: EPTCS 393, 2023, pp. 67-81

  13. arXiv:2311.07438  [pdf, other

    cs.NE math.PR

    Hardest Monotone Functions for Evolutionary Algorithms

    Authors: Marc Kaufmann, Maxime Larcher, Johannes Lengler, Oliver Sieberling

    Abstract: The study of hardest and easiest fitness landscapes is an active area of research. Recently, Kaufmann, Larcher, Lengler and Zou conjectured that for the self-adjusting $(1,λ)$-EA, Adversarial Dynamic BinVal (ADBV) is the hardest dynamic monotone function to optimize. We introduce the function Switching Dynamic BinVal (SDBV) which coincides with ADBV whenever the number of remaining zeros in the se… ▽ More

    Submitted 13 November, 2023; originally announced November 2023.

    MSC Class: 68W50

  14. arXiv:2311.06193  [pdf, other

    math.CO cs.DM

    The Density Formula: One Lemma to Bound Them All

    Authors: Michael Kaufmann, Boris Klemz, Kristin Knorr, Meghana M. Reddy, Felix Schröder, Torsten Ueckerdt

    Abstract: We introduce the Density Formula for (topological) drawings of graphs in the plane or on the sphere, which relates the number of edges, vertices, crossings, and sizes of cells in the drawing. We demonstrate its capability by providing several applications: we prove tight upper bounds on the edge density of various beyond-planar graph classes, including so-called $k$-planar graphs with $k=1,2$, fan… ▽ More

    Submitted 4 January, 2024; v1 submitted 10 November, 2023; originally announced November 2023.

    Comments: added new lower bound construction of simple 2-bend RAC-graphs; previously known examples are not simple

  15. arXiv:2309.12288  [pdf, other

    cs.CL cs.AI cs.LG

    The Reversal Curse: LLMs trained on "A is B" fail to learn "B is A"

    Authors: Lukas Berglund, Meg Tong, Max Kaufmann, Mikita Balesni, Asa Cooper Stickland, Tomasz Korbak, Owain Evans

    Abstract: We expose a surprising failure of generalization in auto-regressive large language models (LLMs). If a model is trained on a sentence of the form "A is B", it will not automatically generalize to the reverse direction "B is A". This is the Reversal Curse. For instance, if a model is trained on "Valentina Tereshkova was the first woman to travel to space", it will not automatically be able to answe… ▽ More

    Submitted 26 May, 2024; v1 submitted 21 September, 2023; originally announced September 2023.

    Comments: 21 pages, 11 figures

  16. arXiv:2309.00667  [pdf, other

    cs.CL cs.LG

    Taken out of context: On measuring situational awareness in LLMs

    Authors: Lukas Berglund, Asa Cooper Stickland, Mikita Balesni, Max Kaufmann, Meg Tong, Tomasz Korbak, Daniel Kokotajlo, Owain Evans

    Abstract: We aim to better understand the emergence of `situational awareness' in large language models (LLMs). A model is situationally aware if it's aware that it's a model and can recognize whether it's currently in testing or deployment. Today's LLMs are tested for safety and alignment before they are deployed. An LLM could exploit situational awareness to achieve a high score on safety tests, while tak… ▽ More

    Submitted 1 September, 2023; originally announced September 2023.

  17. arXiv:2308.16894  [pdf, other

    cs.CV

    EMDB: The Electromagnetic Database of Global 3D Human Pose and Shape in the Wild

    Authors: Manuel Kaufmann, Jie Song, Chen Guo, Kaiyue Shen, Tianjian Jiang, Chengcheng Tang, Juan Zarate, Otmar Hilliges

    Abstract: We present EMDB, the Electromagnetic Database of Global 3D Human Pose and Shape in the Wild. EMDB is a novel dataset that contains high-quality 3D SMPL pose and shape parameters with global body and camera trajectories for in-the-wild videos. We use body-worn, wireless electromagnetic (EM) sensors and a hand-held iPhone to record a total of 58 minutes of motion data, distributed over 81 indoor and… ▽ More

    Submitted 31 August, 2023; originally announced August 2023.

    Comments: Accepted to ICCV 2023

  18. arXiv:2308.13401  [pdf, other

    cs.CG

    Min-$k$-planar Drawings of Graphs

    Authors: Carla Binucci, Aaron Büngener, Giuseppe Di Battista, Walter Didimo, Vida Dujmović, Seok-Hee Hong, Michael Kaufmann, Giuseppe Liotta, Pat Morin, Alessandra Tappini

    Abstract: The study of nonplanar drawings of graphs with restricted crossing configurations is a well-established topic in graph drawing, often referred to as beyond-planar graph drawing. One of the most studied types of drawings in this area are the $k$-planar drawings $(k \geq 1)$, where each edge cannot cross more than $k$ times. We generalize $k$-planar drawings, by introducing the new family of min-… ▽ More

    Submitted 8 February, 2024; v1 submitted 25 August, 2023; originally announced August 2023.

    Comments: Appears in the Proceedings of the 31st International Symposium on Graph Drawing and Network Visualization (GD 2023)

  19. arXiv:2308.05768  [pdf, other

    eess.SP cs.LG

    An Interpretable and Attention-based Method for Gaze Estimation Using Electroencephalography

    Authors: Nina Weng, Martyna Plomecka, Manuel Kaufmann, Ard Kastrati, Roger Wattenhofer, Nicolas Langer

    Abstract: Eye movements can reveal valuable insights into various aspects of human mental processes, physical well-being, and actions. Recently, several datasets have been made available that simultaneously record EEG activity and eye movements. This has triggered the development of various methods to predict gaze direction based on brain activity. However, most of these methods lack interpretability, which… ▽ More

    Submitted 9 August, 2023; originally announced August 2023.

  20. arXiv:2306.17073  [pdf, other

    cs.DS

    Axis-Parallel Right Angle Crossing Graphs

    Authors: Patrizio Angelini, Michael A. Bekos, Julia Katheder, Michael Kaufmann, Maximilian Pfister, Torsten Ueckerdt

    Abstract: A RAC graph is one admitting a RAC drawing, that is, a polyline drawing in which each crossing occurs at a right angle. Originally motivated by psychological studies on readability of graph layouts, RAC graphs form one of the most prominent graph classes in beyond planarity. In this work, we study a subclass of RAC graphs, called axis-parallel RAC (or apRAC, for short), that restricts the crossi… ▽ More

    Submitted 29 June, 2023; originally announced June 2023.

  21. arXiv:2306.15395  [pdf, other

    cs.DS

    On the Deque and Rique Numbers of Complete and Complete Bipartite Graphs

    Authors: Michael A. Bekos, Michael Kaufmann, Maria Eleni Pavlidi, Xenia Rieger

    Abstract: Several types of linear layouts of graphs are obtained by leveraging known data structures; the most notable representatives are the stack and the queue layouts. In this content, given a data structure, one seeks to specify an order of the vertices of the graph and a partition of its edges into pages, such that the endpoints of the edges assigned to each page can be processed by the given data str… ▽ More

    Submitted 27 June, 2023; originally announced June 2023.

  22. arXiv:2305.16087  [pdf, other

    math.CO cs.DM

    Linear Layouts of Bipartite Planar Graphs

    Authors: Henry Förster, Michael Kaufmann, Laura Merker, Sergey Pupyrev, Chrysanthi Raftopoulou

    Abstract: A linear layout of a graph $ G $ consists of a linear order $\prec$ of the vertices and a partition of the edges. A part is called a queue (stack) if no two edges nest (cross), that is, two edges $ (v,w) $ and $ (x,y) $ with $ v \prec x \prec y \prec w $ ($ v \prec x \prec w \prec y $) may not be in the same queue (stack). The best known lower and upper bounds for the number of queues needed for p… ▽ More

    Submitted 25 May, 2023; originally announced May 2023.

    Comments: An extended abstract of this paper appears in the Proceedings of the 18th International Symposium on Algorithms and Data Structures, WADS 2023

  23. arXiv:2303.15380  [pdf, other

    cs.CV

    Hi4D: 4D Instance Segmentation of Close Human Interaction

    Authors: Yifei Yin, Chen Guo, Manuel Kaufmann, Juan Jose Zarate, Jie Song, Otmar Hilliges

    Abstract: We propose Hi4D, a method and dataset for the automatic analysis of physically close human-human interaction under prolonged contact. Robustly disentangling several in-contact subjects is a challenging task due to occlusions and complex shapes. Hence, existing multi-view systems typically fuse 3D surfaces of close subjects into a single, connected mesh. To address this issue we leverage i) individ… ▽ More

    Submitted 27 March, 2023; originally announced March 2023.

    Comments: Project page: https://yifeiyin04.github.io/Hi4D/

  24. arXiv:2303.04805  [pdf, other

    cs.CV

    X-Avatar: Expressive Human Avatars

    Authors: Kaiyue Shen, Chen Guo, Manuel Kaufmann, Juan Jose Zarate, Julien Valentin, Jie Song, Otmar Hilliges

    Abstract: We present X-Avatar, a novel avatar model that captures the full expressiveness of digital humans to bring about life-like experiences in telepresence, AR/VR and beyond. Our method models bodies, hands, facial expressions and appearance in a holistic fashion and can be learned from either full 3D scans or RGB-D data. To achieve this, we propose a part-aware learned forward skinning module that can… ▽ More

    Submitted 9 March, 2023; v1 submitted 8 March, 2023; originally announced March 2023.

    Comments: Project page: https://skype-line.github.io/projects/X-Avatar/

  25. arXiv:2302.08340  [pdf, ps, other

    math.CO cs.DM math.PR

    The hitting time of clique factors

    Authors: Annika Heckel, Marc Kaufmann, Noela Müller, Matija Pasch

    Abstract: In a recent paper, Kahn gave the strongest possible, affirmative, answer to Shamir's problem, which had been open since the late 1970s: Let $r \ge 3 $ and let $n$ be divisible by $r$. Then, in the random $r$-uniform hypergraph process on $n$ vertices, as soon as the last isolated vertex disappears, a perfect matching emerges. In the present work, we transfer this hitting time result to the setting… ▽ More

    Submitted 16 February, 2023; originally announced February 2023.

    MSC Class: 05C80; 05C70; 05C65

  26. arXiv:2301.10872  [pdf, other

    cs.CG

    Splitting Vertices in 2-Layer Graph Drawings

    Authors: Reyan Ahmed, Patrizio Angelini, Michael A. Bekos, Giuseppe Di Battista, Michael Kaufmann, Philipp Kindermann, Stephen Kobourov, Martin Nöllenburg, Antonios Symvonis, Anaïs Villedieu, Markus Wallinger

    Abstract: Bipartite graphs model the relationships between two disjoint sets of entities in several applications and are naturally drawn as 2-layer graph drawings. In such drawings, the two sets of entities (vertices) are placed on two parallel lines (layers), and their relationships (edges) are represented by segments connecting vertices. Methods for constructing 2-layer drawings often try to minimize the… ▽ More

    Submitted 15 April, 2023; v1 submitted 25 January, 2023; originally announced January 2023.

  27. arXiv:2301.01226  [pdf, other

    math.CO cs.DM

    $k$-planar Placement and Packing of $Δ$-regular Caterpillars

    Authors: Carla Binucci, Emilio Di Giacomo, Michael Kaufmann, Giuseppe Liotta, Alessandra Tappini

    Abstract: This paper studies a \emph{packing} problem in the so-called beyond-planar setting, that is when the host graph is ``almost-planar'' in some sense. Precisely, we consider the case that the host graph is $k$-planar, i.e., it admits an embedding with at most $k$ crossings per edge, and focus on families of $Δ$-regular caterpillars, that are caterpillars whose non-leaf vertices have the same degree… ▽ More

    Submitted 3 January, 2023; originally announced January 2023.

  28. arXiv:2208.12558  [pdf, other

    cs.DS

    Rectilinear Planarity of Partial 2-Trees

    Authors: Walter Didimo, Michael Kaufmann, Giuseppe Liotta, Giacomo Ortali

    Abstract: A graph is rectilinear planar if it admits a planar orthogonal drawing without bends. While testing rectilinear planarity is NP-hard in general (Garg and Tamassia, 2001), it is a long-standing open problem to establish a tight upper bound on its complexity for partial 2-trees, i.e., graphs whose biconnected components are series-parallel. We describe a new O(n^2)-time algorithm to test rectilinear… ▽ More

    Submitted 22 June, 2023; v1 submitted 26 August, 2022; originally announced August 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2110.00548 Appears in the Proceedings of the 30th International Symposium on Graph Drawing and Network Visualization (GD 2022)

  29. arXiv:2207.00694  [pdf, other

    cs.LG

    Efficient Adversarial Training With Data Pruning

    Authors: Maximilian Kaufmann, Yiren Zhao, Ilia Shumailov, Robert Mullins, Nicolas Papernot

    Abstract: Neural networks are susceptible to adversarial examples-small input perturbations that cause models to fail. Adversarial training is one of the solutions that stops adversarial examples; models are exposed to attacks during training and learn to be resilient to them. Yet, such a procedure is currently expensive-it takes a long time to produce and train models with adversarial samples, and, what is… ▽ More

    Submitted 1 July, 2022; originally announced July 2022.

  30. arXiv:2206.14909  [pdf, other

    cs.CG cs.DM cs.DS

    RAC Drawings of Graphs with Low Degree

    Authors: Patrizio Angelini, Michael A. Bekos, Julia Katheder, Michael Kaufmann, Maximilian Pfister

    Abstract: Motivated by cognitive experiments providing evidence that large crossing-angles do not impair the readability of a graph drawing, RAC (Right Angle Crossing) drawings were introduced to address the problem of producing readable representations of non-planar graphs by supporting the optimal case in which all crossings form 90° angles. In this work, we make progress on the problem of finding RAC dra… ▽ More

    Submitted 29 June, 2022; originally announced June 2022.

    Comments: Extended version of a paper presented at MFCS 2022

  31. arXiv:2205.07500  [pdf, other

    cs.CG cs.DS

    Computing Bend-Minimum Orthogonal Drawings of Plane Series-Parallel Graphs in Linear Time

    Authors: Walter Didimo, Michael Kaufmann, Giuseppe Liotta, Giacomo Ortali

    Abstract: A planar orthogonal drawing of a planar 4-graph G (i.e., a planar graph with vertex-degree at most four) is a crossing-free drawing that maps each vertex of G to a distinct point of the plane and each edge of $G$ to a sequence of horizontal and vertical segments between its end-points. A longstanding open question in Graph Drawing, dating back over 30 years, is whether there exists a linear-time a… ▽ More

    Submitted 16 May, 2022; originally announced May 2022.

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

  32. arXiv:2204.13662  [pdf, other

    cs.CV

    ARCTIC: A Dataset for Dexterous Bimanual Hand-Object Manipulation

    Authors: Zicong Fan, Omid Taheri, Dimitrios Tzionas, Muhammed Kocabas, Manuel Kaufmann, Michael J. Black, Otmar Hilliges

    Abstract: Humans intuitively understand that inanimate objects do not move by themselves, but that state changes are typically caused by human manipulation (e.g., the opening of a book). This is not yet the case for machines. In part this is because there exist no datasets with ground-truth 3D annotations for the study of physically consistent and synchronised motion of hands and articulated objects. To thi… ▽ More

    Submitted 23 April, 2023; v1 submitted 28 April, 2022; originally announced April 2022.

    Comments: Project page: https://arctic.is.tue.mpg.de

  33. arXiv:2204.11495  [pdf, other

    cs.DS cs.DM math.CO

    Graph Product Structure for h-Framed Graphs

    Authors: Michael A. Bekos, Giordano Da Lozzo, Petr Hliněný, Michael Kaufmann

    Abstract: Graph product structure theory expresses certain graphs as subgraphs of the strong product of much simpler graphs. In particular, an elegant formulation for the corresponding structural theorems involves the strong product of a path and of a bounded treewidth graph, and allows to lift combinatorial results for bounded treewidth graphs to graph classes for which the product structure holds, such as… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

  34. arXiv:2204.07017  [pdf, other

    cs.NE

    OneMax is not the Easiest Function for Fitness Improvements

    Authors: Marc Kaufmann, Maxime Larcher, Johannes Lengler, Xun Zou

    Abstract: We study the $(1:s+1)$ success rule for controlling the population size of the $(1,λ)$-EA. It was shown by Hevia Fajardo and Sudholt that this parameter control mechanism can run into problems for large $s$ if the fitness landscape is too easy. They conjectured that this problem is worst for the OneMax benchmark, since in some well-established sense OneMax is known to be the easiest fitness landsc… ▽ More

    Submitted 24 January, 2024; v1 submitted 14 April, 2022; originally announced April 2022.

    MSC Class: 68W50

  35. arXiv:2204.06647  [pdf, other

    cs.RO cs.AI

    Copiloting Autonomous Multi-Robot Missions: A Game-inspired Supervisory Control Interface

    Authors: Marcel Kaufmann, Robert Trybula, Ryan Stonebraker, Michael Milano, Gustavo J. Correa, Tiago S. Vaquero, Kyohei Otsu, Ali-akbar Agha-mohammadi, Giovanni Beltrame

    Abstract: Real-world deployment of new technology and capabilities can be daunting. The recent DARPA Subterranean (SubT) Challenge, for instance, aimed at the advancement of robotic platforms and autonomy capabilities in three one-year development pushes. While multi-agent systems are traditionally deployed in controlled and structured environments that allow for controlled testing (e.g., warehouses), the S… ▽ More

    Submitted 13 April, 2022; originally announced April 2022.

    Comments: 8 pages, 8 figures, submitted to IEEE Robotics and Automation Letters

    Report number: CL#22-1832 ACM Class: I.2.9

  36. arXiv:2204.00531  [pdf, other

    cs.NE math.PR

    Self-adjusting Population Sizes for the $(1, λ)$-EA on Monotone Functions

    Authors: Marc Kaufmann, Maxime Larcher, Johannes Lengler, Xun Zou

    Abstract: We study the $(1,λ)$-EA with mutation rate $c/n$ for $c\le 1$, where the population size is adaptively controlled with the $(1:s+1)$-success rule. Recently, Hevia Fajardo and Sudholt have shown that this setup with $c=1$ is efficient on \onemax for $s<1$, but inefficient if $s \ge 18$. Surprisingly, the hardest part is not close to the optimum, but rather at linear distance. We show that this beha… ▽ More

    Submitted 12 July, 2023; v1 submitted 1 April, 2022; originally announced April 2022.

    MSC Class: 68W50

  37. arXiv:2201.05327  [pdf

    cs.IR

    The Lokahi Prototype: Toward the automatic Extraction of Entity Relationship Models from Text

    Authors: Michael Kaufmann

    Abstract: Entity relationship extraction envisions the automatic generation of semantic data models from collections of text, by automatic recognition of entities, by association of entities to form relationships, and by classifying these instances to assign them to entity sets (or classes) and relationship sets (or associations). As a first step in this direction, the Lokahi prototype can extract entities… ▽ More

    Submitted 14 January, 2022; originally announced January 2022.

    Comments: Proceedings of the AAAI 2019 Spring Symposium on Combining Machine Learning with Knowledge Engineering (AAAI-MAKE 2019)

  38. arXiv:2110.00548  [pdf, other

    cs.DS

    Spirality and Rectilinear Planarity Testing of Independent-Parallel SP-Graphs

    Authors: Walter Didimo, Michael Kaufmann, Giuseppe Liotta, Giacomo Ortali

    Abstract: We study the long-standing open problem of efficiently testing rectilinear planarity of series-parallel graphs (SP-graphs) in the variable embedding setting. A key ingredient behind the design of a linear-time testing algorithm for SP-graphs of vertex-degree at most three is that one can restrict the attention to a constant number of ``rectilinear shapes'' for each series or parallel component. To… ▽ More

    Submitted 1 October, 2021; originally announced October 2021.

  39. arXiv:2108.00665  [pdf, other

    cs.DS cs.DM

    Recognizing and Embedding Simple Optimal 2-Planar Graphs

    Authors: Henry Förster, Michael Kaufmann, Chrysanthi N. Raftopoulou

    Abstract: In the area of beyond-planar graphs, i.e. graphs that can be drawn with some local restrictions on the edge crossings, the recognition problem is prominent next to the density question for the different graph classes. For 1-planar graphs, the recognition problem has been settled, namely it is NP-complete for the general case, while optimal 1-planar graphs, i.e. those with maximum density, can be r… ▽ More

    Submitted 3 August, 2021; v1 submitted 2 August, 2021; originally announced August 2021.

    Comments: Appears in the Proceedings of the 29th International Symposium on Graph Drawing and Network Visualization (GD 2021)

  40. arXiv:2107.04993  [pdf, other

    cs.DS math.CO

    The Mixed Page Number of Graphs

    Authors: Jawaherul Md. Alam, Michael A. Bekos, Martin Gronemann, Michael Kaufmann, Sergey Pupyrev

    Abstract: A linear layout of a graph typically consists of a total vertex order, and a partition of the edges into sets of either non-crossing edges, called stacks, or non-nested edges, called queues. The stack (queue) number of a graph is the minimum number of required stacks (queues) in a linear layout. Mixed linear layouts combine these layouts by allowing each set of edges to form either a stack or a qu… ▽ More

    Submitted 11 July, 2021; originally announced July 2021.

  41. arXiv:2104.03224  [pdf

    cs.DB cs.LG

    Efficient and Accurate In-Database Machine Learning with SQL Code Generation in Python

    Authors: Michael Kaufmann, Gabriel Stechschulte, Anna Huber

    Abstract: Following an analysis of the advantages of SQL-based Machine Learning (ML) and a short literature survey of the field, we describe a novel method for In-Database Machine Learning (IDBML). We contribute a process for SQL-code generation in Python using template macros in Jinja2 as well as the prototype implementation of the process. We describe our implementation of the process to compute multidime… ▽ More

    Submitted 31 May, 2021; v1 submitted 7 April, 2021; originally announced April 2021.

  42. arXiv:2103.11470  [pdf, other

    cs.RO cs.AI

    NeBula: Quest for Robotic Autonomy in Challenging Environments; TEAM CoSTAR at the DARPA Subterranean Challenge

    Authors: Ali Agha, Kyohei Otsu, Benjamin Morrell, David D. Fan, Rohan Thakker, Angel Santamaria-Navarro, Sung-Kyun Kim, Amanda Bouman, Xianmei Lei, Jeffrey Edlund, Muhammad Fadhil Ginting, Kamak Ebadi, Matthew Anderson, Torkom Pailevanian, Edward Terry, Michael Wolf, Andrea Tagliabue, Tiago Stegun Vaquero, Matteo Palieri, Scott Tepsuporn, Yun Chang, Arash Kalantari, Fernando Chavez, Brett Lopez, Nobuhiro Funabiki , et al. (47 additional authors not shown)

    Abstract: This paper presents and discusses algorithms, hardware, and software architecture developed by the TEAM CoSTAR (Collaborative SubTerranean Autonomous Robots), competing in the DARPA Subterranean Challenge. Specifically, it presents the techniques utilized within the Tunnel (2019) and Urban (2020) competitions, where CoSTAR achieved 2nd and 1st place, respectively. We also discuss CoSTAR's demonstr… ▽ More

    Submitted 18 October, 2021; v1 submitted 21 March, 2021; originally announced March 2021.

    Comments: For team website, see https://costar.jpl.nasa.gov/. Accepted for publication in the Journal of Field Robotics, 2021

  43. Convolutional Autoencoders for Human Motion Infilling

    Authors: Manuel Kaufmann, Emre Aksan, Jie Song, Fabrizio Pece, Remo Ziegler, Otmar Hilliges

    Abstract: In this paper we propose a convolutional autoencoder to address the problem of motion infilling for 3D human motion data. Given a start and end sequence, motion infilling aims to complete the missing gap in between, such that the filled in poses plausibly forecast the start sequence and naturally transition into the end sequence. To this end, we propose a single, end-to-end trainable convolutional… ▽ More

    Submitted 22 October, 2020; originally announced October 2020.

    Comments: Accepted to 3DV 2020

  44. Iteration in ACL2

    Authors: Matt Kaufmann, J Strother Moore

    Abstract: Iterative algorithms are traditionally expressed in ACL2 using recursion. On the other hand, Common Lisp provides a construct, loop, which -- like most programming languages -- provides direct support for iteration. We describe an ACL2 analogue loop$ of loop that supports efficient ACL2 programming and reasoning with iteration.

    Submitted 29 September, 2020; originally announced September 2020.

    Comments: In Proceedings ACL2 2020, arXiv:2009.12521

    Journal ref: EPTCS 327, 2020, pp. 16-31

  45. arXiv:2008.10336  [pdf, other

    cs.DS

    Lazy Queue Layouts of Posets

    Authors: Jawaherul Md. Alam, Michael A. Bekos, Martin Gronemann, Michael Kaufmann, Sergey Pupyrev

    Abstract: We investigate the queue number of posets in terms of their width, that is, the maximum number of pairwise incomparable elements. A long-standing conjecture of Heath and Pemmaraju asserts that every poset of width w has queue number at most w. The conjecture has been confirmed for posets of width w=2 via so-called lazy linear extension. We extend and thoroughly analyze lazy linear extensions for… ▽ More

    Submitted 25 August, 2020; v1 submitted 24 August, 2020; originally announced August 2020.

    Comments: Appears in the Proceedings of the 28th International Symposium on Graph Drawing and Network Visualization (GD 2020)

  46. arXiv:2008.03784  [pdf, other

    cs.DS

    Rectilinear Planarity Testing of Plane Series-Parallel Graphs in Linear Time

    Authors: Walter Didimo, Michael Kaufmann, Giuseppe Liotta, Giacomo Ortali

    Abstract: A plane graph is rectilinear planar if it admits an embedding-preserving straight-line drawing where each edge is either horizontal or vertical. We prove that rectilinear planarity testing can be solved in optimal $O(n)$ time for any plane series-parallel graph $G$ with $n$ vertices. If $G$ is rectilinear planar, an embedding-preserving rectilinear planar drawing of $G$ can be constructed in… ▽ More

    Submitted 26 February, 2021; v1 submitted 9 August, 2020; originally announced August 2020.

    Comments: Appears in the Proceedings of the 28th International Symposium on Graph Drawing and Network Visualization (GD 2020)

  47. arXiv:2004.08692  [pdf, other

    cs.CV

    A Spatio-temporal Transformer for 3D Human Motion Prediction

    Authors: Emre Aksan, Manuel Kaufmann, Peng Cao, Otmar Hilliges

    Abstract: We propose a novel Transformer-based architecture for the task of generative modelling of 3D human motion. Previous work commonly relies on RNN-based models considering shorter forecast horizons reaching a stationary and often implausible state quickly. Recent studies show that implicit temporal representations in the frequency domain are also effective in making predictions for a predetermined ho… ▽ More

    Submitted 29 November, 2021; v1 submitted 18 April, 2020; originally announced April 2020.

    Comments: 3DV 2021 camera-ready

    Journal ref: International Conference on 3D Vision 2021 (3DV)

  48. arXiv:2004.07630  [pdf, other

    cs.DS cs.DM math.CO

    Four Pages Are Indeed Necessary for Planar Graphs

    Authors: Michael A. Bekos, Michael Kaufmann, Fabian Klute, Sergey Pupyrev, Chrysanthi Raftopoulou, Torsten Ueckerdt

    Abstract: An embedding of a graph in a book consists of a linear order of its vertices along the spine of the book and of an assignment of its edges to the pages of the book, so that no two edges on the same page cross. The book thickness of a graph is the minimum number of pages over all its book embeddings. Accordingly, the book thickness of a class of graphs is the maximum book thickness over all its mem… ▽ More

    Submitted 16 April, 2020; originally announced April 2020.

  49. arXiv:2003.09642  [pdf, other

    cs.DM eess.SY

    An Online Framework to Interact and Efficiently Compute Linear Layouts of Graphs

    Authors: Michael A. Bekos, Mirco Haug, Michael Kaufmann, Julia Männecke

    Abstract: We present a prototype online system to automate the procedure of computing different types of linear layouts of graphs under different user-specific constraints. Currently, four different types of linear layouts are supported: stack, queue, rique and deque, as well as, any mixture of them. The system consists of two main components; the client and the server sides. The client side is built upon… ▽ More

    Submitted 17 March, 2023; v1 submitted 21 March, 2020; originally announced March 2020.

  50. arXiv:2003.05332  [pdf, other

    cs.CG cs.DM

    Monotone Arc Diagrams with few Biarcs

    Authors: Steven Chaplick, Henry Förster, Michael Hoffmann, Michael Kaufmann

    Abstract: We show that every planar graph can be represented by a monotone topological 2-page book embedding where at most 15n/16 (of potentially 3n-6) edges cross the spine exactly once.

    Submitted 11 March, 2020; originally announced March 2020.