Probabilistic latent semantic analysis

Probabilistic latent semantic analysis (PLSA), also known as probabilistic latent semantic indexing (PLSI, especially in information retrieval circles) is a statistical technique for the analysis of two-mode and co-occurrence data. In effect, one can derive a low-dimensional representation of the observed variables in terms of their affinity to certain hidden variables, just as in latent semantic analysis, from which PLSA evolved. Probabilistic latent semantic analysis (PLSA), also known as probabilistic latent semantic indexing (PLSI, especially in information retrieval circles) is a statistical technique for the analysis of two-mode and co-occurrence data. In effect, one can derive a low-dimensional representation of the observed variables in terms of their affinity to certain hidden variables, just as in latent semantic analysis, from which PLSA evolved. Compared to standard latent semantic analysis which stems from linear algebra and downsizes the occurrence tables (usually via a singular value decomposition), probabilistic latent semantic analysis is based on a mixture decomposition derived from a latent class model. Considering observations in the form of co-occurrences ( w , d ) {displaystyle (w,d)} of words and documents, PLSA models the probability of each co-occurrence as a mixture of conditionally independent multinomial distributions: with 'c' being the words' topic. Note that the number of topics is a hyperparameter that must be chosen in advance and is not estimated from the data. The first formulation is the symmetric formulation, where w {displaystyle w} and d {displaystyle d} are both generated from the latent class c {displaystyle c} in similar ways (using the conditional probabilities P ( d | c ) {displaystyle P(d|c)} and P ( w | c ) {displaystyle P(w|c)} ), whereas the second formulation is the asymmetric formulation, where, for each document d {displaystyle d} , a latent class is chosen conditionally to the document according to P ( c | d ) {displaystyle P(c|d)} , and a word is then generated from that class according to P ( w | c ) {displaystyle P(w|c)} . Although we have used words and documents in this example, the co-occurrence of any couple of discrete variables may be modelled in exactly the same way. So, the number of parameters is equal to c d + w c {displaystyle cd+wc} . The number of parameters grows linearly with the number of documents. In addition, although PLSA is a generative model of the documents in the collection it is estimated on, it is not a generative model of new documents. Their parameters are learned using the EM algorithm. PLSA may be used in a discriminative setting, via Fisher kernels. PLSA has applications in information retrieval and filtering, natural language processing, machine learning from text, and related areas. It is reported that the aspect model used in the probabilistic latent semantic analysis has severe overfitting problems.

[ "Machine learning", "Artificial intelligence", "Pattern recognition", "Natural language processing", "Latent semantic mapping" ]
Parent Topic
Child Topic
    No Parent Topic