paper-with-me

Papers

Recovering Structured Probability Matrices

2016-02-21 · Qingqing Huang, Sham M. Kakade, Weihao Kong, Gregory Valiant

We consider the problem of accurately recovering a matrix B of size M by M , which represents a probability distribution over M2 outcomes, given access to an observed matrix of "counts" generated by taking independent samples from the distribution B. How can structural properties of the underlying matrix B be leveraged to yield computationally efficient and information theoretically optimal reconstruction algorithms? When can accurate reconstruction be accomplished in the sparse data regime? This basic problem lies at the core of a number of questions that are currently being considered by different communities, including building recommendation systems and collaborative filtering in the sparse data regime, community detection in sparse random graphs, learning structured models such as topic models or hidden Markov models, and the efforts from the natural language processing community to compute "word embeddings". Our results apply to the setting where B has a low rank structure. For this setting, we propose an efficient algorithm that accurately recovers the underlying M by M matrix using Theta(M) samples. This result easily translates to Theta(M) sample algorithms for learning topic models and learning hidden Markov Models. These linear sample complexities are optimal, up to constant factors, in an extremely strong sense: even testing basic properties of the underlying matrix (such as whether it has rank 1 or 2) requires Omega(M) samples. We provide an even stronger lower bound where distinguishing whether a sequence of observations were drawn from the uniform distribution over M observations versus being generated by an HMM with two hidden states requires Omega(M) observations. This precludes sublinear-sample hypothesis tests for basic properties, such as identity or uniformity, as well as sublinear sample estimators for quantities such as the entropy rate of HMMs.

📄 PDF Abstract BibTeX arXiv:1602.06586

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringCommunity DetectionRecommendation SystemsTopic ModelsWord Embeddings

Similar Papers 제목 키워드 기반

Recovering Simultaneously Structured Data via Non-Convex Iteratively Reweighted Least Squares

2023-06-08 · NeurIPS 2023 11 · Christian Kümmerle, Johannes Maly

We propose a new algorithm for the problem of recovering data that adheres to multiple, heterogeneous low-dimensional structures from linear observations. Focusing on data matrices that are simultaneously row-sparse and …

Noise Thresholds for Spectral Clustering

2011-12-01 · NeurIPS 2011 12 · Sivaraman Balakrishnan, Min Xu, Akshay Krishnamurthy, Aarti Singh

Although spectral clustering has enjoyed considerable empirical success in machine learning, its theoretical properties are not yet fully developed. We analyze the performance of a spectral algorithm for hierarchical clu…

Clustering

Efficient Structured Matrix Rank Minimization

2014-12-01 · NeurIPS 2014 12 · Adams Wei Yu, Wanli Ma, YaoLiang Yu, Jaime Carbonell 외

We study the problem of finding structured low-rank matrices using nuclear norm regularization where the structure is encoded by a linear map. In contrast to most known approaches for linearly structured rank minimizatio…

compressed sensing

Structured Low-Rank Matrix Factorization with Missing and Grossly Corrupted Observations

2014-09-03 · Fanhua Shang, Yuanyuan Liu, Hanghang Tong, James Cheng 외

Recovering low-rank and sparse matrices from incomplete or corrupted observations is an important problem in machine learning, statistics, bioinformatics, computer vision, as well as signal and image processing. In theor…

Matrix Completion

auto-fpt: Automating Free Probability Theory Calculations for Machine Learning Theory

2025-04-14 · Arjun Subramonian, Elvis Dohmatob

A large part of modern machine learning theory often involves computing the high-dimensional expected trace of a rational expression of large rectangular random matrices. To symbolically compute such quantities using fre…

Learning Theory