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

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Dernier (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

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