RASL_Code

所属分类:其他
开发工具:matlab
文件大小:39028KB
下载次数:8
上传日期:2018-03-07 20:00:54
上 传 者5235386
说明:  低秩矩阵恢复对齐, 论文 Robust Alignment by Sparse and Low-Rank Decomposition for Linearly Correlated Images
(Robust Alignment by Sparse and Low-Rank Decomposition for Linearly Correlated Images)

文件列表:
RASL_Code (0, 2011-05-03)
RASL_Code\data (0, 2011-05-03)
RASL_Code\data\Al_Gore (0, 2011-05-03)
RASL_Code\data\Al_Gore\0000-points.mat (204, 2010-03-02)
__MACOSX (0, 2011-05-03)
__MACOSX\RASL_Code (0, 2011-05-03)
__MACOSX\RASL_Code\data (0, 2011-05-03)
__MACOSX\RASL_Code\data\Al_Gore (0, 2011-05-03)
__MACOSX\RASL_Code\data\Al_Gore\._0000-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0000.bmp (10066, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0000.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0001-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0001-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0001.bmp (10066, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0001.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0002-points.mat (198, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0002-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0002.bmp (10150, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0002.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0003-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0003-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0003.bmp (11022, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0003.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0004-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0004-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0004.bmp (9478, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0004.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0005-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0005-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0005.bmp (10066, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0005.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0006-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0006-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0006.bmp (10318, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0006.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0007-points.mat (204, 2010-03-02)
__MACOSX\RASL_Code\data\Al_Gore\._0007-points.mat (225, 2010-03-02)
RASL_Code\data\Al_Gore\0007.bmp (11198, 2009-07-03)
__MACOSX\RASL_Code\data\Al_Gore\._0007.bmp (225, 2009-07-03)
RASL_Code\data\Al_Gore\0008-points.mat (198, 2010-03-02)
... ...

This code includes the detailed implementation of CVPR10 paper. Ref: Yigang Peng, Arvind Ganesh, John Wright, Wenli Xu, and Yi Ma. "RASL: Robust Alignment by Sparse and Low-rank Decomposition for Linearly Correlated Images," the 23th IEEE Conference on Computer Vision and Pattern Recognition (CVPR 10'), San Francisco, CA, USA, June 2010. You may start an example by directly running 'go_*.m' for various data. go_man.m figure 1 in cvpr paper go_dummy.m figure 3 in cvpr paper go_LFW.m figure 4 in cvpr paper (one of 20 persons) go_gore.m figure 5 in cvpr paper go_digits_3.m figure 6 in cvpr paper go_windows.m figure 7 in cvpr paper Have fun! The code contains: By default, the data are stored in the 'data' folder, and the results are stored in 'results' folder. Each image file is also accompanied by a .mat file containing the initial coordinates of feature points. The 'RASL_toolbox' folder contains some necessary functions for file organization and image processing. rasl_main.m the main iteration loop for RASL rasl_inner_apg.m the APG algorithm for the inner convex optimization rasl_inner_ialm.m the inexact algorithm for the inner convex optimization You may switch between the two algorithm by using the 'APGorALM_flag' in 'rasl_main.m'. Note that, the inexact ALM algorithm is experiencally much faster than the APG algorithm. However, the APG algorithm is gurantted to converge, while the inexact algorithm not. By default, we use the inexact algorithm for the sake of time. For algorithm details, please read our technical reports, in which we explain more details of RASL. Any comments or questions, please contact Yigang Peng (pyg07@mails.tsinghua.edu.cn) Arvind Ganesh (abalasu2@illinois.edu)

近期下载者

相关文件


收藏者