arXiv論文メモ
新着一覧
cs.LG / cs.AI · 査読状況未確認

文書と単語の同時分類をランダム化で高速化する

Randomized SVD Approximations for Spectral Co-Clustering of Word-Document Matrices

Fateme Mazdarani and Carlos Toxtli

この論文をやさしく読む

ひとことで言うと

文書と単語を同時にグループ分けする計算を、二種類のランダム化近似で軽くする研究です。

何に役立つ?

多数の文書を分析する際の計算時間削減に役立つ可能性があります。検証では両手法が完全SVDより速く、行列の疎密によって選択の判断材料が得られました。

この研究の面白いところ

速さだけで一律に選ぶのではなく、既にゼロが多い行列では追加サンプリングの利点が小さいという構造上の違いを比較しています。

どこまで分かった?

要旨には速度向上率やクラスタリング品質の具体的数値がありません。ランダム射影がより安定していたという結論は、検証した条件の範囲です。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

スペクトル共クラスタリングは、単語・文書行列に潜む構造を発見する有用な手法だが、特異値分解(SVD)に依存するため、標準的な定式化では高次元データの処理が高コストになり得る。本論文は、文書クラスタ数と単語クラスタ数が異なってもよい、二部構造のテキストデータの正規化スペクトル共クラスタリングに対し、二つのランダム化近似を提示する。第一の手法はランダム射影によるランダム化SVDを用い、第二の手法は部分SVDと要素単位のランダムサンプリングを組み合わせる。 実データと合成データの双方で、両手法は完全なSVDを用いるベースラインより実行時間を短縮したが、その挙動は行列の疎性に依存した。検証した条件全体ではランダム射影法の方が安定した近似となった。一方、サンプリングに基づく手法は、より密な行列で最も有用であり、既に疎なテキストデータでは利点が限られた。この結果は、スペクトル共クラスタリングのランダム化近似を、データの基礎構造に合わせて選ぶべきであることを示す。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-16(UTC)
最新改訂
2026-09-16 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Spectral co-clustering is a useful tool for discovering latent structure in word-document matrices, but its reliance on singular value decomposition (SVD) can make standard formulations expensive on high-dimensional data. This paper presents two randomized approximations for normalized spectral co-clustering of bipartite text data when the numbers of document and word clusters may differ. The first method uses randomized SVD through random projection, while the second combines partial SVD with element-wise random sampling. Across real-world and synthetic datasets, both methods reduce runtime relative to the full-SVD baseline, but their behavior depends on matrix sparsity. The random projection method is the more reliable approximation across the tested settings, whereas the sampling-based method is most useful on denser matrices and provides limited benefit on already sparse text data. These results show that randomized approximations for spectral co-clustering should be selected according to the underlying structure of the data.

著者のコメント

Accepted to 2026 IEEE International Conference on Machine Learning and Applications (ICMLA)

arXiv ID: 2609.19243 / 要約の誤りについて