中文
相关论文

相关论文: Reliable Memories Built from Unreliable Components…

200 篇论文

We revisit the asymptotic analysis of probabilistic construction of adjacency matrices of expander graphs proposed in [4]. With better bounds we derived a new reduced sample complexity for the number of nonzeros per column of these…

信息论 · 计算机科学 2018-05-17 Bubacarr Bah , Jared Tanner

Memory cores are usually the densest portion with the smallest feature size in system-on-chip (SOC) designs. The reliability of memory cores thus has heavy impact on the reliability of SOCs. Transparent test is one of useful technique for…

硬件体系结构 · 计算机科学 2011-11-09 Jin-Fu Li , Tsu-Wei Tseng , Chin-Long Wey

This short paper describes early experiments to validate the capabilities of a component-based platform to observe and control a software architecture in the small. This is part of a whole process for resilient computing, i.e. targeting the…

软件工程 · 计算机科学 2012-04-06 Miruna Stoicescu , Jean-Charles Fabre , Matthieu Roy

Understanding why Transformers perform so well remains challenging due to their non-convex optimization landscape. In this work, we analyze a shallow Transformer with $m$ independent heads trained by projected gradient descent in the kernel…

机器学习 · 计算机科学 2026-04-03 Enes Arda , Semih Cayci , Atilla Eryilmaz

Using fault-tolerant constructions, computations performed with unreliable components can simulate their noiseless counterparts though the introduction of a modest amount of redundancy. Given the modest overhead required to achieve…

计算工程、金融与科学 · 计算机科学 2023-11-07 Andrew K. Tan , Isaac L. Chuang

In this paper we study the problem of maintaining the strongly connected components of a graph in the presence of failures. In particular, we show that given a directed graph $G=(V,E)$ with $n=|V|$ and $m=|E|$, and an integer value $k\geq…

数据结构与算法 · 计算机科学 2017-04-25 Surender Baswana , Keerti Choudhary , Liam Roditty

We consider the problem of learning the qualities of a collection of items by performing noisy comparisons among them. Following the standard paradigm, we assume there is a fixed "comparison graph" and every neighboring pair of items in…

机器学习 · 计算机科学 2019-06-13 Julien M. Hendrickx , Alex Olshevsky , Venkatesh Saligrama

Bounds on the reliability function for the discrete memoryless relay channel are derived using the method of types. Two achievable error exponents are derived based on partial decode-forward and compress-forward which are well-known…

信息论 · 计算机科学 2016-11-17 Vincent Y. F. Tan

Recent advances in secure hardware technologies, such as Intel SGX or ARM TrustZone, offer an opportunity to substantially reduce the costs of Byzantine fault-tolerance by placing the program code and state within a secure enclave known as…

分布式、并行与集群计算 · 计算机科学 2026-04-24 Sadegh Keshavarzi , Gregory Chockler , Alexey Gotsman

Resistive-switching memories are alternative to Si-based ones, which face scaling and high power consumption issues. Tetrahedral amorphous carbon (ta-C) shows reversible, non-volatile resistive switching. Here we report polarity independent…

应用物理 · 物理学 2020-02-04 A. K. Ott , C. Dou , U. Sassi , I. Goykhman , D. Yoon , J. Wu , A. Lombardo , A. C. Ferrari

Fault tolerant distance preservers (spanners) are sparse subgraphs that preserve (approximate) distances between given pairs of vertices under edge or vertex failures. So-far, these structures have been studied mainly from a centralized…

分布式、并行与集群计算 · 计算机科学 2020-10-06 Merav Parter

In the uncapacitated facility location problem, given a graph, a set of demands and opening costs, it is required to find a set of facilities R, so as to minimize the sum of the cost of opening the facilities in R and the cost of assigning…

数据结构与算法 · 计算机科学 2010-02-03 Shiri Chechik , David Peleg

Robots incurring component failures ought to adapt their behavior to best realize still-attainable goals under reduced capacity. We formulate the problem of planning with actuators known a priori to be susceptible to failure within the…

机器人学 · 计算机科学 2024-05-21 Kyle Baldes , Diptanil Chaudhuri , Jason M. O'Kane , Dylan A. Shell

The memory consistency model is a fundamental system property characterizing a multiprocessor. The relative merits of strict versus relaxed memory models have been widely debated in terms of their impact on performance, hardware complexity…

分布式、并行与集群计算 · 计算机科学 2011-04-07 Alexander Jaffe , Thomas Moscibroda , Laura Effinger-Dean , Luis Ceze , Karin Strauss

Reliability is an inherent challenge for the emerging nonvolatile technology of racetrack memories, and there exists a fundamental relationship between codes designed for racetrack memories and codes with constrained periodicity. Previous…

信息论 · 计算机科学 2022-08-29 Adir Kobovich , Orian Leitersdorf , Daniella Bar-Lev , Eitan Yaakobi

Speculative techniques in microarchitectures relax various dependencies in programs, which contributes to the complexity of (weak) memory models. We show using WMM, a new weak memory model, that the model becomes simpler if it includes…

编程语言 · 计算机科学 2016-06-20 Sizhuo Zhang , Arvind , Muralidaran Vijayaraghavan

The restoration lemma by Afek, Bremler-Barr, Kaplan, Cohen, and Merritt [Dist. Comp. '02] proves that, in an undirected unweighted graph, any replacement shortest path avoiding a failing edge can be expressed as the concatenation of two…

数据结构与算法 · 计算机科学 2023-06-06 Greg Bodwin , Merav Parter

The verification of multithreaded software is still a challenge. This comes mainly from the fact that the number of thread interleavings grows exponentially in the number of threads. The idea that thread interleavings can be studied with a…

计算机科学中的逻辑 · 计算机科学 2011-09-27 Robert Mittermayr , Johann Blieberger

In this paper, we propose a generic concurrent directed graph (for shared memory architecture) that is concurrently being updated by threads adding/deleting vertices and edges. The graph is constructed by the composition of the well known…

分布式、并行与集群计算 · 计算机科学 2017-11-01 Sathya Peri , Muktikanta Sa , Nandini Singhal

To model relaxed memory, we propose confusion-free event structures over an alphabet with a justification relation. Executions are modeled by justified configurations, where every read event has a justifying write event. Justification alone…

编程语言 · 计算机科学 2023-06-22 Alan Jeffrey , James Riely