Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A personalized channel recommendation and scheduling system considering both section video clips and full video clips

  • SeungGwan Lee,

    Roles Conceptualization, Data curation, Software, Writing – original draft, Writing – review & editing

    Affiliation Humanitas College, Kyung Hee University, Deogyeong-daero, Giheung-gu, Yongin-si, Gyeonggi-do, South Korea

  • DaeHo Lee

    Roles Writing – review & editing

    nize@khu.ac.kr

    Affiliation Humanitas College, Kyung Hee University, Deogyeong-daero, Giheung-gu, Yongin-si, Gyeonggi-do, South Korea

Abstract

With the convergence of various broadcasting systems, the amount of content available in mobile terminals including IPTV has significantly increased. In this paper, we propose a system that enables users to schedule programs considering both section video clips and full video clips based on the user detection method with similar preference. And, since the system constituting the contents can be classified according to the program, the proposed method can store a program desired by the user, and thus create and schedule a kind of individual channel. Experimental results show that the proposed method has a higher prediction accuracy; this is accomplished by comparing existing channel recommendation methods with the program recommendation methods proposed in this paper.

Introduction

With the convergence of broadcasting and communication, the number of broadcasting programs that can be consumed in user TV terminals has significantly increased. In addition, through the provision of various contents such as live TV channels, IPTV services, or TV portals, the amount of program content available to users on TV terminals has greatly increased. One way for users to watch their favorite broadcast program contents is to search for program contents or through automatic recommendation [1]. In the case of content search, the user has to search for a keyword of the program, input it into the search engine, and wait for confirmation of the search result. Also, it is necessary to select a desired program from among the program contents presented in the search results. However, when using the automatic recommendation method, it is possible to reduce the amount of steps. When the recommendation is performed using business filtering, there is an advantage in that the user can present preferred program contents even if the user does not recognize it. This is possible because collaborative filtering performs recommendations using the preference program content of a similar preference user group.

In this paper, we propose an automatic recommendation algorithm based on collaborative filtering. The proposed system consists of offline and online calculation processes.

The proposed system understands the user’s tendencies considering the characteristics of real-time and VOD videos of the IPTV, recommends the optimal program to users with similar tendencies, and enables unique program scheduling based on this. Also, it is possible to recommend videos to the user considering both section video clips and full video clips.

This paper is structured as follows. In Chapter II, we first examine the content filtering approach and the collaborative filtering approach, which have both been previously studied. In Section III, we propose a new TV program recommendation algorithm. Section IV describes the experimental results and analysis. Section V presents the conclusions of this paper.

Related works

In this section, we describe the existing research related to this paper. Section A explains the content-based approach and Section B explains the collaborative filtering technique.

A. Content-based approach

The content-based approach is a system based on information retrieval technology. It analyzes the similarity between items and user preference by directly analyzing item content and recommending items to the customer based on this analysis [26].

Fig 1 shows a recommendation scheme for a content-based approach [2]. A preference item is identified through the profile information input by the user, the user’s score of the item or the information generated based on the past purchase history, and then the item category is classified by the pre-selected criteria and the user’s preference item. Finally, items with the highest similarity are recommended (ex: Category 5 in Fig 1).

In the content-based approach, the past purchase history or profile information of the target is used to determine the preference of the recommendation target. In this case, since such an approach requires only the independent information of the customer, it is a recommendation technique that can be useful even when the information for other users is insufficient. However, if the preference through past purchasing history is required, there must be a sufficient number of item evaluation scores to create the recommendation. If the past purchase history is insufficient, the performance of the recommendation cannot be guaranteed.

If the purchase history and the profile information do not exist, the recommendation system of the content-based approach cannot be implemented [7, 8]. In addition, since the content-based approach finds similar products based on past purchasing histories of the customers to be recommended, it does not reflect the taste or preference of other users, and only the products that are similar to the purchased goods are recommended. Since there is no opportunity to access the new item attribute, diversity of the recommendation items cannot be guaranteed; this problem is known as over specialization [9]. In order to solve this problem, researches proposed an online hybrid recommender strategy with dynamic fuzzy clustering based on content boosted collaborative filtering algorithm [10], and proposed a novel probabilistic method for recommending items in the neighborhood-based collaborative filtering framework [11].

