|
|
Algorithm 1 Line search on
Riemannian manifold |
|
Input: A set of data
=
{s1, …,
sn} on the manifold
, coefficients
C ∈
ℝn×m
and initial dictionary atoms . |
Output: The optimal
dictionary atoms ( ) that minimize the cost function
f(a1, …,
am).
Set scalars α >
0, β,
σ ∈ (0, 1) and
initialize k = 0.
Compute grad
Pick,
f, where .
Find the smallest t such that
.
Set, .
Stop if f does not change much,
otherwise set k =
k + 1 and go back to step
2.
|
|