中文
相关论文

相关论文: Just-Right Consistency: reconciling availability a…

200 篇论文

In this report we show how to manage a distributed hierarchical structure representing a file system. This structure is optimistically replicated, each user work on his local replica, and updates are sent to other replica. The different…

分布式、并行与集群计算 · 计算机科学 2012-07-26 Mehdi Ahmed-Nacer , Stéphane Martin , Pascal Urso

Replikativ is a replication middleware supporting a new kind of confluent replicated datatype resembling a distributed version control system. It retains the order of write operations at the trade-off of reduced availability with after-the-…

分布式、并行与集群计算 · 计算机科学 2016-01-15 Christian Weilbach , Konrad Kühne , Annette Bieniusa

In Constraint Programming (CP), achieving arc-consistency (AC) of a global constraint with costs consists in removing from the domains of the variables all the values that do not belong to any solution whose cost is below a fixed bound. We…

最优化与控制 · 数学 2022-07-22 Guillaume Claus , Hadrien Cambazard , Vincent Jost

Strictly serializable datastores greatly simplify the development of correct applications by providing strong consistency guarantees. However, existing techniques pay unnecessary costs for naturally consistent transactions, which arrive at…

分布式、并行与集群计算 · 计算机科学 2023-09-26 Haonan Lu , Shuai Mu , Siddhartha Sen , Wyatt Lloyd

Conflict-free Replicated Data Types (CRDTs) are designed for replica convergence without global coordination or consensus. Recent work has achieved the same in a Byzantine environment, through DAG-like structures based on cryptographic…

分布式、并行与集群计算 · 计算机科学 2025-01-23 Paulo Sérgio Almeida , Ehud Shapiro

We propose a novel type system for verifying that programs correctly implement constant-resource behavior. Our type system extends recent work on automatic amortized resource analysis (AARA), a set of techniques that automatically derive…

编程语言 · 计算机科学 2018-01-09 Van Chan Ngo , Mario Dehesa-Azuara , Matthew Fredrikson , Jan Hoffmann

Recent advancements in AI and edge computing have accelerated the development of machine-centric applications (MCAs), such as smart surveillance systems. In these applications, video cameras and sensors offload inference tasks like license…

网络与互联网体系结构 · 计算机科学 2025-02-28 Azuka Chiejina , Subhramoy Mohanti , Vijay K. Shah

Conformal prediction (CP) is an emerging uncertainty quantification framework that allows us to construct a prediction set to cover the true label with a pre-specified marginal or conditional probability. Although the valid coverage…

机器学习 · 计算机科学 2024-12-09 Yuanjie Shi , Subhankar Ghosh , Taha Belkhouja , Janardhan Rao Doppa , Yan Yan

Cloud-edge computing requires applications to operate across diverse infrastructures, often triggered by cyber-physical events. Containers offer a lightweight deployment option but pulling images from central repositories can cause delays.…

分布式、并行与集群计算 · 计算机科学 2025-04-08 Damiano Azzolini , Stefano Forti , Antonio Ielo

Conflict-free Replicated Data Types (CRDTs) allow collaborative access to an app's data. We describe a novel CRDT operation, for-each on the list of CRDTs, and demonstrate its use in collaborative apps. Our for-each operation applies a…

分布式、并行与集群计算 · 计算机科学 2023-04-07 Matthew Weidner , Ria Pradeep , Benito Geordie , Heather Miller

Moving scientific computation from high-performance computing (HPC) and cloud computing (CC) environments to devices on the edge, i.e., physically near instruments of interest, has received tremendous interest in recent years. Such edge…

分布式、并行与集群计算 · 计算机科学 2024-10-11 Christopher J. Vogl , Zachary Atkins , Alyson Fox , Agnieszka Miedlar , Colin Ponce

Deploying trustworthy AI systems requires principled uncertainty quantification. Conformal prediction (CP) is a widely used framework for constructing prediction sets with distribution-free coverage guarantees. In many practical settings,…

机器学习 · 计算机科学 2026-03-18 Haifeng Wen , Osvaldo Simeone , Hong Xing

Conformal Prediction (CP) is a distribution-free method for constructing prediction sets with marginal finite-sample coverage guarantees, making it a suitable framework for reliable uncertainty quantification in safety-critical object…

计算机视觉与模式识别 · 计算机科学 2026-05-11 Christopher Ries , Moussa Kassem Sbeyti , Nicolas Bianco , Nadja Klein

Integrity checking is ubiquitous in data networks, but not all network traffic needs integrity protection. Many applications can tolerate slightly damaged data while still working acceptably, trading accuracy versus efficiency to save time…

网络与互联网体系结构 · 计算机科学 2015-10-15 Benjamin Ransford , Luis Ceze

Conflict-Free Replicated Data Types (CRDTs) are used in a range of fields for their coordination-free replication with strong eventual consistency. By prioritising availability over consistency under partition, peers accumulate events in…

分布式、并行与集群计算 · 计算机科学 2026-04-09 Kegan Dougal

While modern multivariate forecasters such as Transformers and GNNs achieve strong benchmark performance, they often suffer from systematic errors at specific variables or horizons and, critically, lack guarantees against performance…

机器学习 · 计算机科学 2026-01-05 Jianxiang Xie , Yuncheng Hua , Mingyue Cheng , Flora Salim , Hao Xue

Since distribution shifts are likely to occur after a model's deployment and can drastically decrease the model's performance, online test-time adaptation (TTA) continues to update the model during test-time, leveraging the current test…

计算机视觉与模式识别 · 计算机科学 2024-01-03 Mario Döbler , Florian Marencke , Robert A. Marsden , Bin Yang

Distributed storage systems and databases are widely used by various types of applications. Transactional access to these storage systems is an important abstraction allowing application programmers to consider blocks of actions (i.e.,…

编程语言 · 计算机科学 2023-06-22 Sidi Mohamed Beillahi , Ahmed Bouajjani , Constantin Enea

Reconfiguration is one of the central mechanisms in distributed systems. Due to failures and connectivity disruptions, the very set of service replicas (or servers) and their roles in the computation may have to be reconfigured over time.…

分布式、并行与集群计算 · 计算机科学 2020-09-16 Petr Kuznetsov , Thibault Rieutord , Sara Tucci-Piergiovanni

Both providers and consumers of distributed storage services benefit from the quantification of the severity of consistency violations. However, existing methods fail to capture a typical pattern of violation - the disorder among operations…

分布式、并行与集群计算 · 计算机科学 2019-02-19 Yu Huang , Hengfeng Wei , Maosen Huang , Lingzhi Ouyang