Planning of Instance-based state Representation for Network Repair

Slides:



Advertisements
Similar presentations
Reinforcement Learning
Advertisements

Making Services Fault Tolerant
Neeraj Jaggi ASSISTANT PROFESSOR DEPT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE WICHITA STATE UNIVERSITY 1 Rechargeable Sensor Activation under Temporally.
Importance Sampling. What is Importance Sampling ? A simulation technique Used when we are interested in rare events Examples: Bit Error Rate on a channel,
POWER SYSTEM DYNAMIC SECURITY ASSESSMENT – A.H.M.A.Rahim, S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals.
A. BobbioReggio Emilia, June 17-18, Dependability & Maintainability Theory and Methods Part 2: Repairable systems: Availability Andrea Bobbio Dipartimento.
Dependability Evaluation. Techniques for Dependability Evaluation The dependability evaluation of a system can be carried out either:  experimentally.
Toward Optimal Network Fault Correction via End-to-End Inference Patrick P. C. Lee, Vishal Misra, Dan Rubenstein Distributed Network Analysis (DNA) Lab.
Estimation and the Kalman Filter David Johnson. The Mean of a Discrete Distribution “I have more legs than average”
CISB444 - Strategic Information Systems Planning
THE MANAGEMENT AND CONTROL OF QUALITY, 5e, © 2002 South-Western/Thomson Learning TM 1 Chapter 13 Reliability.
1 Making Services Fault Tolerant Pat Chan, Michael R. Lyu Department of Computer Science and Engineering The Chinese University of Hong Kong Miroslaw Malek.
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
COGNITIVE RADIO FOR NEXT-GENERATION WIRELESS NETWORKS: AN APPROACH TO OPPORTUNISTIC CHANNEL SELECTION IN IEEE BASED WIRELESS MESH Dusit Niyato,
Instructor: Vincent Conitzer
Relex Reliability Software “the intuitive solution
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
Part 5 Parameter Identification (Model Calibration/Updating)
Maintenance Policies Corrective maintenance: It is usually referred to as repair. Its purpose is to bring the component back to functioning state as soon.
Estimating Component Availability by Dempster-Shafer Belief Networks Estimating Component Availability by Dempster-Shafer Belief Networks Lan Guo Lane.
Software Reliabilty1 Software Reliability Advanced Software Engineering COM360 University of Sunderland © 1998.
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
CPS 570: Artificial Intelligence Markov decision processes, POMDPs
Incomplete information: Perfect Bayesian equilibrium
1 CE 530 Molecular Simulation Lecture 21 Histogram Reweighting Methods David A. Kofke Department of Chemical Engineering SUNY Buffalo
Digital Camera and Computer Vision Laboratory Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan, R.O.C.
Example 31: Solve the following game by equal gains method: Y I II I II I X II II
ADVANCED DIAGNOSTICS CONTINUING TO MEET TECHNOLOGY DEMANDS.
Stracener_EMIS 7305/5305_Spr08_ Systems Availability Modeling & Analysis Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7305/5305.
Occlusion Tracking Using Logical Models Summary. A Variational Partial Differential Equations based model is used for tracking objects under occlusions.
Fault Tolerant Routing in Mobile Ad hoc Networks Yuan Xue and Klara Nahrstedt Computer Science Department University of Illinois.
1 On the Interaction between Dynamic Routing in the Native and Overlay Layers Infocom2006 Srinivasan Seetharaman and Mostafa Ammar College of Computing.
Test of a Population Median. The Population Median (  ) The population median ( , P 50 ) is defined for population T as the value for which the following.
Test of a Population Median. The Population Median (  ) The population median ( , P 50 ) is defined for population T as the value for which the following.
PLUS.
A Tale of Two Erasure Codes in HDFS
Online Fractional Programming for Markov Decision Systems
12.3 Probability.
A Genetic Algorithm Approach to K-Means Clustering
Figure 17.2 Visibility of the elements of total life-cycle cost.
Proportional Hazard Models
Data Mining Lecture 11.
Software Reliability: 2 Alternate Definitions
Lecture 11: Nearest Neighbor Search
Evaluate the expression ( i) + ( i) and write the result in the form a + bi. Choose the answer from the following: i i i.
Express the equation {image} in exponential form
Introduction to particle filter
Given that, {image} {image} Evaluate the limit: {image} Choose the correct answer from the following: {image}
Big Oil, Big Prices FTE.
Introduction to particle filter
Computer Vision Chapter 4
4-H Fosters Independence
4-H Fosters Independence
THE MANAGEMENT AND CONTROL OF QUALITY, 5e, © 2002 South-Western/Thomson Learning TM 1 Chapter 13 Reliability.
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
Evaluate the limit: {image} Choose the correct answer from the following:
Basic concepts in probability
ECE 753: FAULT-TOLERANT COMPUTING
Operation Modes NIGHT Background processing Dialog processing DAY BTC
Case-Control Studies.
Machine Learning: Lecture 6
Machine Learning: UNIT-3 CHAPTER-1

Uncovered failures in MSS
Jana Diesner, PhD Associate Professor, UIUC
Geometric Distribution
Refined privacy models
Given that {image} {image} Evaluate the limit: {image} Choose the correct answer from the following:
Autonomic Pervasive Systems
Presentation transcript:

Planning of Instance-based state Representation for Network Repair by Aggelos Aggelidakis Aggelos Aggelidakis Department ECE– Technical University of Crete

CSFR Model(Cost-Sensitive Fault Remediation) Failure Mode Take action Gain information Repair actions Detect when correct functioning has been restored Aggelos Aggelidakis Department ECE– Technical University of Crete

Aggelos Aggelidakis Department ECE– Technical University of Crete CSFR Definition S, fault states Pr, prior probability of fault states AT , test actions AR, repair actions C(s,a), cost functions O(s,a), observation model Aggelos Aggelidakis Department ECE– Technical University of Crete

Finding Optimal Policy We can find an optimal repair policy via dynamic programming. Let B be the power set of S, which is the set of belief states of the system. For each b ∈ B and a ∈ AT ∪ AR, define the expected value of action a in belief state b as the expected cost of the action plus the value of the resulting belief state Aggelos Aggelidakis Department ECE– Technical University of Crete

Value of resulting belief state Where bi = {s ∈ b|o(s, a) = i} is the belief state resulting from taking action a in belief state band obtaining outcome i V (b) = min a∈At∪Ar Q(b, a) Pr(b)=∑ Pr(s), s∈B c(b)=∑ Pr(s)*c(s,a)), s∈B, a∈At∪Ar These equations can be evaluated in time proportional to 2|S| (|AT | + |AR |)(|S| + |AT | + |AR |), at which point the optimal policy can be extracted by choosing the action a in belief state b that minimizes Q(b, a). Such a policy will opti- mally trade off actions to gain information, actions to repair, and the information gained from a failed attempt at repair, in a way that minimizes the total expected cost of repair Aggelos Aggelidakis Department ECE– Technical University of Crete