凸优化:ADMM(Alternating Direction Method of Multipliers)交替方向乘子算法系列之六: L1-Norm Problems

最近开始对凸优化(convex optimization)中的ADMM(Alternating Direction Method of Multipliers)交替方向乘子算法开始感兴趣,接下来我会写一系列关于ADMM(Alternating Direction Method of Multipliers)交替方向乘子算法的内容。

凸优化:ADMM(Alternating Direction Method of Multipliers)交替方向乘子算法系列之六: L1-Norm Problems

本文地址:http://blog.csdn.net/shanglianlm/article/details/46805675

6- L1范式问题(L1-Norm Problems)

ADMM 自然地将飞光滑的 L1 项 与光滑的损失项分离开来,使得计算更有效。这一部分我们主要考虑非并行的 L1-Norm 问题。关于最近的 L1 算法的综述可以参考 [173]

[173] A. Y. Yang, A. Ganesh, Z. Zhou, S. S. Sastry, and Y. Ma, “A Review of Fast l1-Minimization Algorithms for Robust Face Recognition,” arXiv:1007.3753, 2010.

6-1 最小绝对偏差(Least Absolute Deviations )

最小化 ||Axb||1 替代 ||Axb||22

当数据包含较大的离群点时,Least Absolute Deviations(LAD) 通常比 least squares fitting(LSF) 提供一个更鲁棒的拟合 (Least absolute deviations provides a more robust fit than least squares when the data contains large outliers)。

写成 ADMM 形式,
这里写图片描述
其中 f=0 g=||||1 , 假设 ATA 可逆, 有
这里写图片描述

6-1-1 Huber 拟合(Huber Fitting)

Huber Fitting 位于 least squares 和 least absolute deviations 之间,
这里写图片描述
其中 Huber penalty function ghub
这里写图片描述
因此有,
这里写图片描述
x-update 和 u-update 和 Least absolute deviations 的一样。

6-2 基追踪(Basis Pursuit)

Basis Pursuit 是一个 等式约束的 L1 最小化问题
这里写图片描述
[24] 是关于 Basis Pursuit 的一个综述。
写成 ADMM 形式
这里写图片描述
其中 f 是这里写图片描述 的指示函数。
因此有
这里写图片描述
其中 Π 是这里写图片描述上的映射。
x-update 展开为
这里写图片描述

最近提出的 Bregman iterative methods 解决类似 Basis Pursuit 的问题很有效。

For basis pursuit and related problems, Bregman iterative regularization [176] is equivalent to the method of multipliers, and the split Bregman method [88] is equivalent to ADMM [68].

[24] A. M. Bruckstein, D. L. Donoho, and M. Elad, “From sparse solutions of systems of equations to sparse modeling of signals and images,” SIAM Review, vol. 51, no. 1, pp. 34–81, 2009.
[176] W. Yin, S. Osher, D. Goldfarb, and J. Darbon, “Bregman iterative algorithms for l1-minimization with applications to compressed sensing,” SIAM Journal on Imaging Sciences, vol. 1, no. 1, pp. 143–168, 2008.
[88] T. Goldstein and S. Osher, “The split Bregman method for l1 regularized problems,” SIAM Journal on Imaging Sciences, vol. 2, no. 2, pp. 323–343, 2009.
[68] E. Esser, “Applications of Lagrangian-based alternating direction methods and connections to split Bregman,” CAM report, vol. 9, p. 31, 2009.

6-3 广义 L1正则化损失最小化(General L1 Regularized Loss Minimization)

考虑广义的问题
这里写图片描述
其中 l 是任意的凸代价函数。
写成 ADMM 形式
这里写图片描述
其中这里写图片描述

这里写图片描述

In general, we can interpret ADMM for L1 regularized loss minimization as reducing it to solving a sequence of L2 (squared) regularized loss minimization problems.

6-4 Lasso(Lasso)

lasso [156] 是 (6.1)的一个特例,也叫 L1 regularized linear regression。
这里写图片描述
写成 ADMM 形式
这里写图片描述
其中这里写图片描述

这里写图片描述

The x-update is essentially a ridge regression (i.e., quadratically regularized least squares) computation, so ADMM can be interpreted as a method for solving the lasso problem by iteratively carrying out ridge regression.

6-4-1 广义Lasso(Generalized Lasso)
进一步一般化
这里写图片描述
其中 F 是一个任意的线性变换。
一个特殊的例子是当 FR(n1)×n 是差异矩阵
这里写图片描述
和 A =I 时,
这里写图片描述
写成 ADMM 形式
这里写图片描述

这里写图片描述

6-4-2 组 Lasso(Group Lasso)

这里写图片描述

这里写图片描述

这里写图片描述

这里写图片描述

6-5 稀疏逆协方差选择(Sparse Inverse Covariance Selection)

参考或延伸材料:
[1] Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers
[2] 凸优化讲义
[3] A Note on the Alternating Direction Method of Multipliers

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

mingo_敏

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值