SlideShare une entreprise Scribd logo
1  sur  22
Télécharger pour lire hors ligne
Stopping Problems
Mohamed Seif, PhD student

ECE Department
October 2017The University of Arizona
Outline
October 2017The University of Arizona
• Motivation
• Preliminaries on Hypothesis Testing
• Basic Classic of Stopping Problems
• Sequential Probability Ratio Test
• Proposed Solution
•Application
2
Motivation
October 2017The University of Arizona
• Stopping problems are a simple but important class of learning problems.
•In this problem class, information arrives over time, and we have to
choose whether to view the information or stop and make a decision.
3
Event Detector
t=0 t=1 t=2 t=3
. . .
t=10
Input Signal
Sudden Change in observation
t=0 t=1 t=2 t=3
. . .
t=10
Ideal case: Stop observing and detect the change accurately !
Output Signal
Preliminaries on Hypothesis Testing
October 2017The University of Arizona
• Consider the following example
depicted in the figure.

• We have two hypotheses:
Fig. Radar System
(
H0, if No air fighter
H1, if Air fighter exist
4
Preliminaries on Hypothesis Testing (Cont’d)
October 2017The University of Arizona
• Two sources of error in the
process of detecting air fighter:

1. False alarm 

2. Mis detection
Fig. Radar System
=) Prob{ ˆH1|H0}
=) Prob{ ˆH0|H1}
Pe = P(H0)P( ˆH1|H0) + P(H1)P( ˆH0|H1)
• Average probability of error:
5
Basic Classes of Stopping Problems
October 2017The University of Arizona
1. Sequential probability ratio test (Talk focus) 