B. Collaborative filtering

Collaborative filtering is one of the most commonly used recommendation systems [1214]. It has been used in various contexts, such as Amazon.co.uk, Internet bookstores, MovieFinder, CDNOW.com, and internet movie recommendation sites, initially starting with Group-Lens from the University of Minnesota.

Collaborative filtering is a method of predicting the preference based on the similarity between users or items, specifically the premise that ‘customers with similar preferences for a particular item will show similar preferences for other items.’ While the content-based approach predicts estimates depending only on user and item information, the most important difference of collaborative filtering is that user preference is predicted using item evaluation information [15]. It is possible to guarantee diversity in recommended items because users who are similar in taste to other customers who are referred to are selected and their favorite items are recommended to the target customers.

Fig 2A shows the basic concept of user-based collaborative filtering. When the recommended target customer (i.e., the customer who is need of recommended items) is selected, the degree of similarity between the recommended customer and the other users is measured based on their purchase histories. In this process, the more similar items that are purchased, the higher the degree of similarity, and when this degree of similarity is measured for all users, the user with the highest similarity is selected as the neighbor. For example, in the case of Fig 2A, the user whose taste is closest to the recommendation target is ‘User B’ who purchased ‘Item 1’, ‘Item 3’ and ‘Item 5’. In the final stage of collaborative filtering, ‘Item 7’ is selected as a recommendation object, as ‘Item 7’ was purchased by ‘User B’ but not purchased by the recommendation target customer; this is accomplished by using the similarity measure as an item recommendation step.

thumbnail
Fig 2. Collaborative filtering algorithm.

(A) User-based collaborative filtering. (B) Item-based collaborative filtering.

https://doi.org/10.1371/journal.pone.0199748.g002

Fig 2B shows the basic concept of item-based collaborative filtering. After selecting a similar item based on the recommendation target item, the recommendation target item is finally recommended to ‘User F’ who purchased the selected ‘Item 2’ but did not purchase the recommended item.

Collaborative filtering can be divided into memory-based collaborative filtering and model-based collaborative filtering [16, 17]. Memory-based collaborative filtering is a method of calculating the similarity between users in the manner described above and recommending items selected by users with high similarity. Model-based collaborative filtering is based on memory-based collaborative filtering, but utilizes machine learning or data mining techniques at the level of clustering, classification, and prediction. In order to overcome the various problems of applying the memory-based collaborative filtering, the proposed model is Bayesian and utilizes both linear regression analysis and a Markov decision process based on probability theory and statistics [18, 19].

In this chapter, we first describe the features of collaborative filtering, and then describe memory-based collaborative filtering and model-based collaborative filtering.

• Features of collaborative filtering.

The most commonly used method in the Collaborative Filtering (CF) method is Matrix Factorization (MF) [20, 21]. In previous papers, researchers use MF to solve data dimensionality.

In collaborative filtering, a user-item matrix is used to predict the preference of the recommendation target customer, and a matrix value indicates the degree of satisfaction of the user with respect to the item. This is illustrated in Fig 3.

In Fig 3, ‘User A’ gave 3 and 5 rating values to ‘Item 1’ and ‘Item 3’, respectively. However, an evaluation value in the user-item matrix may either be for a new user whose data is concentrated according to the popularity of the product, or the evaluation value may not have been input yet. In such a case, it is impossible to predict the preference because there is not enough data to measure the similarity, which is known as a ‘cold start’. Also, if there is no score as in the ‘Item 4’ column, indicating it has not been purchased yet, it cannot be recommended until someone provides a score. Problems caused by the lack of data are collectively referred to as data sparseness. Various studies have been conducted to solve these problems [2224]. As noted in a previous study, there is a method that uses keywords of the article instead of the using information of the article in order to recommend new articles which are lacking evaluation information or utilization information to users in the article recommendation system. When a new article is obtained, the keywords of the new article are compared with the keywords of the article selected by the user; then the probability that this article is recommended to each user is calculated, and a new article is recommended to the N users who are most likely to be recommended. The algorithm used here is the Naive Bayes model, which is often used in document classification [25]. In addition, it is difficult to provide a recommendation list for new customers such as ‘User E’ in Fig 3 because there is no purchase history information to understand the user’s taste. In order to solve this problem, an analysis that combines the collaborative filtering technique and the centrality of the social network technique has been attempted. First, the network is created based on the similarity between existing customers. Then, the highly centrally located users are determined as the neighbors of the new customers, and the selected items are recommended to the new customers. In this way, the network-based technique improves the recommendation accuracy by utilizing the information for all users with different buying tendencies, unlike the existing collaborative filtering technique [26].

