A methodology for discovering the relationships among different types of object has been proposed, known as Probabilistic Latent Semantic Analysis (PLSA). PLSA is a flexible latent class statistical mixture model that is useful in various types of applications, such as information retrieval, web mining, collaborative filtering, and co-citation analysis.
The PLSA model is typically trained using conventional expectation-maximization algorithms. However, both the storage and computational costs of such training becomes expensive as the training data set becomes large. The training time and storage space requirements are each proportional to the training data set size and the number of latent classes. Accordingly, this makes PLSA unsuitable for use with large amounts of training data.
For instance, web mining and personalized web searches typically involve an environment having an exceedingly large training data set. Where there are, for example, one hundred million collected records and ten thousand latent classes (which is not unusual in this context), the computation cost for each iteration of an expectation-maximization algorithm can be as high as 10e12. Indeed, when the number of users in such an environment is one million (a small number of users in the context of the Internet), the storage requirements for storing the PLSA model parameters will be 10e10, which is simply not practical, especially since the parameters would typically need to be stored in main memory to be useful. It can be seen, therefore, how the standard PLSA training algorithm does not work well for larger data sets.
Thus, a way to improve the scalability of the PLSA model is disclosed herein. In particular, a scalable two-pass methodology is disclosed that more efficiently performs PLSA, especially large data sets. The improved methodology can greatly reduce the storage and/or computational costs of training a PLSA model.
In the first pass of the two-pass methodology, objects are clustered into groups, and PLSA is performed on the groups instead of the original individual objects. In the second pass, the conditional probability of a latent class, given an object, is obtained. This may be done by extending the training results of the first pass. During the second pass, the most likely latent classes for each object are identified. This may reduce the number of relationships between objects and latent classes that need to be tracked, and may further substantially reduce both the time and storage costs of the second pass of PLSA training.
The illustrative methodologies discussed herein may be partially or fully automated and may be implemented in whole or in part by a computing system such as a personal computer or a larger server computer executing computer-readable instructions stored on a computer-readable medium such as, but not limited to, one or more hard disk drives, memories, and/or optical or magnetic disks.
These and other aspects of the disclosure will be apparent upon consideration of the following detailed description of illustrative embodiments.
The foregoing summary, as well as the following detailed description of illustrative embodiments, is better understood when read in conjunction with the accompanying drawings, which are included by way of example, and not by way of limitation with regard to the claimed invention.
Illustrative Computing Environment
One or more other general purpose or special purpose computing system environments or configurations may be used. Examples of well known computing systems, environments, and/or configurations that may be suitable include, but are not limited to, personal computers (PCs); server computers; hand-held and other portable devices such as personal digital assistants (PDAs), tablet PCs or laptop PCs; multiprocessor systems; microprocessor-based systems; set top boxes; programmable consumer electronics; network PCs; minicomputers; mainframe computers; distributed computing environments that include any of the above systems or devices; and the like.
Aspects of the disclosure herein may be described in the general context of computer-executable instructions, such as program modules, stored on one or more computer-readable media and executable by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Embodiments discussed herein may also be operational with distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer-readable media including memory storage devices.
With reference to
Computer 100 typically includes a variety of computer-readable media. Computer readable media can be any available media that can be accessed by computer 100 such as volatile, nonvolatile, removable, and non-removable media. By way of example, and not limitation, computer-readable media may include computer-readable media and communication media. Computer-readable media are tangible media, and may include volatile, nonvolatile, removable, and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. For example, computer-readable media includes random-access memory (RAM), read-only memory (ROM), electrically-erasable programmable ROM (EEPROM), flash memory or other memory technology, compact-disc ROM (CD-ROM), digital video disc (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by computer 100. Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF) (e.g., BLUETOOTH, WiFi, UWB), optical (e.g., infrared) and other wireless media. Any single computer-readable medium, as well as any combination of multiple computer-readable media, are both intended to be included within the scope of the term “computer-readable medium” as described and claimed herein.
System memory 130 includes computer-readable storage media in the form of volatile and/or nonvolatile memory such as ROM 131 and RAM 132. A basic input/output system (BIOS) 133, containing the basic routines that help to transfer information between elements within computer 100, such as during start-up, is typically stored in ROM 131. RAM 132 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 120. By way of example, and not limitation,
Computer 100 may also include other computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
Computer 100 may also include a touch-sensitive device 165, such as a digitizer, to allow a user to provide input using a stylus 166. Touch-sensitive device 165 may either be integrated into monitor 191 or another display device, or be part of a separate device, such as a digitizer pad. Computer 100 may also include other peripheral output devices such as speakers 197 and a printer 196, which may be connected through an output peripheral interface 195.
Computer 100 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 180. Remote computer 180 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to computer 100, although only a memory storage device 181 has been illustrated in
When used in a LAN networking environment, computer 100 is coupled to LAN 171 through a network interface or adapter 170. When used in a WAN networking environment, computer 100 may include a modem 172 or another device for establishing communications over WAN 173, such as the Internet. Modem 172, which may be internal or external, may be connected to system bus 121 via user input interface 160 or another appropriate mechanism. In a networked environment, program modules depicted relative to computer 100, or portions thereof, may be stored remotely such as in remote storage device 181. By way of example, and not limitation,
The PLSA Aspect Model
A general framework of unsupervised learning from dyadic (i.e., two-dimensional) data is known in traditional PLSA. For instance, in the text-based information retrieval environment, assume that a set of documents D and a set of words W exist, wherein the number of occurrences of a word wεW in a document dεD is denoted as n(d,w). The PLSA aspect model is built on the assumption that D and W are conditionally independent given latent classes Z, which represent a random data generation model as follow:
Expectation-Maximization Algorithm
The expectation-maximization algorithm may be adapted to estimate the parameters of the PLSA aspect model from co-occurrences of W and D. A goal of training the PLSA aspect model is to maximize log-likelihood of the training data, such that:
In the expectation-maximization algorithm, the estimate of the posterior probability of latent class z given d and w is:
Also, the model parameters are re-estimated by maximizing the training data log-likelihood as follows:
Complexity Analysis of Training of the PLSA Aspect Model
Let S denote all co-occurrences in the training data, such that:
S={(d,w)|n(d,w)>0,dεD,wεW}. (Equation 5)
In the expectation step of the expectation-maximization algorithm, each pair of latent classes and observed co-occurrences uses a fixed number of arithmetic computations to estimate P(z|d,w). These fixed number of computations result in a computational cost of O(|Z∥S|). In the maximization step, each conditional probability over objects and latent classes also uses a fixed number of computations, thus resulting in a computational cost of P(|Z∥W|+|Z∥D|). Thus, it can be seen that the time complexity of each expectation-maximization iteration is:
O(|Z|(|S|+|D|+|W|)). (Equation 6)
Without loss of generality, this means that |D|≦|S| and |W|≦|S|, such that the complexity may be written as:
O(|S∥Z|). (Equation 7)
For each expectation-maximization iteration, the conditional probabilities P(d|z) and P(w|z) may be stored, thereby resulting in the space complexity of O(|D∥Z|+|W∥Z|). In addition, the co-occurrences may be stored, thereby resulting in the space complexity of O(|S|). Thus, the total space complexity would be:
O(|D∥Z+|W∥Z|+|S|). (Equation 8)
As previously mentioned, the training data set may be large, such as on the order of millions of words and/or documents, or more. Thus, as also previously mentioned, traditional PLSA is infeasible due to the large time and storage costs involved.
Scalable PLSA
From observation of the exponential decay law of conditional probability distributions, the present inventors have found that a two-pass algorithm for training a PLSA model may significantly reduce the time and storage costs needed in comparison with standard models. In particular, the present inventors have observed that the conditional probability P(d|z) approximately obeys the exponential decay law, as follows. Let zd(k) denote the kth most possible latent class for a specified document dεD, such that:
P(zd(k)|d)=A(d)e-λ(d)k, (Equation 9)
wherein λ(d)>0 and A(d)=eλ(d)P(zd(1)|d). Both the conditional probabilities P(zw(k)|w) and P(zd,w(k)|d,w) similarly obey the exponential decay law.
In the PLSA aspect model, for λ=λ(d) and A=A(d) when d is fixed,
Equation 10c approximates Equation 10b by eliminating the negligible terms in the summation where k>β|Z|. The parameter β, where 0<β<1, is used to determine the proportion of terms, which remain in the final approximation of P(w|d), as shown in Equation 10d. Thus, the conditional probability may be estimated from a relatively small portion of the latent classes, such that computations may be eliminated for the remaining latent classes, thereby substantially decreasing training time. And yet, despite this computational simplification, the effectiveness will likely not significantly differ from traditional PLSA.
To implement this new version of PLSA, which is referred to herein as scalable PLSA, or SPLSA, involves two passes of PLSA. Referring to
Clustering Stage
First Pass
After clustering the objects in step 301, PLSA may be performed, in steps 302 and 303, on D′, W′, and Z with the training data S′={(d′,w′)|n(d′,w′)>0, dεD, wεW}, where:
The parameters P(z), P(d′|z), and P(w′|z) may then be obtained. To extend these results to estimate the rankings of latent classes for the objective PLSA model on D, W, and Z, then P(z) may remain unchanged, whereas P(d|z) and P(w|z) may be calculated as follows:
Thus, the ranking of a latent class z may now be estimated given a document d (or other object) according to the following equation:
P(z|d)=P(d)-1P(d|z)P(z)∝P(d|z)P(z) (Equation 13)
Second Pass
After the first PLSA pass, conditional probabilities of latent classes are estimated and ranked for each object, and some links in D×Z and W×Z are eliminated.
The remaining latent classes for a given dεD and wεW are denoted as Zd and Zw, respectively. In addition, the document set and word set of a given zεZ is denoted as Dz and Wz. Since some P(d|z) and P(w|z) are eliminated, the related P(z|d,w) are also eliminated. Let Zd,w=Zd∪Zw. The joint probability mass function can be reformulated as:
P(d,w)=ΣzεZ
Using these notations, each expectation-maximization iteration may be modified to perform a second pass of PLSA, as follows:
Expectation Step:
P(z|d,w)∝P(z)P(w|z)P(d|z), for zεZd,w. (Equation 15a)
Maximization Step:
From the second pass, the parameters P(d|z), P(w|z), and P(z) may be obtained.
Complexity Analysis
The cost of SPLSA is divided into four parts: the cost of clustering, the cost of the first pass of PLSA, the cost of rebuilding the model, and the cost of the second pass of PLSA. Because scalable algorithms are available for clustering objects, an analysis of the cost of clustering need not be discussed in detail other than in passing.
However, the time and space complexities of the first pass of PLSA may be parameterized by |Z|, |D′|, and |W′|, in accordance with the previously-discussed analysis, as follows:
Time: O(|Z|(|S′|+|D′|+|W′|) (Equation 16a)
Space: O(|D′∥Z|+|W′∥Z|+|S′|) (Equation 16b)
Since |D′| and |W′| may be expected to be small, the cost is negligible in comparison with standard PLSA.
When ranking latent classes of objects, computing Equations 12a and 12b may be relatively time-consuming. To reduce this computation, a very small but principal portion of clusters (e.g., three to five clusters) in D′ or W′ may be selected to perform the summations in Equations 12a and 12b for each object. This is sufficient to roughly determine the rankings of latent classes. Thus, the complexity of ranking would then be O(|D∥Z|+|W∥Z|).
As to the second pass of PLSA, only Zd links remain between each object and latent class. Thus, the complexity of each expectation-maximization iteration is reduced to:
Compared with the original complexity as shown in Equations 6 and 8, SPLSA may reduce both time and space complexity by a factor of β. As the most critical factor stated in Equation 7, SPLSA may run 1/β times faster to train a PLSA model. Moreover, the number of expectation-maximization iterations need not be as high as in standard methods. Therefore, the computation and time costs may be even further reduced.
An Example
Standard PLSA and the new SPLSA technique will now be compared through an example correlating to actual experiments performed by the inventors. From the example, it will be seen that SPLSA has the potential to be substantially faster and less costly than standard PLSA, without much of a sacrifice in effectiveness.
In the example, collaborative filtering is performed on a particular set of data, which will be referred to herein as the movie data. A workstation with a 3.0 GHz processor and 1 GB of memory is used to perform training and testing phases. The movie data contains 1,623 items (in this case, movies) and 61,265 user profiles with a total of over 2.1 million movie ratings. The rating scale for each movie is in the range of 0 to 5, with only discrete rating values being valid. A simple collaborative filtering model is used as shown in
In the training phase, the parameters P(z), P(u|z), P(m|z), and P(r|z) are estimated. In the testing phase, when providing rankings for several movies by a new user, one expectation-maximization iteration is performed to estimate P(u|z) and to predict rankings of other movies. This example will illustrative the performance of SPLSA at various data set scales. This example will also illustrate how much benefit may be expected from SPLSA, as well as what performance may be expected from SPLSA when the data is sparse.
The effectiveness of collaborative filtering in this example is measured by the mean absolute error (MAE). Let {circumflex over (X)} be the set of testing users, and for {circumflex over (x)}ε{circumflex over (X)}, let Y{circumflex over (x)} be the set of pages to be rated. If the predicted rating for a movie yεY{circumflex over (x)} is {circumflex over (v)}({circumflex over (x)},y), then the MAE is calculated as follows:
In a first group of experiments, PLSA and SPLSA are both performed on different data set scales. The data sets are randomly sampled from the movie data, and the training data is scaled from 500 users to 20,000 users. The scale of test data is set to 200 users for small data and 1000 users for large data. When training using standard PLSA, 15 expectation-maximization iterations are performed. When training using SPLSA, movies are clustered into 50 groups and users are clustered into 0.031|U| groups before the first pass. The feature space M×R is defined when clustering users, and the feature space U×R is defined when clustering movies. Then, 30 expectation-maximization iterations are performed in the first pass. This results in a new network in which each user and each movie is connected to only 50 latent classes. Then, 15 expectation-maximization iterations are performed in the second pass. The number of latent classes is fixed to 300 in all experiments.
Table 1 below and
A second group of experiments tests how much improvement is achieved using SPLSA. In this second group, |Zd| is set from 100 to 20 and the remaining parameters remain unchanged from the first group of experiments. The effectiveness of SPLSA is then observed for a data set of training data with 2,000 users and test data with 200 users. The results are shown in
A third group of experiments are used to compare PLSA with SPLSA under the condition that the data is relatively sparse. For each user in the training data, some of the ranking records are randomly eliminated to create sparse training data. The effectiveness of both PLSA and SPLSA under these circumstances are then tested.
In a fourth group of experiments, the exponential decay law is verified.
Computerized Implementation
The SPLSA methodology may be partially or fully automated and/or implemented by a computer executing software. The software may be embodied as computer-executable instructions stored on a computer-readable medium such as, but not limited to, a hard disk drive, an optical disk such as a CD-ROM disk, a magnetic removable disk, a tape cassette, a memory, and/or any of these in any combination or quantity. The computer-readable medium need not be contained on any single type of storage, but may be contained on a combination of them. For instance, a computer-readable medium may include a plurality of CD-ROM disks and/or a plurality of memory chips.
Any or all of the steps of
Conclusion
It has thus been shown how a new SPLSA approach may perform more efficiently, and in some cases even more accurately, than traditional PLSA in a number of situations including large data sets and sparse data sets.