Question: Consider the orthogonal distance regression ( ODR ) problem, which can be stated as follows. Given N random observations ( x i , Y i

Consider the orthogonal distance regression (ODR) problem, which can be stated as follows. Given N random observations (xi,Yi)inRd+1 of the true underlying data (xi,yi) which follow the relationship yi=0+Txi for i=1,dots,N. We would like to find (,0) such that the total squared distance between (xi,Yi) and (xi,yi) is minimized, i.e.,
(1)min(,0),xii=1N||xi-xi|||2+(Yi-0-Txi)2.|
This is an unconstrained optimisation problem minzinRnf(z), which can be solved by a trust-region algorithm described as follows.
Choose initial point z0, initial radius r0, maximum radius rmax and threshold in[0,0.25). while ||gradf(zk)||>lon do
Calculate pk by solving the following problem
(2)min||p||rkmk(p)=f(zk)+gradf(zk)Tp+12pTHf(zk)p.
Compute k=f(zk)-f(zk+pk)mk(0)-mk(pk).
if k0.25 then
rk+1=0.25rk
else
if k>0.75 and ||pk||=rk then
else
rk+1=min{2rk,rmax}
rk+1=rk
if k> then
else
zk+1=zk+pk
zk+1=zk
For this question, consider the following tasks:
a) Explain the main idea behind the given algorithm how to move from zk to xk+1 with pk and rk. In addition, what is k and how does it affect the update of the radius rk to rk+1?
b) Instead of solving the sub-problem (2) exactly, one can restrict the problem by imposing the constraint p=pkl with 0 and pkl is the optimal solution of the following problem
(3)min||p||rkmkl(p)=f(zk)+gradf(zk)Tp.
Write down the exact formulation of pk by solving the sub-problem (2) with the additional constraint as discussed.
 Consider the orthogonal distance regression (ODR) problem, which can be stated

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!