Skip to main content

Showing 1–16 of 16 results for author: Papp, P A

Searching in archive cs. Search in all archives.
.
  1. Efficient Multi-Processor Scheduling in Increasingly Realistic Models

    Authors: Pál András Papp, Georg Anegg, Aikaterini Karanasiou, A. N. Yzelman

    Abstract: We study the problem of efficiently scheduling a computational DAG on multiple processors. The majority of previous works have developed and compared algorithms for this problem in relatively simple models; in contrast to this, we analyze this problem in a more realistic model that captures many real-world aspects, such as communication costs, synchronization costs, and the hierarchical structure… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

    Comments: Published in the 36th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA 2024)

    MSC Class: 68W10; 68M20; 90C10 ACM Class: C.1.4

  2. arXiv:2303.05989  [pdf, ps, other

    cs.CC

    DAG Scheduling in the BSP Model

    Authors: Pál András Papp, Georg Anegg, A. N. Yzelman

    Abstract: We study the problem of scheduling an arbitrary computational DAG on a fixed number of processors while minimizing the makespan. While previous works have mostly studied this problem in relatively restricted models, we define and analyze DAG scheduling in the Bulk Synchronous Parallel (BSP) model, which is a well-established parallel computing model that captures the communication cost between pro… ▽ More

    Submitted 10 March, 2023; originally announced March 2023.

    MSC Class: 68Q17; 68Q85; 05C20 ACM Class: G.2.2; F.2.2

  3. Partitioning Hypergraphs is Hard: Models, Inapproximability, and Applications

    Authors: Pál András Papp, Georg Anegg, A. N. Yzelman

    Abstract: We study the balanced $k$-way hypergraph partitioning problem, with a special focus on its practical applications to manycore scheduling. Given a hypergraph on $n$ nodes, our goal is to partition the node set into $k$ parts of size at most $(1+ε)\cdot \frac{n}{k}$ each, while minimizing the cost of the partitioning, defined as the number of cut hyperedges, possibly also weighted by the number of p… ▽ More

    Submitted 5 April, 2023; v1 submitted 17 August, 2022; originally announced August 2022.

    Comments: Published in the 35th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA 2023)

    MSC Class: 68Q17; 68W25; 05C65 ACM Class: G.2.2; F.2.2

  4. arXiv:2206.11010  [pdf, other

    cs.LG cs.AI stat.ML

    Agent-based Graph Neural Networks

    Authors: Karolis Martinkus, Pál András Papp, Benedikt Schesch, Roger Wattenhofer

    Abstract: We present a novel graph neural network we call AgentNet, which is designed specifically for graph-level tasks. AgentNet is inspired by sublinear algorithms, featuring a computational complexity that is independent of the graph size. The architecture of AgentNet differs fundamentally from the architectures of traditional graph neural networks. In AgentNet, some trained \textit{neural agents} intel… ▽ More

    Submitted 27 February, 2023; v1 submitted 22 June, 2022; originally announced June 2022.

    Comments: 32 pages, 6 figures, ICLR 2023

  5. arXiv:2201.12884  [pdf, ps, other

    cs.LG

    A Theoretical Comparison of Graph Neural Network Extensions

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study and compare different Graph Neural Network extensions that increase the expressive power of GNNs beyond the Weisfeiler-Leman test. We focus on (i) GNNs based on higher order WL methods, (ii) GNNs that preprocess small substructures in the graph, (iii) GNNs that preprocess the graph up to a small radius, and (iv) GNNs that slightly perturb the graph to compute an embedding. We begin by pre… ▽ More

    Submitted 30 January, 2022; originally announced January 2022.

    MSC Class: 68T07; 05C60

  6. arXiv:2111.06283  [pdf, other

    cs.LG

    DropGNN: Random Dropouts Increase the Expressiveness of Graph Neural Networks

    Authors: Pál András Papp, Karolis Martinkus, Lukas Faber, Roger Wattenhofer

    Abstract: This paper studies Dropout Graph Neural Networks (DropGNNs), a new approach that aims to overcome the limitations of standard GNN frameworks. In DropGNNs, we execute multiple runs of a GNN on the input graph, with some of the nodes randomly and independently dropped in each of these runs. Then, we combine the results of these runs to obtain the final result. We prove that DropGNNs can distinguish… ▽ More

    Submitted 11 November, 2021; originally announced November 2021.

    Comments: Published in the 35th Conference on Neural Information Processing Systems (NeurIPS 2021)

    MSC Class: 68T07

  7. arXiv:2108.03882  [pdf, other

    cs.CC

    Two-Class (r,k)-Coloring: Coloring with Service Guarantees

    Authors: Pál András Papp, Roland Schmid, Valentin Stoppiello, Roger Wattenhofer

    Abstract: This paper introduces the Two-Class ($r$,$k$)-Coloring problem: Given a fixed number of $k$ colors, such that only $r$ of these $k$ colors allow conflicts, what is the minimal number of conflicts incurred by an optimal coloring of the graph? We establish that the family of Two-Class ($r$,$k$)-Coloring problems is NP-complete for any $k \geq 2$ when $(r, k) \neq (0,2)$. Furthermore, we show that… ▽ More

    Submitted 9 August, 2021; originally announced August 2021.

    Comments: 13 pages, 4 figures

  8. arXiv:2107.05359  [pdf, ps, other

    q-fin.RM cs.CE q-fin.PM

    Debt Swap** for Risk Mitigation in Financial Networks

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study financial networks where banks are connected by debt contracts. We consider the operation of debt swap** when two creditor banks decide to exchange an incoming payment obligation, thus leading to a locally different network structure. We say that a swap is positive if it is beneficial for both of the banks involved; we can interpret this notion either with respect to the amount of asset… ▽ More

    Submitted 1 June, 2021; originally announced July 2021.

    MSC Class: 91G45 ACM Class: J.4

  9. arXiv:2107.02076  [pdf, other

    cs.DM

    Stabilization Bounds for Influence Propagation from a Random Initial State

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study the stabilization time of two common types of influence propagation. In majority processes, nodes in a graph want to switch to the most frequent state in their neighborhood, while in minority processes, nodes want to switch to the least frequent state in their neighborhood. We consider the sequential model of these processes, and assume that every node starts out from a uniform random sta… ▽ More

    Submitted 5 July, 2021; originally announced July 2021.

    MSC Class: 68R10 ACM Class: G.2.2; C.2.4

  10. arXiv:2011.10485  [pdf, ps, other

    cs.CE q-fin.RM

    Sequential Defaulting in Financial Networks

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We consider financial networks, where banks are connected by contracts such as debts or credit default swaps. We study the clearing problem in these systems: we want to know which banks end up in a default, and what portion of their liabilities can these defaulting banks fulfill. We analyze these networks in a sequential model where banks announce their default one at a time, and the system evolve… ▽ More

    Submitted 20 November, 2020; originally announced November 2020.

    MSC Class: 91B74; 68Q99 ACM Class: J.4

  11. On the Hardness of Red-Blue Pebble Games

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: Red-blue pebble games model the computation cost of a two-level memory hierarchy. We present various hardness results in different red-blue pebbling variants, with a focus on the oneshot model. We first study the relationship between previously introduced red-blue pebble models (base, oneshot, nodel). We also analyze a new variant (compcost) to obtain a more realistic model of computation. We then… ▽ More

    Submitted 18 May, 2020; originally announced May 2020.

    MSC Class: 68Q17 ACM Class: F.1.1; F.1.3

  12. arXiv:2004.09185  [pdf, ps, other

    cs.DM

    A General Stabilization Bound for Influence Propagation in Graphs

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study the stabilization time of a wide class of processes on graphs, in which each node can only switch its state if it is motivated to do so by at least a $\frac{1+λ}{2}$ fraction of its neighbors, for some $0 < λ< 1$. Two examples of such processes are well-studied dynamically changing colorings in graphs: in majority processes, nodes switch to the most frequent color in their neighborhood, w… ▽ More

    Submitted 20 April, 2020; originally announced April 2020.

    MSC Class: 68R10 ACM Class: G.2.2; C.2.4

  13. arXiv:2002.07741  [pdf, ps, other

    cs.CE cs.CC q-fin.MF

    Default Ambiguity: Finding the Best Solution to the Clearing Problem

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study financial networks with debt contracts and credit default swaps between specific pairs of banks. Given such a financial system, we want to decide which of the banks are in default, and how much of their liabilities can these defaulting banks pay. There can easily be multiple different solutions to this problem, leading to a situation of default ambiguity, and a range of possible solutions… ▽ More

    Submitted 8 October, 2021; v1 submitted 18 February, 2020; originally announced February 2020.

    MSC Class: 91G45; 68Q17 ACM Class: J.4

  14. arXiv:2002.07566  [pdf, ps, other

    q-fin.RM cs.GT

    Network-Aware Strategies in Financial Systems

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We study the incentives of banks in a financial network, where the network consists of debt contracts and credit default swaps (CDSs) between banks. One of the most important questions in such a system is the problem of deciding which of the banks are in default, and how much of their liabilities these banks can pay. We study the payoff and preferences of the banks in the different solutions to th… ▽ More

    Submitted 18 February, 2020; originally announced February 2020.

    MSC Class: 91A43; 91B74 ACM Class: J.4

  15. arXiv:1907.02131  [pdf, ps, other

    cs.DM

    Stabilization Time in Minority Processes

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: We analyze the stabilization time of minority processes in graphs. A minority process is a dynamically changing coloring, where each node repeatedly changes its color to the color which is least frequent in its neighborhood. First, we present a simple $Ω(n^2)$ stabilization time lower bound in the sequential adversarial model. Our main contribution is a graph construction which proves a… ▽ More

    Submitted 3 July, 2019; originally announced July 2019.

  16. arXiv:1902.01228  [pdf, ps, other

    cs.DM

    Stabilization Time in Weighted Minority Processes

    Authors: Pál András Papp, Roger Wattenhofer

    Abstract: A minority process in a weighted graph is a dynamically changing coloring. Each node repeatedly changes its color in order to minimize the sum of weighted conflicts with its neighbors. We study the number of steps until such a process stabilizes. Our main contribution is an exponential lower bound on stabilization time. We first present a construction showing this bound in the adversarial sequenti… ▽ More

    Submitted 4 February, 2019; originally announced February 2019.

    MSC Class: 68R10 ACM Class: G.2.2; C.2.4