2. Secretary problem
6
We have N candidates, interview K out of N
candidates. Then, choose the one who has highest
score.
Decide as quickly as possible when something is
changing.
Wn
=
(
¯µ0
+ ✏n
, H0
¯µ1
+ ✏n
, H1
Sequential Probability Ratio Test
October 2017The University of Arizona 7
• For example, we may think we are observing data being generated
by the sequence
• The observed signal at time slot n
• Prior probabilities
Prob(H0) = ⇢0 = ⇢0
0
Prob(H1) = ⇢1 = ⇢0
1
Sequential Probability Ratio Test
October 2017The University of Arizona 8
• After observing W1, update the prior using Baye’s rule as follows
⇢1
0 = P(H0|W1
)
=
P(W1
|H0)P(H0)
P(W1)
=
P(W1
|H0)P(H0)
⇢0P(W1|H0) + ⇢0
1P(W1|H1)
Similarly, we can update ⇢1
1 ⇢1
1 = P(H1|W1
)
Example
October 2017The University of Arizona
• Consider the observed signal is drawn from Gaussian distribution,
then
9
P(W1
= w|H0) =
1
p
2⇡
exp
✓
1
2
(w ¯µ0
)2
◆
• Let, P0(Wn
) = P(Wn
= wn
|H0)
Example
October 2017The University of Arizona 10
⇢n
0 =
⇢0
Qn
k=1 P0(Wk
)
⇢0
Qn
k=1 P0(Wk) + ⇢0
1
Qn
k=1 P1(Wk)
• After n observations,
=
⇢0
n
(W1
, . . . , Wn
⇢0 + ⇢0
1
n(W1, . . . , Wn)
n
(W1
, . . . , Wn
) =
nY
k=1
P0(Wk
)
P1(Wk)
• Where,
)
Solution of the problem
October 2017The University of Arizona 11
• Denote the set of all experiments as Sn
= (W1
, . . . , Wn
)
• In the solution / policy , we have two decisions (X⇡
, Y ⇡
)⇡
X⇡
(Sn
) =
(
1, stop and decide
0, continue observing
Y ⇡
(Sn
) =
(
1, Decide H1
0, Decide H0
Solution of the problem (Cont’d)
October 2017The University of Arizona 12
• Two sources of error can happen:
1. False alarm: stop and conclude H1
but the true is the null hypothesis H0
2. Mis detection: we did not pick up 

any change, i.e., concludeH0 but
H1the alternative hypothesis is true
P⇡
F = E [Y ⇡
(Sn
|H0)]
P⇡
M = E [1 Y ⇡
(Sn
|H1)]
Pe = (1 ⇢0)P⇡
F + ⇢0P⇡
M
• Average probability of error:
Solution of the problem (Cont’d)
October 2017The University of Arizona 13
• Let,
N⇡
= min{n|X⇡
(Sn
) = 1}
a random variable that depends on our policy , decision function

and the observations
⇡ X⇡
(W1
, W2
, . . . , Wn
)
• The cost function is defined as follows:
U⇡
(c) = Pe + cE(N⇡
)
where is a scaling coefficient.c
Solution of the problem (Cont’d)
October 2017The University of Arizona 14
• The cost function is decomposed into two conditionals risks
r⇡
0 = P⇡
F + cE(N⇡
|H0)
r⇡
1 = P⇡
M + cE(N⇡
|H1)
r⇡
= ⇢0r⇡
0 + (1 ⇢0)r⇡
1
• The total cost is in terms of the conditional risks:
• Now our objective is
R0
(⇢0) = min
⇡
r⇡
Solution of the problem (Cont’d)
October 2017The University of Arizona 15
• Special cases:
Then the cost function is
⇢0 = 1 =) N⇡
= 0, P⇡
F = 0, P⇡
M = 0
Similarly, for
R0
(1) = 0
⇢0 = 0 =) R0
(0) = 0
1.
2. If N⇡
= 0, decide Y = 0(i.e., H0) =) R0
(⇢0|Y = 0) = ⇢0
Similarly when N⇡
= 0, decide Y = 1(i.e., H1) =) R0
(⇢0|Y = 1) = 1 ⇢0
Solution of the problem (Cont’d)
October 2017The University of Arizona 16
⇢0
0
Risk
0.5
1 ⇢0
0 ⇢0
0
Risk is a concave function
⇢L ⇢U
Stop and decide H1Stop and decide H0
Continue updating priors
Solution of the problem (Cont’d)
October 2017The University of Arizona 17
• Now we are interested to obtain ⇢L
, ⇢U
• The updated prior is
⇢n+1
0 =
Ln
(Sn
)
Ln(Sn) + ⇢0/(1 ⇢0)
Ln
(Sn
) =
nY
k=1
P1(Wk
)
P0(Wk)
• The likelihood ratio is defined as
Solution of the problem (Cont’d)
October 2017The University of Arizona 18
• Determining if
⇢n+1
0 =
Ln
(Sn
)
Ln(Sn) + ⇢0/(1 ⇢0)
⇢n+1
0 (Sn
)  ⇢L
or ⇢n+1
0 (Sn
) ⇢U
is the same as testing
Ln
(Sn
)  Aor Ln
(Sn
) B
• Why?
Quasi linear function
0
Increasing function for Ln
(Sn
) 0
Solution of the problem (Cont’d)
October 2017The University of Arizona 19
• The new bounds A and B are obtained as
A =
⇢n
0 ⇢L
(1 ⇢n
0 )(1 ⇢L)
B =
⇢n
0 ⇢U
(1 ⇢n
0 )(1 ⇢U )
• Now the decision rule is
Ln
(Sn
) =
8
><
>:
B stop and chooseY n
= 1
 A stop and choose Y n
= 0
otherwise continue observing
Solution of the problem (Cont’d)
October 2017The University of Arizona 20
The following figure plots the log of the likelihood for a set of sample
observations. After 16 observations, we conclude that is true.H1
Solution of the problem (Cont’d)
October 2017The University of Arizona 21
• Since getting A, B exactly is difficult
P⇡
F ⇡
1 A
B A
P⇡
M ⇡
A(B 1)
B A
Wald’s approximation
• Then for an acceptable P⇡
F , P⇡
M
A =
P⇡
M
1 P⇡
F
B =
1 P⇡
M
P⇡
F
Application: Compressive Spectrum Sensing
October 2017The University of Arizona 22
Source: mdpi.com
Fig. Network Model

Contenu connexe

Similaire à Stopping Problems

Sequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsSequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsMohamed Seif
 
Slides econometrics-2017-graduate-2
Slides econometrics-2017-graduate-2Slides econometrics-2017-graduate-2
Slides econometrics-2017-graduate-2Arthur Charpentier
 
2. polynomial interpolation
2. polynomial interpolation2. polynomial interpolation
2. polynomial interpolationEasyStudy3
 
