Dynamic Topic Modeling for Monitoring Market Competition from Online Text and Image Data

Hao Zhang1     Gunhee Kim2     Eric P. Xing1

Carnegie Mellon University1
Seoul National University2

 

(a) Input is a large collection of tweets and their associated images that are retrieved by the names of competing brands in a market of interest. (b) As output we aim at identifying the topics that are shared by multiple brands, and track the evolution of topics and proportion of brands over the topics.

 

Downloads

Snapshot for paper "Dynamic Topic Modeling for Monitoring Market Competition from Online Text and Image Data"
Hao Zhang, Gunhee Kim, Eric P. Xing
ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD), 2015

   [Paper]
 [slides]
 [poster]
  [bib]

Abstract

We propose a dynamic topic model for monitoring temporal evolution of market competition by jointly leveraging tweets and their associated images. For a market of interest (e.g. luxury goods), we aim at automatically detecting the latent topics (e.g. bags, clothes, luxurious) that are competitively shared by multiple brands (e.g. Burberry, Prada, and Chanel), and tracking temporal evolution of the brands' stakes over the shared topics. One of key applications of our work is social media monitoring that can provide companies with temporal summaries of highly overlapped or discriminative topics with their major competitors. We design our model to correctly address three major challenges: multi-view representation of text and images, modeling of competitiveness of multiple brands over shared topics, and tracking their temporal evolution. As far as we know, no previous model can satisfy all the three challenges. For evaluation, we analyze about 10 millions of tweets and 8 millions of associated images of the 23 brands in the two categories of luxury and beer. Through experiments, we show that the proposed approach is more successful than other candidate methods for the topic modeling of competition. We also quantitatively demonstrate the generalization power of the proposed method for three prediction tasks.

 

Methods

Our model is designed based on our previous Sparse Topical Coding (STC) framework, which is a topic model that can directly control the posterior sparsity. However, our model signicantly extends the STC in several aspects. First, we update the STC to be a dynamic model so that it handles the streams of tweets. Second, we extend to jointly leverage two complementary information modalities, text and associated images. Finally, we address an unexplored problem of detecting and tracking the topics that are competitively shared by multiple brands. All of them can be regarded as novel and nontrivial improvement of our method. For more details, please refer to section 3.2 of our paper.

 

Dataset

Statistics of our newly collected twitter dataset on the timeline. We report the numbers of (tweets, tweets with images, images) from top to bottom. (a) The Beer corpus = (1091369, 231318, 829207) (b) The Luxury corpus = (5511887, 935903, 6606125)

 

Model Evaluation

Overall, we evaluate our model from four aspects. First, we qualitatively and quantitatively evaluate the quality of learned text and visual topics (See section 5.2.1). Second, we show how our model can simultaneously monitor topic evolution and market competition along with time, compared to some baseline methods (Section 5.2.2). Third, we design three prediction methods based on our model, to show the generalization power of our model for unseen documents (Section 5.3). Finally, we conduct internal comparisons and provide some analysis on our model (Section 5.4).

 

Monitoring Brand Competition

Given social media data of multiple brands, our model can solve the following three tasks, from easy to difficult: (1) At one time slice, we monitor their occupations on latent topics. (2) Along the timeline, we monitor the trend of each brand's occupation over the topics. (3) Along the timeline, we monitor the global competition trends between multiple brands. As another application, our method can be partly used for sentiment analysis because the detected topics can be positive or negative. That is, multiple brands competes one another not only on positive topics (e.g. multiple cosmetics brands compete on the health+beauty topic) but also negative topics (e.g. multiple beer brands compete on the drunk+driving topic). The following figures present several examples we discovered from our crawled data.

Topic: makeup+health+beauty

Topic: fake+bad

Topic: girl+waste

Topic: woman+dress

 

 

 

Acknowledgement

This work is supported by NSF Award IIS447676. The authors thank NVIDIA for GPU donations.