In order to solve the problem of data scarcity, a method that reduces the dimension of the data has been studied. Typically, this involves singular value decomposition (SVD), which removes an insignificant user or item directly from the user- item matrix, thus reducing the dimension of the matrix [27, 28].

• Memory-based collaborative filtering.

Memory-based collaborative filtering techniques can be divided into user-based collaborative filtering and item-based collaborative filtering. User-based collaborative filtering is a method that selects neighboring users who have a similar tendency to other customers by using user preference information, and then recommends common favorites to the selected neighbors [29]. Item-based cooperative filtering is a method in which a specific item is used as a criterion, a similar item ranked by a user is selected as a neighbor item, and predict the preference of the target user for the specific item [30].

• Model-based collaboration filtering.

Memory-based collaborative filtering is considered as ‘Lazy Learning’, meaning that it derives the results via a heuristic technique whenever a recommendation is required without building a model. This has the advantage that the number of parameters that the user has to set is small, but there are also various problems such as data sparsity. Since this problem becomes more serious when applied to real data, much research has been conducted on this issue. In the present study, the benefits of model-based cooperative filtering, which recommends items after utilizing learning data, have been verified. It is possible to supplement the problems of memory-based collaborative filtering by applying machine learning and data mining techniques to both the similarity measurement and the preference prediction of existing memory-based collaborative filtering [31]. Recently, studies have been carried out to increase the accuracy of predicting preferences by applying appropriate models to detect complex patterns inherent in the data; such techniques have been recognized as being superior in performance when applied to actual data. In general, a classification model is used for data that indicates user preference as a categorization, and a regression model or a singular value decomposition technique is used for continuous data [32].

Proposed system architecture

This section describes the proposed system architecture. The proposed system is shown in Fig 4.

A. Architecture module configuration

The system consists of four modules that perform log analysis, preference detection, similarity analysis, and channel recommendation functions, each fulfilling different roles.

The log analysis module analyzes logs by device. Through this module, it is possible to analyze the log information of various devices such as smartphones, IPTVs, and PCs in an integrated manner.

The preference detection module detects user preference. This module analyzes the tendency of users based on the log information and analyzes information dealing with how much the channels and programs are preferred. For the analysis and clustering of a user’s watching pattern, the preference is analyzed based on the watching frequency, and the formula is as follows. Table 1 summarizes the mathematical notations used to explain the proposed recommendation system.

(1)(2)(3)(4)(5)

Eq (1) represents the user u's preference for the program p. The total number of broadcasts Np is divided by the number of watching times . Eqs (2)(5) show specific calculation methods for (1). In (2), is the preference of the user for a particular time series program p. In (3), the time at which the user u actually watched the program p in the total time Lp of the program p is denoted Wup and is 1 if the actual watching time exceeds 10 percent of the total time, 0 otherwise. The preference can be obtained via the sum of these reward values for all watched programs.

The similarity analysis module analyzes the degree of similarity for each user. Based on the user’s channel and program preference information, this module analyzes whether there is a user who has a similar tendency among each user.

The channel recommendation module recommends the channel to the user. This module recommends channels and programs to users with similar tendencies based on the analyzed channels and program preferences and similarity information between users.

In the proposed system, a program is recommended using two pieces of information. When the preference is detected, the real-time preference of the broadcast and the preference of each broadcast section are separately analyzed to store the data. Then, each user is set as a vector, and the similarity between users is obtained by using the preference data. Programs and channels are then recommended based on the similarity.

In the proposed system, the user’s program preference is obtained as follows.

(6)(7)(8)(9)(10)(11)

