Skip to content

Joanguitar/MOMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(S)MOMP

Multidimensional matching pursuit algorithms

Description

This library consists on my set of algorithms designed to tackle orthogonal matching pursuit problems comprising multiple dictionaries.

These algorithms mainly focus on the sparse recovery problems presented in the papers:

Note that the tensor formulation used in the papers is used for confort with the algorithms development, but it is equivalent to the more comonly used expressions ${\bf Y} = {\bf A}({\bf X}_1\otimes {\bf X}_2\otimes\ldots)$ for MOMP, ${\bf Y} = {\bf A}_1({\bf X}_{1, 1}\otimes {\bf X}_{1, 2}\otimes\ldots) + {\bf A}_2({\bf X}_{2, 1}\otimes {\bf X}_{2, 2}\otimes\ldots) + \ldots$ for MOMP with multiple sources and ${\bf Y} = {\bf A}_1({\bf X}_{1, 1}\otimes {\bf X}_{1, 2}\otimes\ldots) \otimes {\bf A}_2({\bf X}_{2, 1}\otimes {\bf X}_{2, 2}\otimes\ldots) \otimes \ldots$ for SMOMP. SMOMP with multiple sources is also included, but its formulation is longer that the previously mentioned.

Legacy code

Legacy code regarding the exact code that was used for some of these papers can be found in the repositories

About

MOMP code repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages