中文
相关论文

相关论文: Delegation with Trust<T>: A Scalable, Type- and Me…

200 篇论文

Blockchains are being positioned as the "technology of trust" that can be used to mediate transactions between non-trusting parties without the need for a central authority. They support transaction types that are native to the blockchain…

密码学与安全 · 计算机科学 2024-11-06 Nodirbek Korchiev , Akash Pateria , Vodelina Samatova , Sogolsadat Mansouri , Kemafor Anyanwu

Monitoring LLM safety at scale requires balancing cost and accuracy: a cheap latent-space probe can screen every input, but hard cases should be escalated to a more expensive expert. Existing cascades delegate based on probe uncertainty,…

机器学习 · 计算机科学 2026-04-17 Edoardo Pona , Milad Kazemi , Mehran Hosseini , Yali Du , David Watson , Osvaldo Simeone , Nicola Paoletti

This paper presents an architecture of a Personal Information Management System, in which individuals can define the access to their personal data by means of smart contracts. These smart contracts, running on the Ethereum blockchain,…

密码学与安全 · 计算机科学 2021-01-27 Mirko Zichichi , Stefano Ferretti , Gabriele D'Angelo , Víctor Rodríguez-Doncel

The popular isolation level Multiversion Read Committed (RC) trades some of the strong guarantees of serializability for increased transaction throughput. Sometimes, transaction workloads can be safely executed under RC obtaining…

数据库 · 计算机科学 2024-02-14 Brecht Vandevoort , Bas Ketsman , Christoph Koch , Frank Neven

Throughput limitations of existing blockchain architectures are one of the most significant hurdles for their wide-spread adoption. Attempts to address this challenge include layer-2 solutions, such as Bitcoin's Lightning or Ethereum's…

分布式、并行与集群计算 · 计算机科学 2019-09-13 Alexander Hentschel , Dieter Shirley , Layne Lafrance

The pervasive need to safely share and store information between devices calls for the replacement of centralized trust architectures with the decentralized ones. Distributed Ledger Technologies (DLTs) are seen as the most promising enabler…

分布式、并行与集群计算 · 计算机科学 2019-03-06 Pietro Danzi , Anders E. Kalør , René B. Sørensen , Alexander K. Hagelskjær , Lam D. Nguyen , Čedomir Stefanović , Petar Popovski

While artificial intelligence (AI) holds promise for addressing societal challenges, issues of exactly which tasks to automate and to what extent to do so remain understudied. We approach this problem of task delegability from a…

人工智能 · 计算机科学 2019-11-05 Brian Lubars , Chenhao Tan

Any non-trivial concurrent system warrants synchronisation, regardless of the concurrency model. Actor-based concurrency serialises all computations in an actor through asynchronous message passing. In contrast, lock-based concurrency…

编程语言 · 计算机科学 2018-07-27 Elias Castegren , Joel Wallin , Tobias Wrigstad

The rapid evolution of Internet-of-Things (IoT) technologies has led to an emerging need to make it smarter. A variety of applications now run simultaneously on an ARM-based processor. For example, devices on the edge of the Internet are…

密码学与安全 · 计算机科学 2017-06-26 Le Guan , Peng Liu , Xinyu Xing , Xinyang Ge , Shengzhi Zhang , Meng Yu , Trent Jaeger

Increasing design complexity and reduced time-to-market have motivated manufacturers to outsource some parts of the System-on-Chip (SoC) design flow to third-party vendors. This provides an opportunity for attackers to introduce hardware…

密码学与安全 · 计算机科学 2024-04-18 Aruna Jayasena , Prabhat Mishra

In many smart contract architectures, every contract or object is mutably shared by default. The Sui smart contract platform bears the unique feature of distinguishing between shared and owned objects. While transactions operating on shared…

分布式、并行与集群计算 · 计算机科学 2024-06-24 Roman Overko

The classic ticket lock consists of ticket and grant fields. Arriving threads atomically fetch-and-increment ticket and then wait for grant to become equal to the value returned by the fetch-and-increment primitive, at which point the…

操作系统 · 计算机科学 2019-07-12 Dave Dice , Alex Kogan

Obfuscation of computer programs has historically been approached either as a practical but \textit{ad hoc} craft to make reverse engineering subjectively difficult, or as a sound theoretical investigation unfortunately detached from the…

密码学与安全 · 计算机科学 2024-11-11 Ali Ajorian , Erick Lavoie , Christian Tschudin

Trusted Execution Environments (TEEs) on low-power microcontrollers (e.g., ARM TrustZone-M) enable isolation of Secure and Non-Secure software but still require both worlds to share resources, including interrupt controllers. In this model,…

密码学与安全 · 计算机科学 2026-04-29 Antonio Joia Neto , Amarin Laohajirapan , Norrathep Rattanavipanon , Ivan De Oliveira Nunes

Heterogeneous Internet of Things (IoT) systems suffer from fragmentation across hardware architectures, networking stacks, and data serialization formats. Existing standards (such as MQTT, COAP, and DDS) rely on address-bound, imperative…

网络与互联网体系结构 · 计算机科学 2026-05-26 Yeison David Mejia Mosquera

AI agents are able to tackle increasingly complex tasks. To achieve more ambitious goals, AI agents need to be able to meaningfully decompose problems into manageable sub-components, and safely delegate their completion across to other AI…

人工智能 · 计算机科学 2026-02-13 Nenad Tomašev , Matija Franklin , Simon Osindero

We investigate the application of ByteTrack in the realm of multiple object tracking. ByteTrack, a simple tracking algorithm, enables the simultaneous tracking of multiple objects by strategically incorporating detections with a low…

计算机视觉与模式识别 · 计算机科学 2023-12-07 Linh Van Ma , Muhammad Ishfaq Hussain , JongHyun Park , Jeongbae Kim , Moongu Jeon

Distributed locking mechanisms are fundamental to ensuring data consistency and integrity in distributed systems. This paper presents a comprehensive analysis of distributed locking algorithms, focusing on their performance characteristics…

分布式、并行与集群计算 · 计算机科学 2025-04-07 Andre Rodriguez , William Osborn

A typical blockchain protocol uses consensus to make sure that mutually mistrusting users agree on the order in which their operations on shared data are executed. However, it is known that asset transfer systems, by far the most popular…

分布式、并行与集群计算 · 计算机科学 2023-04-28 Andrei Tonkikh , Pavel Ponomarev , Petr Kuznetsov , Yvonne-Anne Pignolet

The lock-free, ordered, linked list is an important, standard example of a concurrent data structure. An obvious, practical drawback of textbook implementations is that failed compare-and-swap (CAS) operations lead to retraversal of the…

数据结构与算法 · 计算机科学 2020-11-02 Jesper Larsson Träff , Manuel Pöter