Research internship on optimal stochastic theory with financial application u...
Research internship on optimal stochastic theory with financial application u...Research internship on optimal stochastic theory with financial application u...
Research internship on optimal stochastic theory with financial application u...Asma Ben Slimene
 
Presentation on stochastic control problem with financial applications (Merto...
Presentation on stochastic control problem with financial applications (Merto...Presentation on stochastic control problem with financial applications (Merto...
Presentation on stochastic control problem with financial applications (Merto...Asma Ben Slimene
 
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdf
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdfStatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdf
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdfAnna Carbone
 
Module - 2 Discrete Mathematics and Graph Theory
Module - 2 Discrete Mathematics and Graph TheoryModule - 2 Discrete Mathematics and Graph Theory
Module - 2 Discrete Mathematics and Graph TheoryAdhiyaman Manickam
 
Optimization Methods in Finance
Optimization Methods in FinanceOptimization Methods in Finance
Optimization Methods in Financethilankm
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Arthur Charpentier
 
GonzalezGinestetResearchDay2016
GonzalezGinestetResearchDay2016GonzalezGinestetResearchDay2016
GonzalezGinestetResearchDay2016Pablo Ginestet
 

Similaire à Stopping Problems (20)

Sequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse SignalsSequential Probability Ratio Test for Sparse Signals
Sequential Probability Ratio Test for Sparse Signals
 
Slides econometrics-2017-graduate-2
Slides econometrics-2017-graduate-2Slides econometrics-2017-graduate-2
Slides econometrics-2017-graduate-2
 
2. polynomial interpolation
2. polynomial interpolation2. polynomial interpolation
2. polynomial interpolation
 
Class9_PCA_final.ppt
Class9_PCA_final.pptClass9_PCA_final.ppt
Class9_PCA_final.ppt
 
Diagnostic in poisson regression models
Diagnostic in poisson regression modelsDiagnostic in poisson regression models
Diagnostic in poisson regression models
 
probability assignment help (2)
probability assignment help (2)probability assignment help (2)
probability assignment help (2)
 
Research internship on optimal stochastic theory with financial application u...
Research internship on optimal stochastic theory with financial application u...Research internship on optimal stochastic theory with financial application u...
Research internship on optimal stochastic theory with financial application u...
 
Presentation on stochastic control problem with financial applications (Merto...
Presentation on stochastic control problem with financial applications (Merto...Presentation on stochastic control problem with financial applications (Merto...
Presentation on stochastic control problem with financial applications (Merto...
 
Dynstoch (presented)
Dynstoch (presented)Dynstoch (presented)
Dynstoch (presented)
 
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdf
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdfStatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdf
StatPhysPerspectives_AMALEA_Cetraro_AnnaCarbone.pdf
 
Reg n corr
Reg n corrReg n corr
Reg n corr
 
Slides ub-2
Slides ub-2Slides ub-2
Slides ub-2
 
Lecture2 xing
Lecture2 xingLecture2 xing
Lecture2 xing
 
Module - 2 Discrete Mathematics and Graph Theory
Module - 2 Discrete Mathematics and Graph TheoryModule - 2 Discrete Mathematics and Graph Theory
Module - 2 Discrete Mathematics and Graph Theory
 
Optimization Methods in Finance
Optimization Methods in FinanceOptimization Methods in Finance
Optimization Methods in Finance
 
Slides ACTINFO 2016
Slides ACTINFO 2016Slides ACTINFO 2016
Slides ACTINFO 2016
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2
 
AI_Lecture_34.ppt
AI_Lecture_34.pptAI_Lecture_34.ppt
AI_Lecture_34.ppt
 
Probability
ProbabilityProbability
Probability
 
GonzalezGinestetResearchDay2016
GonzalezGinestetResearchDay2016GonzalezGinestetResearchDay2016
GonzalezGinestetResearchDay2016
 

Plus de Mohamed Seif

Interference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksInterference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksMohamed Seif
 
KnowledgeNow Software App
KnowledgeNow Software AppKnowledgeNow Software App
KnowledgeNow Software AppMohamed Seif
 
PIMRC 2016 Presentation
PIMRC 2016 PresentationPIMRC 2016 Presentation
PIMRC 2016 PresentationMohamed Seif
 
VTC 2016 Fall Poster
VTC 2016 Fall PosterVTC 2016 Fall Poster
VTC 2016 Fall PosterMohamed Seif
 
Interference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksInterference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksMohamed Seif
 
Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Mohamed Seif
 
A glimpse on the academic scholar
A glimpse on the academic scholarA glimpse on the academic scholar
A glimpse on the academic scholarMohamed Seif
 
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Mohamed Seif
 
Nile University Recruitment | 2016
Nile University Recruitment | 2016 Nile University Recruitment | 2016
Nile University Recruitment | 2016 Mohamed Seif
 
5 g communications
5 g communications5 g communications
5 g communicationsMohamed Seif
 
MIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMohamed Seif
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Mohamed Seif
 
Case study : Backing Australia's Ability
Case study :  Backing Australia's AbilityCase study :  Backing Australia's Ability
Case study : Backing Australia's AbilityMohamed Seif
 
Big Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsBig Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsMohamed Seif
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingMohamed Seif
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingMohamed Seif
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksMohamed Seif
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksMohamed Seif
 
Spatial techniques in WiFi 802.11ac
Spatial techniques in WiFi 802.11acSpatial techniques in WiFi 802.11ac
Spatial techniques in WiFi 802.11acMohamed Seif
 

Plus de Mohamed Seif (20)

Interference Management for Multi-hop Networks
Interference Management for Multi-hop NetworksInterference Management for Multi-hop Networks
Interference Management for Multi-hop Networks
 
KnowledgeNow Software App
KnowledgeNow Software AppKnowledgeNow Software App
KnowledgeNow Software App
 
PIMRC 2016 Presentation
PIMRC 2016 PresentationPIMRC 2016 Presentation
PIMRC 2016 Presentation
 
VTC 2016 Fall Poster
VTC 2016 Fall PosterVTC 2016 Fall Poster
VTC 2016 Fall Poster
 
Interference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networksInterference management in spectrally and energy efficient wireless networks
Interference management in spectrally and energy efficient wireless networks
 
Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...Interference Management with Limited Channel State Information in Wireless Ne...
Interference Management with Limited Channel State Information in Wireless Ne...
 
A glimpse on the academic scholar
A glimpse on the academic scholarA glimpse on the academic scholar
A glimpse on the academic scholar
 
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
Achievable Degrees of Freedom of the K-user MISO Broadcast Channel with Alter...
 
Nile University Recruitment | 2016
Nile University Recruitment | 2016 Nile University Recruitment | 2016
Nile University Recruitment | 2016
 
Free Space Optics
Free Space OpticsFree Space Optics
Free Space Optics
 
5 g communications
5 g communications5 g communications
5 g communications
 
MIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental StudyMIMO Vehicle to Vehicle Channels: An Experimental Study
MIMO Vehicle to Vehicle Channels: An Experimental Study
 
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
Sparse Spectrum Sensing in Infrastructure-less Cognitive Radio Networks via B...
 
Case study : Backing Australia's Ability
Case study :  Backing Australia's AbilityCase study :  Backing Australia's Ability
Case study : Backing Australia's Ability
 
Big Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on GraphsBig Data Analysis with Signal Processing on Graphs
Big Data Analysis with Signal Processing on Graphs
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
 
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative BeamformingStability Analysis in a Cognitive Radio System with Cooperative Beamforming
Stability Analysis in a Cognitive Radio System with Cooperative Beamforming
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
 
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay NetworksOptimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
Optimal Relay Selection and Beamforming in MIMO Cognitive Multi-Relay Networks
 
Spatial techniques in WiFi 802.11ac
Spatial techniques in WiFi 802.11acSpatial techniques in WiFi 802.11ac
Spatial techniques in WiFi 802.11ac
 

Dernier

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectErbil Polytechnic University
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxNiranjanYadav41
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectssuserb6619e
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate productionChinnuNinan
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentBharaniDharan195623
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptbibisarnayak0
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxVelmuruganTECE
 

Dernier (20)

multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction Project
 
BSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptxBSNL Internship Training presentation.pptx
BSNL Internship Training presentation.pptx
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in projectDM Pillar Training Manual.ppt will be useful in deploying TPM in project
DM Pillar Training Manual.ppt will be useful in deploying TPM in project
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Crushers to screens in aggregate production
Crushers to screens in aggregate productionCrushers to screens in aggregate production
Crushers to screens in aggregate production
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Configuration of IoT devices - Systems managament
Configuration of IoT devices - Systems managamentConfiguration of IoT devices - Systems managament
Configuration of IoT devices - Systems managament
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.ppt
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Internet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptxInternet of things -Arshdeep Bahga .pptx
Internet of things -Arshdeep Bahga .pptx
 

Stopping Problems

  • 1. Stopping Problems Mohamed Seif, PhD student ECE Department October 2017The University of Arizona
  • 2. Outline October 2017The University of Arizona • Motivation • Preliminaries on Hypothesis Testing • Basic Classic of Stopping Problems • Sequential Probability Ratio Test • Proposed Solution •Application 2
  • 3. Motivation October 2017The University of Arizona • Stopping problems are a simple but important class of learning problems. •In this problem class, information arrives over time, and we have to choose whether to view the information or stop and make a decision. 3 Event Detector t=0 t=1 t=2 t=3 . . . t=10 Input Signal Sudden Change in observation t=0 t=1 t=2 t=3 . . . t=10 Ideal case: Stop observing and detect the change accurately ! Output Signal
  • 4. Preliminaries on Hypothesis Testing October 2017The University of Arizona • Consider the following example depicted in the figure. • We have two hypotheses: Fig. Radar System ( H0, if No air fighter H1, if Air fighter exist 4
  • 5. Preliminaries on Hypothesis Testing (Cont’d) October 2017The University of Arizona • Two sources of error in the process of detecting air fighter: 1. False alarm 2. Mis detection Fig. Radar System =) Prob{ ˆH1|H0} =) Prob{ ˆH0|H1} Pe = P(H0)P( ˆH1|H0) + P(H1)P( ˆH0|H1) • Average probability of error: 5
  • 6. Basic Classes of Stopping Problems October 2017The University of Arizona 1. Sequential probability ratio test (Talk focus) 2. Secretary problem 6 We have N candidates, interview K out of N candidates. Then, choose the one who has highest score. Decide as quickly as possible when something is changing.
  • 7. Wn = ( ¯µ0 + ✏n , H0 ¯µ1 + ✏n , H1 Sequential Probability Ratio Test October 2017The University of Arizona 7 • For example, we may think we are observing data being generated by the sequence • The observed signal at time slot n • Prior probabilities Prob(H0) = ⇢0 = ⇢0 0 Prob(H1) = ⇢1 = ⇢0 1
  • 8. Sequential Probability Ratio Test October 2017The University of Arizona 8 • After observing W1, update the prior using Baye’s rule as follows ⇢1 0 = P(H0|W1 ) = P(W1 |H0)P(H0) P(W1) = P(W1 |H0)P(H0) ⇢0P(W1|H0) + ⇢0 1P(W1|H1) Similarly, we can update ⇢1 1 ⇢1 1 = P(H1|W1 )
  • 9. Example October 2017The University of Arizona • Consider the observed signal is drawn from Gaussian distribution, then 9 P(W1 = w|H0) = 1 p 2⇡ exp ✓ 1 2 (w ¯µ0 )2 ◆ • Let, P0(Wn ) = P(Wn = wn |H0)
  • 10. Example October 2017The University of Arizona 10 ⇢n 0 = ⇢0 Qn k=1 P0(Wk ) ⇢0 Qn k=1 P0(Wk) + ⇢0 1 Qn k=1 P1(Wk) • After n observations, = ⇢0 n (W1 , . . . , Wn ⇢0 + ⇢0 1 n(W1, . . . , Wn) n (W1 , . . . , Wn ) = nY k=1 P0(Wk ) P1(Wk) • Where, )
  • 11. Solution of the problem October 2017The University of Arizona 11 • Denote the set of all experiments as Sn = (W1 , . . . , Wn ) • In the solution / policy , we have two decisions (X⇡ , Y ⇡ )⇡ X⇡ (Sn ) = ( 1, stop and decide 0, continue observing Y ⇡ (Sn ) = ( 1, Decide H1 0, Decide H0
  • 12. Solution of the problem (Cont’d) October 2017The University of Arizona 12 • Two sources of error can happen: 1. False alarm: stop and conclude H1 but the true is the null hypothesis H0 2. Mis detection: we did not pick up any change, i.e., concludeH0 but H1the alternative hypothesis is true P⇡ F = E [Y ⇡ (Sn |H0)] P⇡ M = E [1 Y ⇡ (Sn |H1)] Pe = (1 ⇢0)P⇡ F + ⇢0P⇡ M • Average probability of error:
  • 13. Solution of the problem (Cont’d) October 2017The University of Arizona 13 • Let, N⇡ = min{n|X⇡ (Sn ) = 1} a random variable that depends on our policy , decision function and the observations ⇡ X⇡ (W1 , W2 , . . . , Wn ) • The cost function is defined as follows: U⇡ (c) = Pe + cE(N⇡ ) where is a scaling coefficient.c
  • 14. Solution of the problem (Cont’d) October 2017The University of Arizona 14 • The cost function is decomposed into two conditionals risks r⇡ 0 = P⇡ F + cE(N⇡ |H0) r⇡ 1 = P⇡ M + cE(N⇡ |H1) r⇡ = ⇢0r⇡ 0 + (1 ⇢0)r⇡ 1 • The total cost is in terms of the conditional risks: • Now our objective is R0 (⇢0) = min ⇡ r⇡
  • 15. Solution of the problem (Cont’d) October 2017The University of Arizona 15 • Special cases: Then the cost function is ⇢0 = 1 =) N⇡ = 0, P⇡ F = 0, P⇡ M = 0 Similarly, for R0 (1) = 0 ⇢0 = 0 =) R0 (0) = 0 1. 2. If N⇡ = 0, decide Y = 0(i.e., H0) =) R0 (⇢0|Y = 0) = ⇢0 Similarly when N⇡ = 0, decide Y = 1(i.e., H1) =) R0 (⇢0|Y = 1) = 1 ⇢0
  • 16. Solution of the problem (Cont’d) October 2017The University of Arizona 16 ⇢0 0 Risk 0.5 1 ⇢0 0 ⇢0 0 Risk is a concave function ⇢L ⇢U Stop and decide H1Stop and decide H0 Continue updating priors
  • 17. Solution of the problem (Cont’d) October 2017The University of Arizona 17 • Now we are interested to obtain ⇢L , ⇢U • The updated prior is ⇢n+1 0 = Ln (Sn ) Ln(Sn) + ⇢0/(1 ⇢0) Ln (Sn ) = nY k=1 P1(Wk ) P0(Wk) • The likelihood ratio is defined as
  • 18. Solution of the problem (Cont’d) October 2017The University of Arizona 18 • Determining if ⇢n+1 0 = Ln (Sn ) Ln(Sn) + ⇢0/(1 ⇢0) ⇢n+1 0 (Sn )  ⇢L or ⇢n+1 0 (Sn ) ⇢U is the same as testing Ln (Sn )  Aor Ln (Sn ) B • Why? Quasi linear function 0 Increasing function for Ln (Sn ) 0
  • 19. Solution of the problem (Cont’d) October 2017The University of Arizona 19 • The new bounds A and B are obtained as A = ⇢n 0 ⇢L (1 ⇢n 0 )(1 ⇢L) B = ⇢n 0 ⇢U (1 ⇢n 0 )(1 ⇢U ) • Now the decision rule is Ln (Sn ) = 8 >< >: B stop and chooseY n = 1  A stop and choose Y n = 0 otherwise continue observing
  • 20. Solution of the problem (Cont’d) October 2017The University of Arizona 20 The following figure plots the log of the likelihood for a set of sample observations. After 16 observations, we conclude that is true.H1
  • 21. Solution of the problem (Cont’d) October 2017The University of Arizona 21 • Since getting A, B exactly is difficult P⇡ F ⇡ 1 A B A P⇡ M ⇡ A(B 1) B A Wald’s approximation • Then for an acceptable P⇡ F , P⇡ M A = P⇡ M 1 P⇡ F B = 1 P⇡ M P⇡ F
  • 22. Application: Compressive Spectrum Sensing October 2017The University of Arizona 22 Source: mdpi.com Fig. Network Model