In Eq (6), calculates the user u preference for a specific program p in the proposed system. The weekly statistical data for user preference for the program can be obtained by summing over all watched programs Np. Eq (7) is a method for obtaining the program preference for one week, where is the reward value for a specific program p. We can confirm that the total program preference is for one week. Eq (8) shows how to obtain the program preference. In the proposed system, to increase the accuracy of the recommendation, the watching time is considered to be 10–30% of the program video length. Eqs (9)(11) indicate that the reward value is stored separately when the actual watching time is 10%, 20%, and 30%. The program’s preference can be obtained from the sum of these three types of data. In here, FLp represents the total length (time) of a specific program p′. Lup is the time when user u actually watched a specific program p. The separated data can be divided into real-time programs and VOD programs.

(12)(13)(14)(15)

Eq (12) shows that the user u preference for the program is divided and processed into real-time programs and VOD programs . The preferences for real-time programs and VOD programs can be obtained by (13) and (14), where wt is weight value.

Eq (15) shows how to calculate the preference in consideration of real-time programs and VOD programs using Eq (12). Using Eqs (9)(11), we calculate the preference of the program p according to the length of the watching time for each weekday for a week. In the same way, the preference for VOD programs can be calculated. If we want to give weight to specific programs, we can obtain program preference by assigning weight value wt.

The similarity of two users is measured based on the preference value of the real-time program and the VOD program obtained by the above equation. At this time, the cosine similarity measure is used to determine the similarity between vectors. The cosine similarity is given as follows.

(16)(17)

B. Channel scheduling system

The following describes the channel scheduling system proposed in this paper. In the conventional channel and program classification methods, broadcast contents are broadcasted at predetermined time intervals for each channel so that the user can watch the broadcast only by accessing the corresponding channel at a predetermined time. This is illustrated in Fig 5.

In the current TV system, programs are classified according to channels. Therefore, it is impossible to schedule by program. On the other hand, in this paper, we propose a recommendation method for each program and a method for individual scheduling of the program based on this recommendation method. A schematic of the idea is shown in Fig 6.

Since the system constituting the contents can be classified according to the program, the proposed method can store a program desired by the user, and thus create and schedule a kind of individual channel.

In this paper, we recommend a program to users by considering both the preference for the Full Video Clip of the program and the preference for the Section Video Clip of the program. Program p consists of several Section Video Clips as shown in Fig 7.

The Section Video Clip is represented by the notation . is the user u's preference for Section Video Clip s1 of program p. If a program is composed of four Section Video Clips, the preference for the corresponding Section Video Clips can be obtained differently. Therefore, the program can have a preference value based on watching time and a preference value for each Section Video Clip. At this time, since several preference values are generated for the Section Video Clip, an average value needs to be selected to represent each clip.

In this paper, we use the average value of all preference values of Section Video Clips as a representative value of the Section Video Clip preference value, which is expressed by (18).

(18)

The similarity of Section Video Clips can be obtained in the same way as in (15). Finally, the preference for program recommendation can be obtained as in (19). is the preference of user u for program p, and can be expressed as the sum of user u's preference for the program p and average for the preference for each interval.

(19)

If the program is recommended in this way, it is possible to obtain the preference and similarity for each program. Therefore, it is possible to recommend only a program that cannot be used in the existing channel recommendation method. At this time, since the preference for the Section Video Clip is reflected as the representative value for the calculation, the reliability of the prediction can be increased when a program is recommended.

C. Preference prediction performance by weights

The prediction accuracy depends on the weight value that is used when calculating the program preference. We analyzed the difference in degree of prediction for the weighting methods of both the proposed method and the existing weighting method.

The existing method is denoted by W1 and the method proposed in this paper is denoted by W1-3. We tested 10, 20, 30, and 40 of the user’s top preference programs using the two methods. The higher the result, the better the performance.

When calculating the number of interested watching times, the existing method includes the program in the number of watched times when the actual watching time of the program is more than 10% of the watching time. However, the proposed method reflects the user’s interest more precisely by reflecting the actual watching time between 10% and 30%.

Table 2 shows that the proposed method positively affects the rank ordering of user data because it uses variable weights instead of fixed weights.

Experiment and evaluation

In this section, in order to evaluate the validity of the proposed idea, we compared the proposed method against the algorithm used in existing channel recommendation methods.

We used a set of real TV watching history data which consists of the watched TV programs by 3,318 TV users for 6 months from Jan. 1, 2015 to June 30, 2015 by a TV watching rate survey agency, Total National Multimedia Statistics (TNMS) Research [33]. Currently, this data is used for commercial purposes and needs to be purchased for use. The experimental method is as follows.

We compared the prediction accuracy of the proposed algorithm with that of the existing algorithms by using the audience record of each viewer as the training data set. The prediction accuracy is expressed by (20).

(20)

The precision is the percentage of recommended TV programs that have been recommended, and the closer this value is to 1, the higher the accuracy. tp is the number of programs that actually succeeded in recommendation, and fp is the number of failed recommendations.

We used the user-based collaborative filter (UBCF), item-based collaborative filter (IBCF) and RAMDOM (random) method for the evaluation. The results of the experiment are shown in Table 3.

Experimental results exhibit 32.12%, 34.25%, and 29.23% for the prediction accuracy for the UBCF, IBCF, and Random methods, respectively. On the other hand, when the proposed method is used, the result is 39.61%, demonstrating a higher accuracy.

Conclusions

In this paper, we propose a collaborative filtering TV program recommendation system that uses the watching time of each channel and the watching time of each Section Video Clip for the preference calculation. To this end, the watching rate is diversified and reflected in the calculation, as well as the watching rate of the Section Video Clip. And, since the system constituting the contents can be classified according to the program, the proposed method can store a program desired by the user, and thus create and schedule a kind of individual channel. Experimental results show that the proposed method has a higher prediction accuracy than existing algorithms in channel preference. Based on this research, we will study the efficiency of the channel scheduling system in future studies.

References

  1. 1. Montaner M, López B, De La Rosa JL. A taxonomy of recommender agents on the internet. Artif Intell Rev. 2003;19(4):285–330.
  2. 2. Son J, Kim SB, Kim H, Cho S. Review and analysis of recommender systems. Journal of Korean Institute of Industrial Engineers. 2015;41(2):185–208.
  3. 3. Pazzani MJ, Billsus D. Content-based recommendation systems. The adaptive web: Springer; 2007. p. 325–41.
  4. 4. Bobadilla J, Ortega F, Hernando A, Gutiérrez A. Recommender systems survey. Knowledge-based systems. 2013;46:109–32.
  5. 5. Jannach D, Zanker M, Felfernig A, Friedrich G. Recommender systems: an introduction: Cambridge University Press; 2010.
  6. 6. Lops P, De Gemmis M, Semeraro G. Content-based recommender systems: State of the art and trends. Recommender systems handbook: Springer; 2011. p. 73–105.
  7. 7. Cotter P, Smyth B, editors. Ptv: Intelligent personalised tv guides. AAAI/IAAI; 2000.
  8. 8. Xue G-R, Lin C, Yang Q, Xi W, Zeng H-J, Yu Y, et al., editors. Scalable collaborative filtering using cluster-based smoothing. Proceedings of the 28th annual international ACM SIGIR conference on Research and development in information retrieval; 2005: ACM.
  9. 9. Iaquinta L, De Gemmis M, Lops P, Semeraro G, Filannino M, Molino P, editors. Introducing serendipity in a content-based recommender system. Hybrid Intelligent Systems, 2008 HIS'08 Eighth International Conference on; 2008: IEEE.
  10. 10. Gurcan F, Birturk AA. A hybrid movie recommender using dynamic fuzzy clustering. Information Sciences and Systems 2015: Springer; 2016. p. 159–69.
  11. 11. Adamopoulos P, Tuzhilin A, editors. On over-specialization and concentration bias of recommendations: Probabilistic neighborhood selection in collaborative filtering systems. Proceedings of the 8th ACM Conference on Recommender systems; 2014: ACM.
  12. 12. Resnick P, Iacovou N, Suchak M, Bergstrom P, Riedl J, editors. GroupLens: an open architecture for collaborative filtering of netnews. Proceedings of the 1994 ACM conference on Computer supported cooperative work; 1994: ACM.
  13. 13. Konstan JA, Miller BN, Maltz D, Herlocker JL, Gordon LR, Riedl J. GroupLens: applying collaborative filtering to Usenet news. Communications of the ACM. 1997;40(3):77–87.
  14. 14. Koren Y, Bell R. Advances in collaborative filtering. Recommender systems handbook: Springer; 2015. p. 77–118.
  15. 15. Kaufman C. Rocky Mountain Research Laboratories, Boulder, Colo., personal communication, 1992. Personal communication.
  16. 16. Sarwar B, Karypis G, Konstan J, Riedl J, editors. Item-based collaborative filtering recommendation algorithms. Proceedings of the 10th international conference on World Wide Web; 2001: ACM.
  17. 17. Breese JS, Heckerman D, Kadie C, editors. Empirical analysis of predictive algorithms for collaborative filtering. Proceedings of the Fourteenth conference on Uncertainty in artificial intelligence; 1998: Morgan Kaufmann Publishers Inc.
  18. 18. Min S-H, Han I, editors. Dynamic fuzzy clustering for recommender systems. Pacific-Asia Conference on Knowledge Discovery and Data Mining; 2005: Springer.
  19. 19. Yorozu T, Hirano M, Oka K, Tagawa Y. Electron spectroscopy studies on magneto-optical media and plastic substrate interface. IEEE translation journal on magnetics in Japan. 1987;2(8):740–1.
  20. 20. Girase S, Mukhopadhyay D. Role of Matrix Factorization Model in Collaborative Filtering Algorithm: A Survey. arXiv preprint arXiv:150307475. 2015.
  21. 21. Ju B, Qian Y, Ye M, Ni R, Zhu C. Correction: Using Dynamic Multi-Task Non-Negative Matrix Factorization to Detect the Evolution of User Preferences in Collaborative Filtering. PloS one. 2015;10(9):e0138279. pmid:26366724
  22. 22. Jeong I-Y, Yang X, Jung H-K. A study on movies recommendation system of hybrid filtering-based. Journal of the Korea Institute of Information and Communication Engineering. 2015;19(1):113–8.
  23. 23. Kim D. Research on cold-start recommendation. Commun Korean Inst Inf Sci Eng. 2016;34(6):16–21.
  24. 24. Zhang Y, Yin G, Zhao Q, editors. An Incremental Graph Pattern Matching Based Dynamic Cold-Start Recommendation Method. International Conference of Young Computer Scientists, Engineers and Educators; 2016: Springer.
  25. 25. Lee S-G, Lee B-S, Bak B-Y, Hwang H-K. A study of intelligent recommendation system based on naive bayes text classification and collaborative filtering. Journal of information management. 2010;41(4):227–49.
  26. 26. Shin C-H, Lee J-W, Yang H-N, Choi IY. The research on recommender for new customers using collaborative filtering and social network analysis. Journal of Intelligence and Information Systems. 2012;18(4):19–42.
  27. 27. Chang J-H, Lai C-F, Wang M-S. A fair scheduler using cloud computing for digital TV program recommendation system. Telecommunication Systems. 2015;60(1):55–66.
  28. 28. Chiang H-S, Huang T-C. User-adapted travel planning system for personalized schedule recommendation. Information Fusion. 2015;21:3–17.
  29. 29. Burhanuddin IA, Bajaj P, Shekhar S, Mukherjee D, Raj A, Sankar A, editors. Similarity Learning for Product Recommendation and Scoring Using Multi-channel Data. Data Mining Workshop (ICDMW), 2015 IEEE International Conference on; 2015: IEEE.
  30. 30. Robertson SE, Walker S, editors. Some simple effective approximations to the 2-poisson model for probabilistic weighted retrieval. Proceedings of the 17th annual international ACM SIGIR conference on Research and development in information retrieval; 1994: Springer-Verlag New York, Inc.
  31. 31. Suganeshwari G, Ibrahim SS, editors. A survey on collaborative filtering based recommendation system. Proceedings of the 3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC–16’); 2016: Springer.
  32. 32. Katarya R, Verma OP. A collaborative recommender system enhanced with particle swarm optimization technique. Multimedia Tools and Applications. 2016;75(15):9225–39.
  33. 33. TNMS (2015) TNMS Korea Inc. http://www.tnms.tv