-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: 'GSVD-NMF: Recovering Missing Features in Non-negative Matrix Factorization' | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Youdong | ||
family-names: Guo | ||
orcid: 'https://orcid.org/0009-0007-7787-3722' | ||
- given-names: Timothy E. | ||
family-names: Holy | ||
orcid: 'https://orcid.org/0000-0002-2429-1071' | ||
identifiers: | ||
- type: url | ||
value: 'https://arxiv.org/abs/2408.08260' | ||
description: The ArXiv deposit of the encompassing paper. | ||
doi: 'https://doi.org/10.48550/arXiv.2408.08260' | ||
repository-code: 'https://github.com/HolyLab/GsvdInitialization.jl' | ||
abstract: >- | ||
Non-negative matrix factorization (NMF) is an important | ||
tool in signal processing and widely used to separate | ||
mixed sources into their components. However, NMF is | ||
NP-hard and thus may fail to discover the ideal | ||
factorization; moreover, the number of components may not | ||
be known in advance and thus features may be missed or | ||
incompletely separated. To recover missing components from | ||
under-complete NMF, we introduce GSVD-NMF, which proposes | ||
new components based on the generalized singular value | ||
decomposition (GSVD) between preliminary NMF results and | ||
the SVD of the original matrix. Simulation and | ||
experimental results demonstrate that GSVD-NMF often | ||
recovers missing features from under-complete NMF and | ||
helps NMF achieve better local optima. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5740eb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
5740eb0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/113565
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: