Non-negative matrix factorizationとは? わかりやすく解説

Weblio 辞書 > 辞書・百科事典 > 百科事典 > Non-negative matrix factorizationの意味・解説 

非負値行列因子分解

(Non-negative matrix factorization から転送)

出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2025/06/02 04:03 UTC 版)

近似的非負値行列因子分解の図:行列 V は、2つの小さな行列 WH に分解される。これらを乗算することで、V をおおよそ再構成できる。

非負値行列因子分解(ひふちぎょうれついんしぶんかい、: Non-negative matrix factorization、略称:NMFまたはNNMF)、あるいは非負値行列近似[1][2]は、多変量解析および線形代数における一群のアルゴリズムであり、行列 V を、通常2つの行列 WH に分解するものである。このとき、3つの行列すべての要素が負でない(非負)という制約がある。

この非負性制約により、得られた行列は直感的に解釈しやすくなる。また、音声スペクトログラムや筋活動などのデータでは、そもそも非負性が前提となっている。一般には問題を厳密に解けないため、通常は数値的に近似解を求める。

NMFは、天文学[3][4]コンピュータビジョン、文書クラスタリング[1]、欠損データ補完[5]計量化学音声信号処理レコメンダシステム[6]、およびバイオインフォマティクス[7]など、さまざまな分野に応用されている。

歴史

計量化学において、非負値行列因子分解(NMF)は「自己モデリング曲線分解(Self Modeling Curve Resolution)」という名称で古くから知られていた[8]。 この枠組みにおいては、右側の行列のベクトルは離散ベクトルではなく連続的な曲線として表現される。

また、1990年代にはフィンランドの研究グループによって「正値行列因子分解(Positive Matrix Factorization)」という名称で初期の研究が進められた[9][10][11]

「非負値行列因子分解(Non-negative Matrix Factorization)」という名称は、ダニエル・リーとセバスチャン・スンがアルゴリズムの性質を研究し、2種類の因子分解手法に対する単純かつ有用なアルゴリズムを発表した1999年以降、広く知られるようになった[12][13]

背景

行列 VWH の積として表すとする:

NMF を確率的グラフィカルモデルとして表現。観測変数(V)は隠れ変数(H)とWによって接続され、Vは平均値https://wikimedia.org/api/rest_v1/media/math/render/svg/592990f983f4c227d8bd44456f45b6e22fc64c59を持つ確率分布から生成されるとみなせる。[12]:5

一部のNMFは、より一般的な確率モデル「多項分布主成分分析(multinomial PCA)」の一形態と見なすことができる[38]。NMFがカルバック・ライブラー情報量(KLダイバージェンス)を最小化する場合、これは確率的潜在意味解析(PLSA)と数学的に同値である。これは、最尤推定により学習される多項分布PCAの別の実装とみなされる[39]

NMFにおける最小二乗法目的関数を用いた場合、これはK-meansクラスタリングの緩和版と等価である。ここでは、因子行列 W がクラスタの重心を表し、H がクラスタの所属指標を示す[40]。ただし、k-meansでは重心の非負制約がないため、最も近い類似手法は「semi-NMF」である[41]

NMFは、ベイジアンネットワークの2層有向グラフィカルモデルともみなすことができる。1層が観測変数、もう1層が隠れ変数である[42]

NMFはテンソルにも拡張できる。これは、たとえばPARAFACモデルに対応する非負制約付きバージョンとみなされる[43][44]

さらに、複数のデータ行列やテンソルを同時に因子分解し、一部の因子を共有する「共通因子分解」も存在する。これはセンサーフュージョンや関係学習に有用である[45]

NMFは非負二次計画法の一例でもあり、これはサポートベクターマシン(support-vector machine; SVM)とも共通する性質である。さらに、両者の関係性はアルゴリズムレベルでも見られ、一方の手法において提案された解法が他方にも応用することができる[46]

一意性

NMFの因子分解は一意ではない。行列とその逆行列を使って、2つの因子行列を次のように変換することができる[47]

ここで、新たに定義された行列 および 非負行列であれば、これらもまた元の因子分解の別の表現となる。

の非負性は、 が非負な一般化置換行列である場合には必ず満たされる。この単純なケースでは、スケーリングや置換に相当する変換となる。

NMFの非一意性に対してより強い制御を与える手法として、スパース性制約を加える方法がある[48]

応用

天文学

天文学において、NMF(非負値行列因子分解)は、天体物理学的信号が非負であるという特性から、次元削減手法として有望である。NMFはスペクトル観測[49][3] や直接撮像観測[4] に適用されており、天体の共通特性の解析や観測データの後処理に用いられている。

Blanton と Roweis(2007)によるスペクトル観測への応用では、天文観測に伴う不確かさを考慮した。Zhu(2016)[31]はこの手法を拡張し、欠損データや並列計算への対応も導入した。これらの手法はRenら(2018)により系外惑星原始惑星系円盤の直接撮像観測に応用されている。

Renら(2018)は、NMFの構成要素(コンポーネント)を逐次的に構築する際の安定性を証明し、NMFモデリングの線形性を保証した。この線形性は、恒星光と惑星や円盤からの散乱光を分離する上で重要である。

直接撮像観測において、非常に明るい恒星光の中から、暗い系外惑星原始惑星系円盤を明らかにするために、統計的手法が多数利用されている[50][51][32]。しかし、これらの手法ではしばしば対象天体(惑星や円盤)からの光も過剰に除去されてしまう(過学習/オーバーフィッティング)ため、真のフラックスを推定するにはフォワードモデリング(順方向モデリング)が必要となる[52][33]

このフォワードモデリングは点状光源(惑星など)に対しては最適化されているが、原始惑星系円盤のような不規則な形状の拡張構造には適していない。そのため、NMFの非負性およびスパース性(疎性)といった性質による過学習の抑制効果が注目されており、少数のスケーリング係数を用いたフォワードモデリングが可能になる[4]

データ補完

統計における欠損データの補完において、NMFはコスト関数を最小化する際に欠損データを無視できるため、欠損値を0として扱うことなく処理することが可能である[5]。この性質により、NMFはデータ補完の数学的に正当な手法として利用されている[5]

まず、NMFコンポーネントが既知の場合、Renら(2020)は、データ補完中に欠損データが与える影響は2次の効果(セカンドオーダー効果)であることを証明した。次に、NMFコンポーネントが未知の場合においても、欠損データが与える影響は1次または2次の効果であることが示された。

NMFコンポーネントの取得方法によっては、上記の2つのステップは相互に独立、または依存的である可能性がある。また、NMFコンポーネント数を増やすことで補完品質が向上することが確認されており、その例はRenら(2020)の図4に示されている[5]

テキストマイニング

NMFはテキストマイニングへの応用が可能である。このプロセスでは、さまざまな単語の重み(通常は重み付けされた単語頻度情報)から構成された文書-単語行列が作成される。この行列は、「単語-特徴量行列」と「特徴量-文書行列」に分解される。

特徴量は文書の内容から導き出され、特徴量-文書行列は関連する文書のクラスタリングを表す。

具体的な応用例としては、PubMedの科学論文要旨の小規模サブセットに対して階層的NMFを使用した研究がある[53]

別の研究グループは、エンロンの電子メールデータセット[54]の一部、65,033通のメッセージと91,133語の語彙を50のクラスタに分類した[55]

また、NMFは引用データにも応用されており、その一例として、英語版ウィキペディア記事と学術雑誌を、ウィキペディア内の外部科学論文への引用に基づいてクラスタリングする研究がある[56]

Aroraら(2013)は、NMFを用いたトピックモデルの学習に関して多項式時間アルゴリズムを提示している。このアルゴリズムでは、トピック行列が「可分性」条件を満たすことを仮定しており、この条件は実際の応用においてしばしば成立する[36]

Hassani、Iranmanesh、Mansouri(2019)は、NMFを利用した特徴凝集法(feature agglomeration)を提案しており、これは文書-単語行列をテキストクラスタリングに適したより小さな行列に変換する手法である[57]

スペクトルデータ解析

NMFはスペクトルデータの解析にも使用されており、その一例として宇宙物体や宇宙ごみの分類が挙げられる[58]

スケーラブルなインターネット距離予測

NMFはスケーラブルなインターネット距離(ラウンドトリップタイム)の予測にも応用されている。N個のホストからなるネットワークでは、NMFの助けを借りることで、すべての N² 個のエンドツーエンドリンクの距離を、O(N) の測定だけで予測できる。この種の手法は、最初に Internet Distance Estimation Service (IDES) で導入された[59]

非定常音声のノイズ除去

音声のノイズ除去は、音声信号処理における長年の課題である。ノイズが定常的(時間的に変化しない)である場合には、多くのアルゴリズムが存在する。たとえば、ウィーナーフィルタは加法的なガウス雑音に対して適している。

しかし、ノイズが非定常的(時間とともに変化する)である場合には、古典的なノイズ除去アルゴリズムは性能が劣る傾向がある。これは、非定常ノイズの統計情報を正確に推定するのが困難であるためである。Schmidtら[60]は、非負スパースコーディング(NMFの一種)を用いて非定常ノイズ下の音声を除去する手法を提案した。このアプローチは、従来の統計的手法とはまったく異なる。

この手法の鍵となる考え方は、「クリーンな音声信号は音声辞書によってスパースに表現可能であるが、非定常ノイズはそれができない」というものである。同様に、非定常ノイズもノイズ辞書によってスパースに表現できるが、音声信号はそうではない。

NMFによるノイズ除去のアルゴリズムは以下のように進められる:

  1. 音声辞書とノイズ辞書の2つを事前にオフラインで学習しておく。
  2. ノイズのある音声信号が与えられたら、その短時間フーリエ変換の振幅スペクトルを計算する。
  3. このスペクトルを、NMFにより2つの部分に分解する。一方は音声辞書によってスパースに表現でき、もう一方はノイズ辞書によってスパースに表現できる。
  4. 最終的に、音声辞書で表現された部分がクリーンな音声信号として推定される。

集団遺伝学

スパースNMFは、集団遺伝学において、個体の混血係数(admixture coefficients)の推定や、集団サンプル中の個体の遺伝的クラスタリング、ゲノムの遺伝子混合評価に利用されている。

ヒトの遺伝的クラスタリングにおいては、NMFアルゴリズムによって得られる推定結果は、コンピュータプログラムSTRUCTUREと類似しているが、NMFのほうが計算効率に優れており、大規模なゲノムデータセットの解析が可能である[61]

バイオインフォマティクス

NMFは、バイオインフォマティクスにおいて、遺伝子発現DNAメチル化データのクラスタリング、クラスタを最もよく表す遺伝子の抽出などに成功裏に応用されている[23][62][63][64]

がんの変異解析では、NMFを用いて多くのがんに共通する変異パターンを同定し、それらが異なる原因によって引き起こされている可能性を示している[65]。 NMF技術は、細胞型、疾患のサブタイプ、集団構造、組織構成、腫瘍のクローン性などの変動要因の識別にも役立つ[66]

NMFの特定の変種である非負値三因子分解(Non-Negative Matrix Tri-Factorization, NMTF)は、ドラッグリポジショニング(既存薬の新たな適応探索)のタスクにおいて、承認薬に対する新たなタンパク質標的および治療適応を予測するために用いられている[67]

また、NMTFは抗がん剤の組み合わせ効果(薬剤の相乗効果)の推定にも利用されており、がん治療における有効な薬剤ペアの発見を支援している[68]

核医学イメージング

非負値行列因子分解(NMF)は、この分野では「因子分析(Factor Analysis)」とも呼ばれ、1980年代からSPECTおよびPETといった動的核医学イメージングにおける画像列の解析に使用されてきた[69]

NMFの非一意性(解が一つに定まらないこと)は、スパース性制約を導入することによって対処されている[70]

例えば、Boutchkoらは、PET画像において、クラスタリングによる初期化を用いた「クラスタリング初期化因子分析(Clustering Initiated Factor Analysis: CIFA)」を提案し、脳血流に関連する組織の分類に応用している[71]

さらに、SPECT画像における不整合な投影データから4次元動的画像を再構成するために、「スプライン初期化FADSアルゴリズム(SIFADS)」が提案されている[72]

脚注

  1. ^ a b c Dhillon, Inderjit S.; Sra, Suvrit (2005). "Generalized Nonnegative Matrix Approximations with Bregman Divergences". Advances in Neural Information Processing Systems 18 [Neural Information Processing Systems, NIPS 2005, December 5-8, 2005, Vancouver, British Columbia, Canada]. pp. 283–290.
  2. ^ Tandon, Rashish; Sra, Suvrit (13 September 2010). Sparse nonnegative matrix approximation: new formulations and algorithms (PDF) (Report). Max Planck Institute for Biological Cybernetics. Technical Report No. 193。
  3. ^ a b Blanton, Michael R.; Roweis, Sam (2007). “K-corrections and filter transformations in the ultraviolet, optical, and near infrared”. The Astronomical Journal 133 (2): 734–754. arXiv:astro-ph/0606170. Bibcode2007AJ....133..734B. doi:10.1086/510127. 
  4. ^ a b c d Ren, Bin; Pueyo, Laurent; Zhu, Guangtun B.; Duchêne, Gaspard (2018). “Non-negative Matrix Factorization: Robust Extraction of Extended Structures”. The Astrophysical Journal 852 (2): 104. arXiv:1712.10317. Bibcode2018ApJ...852..104R. doi:10.3847/1538-4357/aaa1f2. 
  5. ^ a b c d Ren, Bin; Pueyo, Laurent; Chen, Christine; Choquet, Elodie; Debes, John H; Duechene, Gaspard; Menard, Francois; Perrin, Marshall D. (2020). “Using Data Imputation for Signal Separation in High Contrast Imaging”. The Astrophysical Journal 892 (2): 74. arXiv:2001.00563. Bibcode2020ApJ...892...74R. doi:10.3847/1538-4357/ab7024. 
  6. ^ Yang Bao; et al. (2014). TopicMF: Simultaneously Exploiting Ratings and Reviews for Recommendation. AAAI.
  7. ^ Ben Murrell (2011). “Non-Negative Matrix Factorization for Learning Alignment-Specific Models of Protein Evolution”. PLOS ONE 6 (12): e28898. Bibcode2011PLoSO...628898M. doi:10.1371/journal.pone.0028898. PMC 3245233. PMID 22216138. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3245233/. 
  8. ^ William H. Lawton; Edward A. Sylvestre (1971). “Self modeling curve resolution”. Technometrics 13 (3): 617–633. doi:10.2307/1267173. JSTOR 1267173. 
  9. ^ Pentti Paatero; Unto Tapper; Pasi Aalto; Markku Kulmala (1991年), “Matrix factorization methods for analysing diffusion battery data” (英語), Journal of Aerosol Science 22: S273-S276, doi:10.1016/S0021-8502(05)80089-8, ISSN 0021-8502 , Wikidata Q58065673
  10. ^ Pentti Paatero; Unto Tapper (1994年6月), “Positive matrix factorization: A non-negative factor model with optimal utilization of error estimates of data values” (英語), Environmetrics 5 (2): 111-126, doi:10.1002/ENV.3170050203, ISSN 1180-4009, https://onlinelibrary.wiley.com/doi/abs/10.1002/env.3170050203 , Wikidata Q29308406
  11. ^ Pia Anttila; Pentti Paatero; Unto Tapper; Olli Järvinen (1995). “Source identification of bulk wet deposition in Finland by positive matrix factorization”. Atmospheric Environment 29 (14): 1705–1718. Bibcode1995AtmEn..29.1705A. doi:10.1016/1352-2310(94)00367-T. 
  12. ^ a b Daniel D. Lee & H. Sebastian Seung (1999). “Learning the parts of objects by non-negative matrix factorization”. Nature 401 (6755): 788–791. Bibcode1999Natur.401..788L. doi:10.1038/44565. PMID 10548103. 
  13. ^ a b Daniel D. Lee & H. Sebastian Seung (2001). Algorithms for Non-negative Matrix Factorization (PDF). Advances in Neural Information Processing Systems 13: Proceedings of the 2000 Conference. MIT Press. pp. 556–562.
  14. ^ a b C. Ding, X. He, H.D. Simon (2005). "On the Equivalence of Nonnegative Matrix Factorization and Spectral Clustering". Proc. SIAM Int'l Conf. Data Mining, pp. 606-610. May 2005
  15. ^ “On the equivalence between non-negative matrix factorization and probabilistic latent semantic indexing”. Computational Statistics & Data Analysis 52 (8): 3913–3927. (2008). doi:10.1016/j.csda.2008.01.011. オリジナルの2016-03-04時点におけるアーカイブ。. https://web.archive.org/web/20160304070027/http://users.cis.fiu.edu/~taoli/pub/NMFpLSIequiv.pdf. 
  16. ^ C Ding, T Li, MI Jordan, Convex and semi-nonnegative matrix factorizations, IEEE Transactions on Pattern Analysis and Machine Intelligence, 32, 45-55, 2010
  17. ^ Berman, A.; R.J. Plemmons (1974). “Inverses of nonnegative matrices”. Linear and Multilinear Algebra 2 (2): 161–172. doi:10.1080/03081087408817055. 
  18. ^ A. Berman; R.J. Plemmons (1994). Nonnegative matrices in the Mathematical Sciences. Philadelphia: SIAM 
  19. ^ Thomas, L.B. (1974). “Problem 73-14, Rank factorization of nonnegative matrices”. SIAM Rev. 16 (3): 393–394. doi:10.1137/1016064. 
  20. ^ Vavasis, S.A. (2009). “On the complexity of nonnegative matrix factorization”. SIAM J. Optim. 20 (3): 1364–1377. arXiv:0708.4149. doi:10.1137/070709967. 
  21. ^ Zhang, T.; Fang, B.; Liu, W.; Tang, Y. Y.; He, G.; Wen, J. (2008). “Total variation norm-based nonnegative matrix factorization for identifying discriminant representation of image patterns”. Neurocomputing 71 (10–12): 1824–1831. doi:10.1016/j.neucom.2008.01.022. 
  22. ^ Hoyer, Patrik O. (2002). Non-negative sparse coding. Proc. IEEE Workshop on Neural Networks for Signal Processing. arXiv:cs/0202009
  23. ^ a b Leo Taslaman & Björn Nilsson (2012). “A framework for regularized non-negative matrix factorization, with application to the analysis of gene expression data”. PLOS One 7 (11): e46331. Bibcode2012PLoSO...746331T. doi:10.1371/journal.pone.0046331. PMC 3487913. PMID 23133590. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3487913/. 
  24. ^ Hsieh, C. J.; Dhillon, I. S. (2011). Fast coordinate descent methods with variable selection for non-negative matrix factorization (PDF). Proceedings of the 17th ACM SIGKDD international conference on Knowledge discovery and data mining - KDD '11. p. 1064. doi:10.1145/2020408.2020577. ISBN 9781450308137
  25. ^ Fung, Yik-Hing; Li, Chun-Hung; Cheung, William K. (2 November 2007). Online Discussion Participation Prediction Using Non-negative Matrix Factorization. Wi-Iatw '07. IEEE Computer Society. pp. 284–287. ISBN 9780769530284. http://dl.acm.org/citation.cfm?id=1339264.1339709 
  26. ^ Naiyang Guan; Dacheng Tao; Zhigang Luo & Bo Yuan (July 2012). “Online Nonnegative Matrix Factorization With Robust Stochastic Approximation”. IEEE Transactions on Neural Networks and Learning Systems 23 (7): 1087–1099. doi:10.1109/TNNLS.2012.2197827. PMID 24807135. 
  27. ^ Behnke, S. (2003). “Discovering hierarchical speech features using convolutional non-negative matrix factorization”. Proceedings of the International Joint Conference on Neural Networks, 2003. 4. Portland, Oregon USA: IEEE. pp. 2758–2763. doi:10.1109/IJCNN.2003.1224004. ISBN 978-0-7803-7898-8. https://ieeexplore.ieee.org/document/1224004 
  28. ^ Lin, Chih-Jen (2007). “Projected Gradient Methods for Nonnegative Matrix Factorization”. Neural Computation 19 (10): 2756–2779. doi:10.1162/neco.2007.19.10.2756. PMID 17716011. http://www.csie.ntu.edu.tw/~cjlin/papers/pgradnmf.pdf. 
  29. ^ Hyunsoo Kim; Haesun Park (2008). “Nonnegative Matrix Factorization Based on Alternating Nonnegativity Constrained Least Squares and Active Set Method”. SIAM Journal on Matrix Analysis and Applications 30 (2): 713–730. doi:10.1137/07069239x. http://www.cc.gatech.edu/~hpark/papers/simax-nmf.pdf. 
  30. ^ Jingu Kim; Haesun Park (2011). “Fast Nonnegative Matrix Factorization: An Active-set-like Method and Comparisons”. SIAM Journal on Scientific Computing 58 (6): 3261–3281. doi:10.1137/110821172. 
  31. ^ a b Zhu, Guangtun B. (19 December 2016). "Nonnegative Matrix Factorization (NMF) with Heteroscedastic Uncertainties and Missing data". arXiv:1612.06037 [astro-ph.IM]。
  32. ^ a b Soummer, Rémi; Pueyo, Laurent; Larkin, James (2012). “Detection and Characterization of Exoplanets and Disks Using Projections on Karhunen-Loève Eigenimages”. The Astrophysical Journal Letters 755 (2): L28. arXiv:1207.4197. Bibcode2012ApJ...755L..28S. doi:10.1088/2041-8205/755/2/L28. 
  33. ^ a b Pueyo, Laurent (2016). “Detection and Characterization of Exoplanets using Projections on Karhunen Loeve Eigenimages: Forward Modeling”. The Astrophysical Journal 824 (2): 117. arXiv:1604.06097. Bibcode2016ApJ...824..117P. doi:10.3847/0004-637X/824/2/117. 
  34. ^ Campbell, S.L.; G.D. Poole (1981). “Computing nonnegative rank factorizations”. Linear Algebra Appl. 35: 175–182. doi:10.1016/0024-3795(81)90272-x. 
  35. ^ Kalofolias, V.; Gallopoulos, E. (2012). “Computing symmetric nonnegative rank factorizations”. Linear Algebra Appl 436 (2): 421–435. doi:10.1016/j.laa.2011.03.016. https://infoscience.epfl.ch/record/198764/files/main.pdf. 
  36. ^ a b Arora, Sanjeev; Ge, Rong; Halpern, Yoni; Mimno, David; Moitra, Ankur; Sontag, David; Wu, Yichen; Zhu, Michael (2013). A practical algorithm for topic modeling with provable guarantees. Proceedings of the 30th International Conference on Machine Learning. arXiv:1212.4777. Bibcode:2012arXiv1212.4777A
  37. ^ Lee, Daniel D.; Seung, H. Sebastian (1999). “Learning the parts of objects by non-negative matrix factorization”. Nature 401 (6755): 788–791. Bibcode1999Natur.401..788L. doi:10.1038/44565. PMID 10548103. 
  38. ^ Wray Buntine (2002). Variational Extensions to EM and Multinomial PCA (PDF). Proc. European Conference on Machine Learning (ECML-02). LNAI. Vol. 2430. pp. 23–34.
  39. ^ Eric Gaussier; Cyril Goutte (2005). Relation between PLSA and NMF and Implications (PDF). Proc. 28th international ACM SIGIR conference on Research and development in information retrieval (SIGIR-05). pp. 601–602.
  40. ^ C. Ding, X. He, H.D. Simon (2005). "On the Equivalence of Nonnegative Matrix Factorization and Spectral Clustering". Proc. SIAM Int'l Conf. Data Mining, pp. 606-610.
  41. ^ C Ding, T Li, MI Jordan, Convex and semi-nonnegative matrix factorizations, IEEE Transactions on Pattern Analysis and Machine Intelligence, 32, 45-55, 2010
  42. ^ Max Welling (2004). Exponential Family Harmoniums with an Application to Information Retrieval. NIPS.
  43. ^ Pentti Paatero (1999). “The Multilinear Engine: A Table-Driven, Least Squares Program for Solving Multilinear Problems, including the n-Way Parallel Factor Analysis Model”. Journal of Computational and Graphical Statistics 8 (4): 854–888. doi:10.2307/1390831. 
  44. ^ Max Welling; Markus Weber (2001). “Positive Tensor Factorization”. Pattern Recognition Letters 22 (12): 1255–1261. doi:10.1016/S0167-8655(01)00070-8. 
  45. ^ Kenan Yilmaz; A. Taylan Cemgil; Umut Simsekli (2011). Generalized Coupled Tensor Factorization (PDF). NIPS.
  46. ^ Vamsi K. Potluru; Sergey M. Plis; Morten Morup; Vince D. Calhoun; Terran Lane (2009). Efficient Multiplicative updates for Support Vector Machines. SIAM Conference on Data Mining (SDM). pp. 1218–1229.
  47. ^ Wei Xu; Xin Liu; Yihong Gong (2003). Document clustering based on non-negative matrix factorization. Proceedings of the 26th annual international ACM SIGIR conference on Research and development in information retrieval. New York: Association for Computing Machinery. pp. 267–273.
  48. ^ Eggert, J.; Körner, E. (2004). “Sparse coding and NMF”. 2004 IEEE International Joint Conference on Neural Networks (IEEE Cat. No.04CH37541). 4. pp. 2529–2533. doi:10.1109/IJCNN.2004.1381036. ISBN 978-0-7803-8359-3 
  49. ^ Berné, O.; Joblin, C.; Deville, Y.; Smith, J. D.; Rapacioli, M.; Bernard, J. P.; Thomas, J.; Reach, W. et al. (2007-07-01). “Analysis of the emission of very small dust particles from Spitzer spectro-imagery data using blind signal separation methods”. Astronomy & Astrophysics 469 (2): 575–586. arXiv:astro-ph/0703072. doi:10.1051/0004-6361:20066282. 
  50. ^ Lafrenière, David (2009). “HST/NICMOS Detection of HR 8799 b in 1998”. The Astrophysical Journal Letters 694 (2): L148. arXiv:0902.3247. doi:10.1088/0004-637X/694/2/L148. 
  51. ^ Amara, Adam (2012). “PYNPOINT: an image processing package for finding exoplanets”. Monthly Notices of the Royal Astronomical Society 427 (2): 948. arXiv:1207.6637. doi:10.1111/j.1365-2966.2012.21918.x. 
  52. ^ Wahhaj, Zahed (2015). “Improving signal-to-noise in the direct imaging of exoplanets and circumstellar disks with MLOCI”. Astronomy & Astrophysics 581 (24): A24. arXiv:1502.03092. doi:10.1051/0004-6361/201525837. 
  53. ^ Nielsen, Finn Årup; Balslev, Daniela; Hansen, Lars Kai (2005). “Mining the posterior cingulate: segregation between memory and pain components”. NeuroImage 27 (3): 520–522. doi:10.1016/j.neuroimage.2005.04.034. PMID 15946864. 
  54. ^ Enron Email Dataset” (2005年4月4日). 2008年8月26日閲覧。
  55. ^ Berry, Michael W.; Browne, Murray (2005). “Email Surveillance Using Non-negative Matrix Factorization”. Computational and Mathematical Organization Theory 11 (3): 249–264. doi:10.1007/s10588-005-5380-5. 
  56. ^ Nielsen, Finn Årup (2008). Clustering of scientific citations in Wikipedia. Wikimania. arXiv:0805.1154
  57. ^ Hassani, Ali; Iranmanesh, Amir; Mansouri, Najme (12 November 2019). "Text Mining using Nonnegative Matrix Factorization and Latent Semantic Analysis". arXiv:1911.04705 [cs.LG]。
  58. ^ Berry, Michael W.; Browne, Murray; Langville, Amy N.; Paucac, V. Paul; Plemmonsc, Robert J. (2007-09-15). “Algorithms and Applications for Approximate Nonnegative Matrix Factorization”. Computational Statistics & Data Analysis 52 (1): 155–173. doi:10.1016/j.csda.2006.11.006. 
  59. ^ Yun Mao; Lawrence Saul & Jonathan M. Smith (2006). “IDES: An Internet Distance Estimation Service for Large Networks”. IEEE Journal on Selected Areas in Communications 24 (12): 2273–2284. doi:10.1109/JSAC.2006.884026. 
  60. ^ Schmidt, M.N., J. Larsen, and F.T. Hsiao. (2007). "Wind noise reduction using non-negative sparse coding", Machine Learning for Signal Processing, IEEE Workshop on, 431–436
  61. ^ “Fast and efficient estimation of individual ancestry coefficients”. Genetics 196 (4): 973–983. (2014). doi:10.1534/genetics.113.160572. PMC 3982712. PMID 24496008. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3982712/. 
  62. ^ Devarajan, K. (2008). “Nonnegative Matrix Factorization: An Analytical and Interpretive Tool in Computational Biology”. PLOS Computational Biology 4 (7): e1000029. Bibcode2008PLSCB...4E0029D. doi:10.1371/journal.pcbi.1000029. PMC 2447881. PMID 18654623. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2447881/. 
  63. ^ Hyunsoo Kim & Haesun Park (2007). “Sparse non-negative matrix factorizations via alternating non-negativity-constrained least squares for microarray data analysis”. Bioinformatics 23 (12): 1495–1502. doi:10.1093/bioinformatics/btm134. PMID 17483501. 
  64. ^ Schwalbe, E. (2013). “DNA methylation profiling of medulloblastoma allows robust sub-classification and improved outcome prediction using formalin-fixed biopsies”. Acta Neuropathologica 125 (3): 359–371. doi:10.1007/s00401-012-1077-2. PMC 4313078. PMID 23291781. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4313078/. 
  65. ^ Alexandrov, Ludmil B.; Nik-Zainal, Serena; Wedge, David C.; Campbell, Peter J.; Stratton, Michael R. (2013-01-31). “Deciphering signatures of mutational processes operative in human cancer”. Cell Reports 3 (1): 246–259. doi:10.1016/j.celrep.2012.12.008. ISSN 2211-1247. PMC 3588146. PMID 23318258. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3588146/. 
  66. ^ Stein-O’Brien, Genevieve L.; Arora, Raman; Culhane, Aedin C.; Favorov, Alexander V.; Garmire, Lana X.; Greene, Casey S.; Goff, Loyal A.; Li, Yifeng et al. (2018-10-01). “Enter the Matrix: Factorization Uncovers Knowledge from Omics” (英語). Trends in Genetics 34 (10): 790–805. doi:10.1016/j.tig.2018.07.003. ISSN 0168-9525. PMC 6309559. PMID 30143323. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6309559/. 
  67. ^ Ceddia; Pinoli; Ceri; Masseroli (2020). “Matrix factorization-based technique for drug repurposing predictions”. IEEE Journal of Biomedical and Health Informatics 24 (11): 3162–3172. doi:10.1109/JBHI.2020.2991763. PMID 32365039. 
  68. ^ Pinoli; Ceddia; Ceri; Masseroli (2021). “Predicting drug synergism by means of non-negative matrix tri-factorization”. IEEE/ACM Transactions on Computational Biology and Bioinformatics PP (4): 1956–1967. doi:10.1109/TCBB.2021.3091814. PMID 34166199. 
  69. ^ DiPaola; Bazin; Aubry; Aurengo; Cavailloles; Herry; Kahn (1982). “Handling of dynamic sequences in nuclear medicine”. IEEE Trans Nucl Sci 29 (4): 1310–21. Bibcode1982ITNS...29.1310D. doi:10.1109/tns.1982.4332188. 
  70. ^ Sitek; Gullberg; Huesman (2002). “Correction for ambiguous solutions in factor analysis using a penalized least squares objective”. IEEE Trans Med Imaging 21 (3): 216–25. doi:10.1109/42.996340. PMID 11989846. 
  71. ^ Boutchko; Mitra; Baker; Jagust; Gullberg (2015). “Clustering Initiated Factor Analysis (CIFA) Application for Tissue Classification in Dynamic Brain PET”. Journal of Cerebral Blood Flow and Metabolism 35 (7): 1104–11. doi:10.1038/jcbfm.2015.69. PMC 4640278. PMID 25899294. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4640278/. 
  72. ^ Abdalah; Boutchko; Mitra; Gullberg (2015). “Reconstruction of 4-D Dynamic SPECT Images From Inconsistent Projections Using a Spline Initialized FADS Algorithm (SIFADS)”. IEEE Trans Med Imaging 34 (1): 216–18. doi:10.1109/TMI.2014.2352033. PMID 25167546. https://escholarship.org/uc/item/0b95c190. 

参考文献

関連項目




英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  
  •  Non-negative matrix factorizationのページへのリンク

辞書ショートカット

すべての辞書の索引

「Non-negative matrix factorization」の関連用語

Non-negative matrix factorizationのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Non-negative matrix factorizationのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
ウィキペディアウィキペディア
All text is available under the terms of the GNU Free Documentation License.
この記事は、ウィキペディアの非負値行列因子分解 (改訂履歴)の記事を複製、再配布したものにあたり、GNU Free Documentation Licenseというライセンスの下で提供されています。 Weblio辞書に掲載されているウィキペディアの記事も、全てGNU Free Documentation Licenseの元に提供されております。

©2025 GRAS Group, Inc.RSS