Demo WITHOUT Kinect and Recommendations!

GAIN: web service for user tracking and preference learning – a SMART TV use case

Jaroslav Kuchar and Tomas Kliegr

User Tracking

Player Screenshot

"Smart TV" is demoed with Youtube Player. There are two sources of interaction: remote control and user behaviour feedback. Every user interaction is immediately sent by the player via the REST API component to GAIN server along with the time in the video and video identification.

Example:

Consider example televiewer watching news. During a spot covering a football match, the user clicks on a bookmark button and behaviour tracking records “Looking at screen”.

Ontology-based Content Description

The video is fragmented into smaller time-intervals: views. This segmentation is performed from start and stop time of subtitles. The text of the video, as extracted from subtitles, is processed with entity recognition tool entityclassifier.eu. The tool also assigns each object with several type attributes corresponding to one or more DBpedia Ontology classes.

Example:

Subtitle fragment: "Ronaldinho's presence in Brasil's squad is significant"

Entity dbpedia:Ronaldinho is recognized in the subtitle, the type assigned is dbpedia-owl:SoccerPlayer

Aggregation

Multidimensional semantic (taxonomical) description of tracked objects are processed along with user feedback to the lower dimensional output representation, with a tabular form suitable for analysis with mainstream data mining algorithms.

Content Description: Each view contains a varying number of objects. First, the domain ontology is used to expand the type attributes to a class membership vector.

Example: The “dbpedia-owl:SoccerPlayer” type attribute value is expanded to subvector containing non-zero values also for its superclasses: dbpedia-owl:Athlete and dbpedia-owl:Person.

User feedback: None to multiple user actions are recorded during a view. These are aggregated into a single interest value, which ranges from -1 (maximum disinteret) to 1 (max- imum interest).

Custom set of rules:

Example: Our user’s bookmark and look at screen actions resulted in a total 0.8 interest for the view.

Example of table:

userIdsessionIdviewIddbpedia-owl:Persondbpedia-owl:Athletedbpedia:Ronaldinhodbpedia:Brazilinterest
user112345678view111110.8
user112345678view201010.5
user112345678view301010.3

Learning preference rules with EasyMiner

User preferences are discovered with EasyMiner, a web service and web application for association rule discovery based on LISp-Miner.

Example: Mining interactions of our user yields rules such as:

Content recommendation with Business Rules

Our tool allows to export selected rules to a Business Rules Engine. Input is a description of a candidate content item with vector of concepts. The output is the predicted interest.

Current object viewed by the user:

userIdsessionIdviewIddbpedia-owl:Persondbpedia-owl:Athletedbpedia:Ronaldinhodbpedia:Brazil
user112345678view11111

Candidates for recommendation:

viewIddbpedia-owl:Persondbpedia-owl:Athletedbpedia:Ronaldinhodbpedia:Brazil
view11111
view20101
view30101

Acknowledgments

LinkedTV 1) LinkedTV | Television Linked to the Web

CTU 2) Faculty of Information Technology| Czech Technical University in Prague

UEP 3) University of Economics, Prague