WO2011153392A2 - Semantic enrichment by exploiting top-k processing - Google Patents

Semantic enrichment by exploiting top-k processing Download PDF

Info

Publication number
WO2011153392A2
WO2011153392A2 PCT/US2011/038991 US2011038991W WO2011153392A2 WO 2011153392 A2 WO2011153392 A2 WO 2011153392A2 US 2011038991 W US2011038991 W US 2011038991W WO 2011153392 A2 WO2011153392 A2 WO 2011153392A2
Authority
WO
WIPO (PCT)
Prior art keywords
concepts
concept
keywords
content
wikipedia
Prior art date
Application number
PCT/US2011/038991
Other languages
French (fr)
Other versions
WO2011153392A3 (en
Inventor
Jong Wook Kim
Ashwin S. Kashyap
Dekai Li
Sandilya Bhamidipati
Bankim A. Patel
Avinash Sridhar
Saurabh Mathur
Original Assignee
Thomson Licensing
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Thomson Licensing filed Critical Thomson Licensing
Priority to KR1020127034385A priority Critical patent/KR101811468B1/en
Priority to EP11790440.9A priority patent/EP2691845A4/en
Priority to JP2013513358A priority patent/JP5894149B2/en
Priority to US13/701,347 priority patent/US20130268261A1/en
Priority to CN201180038012.8A priority patent/CN103384883B/en
Publication of WO2011153392A2 publication Critical patent/WO2011153392A2/en
Publication of WO2011153392A3 publication Critical patent/WO2011153392A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/43Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2465Query processing support for facilitating data mining operations in structured databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/44Browsing; Visualisation therefor
    • G06F16/444Spatial browsing, e.g. 2D maps, 3D or virtual spaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/48Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/48Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/487Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using geographical or spatial information, e.g. location
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/253Grammatical analysis; Style critique
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking

Definitions

  • the present invention relates to data mining and information retrieval and more specifically semantic interpretation of keywords used data mining and information retrieval.
  • the bag of words (BOW) model has been shown to be very effective in diverse areas which span a large spectrum from traditional text-based applications to web and social media. While there have been a number of models in information retrieval systems using the bag of words, including boolean, probability and fuzzy ones, the word-based vector model is the most commonly used in the literature.
  • U With u distinct words, a document is represented as a-dimensional vector d , where only those positions in the vector that correspond to the document words are set to > 0 and all others are set to 0, which results in a collection of the extremely sparse vectors in a high dimension space.
  • a possible solution to resolve this difficulty is to enrich the individual documents with the background knowledge obtained from existing human-contributed knowledge databases; i.e., Wikipedia, WordNet, and Open Directory Project.
  • Wikipedia is one of the largest free encyclopedias on the Web, containing more than 4 million articles in the English version. Each article in Wikipedia describes a concept (topic), and each concept belongs to at least one category.
  • Wikipedia uses redirect pages, which redirects a concept to another concept, for synonymous ones.
  • a concept is polysemous
  • Wikipedia displays possible meanings of polysemous concepts in disambiguation pages.
  • Such semantic re-interpretation 500 equals or corresponds to a mapping of original documents from the keyword-space 510 into the concept-space 520.
  • the mapping between the original dictionary and the concept is performed by (a) matching concepts to keywords and (b) replacing the keywords with these matched concepts.
  • this process is commonly defined as the matrix multiplication between the original keyword matrix and the keyword-concept matrix (Fig. 5).
  • Such a Wikipeda-based semantic re-interpretation has the potential to ensure that keywords mapped into the Wikipedia concept- space are semantically informed, significantly improving the effectiveness on various tasks, including text categorization and clustering.
  • the SparseTopk algorithm is presented that can effectively estimate the scores of unseen objects in the presence of a user (application) provided acceptable precision rate and computes the approximate top-k results based on these expected scores.
  • a method for semantic interpretation of keywords includes the steps of obtaining one or more keywords for semantic interpretation; computing top-k concepts in a knowledge database for the one or more keywords; and mapping the one or keywords into a concept space using the top-k concepts.
  • a system for performing automatic image discovery for displayed content.
  • the system includes a topic detection module, a keyword extraction module, an image discovery module, and a controller.
  • the topic detection module is configured to detect a topic of the content being displayed.
  • the keyword extraction module is configured to extract query terms from the topic of the content being displayed.
  • the image discovery module is configured to discover images based on query terms; and the controller is configured to control the topic detection module, keyword extraction module, and image discovery module.
  • FIG. 1 is a system diagram outlining the delivery of video and audio content to the home in accordance with one embodiment.
  • FIG. 2 is system diagram showing further detail of a representative set top box receiver in accordance with one embodiment.
  • FIG.3 is a diagram showing a process performed at the set top box receiver in accordance with one embodiment.
  • FIG. 4 is a flow diagram showing the process of semantic interpretation in accordance with one embodiment.
  • FIG. 5 is a diagram showing how a semantic interpreter maps keywords from the keyword space to the concept space in accordance with one embodiment.
  • FIG. 6 is the general framework of a semantic interpreter which relies on ranked processing schemes in accordance with one embodiment.
  • FIG. 7 is an example of pseudo-code for computing the approximate top-k concepts in accordance with one embodiment.
  • FIG. 8 is an example of pseudo-code for mapping the keywords from the keyword space to the concept space.
  • the present principles are directed to content search and more specifically semantic interpretation of keywords used for searching using a Top-k technique. PU100135
  • processor or “controller” should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation, digital signal processor ("DSP") hardware, read-only memory (“ROM”) for storing software, random access memory (“RAM”), and non-volatile storage.
  • DSP digital signal processor
  • ROM read-only memory
  • RAM random access memory
  • any switches shown in the figures are conceptual only. Their function may be carried out through the operation of program logic, through dedicated logic, through the interaction of program control and dedicated logic, or even manually, the particular technique being selectable by the implementer as more specifically understood from the context.
  • any element expressed as a means for performing a specified function is intended to encompass any way of performing that function including, for example, a) a combination of circuit elements that performs that function or b) software in any form, including, therefore, firmware, microcode or the like, combined with appropriate circuitry for executing that software to perform the function.
  • the present invention as defined by such claims resides in the fact that the functionalities provided by the various recited means are combined and brought together in the manner which the claims call for. It is thus regarded that any means that can provide those functionalities are equivalent to those shown herein.
  • the content originates from a content source 102, such as a movie studio or production house.
  • the content may be supplied in at least one of two forms.
  • One form may be a broadcast form of content.
  • the broadcast content is provided to the broadcast affiliate manager 104, which is typically a national broadcast service, such as the American Broadcasting Company (ABC), National Broadcasting Company (NBC), Columbia Broadcasting System (CBS), etc.
  • the broadcast affiliate manager may collect and store the content, and may schedule delivery of the content over a deliver network, shown as delivery network 1 (106).
  • Delivery network 1 (106) may include satellite link transmission from a national center to one or more regional or local centers.
  • Delivery network 1 (106) may also include local content delivery using local delivery systems such as over the air broadcast, PU100135 satellite broadcast, or cable broadcast.
  • the locally delivered content is provided to a receiving device 108 in a user's home, where the content will subsequently be searched by the user.
  • the receiving device 108 can take many forms and may be embodied as a set top box/digital video recorder (DVR), a gateway, a modem, etc. Further, the receiving device 108 may act as entry point, or gateway, for a home network system that includes additional devices configured as either client or peer devices in the home network.
  • DVR set top box/digital video recorder
  • the receiving device 108 may act as entry point, or gateway, for a home network system that includes additional devices configured as either client or peer devices in the home network.
  • Special content may include content delivered as premium viewing, pay-per-view, or other content otherwise not provided to the broadcast affiliate manager, e.g., movies, video games or other video elements.
  • the special content may be content requested by the user.
  • the special content may be delivered to a content manager 110.
  • the content manager 110 may be a service provider, such as an Internet website, affiliated, for instance, with a content provider, broadcast service, or delivery network service.
  • the content manager 110 may also incorporate Internet content into the delivery system.
  • the content manager 110 may deliver the content to the user's receiving device 108 over a separate delivery network, delivery network 2 (112).
  • Delivery network 2 (112) may include high-speed broadband Internet type communications systems.
  • the content from the broadcast affiliate manager 104 may also be delivered using all or parts of delivery network 2 (112) and content from the content manager 110 may be delivered using all or parts of delivery network 1 (106).
  • the user may also obtain content directly from the Internet via delivery network 2 (112) without necessarily having the content managed by the content manager 110.
  • the special content is provided as an augmentation to the broadcast content, providing alternative displays, purchase and merchandising options, enhancement material, etc.
  • the special content may completely replace some programming content provided as broadcast content.
  • the special content may be completely separate from the broadcast content, and may simply be a media alternative that the user may choose to utilize.
  • the special content may be a library of movies that are not yet available as broadcast content.
  • the receiving device 108 may receive different types of content from one or both of delivery network 1 and delivery network 2.
  • the receiving device 108 processes the content, and provides a separation of the content based on user preferences and commands.
  • the receiving device 108 may also include a storage device, such as a hard drive or optical disk drive, for recording and playing back audio and video content. Further details of the operation of the receiving device 108 and features associated with playing back stored content will be described below in relation to FIG. 2.
  • the processed content is provided to a primary display device 114.
  • the primary display device 114 may be a conventional 2-D type display or may alternatively be an advanced 3-D display.
  • the receiving device 108 may also be interfaced to a second screen such as a second screen control device, for example, a touch screen control device 116.
  • the second screen control device 116 may be adapted to provide user control for the receiving device 108 and/or the display device 114.
  • the second screen device 116 may also be capable of displaying video content.
  • the video content may be graphics entries, such as user interface entries, or may be a portion of the video content that is delivered to the display device 114.
  • the second screen control device 116 may interface to receiving device 108 using any well known signal transmission system, such as infra-red (IR) or radio frequency (RF) communications and may include standard protocols such as infra-red data association (IRDA) standard, Wi-Fi, Bluetooth and the like, or any other proprietary protocols. Operations of touch screen control device 116 will be described in further detail below.
  • IR infra-red
  • RF radio frequency
  • the system 100 also includes a back end server 118 and a usage database 120.
  • the back end server 118 includes a personalization engine that analyzes the usage habits of a user and makes recommendations based on those usage habits.
  • the usage database 120 is where the usage habits for a user are stored. In some cases, the usage database 120 may be part of the back end server 118 a.
  • the back end server 118 (as well as the usage database 120) is connected to the system the system 100 and accessed through the delivery network 2 (112).
  • Receiving device 200 may operate similar to the receiving device described in FIG. 1 and may be included as part of a gateway device, modem, set top box, or other similar PU100135 communications device.
  • the device 200 shown may also be incorporated into other systems including an audio device or a display device. In either case, several components necessary for complete operation of the system are not shown in the interest of conciseness, as they are well known to those skilled in the art.
  • the content is received by an input signal receiver
  • the input signal receiver 202 may be one of several known receiver circuits used for receiving, demodulating, and decoding signals provided over one of the several possible networks including over the air, cable, satellite, Ethernet, fiber and phone line networks.
  • the desired input signal may be selected and retrieved by the input signal receiver 202 based on user input provided through a control interface 222.
  • Control interface 222 may include an interface for a touch screen device. Touch panel interface 222 may also be adapted to interface to a cellular phone, a tablet, a mouse, a high end remote or the like.
  • the decoded output signal is provided to an input stream processor 204.
  • the input stream processor 204 performs the final signal selection and processing, and includes separation of video content from audio content for the content stream.
  • the audio content is provided to an audio processor 206 for conversion from the received format, such as compressed digital signal, to an analog waveform signal.
  • the analog waveform signal is provided to an audio interface 208 and further to the display device or audio amplifier.
  • the audio interface 208 may provide a digital signal to an audio output device or display device using a High-Definition Multimedia Interface (HDMI) cable or alternate audio interface such as via a Sony/Philips Digital Interconnect Format (SPDIF).
  • HDMI High-Definition Multimedia Interface
  • SPDIF Sony/Philips Digital Interconnect Format
  • the audio interface may also include amplifiers for driving one more sets of speakers.
  • the audio processor 206 also performs any necessary conversion for the storage of the audio signals.
  • the video output from the input stream processor 204 is provided to a video processor 210.
  • the video signal may be one of several formats.
  • the video processor 210 provides, as necessary, a conversion of the video content, based on the input signal format.
  • the video processor 210 also performs any necessary conversion for the storage of the video signals.
  • a storage device 212 stores audio and video content received at the input.
  • the storage device 212 allows later retrieval and playback of the content under the control of a controller 214 and also based on commands, e.g., navigation instructions such as fast-forward (FF) and rewind PU100135
  • commands e.g., navigation instructions such as fast-forward (FF) and rewind PU100135
  • the storage device 212 may be a hard disk drive, one or more large capacity integrated electronic memories, such as static RAM (SRAM), or dynamic RAM (DRAM), or may be an interchangeable optical disk storage system such as a compact disk (CD) drive or digital video disk (DVD) drive.
  • SRAM static RAM
  • DRAM dynamic RAM
  • CD compact disk
  • DVD digital video disk
  • the converted video signal from the video processor 210, either originating from the input or from the storage device 212, is provided to the display interface 218.
  • the display interface 218 further provides the display signal to a display device of the type described above.
  • the display interface 218 may be an analog signal interface such as red-green-blue (RGB) or may be a digital interface such as HDMI. It is to be appreciated that the display interface 218 will generate the various screens for presenting the search results in a three dimensional gird as will be described in more detail below.
  • the controller 214 is interconnected via a bus to several of the components of the device 200, including the input stream processor 202, audio processor 206, video processor 210, storage device 212, and a user interface 216.
  • the controller 214 manages the conversion process for converting the input stream signal into a signal for storage on the storage device or for display.
  • the controller 214 also manages the retrieval and playback of stored content.
  • the controller 214 performs searching of content and the creation and adjusting of the gird display representing the content, either stored or to be delivered via the delivery networks, described above.
  • the controller 214 is further coupled to control memory 220 (e.g., volatile or non-volatile memory, including RAM, SRAM, DRAM, ROM, programmable ROM (PROM), flash memory, electronically programmable ROM (EPROM) , electronically erasable programmable ROM (EEPROM), etc.) for storing information and instruction code for controller 214.
  • Control memory 220 may store instructions for controller 214.
  • Control memory may also store a database of elements, such as graphic elements containing content. The database may be stored as a pattern of graphic elements. Alternatively, the memory may store the graphic elements in identified or grouped memory locations and use an access or location table to identify the memory locations for the various portions of information related to the graphic elements. Additional details related to the storage of the graphic elements will be described below.
  • control memory 220 may include several possible PU100135 embodiments, such as a single memory device or, alternatively, more than one memory circuit communicatively connected or coupled together to form a shared or common memory. Still further, the memory may be included with other circuitry, such as portions of bus communications circuitry, in a larger circuit.
  • the user interface process of the present disclosure employs an input device that can be used to express functions, such as fast forward, rewind, etc. To allow for this, a second screen control device such as a touch panel device may be interfaced via the user interface 216 and/or control interface 222 of the receiving device 200.
  • FIG. 3 depicts one possible embodiment of the process 300 involved in performing semantic interpretation in Set Top Box (STB) 310 such as receiving device 106, 200 discuss above in regard to FIGs 1 and 2.
  • STB 310 receives content 305 from a content source 102.
  • the content 305 is then processed in three parts: 1) keyword collection 320, 2) concept collection 340, 3) concept processing 360.
  • a Close Caption Extractor 325 is used to receive, capture, and otherwise extract the close captioning data provided as part of the content 305.
  • a Sentence Segmenter 330 is then used to identify sentence structures in the close captioning data to look for candidate phrases and keywords such as the subject or object of sentences as well as whole phrases. For many sentences in closed captioning, the subject phrases are very important.
  • a dependency parser can be used to find the head of a sentence and if the head of the sentence is also a candidate phrase, the head of the sentence can be given a higher priority.
  • the candidate keywords are then used to find relevant concepts in concept collection 340. This is also where a Semantic Interpreter 350 is used to map the candidate keywords into concepts.
  • the concepts can then be concluded together by the concept accumulator 340.
  • the resulting accumulated concepts can then be processed 360. This can include ranking 365 and other functionality such as creating a user profile 370. For example, close captioning of segments can be used to create a TV watching profile for users, so that content can be personalized, thereby improving the quality of recommendations given to the user.
  • concepts mapped by the semantic interpreter can be used to segment videos, both online (for e.g. live/broadcast), and offline (for e.g. DVRed) based on close captioning data.
  • Each segment should contain a set of concepts so that it is one coherent unit (e.g., a segment on Tiger Woods in the evening news).
  • the corresponding close captioning segment can be mapped to the concept space and the video annotated with the resulting top-k concepts.
  • An application of this will be to let people share these mini clips with friends or save them to DVR or simply tag it as interesting. This is useful as the users are not interested in an entire video or the entire video might be too big to share or might have copyright issues.
  • Modern DVRs already record the program being watched in order to provide live pause/rewind functions. This can be further augmented to trigger the
  • segmentation and concept-mapping algorithms so that the resulting segments can be tagged and/or saved and/or shared along with brief time intervals (+/- 1 seconds) before and after the detected segment.
  • these techniques can be used to improve searches.
  • users need to search for information using exact keywords in order to find programs of interest. While this is useful if the user knows exactly what he or she is looking for, searching exact keywords impedes discovery of newer and more exciting content that might be of interest to the user.
  • the semantic interpreter can be used to solve this problem.
  • the concept space can be derived from the Wikipedia as it can be deemed for practical purposes to represents the entire human knowledge. Any document represented in this space can hence be queried using the same concepts. For example, the user should be able to use high level knowledge such as "Ponzi Scheme” or "Supply Chain” and discover media that is most relevant to that concept.
  • the process is performed in STB 310, it should be understood the same process can also be performed at the content source 102 or service provider 104, 110. In some instances, the parts can be split among different devices or locations as necessary or desired. Indeed, in many instances the semantic interpretation is performed at a remote server and the resulting concepts are provided back to the STB 310, content source 102, or service provider 104, 110 for further processing.
  • the corresponding close captioning or subtitle data is mapped to the concept space.
  • the inferred concepts are then embedded into the media multiplex as a separate stream (for e.g. using the MPEG-7 standard).
  • the advantage is that the process needs to be performed only once per media file instead of multiple times.
  • the disadvantage is that standards need to be developed for embedding, further processing and consumption of this meta-data.
  • the processing occurs when content is transmitted via the service provider's network or in the cloud.
  • the service provider can process all incoming channels using a Semantic Interpreter and embed the metadata in a suitable fashion (MPEG-7, proprietary or using web based technologies).
  • MPEG-7 a Semantic Interpreter
  • the service provider need not resort to standard schemes, as long as their STB can interpret and further process this metadata.
  • the big advantage of this approach is that no elaborate standards need to be developed; also, these schemes can be used to differentiate different service providers.
  • a flow diagram 400 is depicted showing one embodiment of the process involved in performing Semantic Interpretation using top K concepts.
  • one or more keywords are obtained for semantic interpretation (step 410).
  • the one or more keywords are PU100135 then used to compute top-k concepts in a knowledge database (step 420).
  • the keywords can then be mapped into a concept space using the top-k concepts (step 430).
  • the one or more keyword can be obtained in any number of ways. Keywords may be obtained using keyword extraction involving close caption data as described above in reference to FIG. 3. In other embodiments keywords can be extracted from data related to a piece of content such a summary, program description, abstract, synopsis, etc. In still other embodiments a user can provide search terms. In the description of the process below the keywords are provided as part of a document.
  • Step 420 The step of computing the top-k concepts (Step 420) and mapping to a concept space (Step 430) is described below in conjunction FIGs 5-8 with the discussion of the SparseTopk algorithm.
  • Sk contains k concepts whose contributions to d' are greater than or equal to the others.
  • d' [w[ , w2 , - ⁇ ⁇ , w here
  • ⁇ 3 ⁇ 4 is relaxed as follows: given a document d , let k,a be a set of k concepts such that at least ak answers in k, a belong to 3 ⁇ 4, where 0 ⁇ ⁇ 1. Then, the objective is defined as follows: PU100135
  • the original document, d is approximately mapped from the word-space 510 into the concept-space 520 which consists of the approximate k concepts in Wikipedia that best match a document d .
  • the key challenge to this problem is how to efficiently identify such approximate top-k concepts.
  • a novel ranked processing algorithm is presented to efficiently compute for a given document.
  • the threshold-based algorithms such as Threshold Algorithm (TA), Fagin' s Algorithm (FA), and No Repeating Algorithm (NRA) are the most well-known methods.
  • TA Threshold Algorithm
  • FA Fagin' s Algorithm
  • NPA No Repeating Algorithm
  • NRA is employed as a base framework, since it requires only a sorted-access method, and thus is suitable for high-dimensional data, such as a concept matrix C .
  • an inverted index 610 that contains u lists is created (Fig. 6).
  • the corresponding list Li contains a set of ( c r , C? )s, where d,r is the weight of the keyword, , in Wikipedia concept c r .
  • each inverted list maintains only concepts whose weights are greater than 0. This inverted list is created in decreasing value on weights to support sorted accesses.
  • a threshold vector consists of the upper bounds on the weights of unseen instances in input lists.
  • KN r is a set of positions in the concept-vector, C- ⁇ , whose corresponding weights have been read before by the algorithm.
  • the possible best score of r-th position in computed as follows PU100135
  • the possible worst score is computed based on the assumption that the unseen entries of the concept-vector will be 0, while the possible best score assumes that all unseen entries in the concept- vector will be encountered after the last scan position of each list.
  • NRA maintains a cut off score, mink, equals to the lowest score in the current top-k candidates.
  • NRA would stop the computation when a cut off score, mink, is greater than (or equal to) the highest best- score of concepts not belonging to the current top-k candidates. Although this stopping condition always guarantees to produce the correct top-k results (i.e., ⁇ 3 ⁇ 4 in our case), such stopping condition is overly pessimistic, assuming that all unknown values of each concept vector would be read after the current scan position of each list.
  • the proposed algorithm consists of two phases: (1) computing the approximate topic concepts, of a given document and (2) mapping an original document into the concept- space using Sk, a , Phase I: Identifying the approximate top-fc concept,
  • the threshold-based algorithms are based on the assumption that given sorted-lists, each object has a single score in each list.
  • the possible scores of unseen objects in NRA algorithm are computed based on this assumption. This assumption, however, does not hold for the sparse keyword-concept matrix where most of entries are 0.
  • a method is described to estimate the scores of unseen objects with the sparse keyword-concept matrix, and then present a method to obtain the approximate top-k concepts of a given document leveraging the expected scores.
  • a histogram is usually used to approximate data distributions (i.e., probability density function).
  • Many existing approximate top-k processing algorithms maintain histograms for input lists and estimate the scores of unknown objects by convoluting histograms. Generally, approximate methods are more efficient than exact schemes. Nevertheless, considering that there are a huge number of lists for the keyword-concept matrix, maintaining such histograms and convoluting them in run-time for computing possible aggregated scores is not a viable solution.
  • each inverted list is simplified by relying on the binomial distribution: i.e., the case in which an inverted list contains a given concept or the other one in which it does not.
  • Such simplified data distribution does not cause a significant reduction in the quality of the top-3 ⁇ 4 results, due to the extreme sparsity of the concept matrix.
  • the threshold-based algorithms sequentially scan the each sorted list.
  • the algorithm sequentially scans the first ft instances from the sorted list and the instance (c r , Ci, r ⁇ was not seen during the scans. Then, one can compute the probability, - ⁇ Ci . r Ji ⁇ , that an instance ⁇ cr, Ci, r ⁇ w i ⁇ e found in the unscanned parts of the list Li (i.e., the remaining ( 1 ⁇ 1 ⁇ > ) instances) as follows: PU100135
  • £ is a set of sorted lists whose corresponding words appear in a given document d .
  • Other lists not in £ do not contribute to the computation of the semantically reinterpreted vector, d' , because their corresponding weights in the original vector d equal to 0 ( Figure 2).
  • the objective is to find the approximate top-fc concepts, satisfying that at least ak answers in belong to the exact top-A: results, ⁇ 3 ⁇ 4.
  • W is the smallest value satisfying the probability of an unseen concept tv being less than W input lists is higher than an acceptable precision rate, .
  • Wh is the /i-th largest value in W .
  • the expected score of any fully or partially seen concept, c r will equal to the possible best score described above, when the bound, b r , on the number of input lists where c r will be found is same with C.
  • the sparsity of the keyword-concept matrix guarantees that the expected scores are always less than the possible best scores.
  • FIG.7 describes the pseudo-code for the proposed algorithm to efficiently compute the approximate top-k concepts, ⁇ 3 ⁇ 4, «, of a given document.
  • the algorithm first initializes the set of the approximate top-k , the cut off score, mink, and the set of candidates, C d.
  • the threshold vector, th is initially set to ⁇ : 1]. Initially, the expected score of any fully unseen concept is computed, as described in above (line 1-5).
  • the threshold algorithms visit or access input lists in a round-robin manner.
  • this scheme can be inefficient, as resources are wasted for processing unpromising objects whose corresponding scores are relatively low, but are read early because they belong to short lists.
  • the input lists are visited in a way to minimize the expected score of a fully unavailable concept. Intuitively, this enables the algorithm to stop the computation earlier by providing a higher cut off score, min k .
  • a list Li (line 8) is desired such that:
  • the list Li For a newly seen instance i c , Ci r ) m the list Li , we compute the corresponding worst score, w r,wst, is computed and the candidate list is updated with (° r > w r,u,st ) (line 9-11).
  • the cut PU100135 off score, mink is selected such that mink equals to the k-th highest value of the worst scores in the current candidate set, Cnd (line 12). Then, the threshold vector is updated (line 13).
  • Phase 2 Mapping a Document from the Keyword-Space into the Concept-Space
  • Fig. 8 describes the pseudo-code for mapping an original document from the keyword-space into the concept- space using Sk, a _
  • a semantically reinterpreted vector, d' is set to ' ' ' (i me 1 ) Since the algorithm in Figure 4 stops before scanning full input lists, the concept-vectors of the concepts in Sk, n. are partially available. Therefore, for each concept in it is needed to estimate the expected scores with the partially seen concept- vectors, as explained above (line 3). Then, the corresponding entries in the semantically reinterpreted vector, d', are updated with the estimated scores (line 4). Finally, the algorithm returns a semantically re-interpreted document vector, d' (line 6).
  • a novel semantic interpreter is described for efficiently enriching original documents based on concepts of the Wikipedia.
  • the proposed approach enables to efficiently identify the most significant k -concepts in Wikipedia for a given document and leverage these concepts to semantically enrich an original document by mapping it from keyword- space to the concept- PU100135 space.
  • Experimental results show that the proposed technique significantly improves efficiency of semantic reinterpretation without causing significant reduction in precision.
  • the teachings of the present principles are implemented as a combination of hardware and software.
  • the software may be implemented as an application program tangibly embodied on a program storage unit.
  • the application program may be uploaded to, and executed by, a machine comprising any suitable architecture.
  • the machine is implemented on a computer platform having hardware such as one or more central processing units (“CPU"), a random access memory (“RAM”), and input/output ("I/O") interfaces.
  • CPU central processing units
  • RAM random access memory
  • I/O input/output
  • the computer platform may also include an operating system and microinstruction code.
  • the various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU.
  • various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.

Abstract

Proper representation of the meaning of texts is crucial to enhancing many data mining and information retrieval tasks, including clustering, computing semantic relatedness between texts, and searching. Representing of texts in the concept-space derived from Wikipedia has received growing attention recently, due to its comprehensiveness and expertise. This concept-based representation is capable of extracting semantic relatedness between texts that cannot be deduced with the bag of words model. A key obstacle, however, for using Wikipedia as a semantic interpreter is that the sheer size of the concepts derived from Wikipedia makes it hard to efficiently map texts into concept-space. An efficient algorithm is proved which is able to represent the meaning of a text by using the concepts that best match it. In particular, this approach first computes the approximate top- concepts that are most relevant to the given text. These concepts are then leverage to represent the meaning of the given text.

Description

PU100135
SEMANTIC ENRICHMENT BY EXPLOITING TOP-K PROCESSING
CROSS REFERENCE TO RELATED APPLICATIONS
This application claims the benefit of U.S. Provisional Application Serial No. 61/351,252 filed June 3, 2010, U.S. Provisional Application Serial No. 61/397,780 filed June 15, 2010, and U.S. Provisional Application Serial No. 61/456,774 filed November 12, 2010 which are incorporated by reference herein in their entirety.
TECHNICAL FIELD
The present invention relates to data mining and information retrieval and more specifically semantic interpretation of keywords used data mining and information retrieval.
BACKGROUND
The bag of words (BOW) model has been shown to be very effective in diverse areas which span a large spectrum from traditional text-based applications to web and social media. While there have been a number of models in information retrieval systems using the bag of words, including boolean, probability and fuzzy ones, the word-based vector model is the most commonly used in the literature. In the word-based vector model, given a dictionary, U, with u distinct words, a document is represented as a-dimensional vector d , where only those positions in the vector that correspond to the document words are set to > 0 and all others are set to 0, which results in a collection of the extremely sparse vectors in a high dimension space. Although the BOW-based vector model is the most popular scheme, it has limitations: these include sparsity of vectors and lacking semantic relationship between words. One way to overcome these limitations is to analyze the keywords of the documents in the corpus to extract latent concepts that are dominant in the corpus, and models documents in the resulting latent concept-space. While these techniques have produced impressive results in text-based application domains, they still have a limitation in that the resulting latent concepts are different from human-organized knowledge, and thus they cannot be interpreted by human knowledge. PU100135
A possible solution to resolve this difficulty is to enrich the individual documents with the background knowledge obtained from existing human-contributed knowledge databases; i.e., Wikipedia, WordNet, and Open Directory Project. For example, Wikipedia is one of the largest free encyclopedias on the Web, containing more than 4 million articles in the English version. Each article in Wikipedia describes a concept (topic), and each concept belongs to at least one category. Wikipedia uses redirect pages, which redirects a concept to another concept, for synonymous ones. On the other hand, if a concept is polysemous, Wikipedia displays possible meanings of polysemous concepts in disambiguation pages.
Due to its comprehensiveness and expertise, Wikipedia has been applied to diverse applications, such as clustering, classification, word disambiguation, user profile creation, link analysis, and topic detection, where it is used as a semantic interpreter which re-interprets (or enriches) original documents based on the concepts of Wikipedia. As shown in Fig. 5, such semantic re-interpretation 500 equals or corresponds to a mapping of original documents from the keyword-space 510 into the concept-space 520. Generally, the mapping between the original dictionary and the concept is performed by (a) matching concepts to keywords and (b) replacing the keywords with these matched concepts. In the literature, this process is commonly defined as the matrix multiplication between the original keyword matrix and the keyword-concept matrix (Fig. 5). Such a Wikipeda-based semantic re-interpretation has the potential to ensure that keywords mapped into the Wikipedia concept- space are semantically informed, significantly improving the effectiveness on various tasks, including text categorization and clustering.
The main obstacle in leveraging a source such as the Wikipedia as a semantic interpreter stems from efficiency concerns. Considering the sheer size of Wikipedia articles (more than 4 million concepts), reinterpreting original documents based on all possible concepts of Wikipedia can be prohibitively expensive. Therefore, it is essential that the techniques used for such a semantic re-interpretation should be fast.
More importantly, enriching original documents with all possible Wikipedia concepts, for example, imposes an additional overhead in the application level, since enriched-documents will be represented in the augmented concept-space that corresponds to a very high dimension. Most applications do not require documents to be represented with all possible Wikipedia concepts, since they are not equally important to the given document. Indeed, insignificant PU100135 concepts tend to be noisy. Thus, there is a need to efficiently find the best k concepts in
Wikipedia that match a given original document, and semantically reinterpret it based on such k concepts.
SUMMARY
Given a keyword matrix representing the keyword collection, efficiently identifying the best-k results that match a given keyword query is not trivial. Firstly, the size of keyword matrix is huge. Secondly, the sparsity of keyword matrix limits us to apply the most well-known top-k processing methods to our problem. Thus, the goal is to develop efficient mechanisms to compute the approximate top-k keywords that are most relevant to the given document query. In particular, the SparseTopk algorithm is presented that can effectively estimate the scores of unseen objects in the presence of a user (application) provided acceptable precision rate and computes the approximate top-k results based on these expected scores.
In accordance with one embodiment, a method is provided for semantic interpretation of keywords. The method includes the steps of obtaining one or more keywords for semantic interpretation; computing top-k concepts in a knowledge database for the one or more keywords; and mapping the one or keywords into a concept space using the top-k concepts.
In accordance with another embodiment, a system is provided for performing automatic image discovery for displayed content. The system includes a topic detection module, a keyword extraction module, an image discovery module, and a controller. The topic detection module is configured to detect a topic of the content being displayed. The keyword extraction module is configured to extract query terms from the topic of the content being displayed. The image discovery module is configured to discover images based on query terms; and the controller is configured to control the topic detection module, keyword extraction module, and image discovery module.
These and other aspects, features and advantages of the present principles will become apparent from the following detailed description of exemplary embodiments, which is to be read in connection with the accompanying drawings. PU100135
BRIEF DESCRIPTION OF THE DRAWINGS
The present principles may be better understood in accordance with the following exemplary figures, in which: FIG. 1 is a system diagram outlining the delivery of video and audio content to the home in accordance with one embodiment.
FIG. 2 is system diagram showing further detail of a representative set top box receiver in accordance with one embodiment.
FIG.3 is a diagram showing a process performed at the set top box receiver in accordance with one embodiment.
FIG. 4 is a flow diagram showing the process of semantic interpretation in accordance with one embodiment.
FIG. 5 is a diagram showing how a semantic interpreter maps keywords from the keyword space to the concept space in accordance with one embodiment. FIG. 6 is the general framework of a semantic interpreter which relies on ranked processing schemes in accordance with one embodiment.
FIG. 7 is an example of pseudo-code for computing the approximate top-k concepts in accordance with one embodiment.
FIG. 8 is an example of pseudo-code for mapping the keywords from the keyword space to the concept space.
DETAILED DESCRIPTION
The present principles are directed to content search and more specifically semantic interpretation of keywords used for searching using a Top-k technique. PU100135
It will thus be appreciated that those skilled in the art will be able to devise various arrangements that, although not explicitly described or shown herein, embody the present invention and are included within its spirit and scope.
All examples and conditional language recited herein are intended for pedagogical purposes to aid the reader in understanding the present invention and the concepts contributed by the inventor(s) to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions.
Moreover, all statements herein reciting principles, aspects, and embodiments of the present invention, as well as specific examples thereof, are intended to encompass both structural and functional equivalents thereof. Additionally, it is intended that such equivalents include both currently known equivalents as well as equivalents developed in the future, i.e., any elements developed that perform the same function, regardless of structure.
Thus, for example, it will be appreciated by those skilled in the art that the block diagrams presented herein represent conceptual views of illustrative circuitry embodying the present invention. Similarly, it will be appreciated that any flow charts, flow diagrams, state transition diagrams, pseudocode, and the like represent various processes which may be substantially represented in computer readable media and so executed by a computer or processor, whether or not such computer or processor is explicitly shown.
The functions of the various elements shown in the figures may be provided through the use of dedicated hardware as well as hardware capable of executing software in association with appropriate software. When provided by a processor, the functions may be provided by a single dedicated processor, by a single shared processor, or by a plurality of individual processors, some of which may be shared. Moreover, explicit use of the term "processor" or "controller" should not be construed to refer exclusively to hardware capable of executing software, and may implicitly include, without limitation, digital signal processor ("DSP") hardware, read-only memory ("ROM") for storing software, random access memory ("RAM"), and non-volatile storage. PU100135
Other hardware, conventional and/or custom, may also be included. Similarly, any switches shown in the figures are conceptual only. Their function may be carried out through the operation of program logic, through dedicated logic, through the interaction of program control and dedicated logic, or even manually, the particular technique being selectable by the implementer as more specifically understood from the context.
In the claims hereof, any element expressed as a means for performing a specified function is intended to encompass any way of performing that function including, for example, a) a combination of circuit elements that performs that function or b) software in any form, including, therefore, firmware, microcode or the like, combined with appropriate circuitry for executing that software to perform the function. The present invention as defined by such claims resides in the fact that the functionalities provided by the various recited means are combined and brought together in the manner which the claims call for. It is thus regarded that any means that can provide those functionalities are equivalent to those shown herein.
Reference in the specification to "one embodiment" or "an embodiment" of the present invention, as well as other variations thereof, means that a particular feature, structure, characteristic, and so forth described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase "in one embodiment" or "in an embodiment", as well any other variations, appearing in various places throughout the specification are not necessarily all referring to the same embodiment.
Turning now to FIG. 1, a block diagram of an embodiment of a system 100 for delivering content to a home or end user is shown. The content originates from a content source 102, such as a movie studio or production house. The content may be supplied in at least one of two forms. One form may be a broadcast form of content. The broadcast content is provided to the broadcast affiliate manager 104, which is typically a national broadcast service, such as the American Broadcasting Company (ABC), National Broadcasting Company (NBC), Columbia Broadcasting System (CBS), etc. The broadcast affiliate manager may collect and store the content, and may schedule delivery of the content over a deliver network, shown as delivery network 1 (106). Delivery network 1 (106) may include satellite link transmission from a national center to one or more regional or local centers. Delivery network 1 (106) may also include local content delivery using local delivery systems such as over the air broadcast, PU100135 satellite broadcast, or cable broadcast. The locally delivered content is provided to a receiving device 108 in a user's home, where the content will subsequently be searched by the user. It is to be appreciated that the receiving device 108 can take many forms and may be embodied as a set top box/digital video recorder (DVR), a gateway, a modem, etc. Further, the receiving device 108 may act as entry point, or gateway, for a home network system that includes additional devices configured as either client or peer devices in the home network.
A second form of content is referred to as special content. Special content may include content delivered as premium viewing, pay-per-view, or other content otherwise not provided to the broadcast affiliate manager, e.g., movies, video games or other video elements. In many cases, the special content may be content requested by the user. The special content may be delivered to a content manager 110. The content manager 110 may be a service provider, such as an Internet website, affiliated, for instance, with a content provider, broadcast service, or delivery network service. The content manager 110 may also incorporate Internet content into the delivery system. The content manager 110 may deliver the content to the user's receiving device 108 over a separate delivery network, delivery network 2 (112). Delivery network 2 (112) may include high-speed broadband Internet type communications systems. It is important to note that the content from the broadcast affiliate manager 104 may also be delivered using all or parts of delivery network 2 (112) and content from the content manager 110 may be delivered using all or parts of delivery network 1 (106). In addition, the user may also obtain content directly from the Internet via delivery network 2 (112) without necessarily having the content managed by the content manager 110.
Several adaptations for utilizing the separately delivered content may be possible. In one possible approach, the special content is provided as an augmentation to the broadcast content, providing alternative displays, purchase and merchandising options, enhancement material, etc. In another embodiment, the special content may completely replace some programming content provided as broadcast content. Finally, the special content may be completely separate from the broadcast content, and may simply be a media alternative that the user may choose to utilize. For instance, the special content may be a library of movies that are not yet available as broadcast content. PU100135
The receiving device 108 may receive different types of content from one or both of delivery network 1 and delivery network 2. The receiving device 108 processes the content, and provides a separation of the content based on user preferences and commands. The receiving device 108 may also include a storage device, such as a hard drive or optical disk drive, for recording and playing back audio and video content. Further details of the operation of the receiving device 108 and features associated with playing back stored content will be described below in relation to FIG. 2. The processed content is provided to a primary display device 114. The primary display device 114 may be a conventional 2-D type display or may alternatively be an advanced 3-D display.
The receiving device 108 may also be interfaced to a second screen such as a second screen control device, for example, a touch screen control device 116. The second screen control device 116 may be adapted to provide user control for the receiving device 108 and/or the display device 114. The second screen device 116 may also be capable of displaying video content. The video content may be graphics entries, such as user interface entries, or may be a portion of the video content that is delivered to the display device 114. The second screen control device 116 may interface to receiving device 108 using any well known signal transmission system, such as infra-red (IR) or radio frequency (RF) communications and may include standard protocols such as infra-red data association (IRDA) standard, Wi-Fi, Bluetooth and the like, or any other proprietary protocols. Operations of touch screen control device 116 will be described in further detail below.
In the example of FIG. 1, the system 100 also includes a back end server 118 and a usage database 120. The back end server 118 includes a personalization engine that analyzes the usage habits of a user and makes recommendations based on those usage habits. The usage database 120 is where the usage habits for a user are stored. In some cases, the usage database 120 may be part of the back end server 118 a. In the present example, the back end server 118 (as well as the usage database 120) is connected to the system the system 100 and accessed through the delivery network 2 (112).
Turning now to FIG. 2, a block diagram of an embodiment of a receiving device 200 is shown. Receiving device 200 may operate similar to the receiving device described in FIG. 1 and may be included as part of a gateway device, modem, set top box, or other similar PU100135 communications device. The device 200 shown may also be incorporated into other systems including an audio device or a display device. In either case, several components necessary for complete operation of the system are not shown in the interest of conciseness, as they are well known to those skilled in the art.
In the device 200 shown in FIG. 2, the content is received by an input signal receiver
202. The input signal receiver 202 may be one of several known receiver circuits used for receiving, demodulating, and decoding signals provided over one of the several possible networks including over the air, cable, satellite, Ethernet, fiber and phone line networks. The desired input signal may be selected and retrieved by the input signal receiver 202 based on user input provided through a control interface 222. Control interface 222 may include an interface for a touch screen device. Touch panel interface 222 may also be adapted to interface to a cellular phone, a tablet, a mouse, a high end remote or the like.
The decoded output signal is provided to an input stream processor 204. The input stream processor 204 performs the final signal selection and processing, and includes separation of video content from audio content for the content stream. The audio content is provided to an audio processor 206 for conversion from the received format, such as compressed digital signal, to an analog waveform signal. The analog waveform signal is provided to an audio interface 208 and further to the display device or audio amplifier. Alternatively, the audio interface 208 may provide a digital signal to an audio output device or display device using a High-Definition Multimedia Interface (HDMI) cable or alternate audio interface such as via a Sony/Philips Digital Interconnect Format (SPDIF). The audio interface may also include amplifiers for driving one more sets of speakers. The audio processor 206 also performs any necessary conversion for the storage of the audio signals.
The video output from the input stream processor 204 is provided to a video processor 210. The video signal may be one of several formats. The video processor 210 provides, as necessary, a conversion of the video content, based on the input signal format. The video processor 210 also performs any necessary conversion for the storage of the video signals.
A storage device 212 stores audio and video content received at the input. The storage device 212 allows later retrieval and playback of the content under the control of a controller 214 and also based on commands, e.g., navigation instructions such as fast-forward (FF) and rewind PU100135
(Rew), received from a user interface 216 and/or control interface 222. The storage device 212 may be a hard disk drive, one or more large capacity integrated electronic memories, such as static RAM (SRAM), or dynamic RAM (DRAM), or may be an interchangeable optical disk storage system such as a compact disk (CD) drive or digital video disk (DVD) drive.
The converted video signal, from the video processor 210, either originating from the input or from the storage device 212, is provided to the display interface 218. The display interface 218 further provides the display signal to a display device of the type described above. The display interface 218 may be an analog signal interface such as red-green-blue (RGB) or may be a digital interface such as HDMI. It is to be appreciated that the display interface 218 will generate the various screens for presenting the search results in a three dimensional gird as will be described in more detail below.
The controller 214 is interconnected via a bus to several of the components of the device 200, including the input stream processor 202, audio processor 206, video processor 210, storage device 212, and a user interface 216. The controller 214 manages the conversion process for converting the input stream signal into a signal for storage on the storage device or for display. The controller 214 also manages the retrieval and playback of stored content. Furthermore, as will be described below, the controller 214 performs searching of content and the creation and adjusting of the gird display representing the content, either stored or to be delivered via the delivery networks, described above.
The controller 214 is further coupled to control memory 220 (e.g., volatile or non-volatile memory, including RAM, SRAM, DRAM, ROM, programmable ROM (PROM), flash memory, electronically programmable ROM (EPROM) , electronically erasable programmable ROM (EEPROM), etc.) for storing information and instruction code for controller 214. Control memory 220 may store instructions for controller 214. Control memory may also store a database of elements, such as graphic elements containing content. The database may be stored as a pattern of graphic elements. Alternatively, the memory may store the graphic elements in identified or grouped memory locations and use an access or location table to identify the memory locations for the various portions of information related to the graphic elements. Additional details related to the storage of the graphic elements will be described below. Further, the implementation of the control memory 220 may include several possible PU100135 embodiments, such as a single memory device or, alternatively, more than one memory circuit communicatively connected or coupled together to form a shared or common memory. Still further, the memory may be included with other circuitry, such as portions of bus communications circuitry, in a larger circuit. The user interface process of the present disclosure employs an input device that can be used to express functions, such as fast forward, rewind, etc. To allow for this, a second screen control device such as a touch panel device may be interfaced via the user interface 216 and/or control interface 222 of the receiving device 200.
FIG. 3 depicts one possible embodiment of the process 300 involved in performing semantic interpretation in Set Top Box (STB) 310 such as receiving device 106, 200 discuss above in regard to FIGs 1 and 2. Here STB 310 receives content 305 from a content source 102. The content 305 is then processed in three parts: 1) keyword collection 320, 2) concept collection 340, 3) concept processing 360. In the keyword collection 320, A Close Caption Extractor 325 is used to receive, capture, and otherwise extract the close captioning data provided as part of the content 305. A Sentence Segmenter 330 is then used to identify sentence structures in the close captioning data to look for candidate phrases and keywords such as the subject or object of sentences as well as whole phrases. For many sentences in closed captioning, the subject phrases are very important. As such, a dependency parser can be used to find the head of a sentence and if the head of the sentence is also a candidate phrase, the head of the sentence can be given a higher priority. The candidate keywords are then used to find relevant concepts in concept collection 340. This is also where a Semantic Interpreter 350 is used to map the candidate keywords into concepts. The concepts can then be groupe together by the concept accumulator 340. The resulting accumulated concepts can then be processed 360. This can include ranking 365 and other functionality such as creating a user profile 370. For example, close captioning of segments can be used to create a TV watching profile for users, so that content can be personalized, thereby improving the quality of recommendations given to the user. There are many other applications of creating an accurate and informative user profile, such as being able to match advertisements or to suggest friends that have similar interests. A key problem faced by current systems for creating profiles from a user's TV watching habits is the sparsity and lack of accurate data. In order to mitigate this issue, close PU100135 captioning segments corresponding to the TV program segments watched can be captured, along with other metadata such as the time of viewing and the EPG information of the program. By capturing the close captioning, it is possible to understand what the user's interests are and provides a basis to give content based recommendations. Furthermore, when the captured close captioning is mapped to concept space using the semantic interpreter, the resulting profile is more intuitive to understand, and to exploit. As an extra benefit, the amount of data needed to be stored is reduced as the entire close captioning segments are not stored. Only the top-k concepts that the close captioning segment represents are stored.
In another example, concepts mapped by the semantic interpreter can be used to segment videos, both online (for e.g. live/broadcast), and offline (for e.g. DVRed) based on close captioning data. Each segment should contain a set of concepts so that it is one coherent unit (e.g., a segment on Tiger Woods in the evening news). Once the video is segmented, the corresponding close captioning segment can be mapped to the concept space and the video annotated with the resulting top-k concepts. An application of this will be to let people share these mini clips with friends or save them to DVR or simply tag it as interesting. This is useful as the users are not interested in an entire video or the entire video might be too big to share or might have copyright issues. Modern DVRs already record the program being watched in order to provide live pause/rewind functions. This can be further augmented to trigger the
segmentation and concept-mapping algorithms so that the resulting segments can be tagged and/or saved and/or shared along with brief time intervals (+/- 1 seconds) before and after the detected segment.
In another example, these techniques can be used to improve searches. Currently, users need to search for information using exact keywords in order to find programs of interest. While this is useful if the user knows exactly what he or she is looking for, searching exact keywords impedes discovery of newer and more exciting content that might be of interest to the user. The semantic interpreter can be used to solve this problem. The concept space can be derived from the Wikipedia as it can be deemed for practical purposes to represents the entire human knowledge. Any document represented in this space can hence be queried using the same concepts. For example, the user should be able to use high level knowledge such as "Ponzi Scheme" or "Supply Chain" and discover media that is most relevant to that concept. This PU100135 discovery will be possible even if the corresponding media has no keywords that exactly match "Ponzi Scheme" or "Supply Chain". Furthermore, by setting up standing filters, any incoming media can be mapped to the concept space and if the concepts match the standing filter, then such media can be tagged for further action by the system. When programs that match the users filter rule is broadcast the user is notified and choose to save, browse related, share or view them.
While in the example of Figure 3, the process is performed in STB 310, it should be understood the same process can also be performed at the content source 102 or service provider 104, 110. In some instances, the parts can be split among different devices or locations as necessary or desired. Indeed, in many instances the semantic interpretation is performed at a remote server and the resulting concepts are provided back to the STB 310, content source 102, or service provider 104, 110 for further processing.
In the case of processing at the content source 102, when content is created, the corresponding close captioning or subtitle data is mapped to the concept space. The inferred concepts are then embedded into the media multiplex as a separate stream (for e.g. using the MPEG-7 standard). The advantage is that the process needs to be performed only once per media file instead of multiple times. The disadvantage is that standards need to be developed for embedding, further processing and consumption of this meta-data.
In the case of processing at the service provider 104 or 110, the processing occurs when content is transmitted via the service provider's network or in the cloud. For example, the service provider can process all incoming channels using a Semantic Interpreter and embed the metadata in a suitable fashion (MPEG-7, proprietary or using web based technologies). The service provider need not resort to standard schemes, as long as their STB can interpret and further process this metadata. The big advantage of this approach is that no elaborate standards need to be developed; also, these schemes can be used to differentiate different service providers.
Referring now to FIG. 4, a flow diagram 400 is depicted showing one embodiment of the process involved in performing Semantic Interpretation using top K concepts. First, one or more keywords are obtained for semantic interpretation (step 410). The one or more keywords are PU100135 then used to compute top-k concepts in a knowledge database (step 420). The keywords can then be mapped into a concept space using the top-k concepts (step 430).
The one or more keyword can be obtained in any number of ways. Keywords may be obtained using keyword extraction involving close caption data as described above in reference to FIG. 3. In other embodiments keywords can be extracted from data related to a piece of content such a summary, program description, abstract, synopsis, etc. In still other embodiments a user can provide search terms. In the description of the process below the keywords are provided as part of a document.
The step of computing the top-k concepts (Step 420) and mapping to a concept space (Step 430) is described below in conjunction FIGs 5-8 with the discussion of the SparseTopk algorithm.
Problem Definition
In this section, the problem is formally defined and the notation used to develop and describe the algorithms is introduced. Semantic Reinterpretation with the All Possible Wikipedia Concepts
Let U be a dictionary with u distinct words. The concepts in Wikipedia, for example, are represented in the form of a u x m c-concept matrix, C (530) where m is the number of concepts that corresponds to articles of Wikipedia and u is the number of distinct keywords in the dictionary. Let denote the weight of the i-th keyword , in the r-th concept, cr. Let C- ,r = [u ,r , W2,r ·■■ , « r]r be the r-th concept vector. Without loss of generality, it is assumed that each concept-vector, C- r, is normalized into a unit length.
Given a dictionary U, a document, d, is represented as a i-dimensional vector, d = [w1 , w2,■■■ , wu] (515).
Given a keyword-concept matrix, C(530), and a document vector, d , a semantically re- interpreted (enriched) document vector with all possible Wikipedia concepts, d' = [w[ , w'2, -■■ , u .m] (525), is defined as
d' = dC. PU100135
By definition of matrix multiplication, the contribution of the concept cr in the vector d' is computed as follows:
i≤?≤« vw .≠0
Semantic Reinterpretation with the Top-fc Wikipedia Concepts
As mentioned in the introduction, computing d' all possible Wikipedia concepts may be prohibitively expensive. Thus, the goal is to reinterpret a document with the best k concepts in Wikipedia that are relevant to it.
Given a re-interpreted document d' =
Figure imgf000017_0001
let ¾ be a set of k concepts, such that the following holds:
VCr.eSfc , cp (Sk w'r ≥ Wp.
In other words, Sk contains k concepts whose contributions to d' are greater than or equal to the others. Then, a semantic re -interpretation of d based on the top-k concepts in Wikipedia that match it is defined as d' = [w[ , w2 , - · · ,
Figure imgf000017_0002
where
if Cr e ¾5
l< i<ti wj 0
• otherwise, wr — 0. Problem Definition: Semantic Reinterpretation with the Approximate Top-fc Wikipedia Concepts
Exactly computing the best k concepts that are relevant to a given document often requires scanning an entire keyword-concept matrix, which is very expensive. Thus, in order to achieve further efficiency gains, <¾ is relaxed as follows: given a document d , let k,a be a set of k concepts such that at least ak answers in k,a belong to ¾, where 0 < < 1. Then, the objective is defined as follows: PU100135
Problem 1 (Semantic re-interpretation with <¾,«) Given a keyword-concept matrix, C, a document vector, d , and the corresponding approximate best k concepts, a semantic re- interpretation of d based on the approximate top-k concepts in Wikipedia that match it is defined as d' — i-, w'2, · · , w'm] where
· if cr e Sk,a>
l<i<ti wj ^O
• otherwise, wr' = 0.
In other words, the original document, d, is approximately mapped from the word-space 510 into the concept-space 520 which consists of the approximate k concepts in Wikipedia that best match a document d . Thus, the key challenge to this problem is how to efficiently identify such approximate top-k concepts, To address this problem, a novel ranked processing algorithm is presented to efficiently compute for a given document.
Naive Solutions to ¾
In this section, naive schemes (i.e. impractical solutions) are first described for exactly computing the top-k concepts, ¾, of a given document.
Scanning the Entire Data
One obvious solution to this problem is to scan the entire u x m keyword-concept matrix, C 530, multiply the document vector, d , with each concept vector, C-^, sort the resulting scores, wr' (where 1≤ r < m in descending order, and choose only the A: -best solutions. A more promising solution to this problem is to leverage an inverted index, commonly used in IR systems, which enables to scan only those entries whose corresponding values in the keyword- concept matrix are greater than 0. Both schemes would be quite expensive, because they waste most of resources in processing unpromising data that will not belong to the best k results. Threshold-Based Ranked Processing Scheme
There have been a large number of proposals for ranked or top-k processing. As stated above, the threshold-based algorithms, such as Threshold Algorithm (TA), Fagin' s Algorithm (FA), and No Repeating Algorithm (NRA) are the most well-known methods. These algorithms PU100135 assume that given sorted-lists, each object has a single score in each list and an aggregation function, which combines independent object's scores in each list, is monotone such as min, max, (weight) sum and product. These monotone scoring functions guarantee that a candidate dominating the other one in its sub-scores will have a combined score better than the other one, which enables early stopping during the top-k computation, to avoid scanning all the lists. Generally, TA (and FA) algorithms require two access methods: random-access and sorted- access. However, supporting random-access to a high-dimensional data, such as document-term matrix, would be prohibitively expensive. Therefore, NRA is employed as a base framework, since it requires only a sorted-access method, and thus is suitable for high-dimensional data, such as a concept matrix C .
Sorted Inverted Lists for the Concept Matrix
To support sorted accesses to a u x m keyword-concept matrix, C 530 , an inverted index 610 that contains u lists is created (Fig. 6). For each keyword , the corresponding list Li contains a set of (cr , C? )s, where d,r is the weight of the keyword, , in Wikipedia concept cr. As shown in Fig. 6, each inverted list maintains only concepts whose weights are greater than 0. This inverted list is created in decreasing value on weights to support sorted accesses.
NRA-based Scheme for Computing ¾
From the definition of wr' given above, it is clear that the score function is monotone in the u independent lists since it is defined as a weight sum. Given a document d = [wi , W2 ,■■■ ■
Figure imgf000019_0001
NRA visits the input lists in a round-robin manner and updates a threshold vector = [Ti : r ,■■■ -, ru] where n is the last weight read on the list Li . In other words, a threshold vector consists of the upper bounds on the weights of unseen instances in input lists. After reading an instance icr , i,r) in the list, £i , the possible worst score of the r-th position in the semantically reinterpreted document vector, d'— [w[ w'2, - · · , w'r,■■■ , w'm]^ [s computed as
Figure imgf000019_0002
where KNr is a set of positions in the concept-vector, C-^, whose corresponding weights have been read before by the algorithm. On the other hand, the possible best score of r-th position in computed as follows PU100135
Figure imgf000020_0001
In summary, the possible worst score is computed based on the assumption that the unseen entries of the concept-vector will be 0, while the possible best score assumes that all unseen entries in the concept- vector will be encountered after the last scan position of each list. NRA maintains a cut off score, mink, equals to the lowest score in the current top-k candidates. NRA would stop the computation when a cut off score, mink, is greater than (or equal to) the highest best- score of concepts not belonging to the current top-k candidates. Although this stopping condition always guarantees to produce the correct top-k results (i.e., <¾ in our case), such stopping condition is overly pessimistic, assuming that all unknown values of each concept vector would be read after the current scan position of each list. This, however, is not the case especially for the sparse keyword-concept matrix where unknown values of each concept vector are expected to be 0 with a very high probability. Therefore, NRA may end up scanning the entire lists, which would be quite expensive. Efficiently Interpreting a Document with Wikipedia Concepts
In this section, the algorithm is described for the efficient semantic interpreter using Wikipedia. The proposed algorithm consists of two phases: (1) computing the approximate topic concepts, of a given document and (2) mapping an original document into the concept- space using Sk,a, Phase I: Identifying the approximate top-fc concept,
As described above, the threshold-based algorithms are based on the assumption that given sorted-lists, each object has a single score in each list. The possible scores of unseen objects in NRA algorithm are computed based on this assumption. This assumption, however, does not hold for the sparse keyword-concept matrix where most of entries are 0. Thus, in this subsection, first a method is described to estimate the scores of unseen objects with the sparse keyword-concept matrix, and then present a method to obtain the approximate top-k concepts of a given document leveraging the expected scores. PU100135
Estimating the Bounds on the Number of Input Lists
Since the assumption that each object has a single score in each input list is not valid for a sparse keyword-concept matrix, in this subsection the aim is to correctly estimate a bound on the number of input lists where each object is expected to be found during the computation. A histogram is usually used to approximate data distributions (i.e., probability density function). Many existing approximate top-k processing algorithms maintain histograms for input lists and estimate the scores of unknown objects by convoluting histograms. Generally, approximate methods are more efficient than exact schemes. Nevertheless, considering that there are a huge number of lists for the keyword-concept matrix, maintaining such histograms and convoluting them in run-time for computing possible aggregated scores is not a viable solution. Thus, in order to achieve further efficiency, the data distribution of each inverted list is simplified by relying on the binomial distribution: i.e., the case in which an inverted list contains a given concept or the other one in which it does not. Such simplified data distribution does not cause a significant reduction in the quality of the top-¾ results, due to the extreme sparsity of the concept matrix.
Given a keyword and a keyword-concept matrix C, the length of the corresponding sorted list, Li , is defined as
\Li \ = \{Ci,r I Ci,r > 0 where 1 < r < m} \.
Given a u x m keyword-concept matrix, C, we formulate the probability that an instance
(cr , Ci,r) S in Li as
Figure imgf000021_0001
m
Generally, the threshold-based algorithms sequentially scan the each sorted list. One can assume that the algorithm sequentially scans the first ft instances from the sorted list and the instance (cr , Ci,r} was not seen during the scans. Then, one can compute the probability, -^{Ci . r Ji }, that an instance {cr, Ci,r} wi\\ e found in the unscanned parts of the list Li (i.e., the remaining ( 1^ 1 ~~ > ) instances) as follows: PU100135
Note that (ci, r Ji ) will be 1 under the assumption that each object has a single score in each input list (i.e., 1-^1 = m). However, the keyword-concept matrix is extremely sparse, and thus, in most cases, r{°i, r -Ji ) is close to 0.
Given a document, d , and a corresponding u -dimensional vector, ^ = [wi , w2 , -■■ , "'«]. Furthermore, given d , let £ be a set of sorted lists such that:
C = Li I Wi > 0 where 1 < i < u}.
In other words, £ is a set of sorted lists whose corresponding words appear in a given document d . Other lists not in £ do not contribute to the computation of the semantically reinterpreted vector, d' , because their corresponding weights in the original vector d equal to 0 (Figure 2).
Further, it can be assumed that the occurrences of words in a document are independent of each other. The word- independence assumption has long been used by many applications due to its simplicity. Let Pf ound_exact ( ,cr .n) e the probability that the concept cv, which was not yet seen in any list so far, will be found in exactly n lists in £ afterward. Then, the probability can be computed as follows:
Figure imgf000022_0001
where,
_ 1
P{cr ,avg) — "Γ^Τ P{Ci i r ,fi ) -
Furthermore, one can compute the Pf ound-uPto(c,cr ,n)^ the probability that a fully unseen concept r will be found in up to n lists in £ during the computation as follows:
-Pfound_upto(C,c.r n) ^ ^ Pf ound_exact( l^c.r
0<q<n
Note that Pf ound_uPto(c ,cr , \ c \) always equals to 1.
As described earlier, the objective is to find the approximate top-fc concepts, satisfying that at least ak answers in belong to the exact top-A: results, <¾. Given PU100135 application (or user) provided acceptable precision rate a, in order to compute the bound, br, on the number of lists where a fully unavailable concept, tv, will be found, the value chosen is the smallest value br satisfying
Figure imgf000023_0001
In summary, W is the smallest value satisfying the probability of an unseen concept tv being less than W input lists is higher than an acceptable precision rate, .
Computing Expected Score for Fully or Partially Unseen Object
Once one estimates the number of lists where any fully unseen object will be found, one can compute the expected scores of fully (or partially) unseen objects.
Given a current threshold vector th— [n, Τ2 , · · , r«] and an original document vector d = , W2 ,■■■ ,
Figure imgf000023_0002
we define W as follows:
W— {wi x n I 1 < i < u}.
Then, the expected score of the fully unseen concept t is bounded by
l <h<br
where Wh is the /i-th largest value in W .
Each list in an inverted index is sorted on weights rather than concept IDs, which results in a partially available (seen) concept-vector of a given concept, tv, during the top-A: computation. Thus, we also need to estimate the expected scores of partially seen objects. Let tv be a partially seen concept. Furthermore, let KNr be a set of positions in the concept-vector, whose weights have been seen before by the algorithm. Then, the expected score of partially seen concept tv is defined as follows:
Figure imgf000023_0003
Figure imgf000023_0004
/iG K Nr
Otherwise, PU100135
Figure imgf000024_0001
h£ KNr | ijVr | + l <ii <¾r
Note that the expected score of any fully or partially seen concept, cr, will equal to the possible best score described above, when the bound, br, on the number of input lists where cr will be found is same with C. However, the sparsity of the keyword-concept matrix guarantees that the expected scores are always less than the possible best scores.
The Algorithm
FIG.7 describes the pseudo-code for the proposed algorithm to efficiently compute the approximate top-k concepts, <¾,«, of a given document. The algorithm first initializes the set of the approximate top-k , the cut off score, mink, and the set of candidates, C d. The threshold vector, th, is initially set to ■■■ : 1]. Initially, the expected score of any fully unseen concept is computed, as described in above (line 1-5).
Generally, the threshold algorithms visit or access input lists in a round-robin manner. In cases where the input lists have various lengths, however, this scheme can be inefficient, as resources are wasted for processing unpromising objects whose corresponding scores are relatively low, but are read early because they belong to short lists. To resolve this problem, the input lists are visited in a way to minimize the expected score of a fully unavailable concept. Intuitively, this enables the algorithm to stop the computation earlier by providing a higher cut off score, mink.
Given an original document vector, ^ = [wi , W2 , · · wu], and a current threshold vector, th— [TI , T2 , ■ ■ ■ , Tu]5 to decide which input list will be read next time by the algorithm, a list Li (line 8) is desired such that:
\/ h C- {L, } Wh X Th < Wi X Ti .
The list satisfying the above condition guarantees to minimize the expected score of any unavailable concept, and thus provides the early stopping condition to the algorithm.
For a newly seen instance ic , Ci r ) m the list Li , we compute the corresponding worst score, wr,wst, is computed and the candidate list is updated with (°r > wr,u,st ) (line 9-11). The cut PU100135 off score, mink, is selected such that mink equals to the k-th highest value of the worst scores in the current candidate set, Cnd (line 12). Then, the threshold vector is updated (line 13).
Between line 15 and 20, unpromising concepts are removed from the candidate set, which will not be in the top-k results with a high probability. For each concept, CP , in the current candidate set, the corresponding expected score, wp, e.xp is computed, as described in above. Note that each concept in the current candidate set corresponds to a partially seen concept. If the expected score, wv,* p, of the partially seen concept, cv, is less than the cut off score, the pair, ( p, wPf WRt) ^ ig removed from the current candidate set, since this concept is not expected to be in the final top-fc results with a high probability (line 18). In line 21, the expected score of any fully unseen concept is computed. The top-A: computation stops only when the current candidate set contains k elements and the expected scores of fully unseen concepts are likely to be less than the cut off score (line 7).
Phase 2: Mapping a Document from the Keyword-Space into the Concept-Space
Once the approximate top-k concepts of a given document are identified, the next step is to map an original document from the keyword-space into the concept-space. Fig. 8 describes the pseudo-code for mapping an original document from the keyword-space into the concept- space using Sk,a_
Initially, a semantically reinterpreted vector, d', is set to ' ' ' (ime 1 ) Since the algorithm in Figure 4 stops before scanning full input lists, the concept-vectors of the concepts in Sk, n. are partially available. Therefore, for each concept in it is needed to estimate the expected scores with the partially seen concept- vectors, as explained above (line 3). Then, the corresponding entries in the semantically reinterpreted vector, d', are updated with the estimated scores (line 4). Finally, the algorithm returns a semantically re-interpreted document vector, d' (line 6).
A novel semantic interpreter is described for efficiently enriching original documents based on concepts of the Wikipedia. The proposed approach enables to efficiently identify the most significant k -concepts in Wikipedia for a given document and leverage these concepts to semantically enrich an original document by mapping it from keyword- space to the concept- PU100135 space. Experimental results show that the proposed technique significantly improves efficiency of semantic reinterpretation without causing significant reduction in precision.
These and other features and advantages of the present principles may be readily ascertained by one of ordinary skill in the pertinent art based on the teachings herein. It is to be understood that the teachings of the present principles may be implemented in various forms of hardware, software, firmware, special purpose processors, or combinations thereof.
Most preferably, the teachings of the present principles are implemented as a combination of hardware and software. Moreover, the software may be implemented as an application program tangibly embodied on a program storage unit. The application program may be uploaded to, and executed by, a machine comprising any suitable architecture. Preferably, the machine is implemented on a computer platform having hardware such as one or more central processing units ("CPU"), a random access memory ("RAM"), and input/output ("I/O") interfaces. The computer platform may also include an operating system and microinstruction code. The various processes and functions described herein may be either part of the microinstruction code or part of the application program, or any combination thereof, which may be executed by a CPU. In addition, various other peripheral units may be connected to the computer platform such as an additional data storage unit and a printing unit.
It is to be further understood that, because some of the constituent system components and methods depicted in the accompanying drawings are preferably implemented in software, the actual connections between the system components or the process function blocks may differ depending upon the manner in which the present principles are programmed. Given the teachings herein, one of ordinary skill in the pertinent art will be able to contemplate these and similar implementations or configurations of the present principles. Although the illustrative embodiments have been described herein with reference to the accompanying drawings, it is to be understood that the present principles is not limited to those precise embodiments, and that various changes and modifications may be effected therein by one of ordinary skill in the pertinent art without departing from the scope or spirit of the present principles. All such changes and modifications are intended to be included within the scope of the present principles as set forth in the appended claims.

Claims

PU100135 CLAIMS
1. A method for performing semantic interpretation for keywords, the method comprising: obtaining one or more keywords for semantic interpretation;
computing top-k concepts in a knowledge database for the one or more keywords; and mapping the one or keywords into a concept space using the top-k concepts.
2. The method of claim 1, wherein the step of computing top-k concepts comprises the steps of:
estimating the bounds on the number of input lines; and
computing an expected score for a fully or partially unseen object.
3. The method of claim 1, wherein the step of obtaining one or more keywords for semantic interpretation comprises extracting keywords from close captioning data included with content.
4. The method of claim 1, further comprising processing concepts resulting from the mapping of the one or more keywords into the concept space.
5. The method of claim 4, wherein the processing comprises ranking the concepts
6. The method of claim 4, wherein the processing comprises creating a user profile based on the resulting concepts.
7. The method of claim 4, wherein the processing comprises creating a segmenting content based on the resulting concepts.
8. The method of claim 4, wherein the processing comprises filtering based on the resulting concepts.
9. The method of claim 4, wherein the processing comprises searching based on the resulting concepts. PU100135
10. A system for performing semantic interpretation for keywords, the system comprising: keyword collection;
concept collection; and
concept processing.
11. The system of claim 10, wherein keyword collection comprises:
a close caption extractor; and
a sentence segmenter;
12. The system of claim 10, wherein concept collection comprises:
a semantic interpreter; and
a concept accumulator.
13. The system of claim 10, wherein concept processing comprises:
ranking; and
a user profile
14. A computer program product comprising a computer useable medium having a computer readable program, wherein the computer readable program when executed on a computer causes the computer to perform method steps including:
obtaining one or more keywords for semantic interpretation;
computing top-k concepts in a knowledge database for the one or more keywords; and mapping the one or keywords into a concept space using the top-k concepts.
PCT/US2011/038991 2010-06-03 2011-06-03 Semantic enrichment by exploiting top-k processing WO2011153392A2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR1020127034385A KR101811468B1 (en) 2010-06-03 2011-06-03 Semantic enrichment by exploiting top-k processing
EP11790440.9A EP2691845A4 (en) 2010-06-03 2011-06-03 Semantic enrichment by exploiting top-k processing
JP2013513358A JP5894149B2 (en) 2010-06-03 2011-06-03 Enhancement of meaning using TOP-K processing
US13/701,347 US20130268261A1 (en) 2010-06-03 2011-06-03 Semantic enrichment by exploiting top-k processing
CN201180038012.8A CN103384883B (en) 2010-06-03 2011-06-03 Top-K process is utilized to make semantic abundant

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US35125210P 2010-06-03 2010-06-03
US61/351,252 2010-06-03
US39778010P 2010-06-17 2010-06-17
US61/397,780 2010-06-17
US45677410P 2010-11-13 2010-11-13
US61/456,774 2010-11-13

Publications (2)

Publication Number Publication Date
WO2011153392A2 true WO2011153392A2 (en) 2011-12-08
WO2011153392A3 WO2011153392A3 (en) 2013-12-27

Family

ID=45067306

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2011/038991 WO2011153392A2 (en) 2010-06-03 2011-06-03 Semantic enrichment by exploiting top-k processing

Country Status (6)

Country Link
US (1) US20130268261A1 (en)
EP (1) EP2691845A4 (en)
JP (1) JP5894149B2 (en)
KR (1) KR101811468B1 (en)
CN (1) CN103384883B (en)
WO (1) WO2011153392A2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609449A (en) * 2012-01-06 2012-07-25 华中科技大学 Method for building conceptual knowledge map based on Wikipedia
WO2016170561A1 (en) * 2015-04-24 2016-10-27 Nec Corporation An information processing system and an information processing method for semantic enrichment of text
US11507879B2 (en) * 2015-10-19 2022-11-22 International Business Machines Corporation Vector representation of words in a language

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8903712B1 (en) * 2011-09-27 2014-12-02 Nuance Communications, Inc. Call steering data tagging interface with automatic semantic clustering
JP5936698B2 (en) * 2012-08-27 2016-06-22 株式会社日立製作所 Word semantic relation extraction device
CN103631823B (en) 2012-08-28 2017-01-18 腾讯科技(深圳)有限公司 Method and device for recommending media content
US20140152891A1 (en) * 2012-12-05 2014-06-05 Silicon Image, Inc. Method and Apparatus for Reducing Digital Video Image Data
KR101616031B1 (en) * 2014-07-17 2016-04-28 동아대학교 산학협력단 Query Translator and Method for Cross-language Information Retrieval using Liguistic Resources from Wikipedia and Parallel Corpus
CN105279264B (en) * 2015-10-26 2018-07-03 深圳市智搜信息技术有限公司 A kind of semantic relevancy computational methods of document
KR102036314B1 (en) * 2017-12-29 2019-10-25 (주)터보소프트 Spatial web object retrieval system based on distributed processing and spatial web object retrieval method in using same

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080086490A1 (en) * 2006-10-04 2008-04-10 Sap Ag Discovery of services matching a service request

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6978274B1 (en) * 2001-08-31 2005-12-20 Attenex Corporation System and method for dynamically evaluating latent concepts in unstructured documents
US6847966B1 (en) * 2002-04-24 2005-01-25 Engenium Corporation Method and system for optimally searching a document database using a representative semantic space
US7085771B2 (en) * 2002-05-17 2006-08-01 Verity, Inc System and method for automatically discovering a hierarchy of concepts from a corpus of documents
US7610313B2 (en) * 2003-07-25 2009-10-27 Attenex Corporation System and method for performing efficient document scoring and clustering
US8612208B2 (en) * 2004-04-07 2013-12-17 Oracle Otc Subsidiary Llc Ontology for use with a system, method, and computer readable medium for retrieving information and response to a query
US8898134B2 (en) * 2005-06-27 2014-11-25 Make Sence, Inc. Method for ranking resources using node pool
US8140559B2 (en) * 2005-06-27 2012-03-20 Make Sence, Inc. Knowledge correlation search engine
US20070106499A1 (en) * 2005-08-09 2007-05-10 Kathleen Dahlgren Natural language search system
US7734623B2 (en) * 2006-11-07 2010-06-08 Cycorp, Inc. Semantics-based method and apparatus for document analysis
CN101251841B (en) * 2007-05-17 2011-06-29 华东师范大学 Method for establishing and searching feature matrix of Web document based on semantics
US9396262B2 (en) * 2007-10-12 2016-07-19 Lexxe Pty Ltd System and method for enhancing search relevancy using semantic keys
WO2009155281A1 (en) * 2008-06-17 2009-12-23 The Trustees Of Columbia University In The City Of New York System and method for dynamically and interactively searching media data
WO2010048172A1 (en) * 2008-10-20 2010-04-29 Cascaad Srl Social graph based recommender
US8751218B2 (en) * 2010-02-09 2014-06-10 Siemens Aktiengesellschaft Indexing content at semantic level
US8924391B2 (en) * 2010-09-28 2014-12-30 Microsoft Corporation Text classification using concept kernel

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080086490A1 (en) * 2006-10-04 2008-04-10 Sap Ag Discovery of services matching a service request

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HAUPTMANN ET AL.: 'Video Retrieval Based on Semantic Concepts.' PROCEEDINGS OF THE IEEE vol. 96, no. 4, April 2008, XP011206029 Retrieved from the Internet: <URL:http:/fieeexplore.ieee.org/Xplore/logi n.jsp?url=http%3A%2F%2Fieeexplore.ieee.org% 2Fie15%2F 5%2F4472076%2F04472084.pdf%3Famumber%3D4472 0848authDecision=-203> [retrieved on 2011-09-15] *
KRISHNAMURTHY ET AL.: 'Using Structured Queries for Keyword Information Retrieval.' 2007, XP055135748 Retrieved from the Internet: <URL:http://www.almaden.ibm.com/cs/projects/avatar/pubs/semsrchtechreport07.pdf> [retrieved on 2011-09-15] *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102609449A (en) * 2012-01-06 2012-07-25 华中科技大学 Method for building conceptual knowledge map based on Wikipedia
CN102609449B (en) * 2012-01-06 2014-05-07 华中科技大学 Method for building conceptual knowledge map based on Wikipedia
WO2016170561A1 (en) * 2015-04-24 2016-10-27 Nec Corporation An information processing system and an information processing method for semantic enrichment of text
US10354010B2 (en) 2015-04-24 2019-07-16 Nec Corporation Information processing system, an information processing method and a computer readable storage medium
US11507879B2 (en) * 2015-10-19 2022-11-22 International Business Machines Corporation Vector representation of words in a language

Also Published As

Publication number Publication date
KR20130120381A (en) 2013-11-04
EP2691845A2 (en) 2014-02-05
KR101811468B1 (en) 2017-12-21
JP5894149B2 (en) 2016-03-23
EP2691845A4 (en) 2018-01-10
US20130268261A1 (en) 2013-10-10
JP2014500528A (en) 2014-01-09
WO2011153392A3 (en) 2013-12-27
CN103384883A (en) 2013-11-06
CN103384883B (en) 2016-11-09

Similar Documents

Publication Publication Date Title
US11197036B2 (en) Multimedia stream analysis and retrieval
KR101811468B1 (en) Semantic enrichment by exploiting top-k processing
US9253511B2 (en) Systems and methods for performing multi-modal video datastream segmentation
US8750681B2 (en) Electronic apparatus, content recommendation method, and program therefor
KR101644789B1 (en) Apparatus and Method for providing information related to broadcasting program
US9100701B2 (en) Enhanced video systems and methods
US8694533B2 (en) Presenting mobile content based on programming context
US20170366828A1 (en) Processing and delivery of segmented video
US20160014482A1 (en) Systems and Methods for Generating Video Summary Sequences From One or More Video Segments
US20150082349A1 (en) Content Based Video Content Segmentation
US20130291019A1 (en) Self-learning methods, entity relations, remote control, and other features for real-time processing, storage, indexing, and delivery of segmented video
US20130007057A1 (en) Automatic image discovery and recommendation for displayed television content
US20150189343A1 (en) Dynamic media segment pricing
US20150161204A1 (en) Interactive system, server and control method thereof
TW200834355A (en) Information processing apparatus and method, and program
Messer et al. SeeNSearch: A context directed search facilitator for home entertainment devices
US20160085800A1 (en) Systems and methods for identifying an intent of a user query
US20120323900A1 (en) Method for processing auxilary information for topic generation
JP5335500B2 (en) Content search apparatus and computer program
Lian Innovative Internet video consuming based on media analysis techniques
KR102265406B1 (en) Server and method for comtrolling the server
KR20190116214A (en) Server and method for comtrolling the server
Gibbon et al. Video Content Personalization for IPTV Services
Bursuc et al. Mobile video navigation and retrieval services with the OVIDIUS platform
Bursuc et al. OVIDIUS: An on-line video retrieval platform for multi-terminal access

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2013513358

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2011790440

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20127034385

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 13701347

Country of ref document: US