tolerant专题

【MIT6.824】lab3 Fault-tolerant Key/Value Service 实现笔记

引言 lab3A的实验要求如下: Your first task is to implement a solution that works when there are no dropped messages, and no failed servers. You’ll need to add RPC-sending code to the Clerk Put/Append/Get met

延迟容忍网络(Delay/Disruption Tolerant Network)仿真:The ONE的使用

The One是什么? 这是The One主页上的原文:The Opportunistic Network Environment simulator. the one 的旧网址主页 http://www.netlab.tkk.fi/tutkimus/dtn/theone/ the one 的新网址主页 https://akeranen.github.io/the-one/ the one 的

考虑到通信链路中断的(Delay Tolerant Network, DTN)

文章目录 A Study of DTN for Reliable Data Delivery from Space Station to Ground Stationabstractintroduction An Analytical Framework for Disruption of Licklider Transmission Protocol in Mars Communicati

FedDefender: Client-Side Attack-Tolerant Federated Learning

与现有的大部分方法不同,FedDefender是在客户端层面的防御机制。 方法叠的有点多 大部分方法都在④这一步防御,通过设计鲁邦的聚合策略等,但是本文通过修改本地训练策略,来更新模型,文章主要基于两个观点: 本地模型不容易过拟合噪声知识蒸馏传递正确的全局信息 Step 1. 本地元更新 我们通过元学习以鲁棒的方式训练良性局部模型。目标是发现模型的参数,即使在被噪声信息干扰后也

The Design of a Practical System for Fault-Tolerant Virtual Machines论文理解

这篇论文主要介绍了VMware公司如何设计主从虚拟机机制保证整个系统的顺利运行 介绍 一般有两种方法可以把一个虚拟机的状态复制到另一个虚拟机里(这两种机制可以跟Redis的AOF、RDB持久化区别有点像) 1、完整复制,把cpu里寄存器信息、内存、IO设备状态都发送给另一个虚拟机 问题:需要传输的信息太大了,很耗费时间 当同步的back-up挂掉时VMware公司似乎采用了类似这种思路的

A Fault-Tolerant、Self-heal、Hot-upgrade、Distributed design methodology v0.1

本文描述了一种容错、自恢复、热升级、分布式系统的设计方法和框架,其在实践中被证实为一种可靠、可行的方法学。 一、Fault-Tolerant 容错最常用的思想之一是冗余redundancy,防止单点故障SPOF;最常用的机制是复制。 容错设计需要有一个清晰的容错模型Fault Model,它包括故障状态Fault State,状态取得,高级些的特性包括故障传播Failure Propa

Discretized Streams: Fault-Tolerant Streaming Computation at Scale

Abstract Many “big data” applications must act on data in real time. Running these applications at ever-larger scales re- quires parallel platforms that automatically handle faults and stragglers. Un

MCU 5V tolerant是什么意思?

以STM32F030为例,在datasheet中可以看到一句关于IO的表述:Up to 55 I/Os with 5V tolerant capability。 5V tolerant capability是什么意思? 如果MCU的供电电压是3.3V,普通的IO是没法接5V输入电压的,虽然大多数芯片都具有允许 5V瞬变的 ESD 保护,但如果长时间接5V,也会有问题。 所谓5V toleran

Joint Noise-Tolerant Learning and Meta Camera Shift Adaptation for Unsupervised Person Re-ID

方法概述 联合噪声容忍学习和元相机转换适应。 1,我们提出了一种动态对称损失(dynamic and symmetric loss(DSCE)),增强了模型对与噪音伪标签的鲁棒性,进而提高模型性能。 2, 我们提出了一种camera-aware的元学习算法(MetaCam)用来适应相机的转换,该算法可以提高模型应对相机变化的鲁棒性 3,文章引入了一个关于DSCE和MetaCam的统一框架,综

Parallax-tolerant Image Stitching - 解决大视差图片拼接的方法

Paper name Parallax-tolerant Image Stitching Paper Reading Note URL: http://web.cecs.pdx.edu/~fliu/papers/cvpr2014-stitching.pdf TL;DR 该篇文章作为13年EG的seam-driven stitching的改进版,作者提出新的发现是基于seam-driven

BRINT: Binary Rotation Invariant and Noise Tolerant Texture Classification 特征描述子构建

本文是我读完论文“BRINT: Binary Rotation Invariant and Noise Tolerant Texture Classification”,进行个人理解与总结,致敬作者,不涉及官方理解,也并没有与论文作者进行沟通。如有侵权,联系删除~~~ 一、BRINT开发背景 简要来说,BRINT(Binary Rotation Invariant and Noise Tole

codeforce1651C. Fault-tolerant Network

传送门:四月は君の嘘 现在有两排电脑,a之间相互可达的,b之间相互可达,但是a,b之间不相连 每个电脑有自己的值,将电脑ai,bj相连,花费abs(a[i]-b[j])。现在求将a,b两排电脑组成有容错网络的最小花费。 其中有容错网络指,a或b中任意一台电脑断开与其他电脑的连接,其余电脑之间仍然保持连接 首先我们随意连接序列a和b中两个点。设 a i a_{i} ai​和 b j b_{

Hoplite: Efficient and Fault-Tolerant Collective Communication for Task-Based Distributed Systems

文章目录 问题设计workflowObject Directory ServiceReceiver-Driven Collective CommunicationBroadcastReduce Fault-Tolerant Collective CommunicationBroadcastReduce 问题 首先介绍基于任务的分布式系统,其有两个优势。第一,表达异步动态计算通