Skip to main content

Showing 1–17 of 17 results for author: Penzkofer, A

Searching in archive cs. Search in all archives.
.
  1. MultiMediate'24: Multi-Domain Engagement Estimation

    Authors: Philipp Müller, Michal Balazia, Tobias Baur, Michael Dietz, Alexander Heimerl, Anna Penzkofer, Dominik Schiller, François Brémond, Jan Alexandersson, Elisabeth André, Andreas Bulling

    Abstract: Estimating the momentary level of participant's engagement is an important prerequisite for assistive systems that support human interactions. Previous work has addressed this task in within-domain evaluation scenarios, i.e. training and testing on the same dataset. This is in contrast to real-life scenarios where domain shifts between training and testing data frequently occur. With MultiMediate'… ▽ More

    Submitted 29 August, 2024; originally announced August 2024.

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

  2. arXiv:2406.17949  [pdf, other

    cs.LG cs.AI cs.MA

    The Overcooked Generalisation Challenge

    Authors: Constantin Ruhdorfer, Matteo Bortoletto, Anna Penzkofer, Andreas Bulling

    Abstract: We introduce the Overcooked Generalisation Challenge (OGC) - the first benchmark to study agents' zero-shot cooperation abilities when faced with novel partners and levels in the Overcooked-AI environment. This perspective starkly contrasts a large body of previous work that has trained and evaluated cooperating agents only on the same level, failing to capture generalisation abilities required fo… ▽ More

    Submitted 3 April, 2025; v1 submitted 25 June, 2024; originally announced June 2024.

    Comments: 26 pages

  3. arXiv:2405.03852  [pdf, other

    cs.CV cs.AI

    VSA4VQA: Scaling a Vector Symbolic Architecture to Visual Question Answering on Natural Images

    Authors: Anna Penzkofer, Lei Shi, Andreas Bulling

    Abstract: While Vector Symbolic Architectures (VSAs) are promising for modelling spatial cognition, their application is currently limited to artificially generated images and simple spatial queries. We propose VSA4VQA - a novel 4D implementation of VSAs that implements a mental representation of natural images for the challenging task of Visual Question Answering (VQA). VSA4VQA is the first model to scale… ▽ More

    Submitted 6 May, 2024; originally announced May 2024.

    Comments: To be published in the Proceedings of the Annual Meeting of the Cognitive Science Society (CogSci'24)

  4. arXiv:2306.11483  [pdf, other

    cs.LG

    Int-HRL: Towards Intention-based Hierarchical Reinforcement Learning

    Authors: Anna Penzkofer, Simon Schaefer, Florian Strohm, Mihai Bâce, Stefan Leutenegger, Andreas Bulling

    Abstract: While deep reinforcement learning (RL) agents outperform humans on an increasing number of tasks, training them requires data equivalent to decades of human gameplay. Recent hierarchical RL methods have increased sample efficiency by incorporating information inherent to the structure of the decision problem but at the cost of having to discover or use human-annotated sub-goals that guide the lear… ▽ More

    Submitted 20 June, 2023; originally announced June 2023.

  5. arXiv:2305.01232  [pdf, other

    cs.DC

    TangleSim: An Agent-based, Modular Simulator for DAG-based Distributed Ledger Technologies

    Authors: Bing-Yang Lin, Daria Dziubałtowska, Piotr Macek, Andreas Penzkofer, Sebastian Müller

    Abstract: DAG-based DLTs allow for parallel, asynchronous writing access to a ledger. Consequently, the perception of the most recent blocks may differ considerably between nodes, and the underlying network properties of the P2P layer have a direct impact on the performance of the protocol. Moreover, the stronger inter-dependencies of several core components demand a more complex and complete approach to st… ▽ More

    Submitted 2 May, 2023; originally announced May 2023.

    Comments: IEEE ICBC 2023, short paper

  6. arXiv:2305.01207  [pdf, other

    cs.DC

    Mitigation of liveness attacks in DAG-based ledgers

    Authors: Darcy Camargo, Andreas Penzkofer, Sebastian Müller, William Sanders

    Abstract: The robust construction of the ledger data structure is an essential ingredient for the safe operation of a distributed ledger. While in traditional linear blockchain systems, permission to append to the structure is leader-based, in Directed Acyclic Graph-based ledgers, the writing access can be organised leaderless. However, this leaderless approach relies on fair treatment of non-referenced blo… ▽ More

    Submitted 2 May, 2023; originally announced May 2023.

    Comments: IEEE ICBC 2023

  7. arXiv:2210.13996  [pdf

    cs.DC

    Report on the energy consumption of the IOTA 2.0 prototype network (GoShimmer 0.8.3) under different testing scenarios

    Authors: Louis Helmer, Andreas Penzkofer

    Abstract: The high energy consumption of proof of work-based distributed ledgers has become an important environmental concern. Bitcoin, for example, consumes as much energy in a year as a developed country. Alternative consensus mechanisms, such as proof of stake, have been shown to use drastically less energy than proof of work-based DLTs. For example, the IOTA DLT, built upon a directed acyclic graph (DA… ▽ More

    Submitted 25 October, 2022; originally announced October 2022.

  8. arXiv:2208.08254  [pdf, other

    cs.DC

    Robustness of the Tangle 2.0 Consensus

    Authors: Bing-Yang Lin, Daria Dziubałtowska, Piotr Macek, Andreas Penzkofer, Sebastian Müller

    Abstract: In this paper, we investigate the performance of the Tangle 2.0 consensus protocol in a Byzantine environment. We use an agent-based simulation model that incorporates the main features of the Tangle 2.0 consensus protocol. Our experimental results demonstrate that the Tangle 2.0 protocol is robust to the bait-and-switch attack up to the theoretical upper bound of the adversary's 33% voting weight… ▽ More

    Submitted 24 August, 2022; v1 submitted 17 August, 2022; originally announced August 2022.

  9. Tangle 2.0 Leaderless Nakamoto Consensus on the Heaviest DAG

    Authors: Sebastian Müller, Andreas Penzkofer, Nikita Polyanskii, Jonas Theis, William Sanders, Hans Moog

    Abstract: We introduce the theoretical foundations of the Tangle 2.0, a probabilistic leaderless consensus protocol based on a directed acyclic graph (DAG) called the Tangle. The Tangle naturally succeeds the blockchain as its next evolutionary step as it offers features suited to establish more efficient and scalable distributed ledger solutions. Consensus is no longer found in the longest chain but on t… ▽ More

    Submitted 12 October, 2022; v1 submitted 4 May, 2022; originally announced May 2022.

    Comments: revised version, to appear in IEEE Access

  10. arXiv:2205.01345  [pdf, other

    cs.DC

    Reality-based UTXO Ledger

    Authors: Sebastian Müller, Andreas Penzkofer, Nikita Polyanskii, Jonas Theis, William Sanders, Hans Moog

    Abstract: The Unspent Transaction Output (UTXO) model is commonly used in the field of Distributed Ledger Technology (DLT) to transfer value between participants. One of its advantages is that it allows parallel processing of transactions, as independent transactions can be added in any order. This property of order invariance and parallelisability has potential benefits in terms of scalability. However, si… ▽ More

    Submitted 7 August, 2023; v1 submitted 3 May, 2022; originally announced May 2022.

    Comments: revised version, accepted in ACM DLT

  11. Salt-based autopeering for DLT-networks

    Authors: Sebastian Müller, Angelo Capossele, Bartosz Kuśmierz, Vivian Lin, Hans Moog, Andreas Penzkofer, Olivia Saa, William Sanders, Wolfgang Welz

    Abstract: The security of any Distributed Ledger Technology (DLT) depends on the safety of the network layer. Much effort has been put into understanding the consensus layer of DLTs. However, many network layer designs seem ad-hoc and lack a careful analysis of the influence of the design decisions on the whole DLT system. We propose a salt-based automated neighbor selection protocol that shows the inherent… ▽ More

    Submitted 3 November, 2021; originally announced November 2021.

    Comments: 4 pages

    Journal ref: 2021 3rd Conference on Blockchain Research Applications for Innovative Networks and Services (BRAINS)

  12. arXiv:2110.06003  [pdf, other

    cs.DC

    Impact of delay classes on the data structure in IOTA

    Authors: Andreas Penzkofer, Olivia Saa, Daria Dziubałtowska

    Abstract: In distributed ledger technologies (DLTs) with a directed acyclic graph (DAG) data structure, a message-issuing node can decide where to append that message and, consequently, how to grow the DAG. This DAG data structure can typically be decomposed into two pools of messages: referenced messages and unreferenced messages (tips). The selection of the parent messages to which a node appends the mess… ▽ More

    Submitted 12 October, 2021; originally announced October 2021.

    Comments: Presented at CBT2021 - 5th Cryptocurrencies and Blockchain Technology workshop https://www.esorics2021.org/program/

  13. arXiv:2012.08313  [pdf, other

    cs.DC math.PR

    On Fairness in Voting Consensus Protocols

    Authors: Sebastian Müller, Andreas Penzkofer, Darcy Camargo, Olivia Saa

    Abstract: Voting algorithms have been widely used as consensus protocols in the realization of fault-tolerant systems. These algorithms are best suited for distributed systems of nodes with low computational power or heterogeneous networks, where different nodes may have different levels of reputation or weight. Our main contribution is the construction of a fair voting protocol in the sense that the influe… ▽ More

    Submitted 15 December, 2020; originally announced December 2020.

    Comments: conference paper, SAI Computing21. arXiv admin note: text overlap with arXiv:2006.00928

  14. arXiv:2006.00928  [pdf, ps, other

    cs.DC

    Fast Probabilistic Consensus with Weighted Votes

    Authors: Sebastian Müller, Andreas Penzkofer, Bartosz Kuśmierz, Darcy Camargo, William J. Buchanan

    Abstract: The fast probabilistic consensus (FPC) is a voting consensus protocol that is robust and efficient in Byzantine infrastructure. We propose an adaption of the FPC to a setting where the voting power is proportional to the nodes reputations. We model the reputation using a Zipf law and show using simulations that the performance of the protocol in Byzantine infrastructure increases with the Zipf exp… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

    Report number: Conference: FTC 2020 - Future Technologies Conference 2020

  15. arXiv:2004.13409  [pdf, ps, other

    cs.DC

    Parasite Chain Detection in the IOTA Protocol

    Authors: Andreas Penzkofer, Bartosz Kusmierz, Angelo Capossele, William Sanders, Olivia Saa

    Abstract: In recent years several distributed ledger technologies based on directed acyclic graphs (DAGs) have appeared on the market. Similar to blockchain technologies, DAG-based systems aim to build an immutable ledger and are faced with security concerns regarding the irreversibility of the ledger state. However, due to their more complex nature and recent popularity, the study of adversarial actions ha… ▽ More

    Submitted 28 April, 2020; originally announced April 2020.

    Comments: Accepted for publication at Tokenomics 2020, Toulouse, France

  16. Properties of the Tangle for Uniform Random and Random Walk Tip Selection

    Authors: Bartosz Kusmierz, William Sanders, Andreas Penzkofer, Angelo Capossele, Alon Gal

    Abstract: The growing number of applications for distributed ledger technologies is driving both industry and academia to solve the limitations of blockchain, particularly its scalability issues. Recent distributed ledger technologies have replaced the blockchain linear structure with a more flexible directed acyclic graph in an attempt to accommodate a higher throughput. Despite the fast-growing diffusion… ▽ More

    Submitted 21 January, 2020; originally announced January 2020.

    Comments: Published in: 2019 IEEE International Conference on Blockchain (Blockchain)

    Journal ref: 2019 IEEE International Conference on Blockchain (Blockchain)

  17. arXiv:1911.08787  [pdf, ps, other

    cs.DC math.PR

    Robustness and efficiency of leaderless probabilistic consensus protocols within Byzantine infrastructures

    Authors: Angelo Capossele, Sebastian Mueller, Andreas Penzkofer

    Abstract: This paper investigates leaderless binary majority consensus protocols with low computational complexity in noisy Byzantine infrastructures. Using computer simulations, we show that explicit randomization of the consensus protocol can significantly increase the robustness towards faulty and malicious nodes. We identify the optimal amount of randomness for various Byzantine attack strategies on dif… ▽ More

    Submitted 20 November, 2019; originally announced November 2019.

    Comments: 21 pages, 20 figures

    ACM Class: C.2.4; C.4