Basis Pursuit ADMM

c笔记 ref.      distr_opt_stat_learning_admm.html

Basis pursuit is the equality-constrained \mathit{l}_{1} minimization problem

In ADMM form, basis pursuit can be written as
\text{minimize} \, \, f(x) + \left \| z \right \|_1 \\ \text{subject to} \,\, x-z = 0

The ADMM algorithm is then

x^{k+1} :=\Pi\left(z^k-u^k\right) \\ z^{k+1} :=S_{1 / \rho}\left(x^{k+1}+u^k\right) \\ u^{k+1} :=u^k+x^{k+1}-z^{k+1},

The x-update, which involves solving a linearly-constrained minimum Euclidean norm problem, can be written explicitly as
 

x^{k+1}:=\left(I-A^T\left(A A^T\right)^{-1} A\right)\left(z^k-u^k\right)+A^T\left(A A^T\right)^{-1} b

4.4.3 Soft Thresholding

where the soft thresholding operator S is defined as
S_\kappa(a)= \begin{cases}a-\kappa & a>\kappa \\ 0 & |a| \leq \kappa \\ a+\kappa & a<-\kappa\end{cases}

S_\kappa(a)=(1-\kappa /|a|)+a

the comments on efficient computation from §4.2 apply

We can interpret ADMM for basis pursuit as reducing the solution of a least \mathit{l}_{1} norm problem to solving a sequence of minimum Euclidean norm problem

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值