Movatterモバイル変換


[0]ホーム

URL:


US20150293995A1 - Systems and Methods for Performing Multi-Modal Video Search - Google Patents

Systems and Methods for Performing Multi-Modal Video Search
Download PDF

Info

Publication number
US20150293995A1
US20150293995A1US14/325,191US201414325191AUS2015293995A1US 20150293995 A1US20150293995 A1US 20150293995A1US 201414325191 AUS201414325191 AUS 201414325191AUS 2015293995 A1US2015293995 A1US 2015293995A1
Authority
US
United States
Prior art keywords
video
search engine
video segments
keywords
segments
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US14/325,191
Inventor
David Mo Chen
Huizhong Chen
Maryam Daneshi
Andre Filgueiras de Araujo
Bernd Girod
Shanghsuan Tsai
Peter Vajda
Matthew Chuck-Jun Yu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Leland Stanford Junior University
Original Assignee
Individual
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 IndividualfiledCriticalIndividual
Priority to US14/325,191priorityCriticalpatent/US20150293995A1/en
Assigned to THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITYreassignmentTHE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITYASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: GIROD, BERND, CHEN, HUIZHONG, DE ARAUJO, ANDRE FILGUEIRAS, DANESHI, MARYAM, CHEN, David Mo, TSAI, SHANGHSUAN, VAJDA, PETER, YU, MATTHEW CHUCK-JUN
Publication of US20150293995A1publicationCriticalpatent/US20150293995A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Systems and methods are described that can provide users with personalized video content feeds. In several embodiments, a multi-modal segmentation process is utilized that relies upon cues derived from video, audio and/or text data present in a video data stream. In a number of embodiments, video streams from a variety of sources are segmented. Links are identified between video segments and between video segments and online articles containing additional information relevant to the video segments. The additional information obtained by linking a video segment to an additional source of data can be utilized in the generation of personalized playlists. In the context of news programming, the dynamic mixing and aggregation of news videos from multiple sources can greatly enrich the news watching experience. In several embodiments, processes for linking video segments to additional sources of data can be implemented as part of a video search engine service.

Description

Claims (26)

What is claimed is:
1. A video search engine, comprising:
a video search engine server system, comprising:
at least one processor;
memory containing an indexing application and a search engine application;
wherein the indexing application configures at least one processor to:
identify a set of video segments;
extract text data from a selected video segment in the set of video segments and use keywords from the extracted text data to identify candidate sources of relevant data based upon keywords contained within the candidate sources of relevant data; and
identify images from the candidate sources of relevant data, where at least a portion of the image matches at least a portion of a frame of video from within the selected video segment;
identify additional sources of relevant data from the candidate sources of relevant data based upon the extracted keywords, the keywords in the candidate sources of relevant data, and the identified images; and
generate an inverted index of video segments in the set of video segments that are relevant to specific keywords using the extracted keywords and the keywords contained within the additional sources of relevant data;
wherein the search engine application configures at least one processor to:
receive a search query;
identify video segments from the set of video segments that are relevant to the search query using the inverted index;
score the relevancy of the identified video segments to the search query; and
generate search results identifying at least one video segment relevant to the search query.
2. The video search engine ofclaim 1, wherein:
the search query is a text string; and
the search engine application configures at least one processor to extract query keywords from the text string and identify relevant video segments using the inverted index based upon the extracted query keywords.
3. The video search engine ofclaim 1, wherein:
the search query is an image;
the search engine application configures at least one processor to identify frames from video segments in the set of video segments, where at least a portion of the image matches at least a portion of a frame of video from within a given video segment from the set of video segments.
4. The video search engine ofclaim 3, wherein the search engine application configures at least one processor to:
identify keywords relevant to the image based upon the keywords that are relevant to video segments from the set of video segments that include at least one frame in which at least a portion of the image matches at least a portion of the frame; and
identify relevant video segments using the inverted index based upon the keywords identified as relevant to the image.
5. The video search engine ofclaim 1, wherein:
the search query is a video segment
the search engine application configures at least one processor to identify frames from video segments in the set of video segments, where at least a portion of a frame from the query video segment matches at least a portion of a frame of video from within a given video segment from the set of video segments.
6. The video search engine ofclaim 5, wherein the search engine application configures at least one processor to:
identify keywords relevant to the query video segment based upon the keywords that are relevant to video segments from the set of video segments that include at least one frame in which at least a portion of the frame matches at least a portion of a frame from the query video segment; and
identify relevant video segments using the inverted index based upon the keywords identified as relevant to the query video segment.
7. The video search engine ofclaim 1, wherein the indexing application further configures at least one processor to identify additional sources of relevant data from the candidate sources of relevant data based upon the extracted keywords, the keywords in the candidate sources of relevant data, the identified images, and timestamps associated with the selected video segment and the candidate sources of relevant data.
8. The video search engine ofclaim 1, wherein the indexing application further configures at least one processor to use keywords from the extracted text data to identify candidate sources of relevant data based upon keywords contained within the candidate sources of relevant data based upon bag-of-words histogram comparisons that enable matching of text segments from the extracted text data with similar distributions of words in a candidate source of relevant data.
9. The video search engine ofclaim 8, wherein the indexing application further configures at least one processor to calculate a term frequency-inverse document frequency (tf-idf) histogram intersection score (S(Ha, Hb)) as follows:
S(Ha,Hb)=widf(w)·min(Ha(w),Hb(w))idf(w)=log(maxxf(x))-log(f(w))
where, Ha(w) and Hb(w) are the L1 normalized histograms of the words in the two sets of words; and
{f(w)} is the set of estimated relative word frequencies.
10. The video search engine ofclaim 9, where the indexing application further configures at least one processor to determine that a candidate source of relevant data is an additional source of relevant data when the tf-idf histogram intersection score (S(Ha, Hb)) exceeds a predetermined threshold.
11. The video search engine ofclaim 1, wherein the indexing application further configures at least one processor to:
identify named entities within the text data extracted from the selected video segment; and
determine that a candidate source of relevant data is an additional source of relevant data when a predetermined number of named entities are present within both the candidate source of relevant data and the text data extracted from the selected video segment.
12. The video search engine ofclaim 11, wherein the indexing application further configures at least one processor to identify additional named entities by performing object recognition.
13. The video search engine ofclaim 1, wherein the indexing application further configures at least one processor to identify candidate sources of relevant data by providing at least some of the keywords extracted from the selected video segment to a search engine.
14. The video search engine ofclaim 13, wherein the indexing application further configures at least one processor to identify a title from text extracted from at least one frame of video from a selected video segment and identify candidate sources of relevant data and the keyword provided to the search engine is the extracted title.
15. The video search engine ofclaim 1, wherein the indexing application further configures at least one processor to identify at least a portion of an image from a candidate source of relevant data that matches at least a portion of a frame of video from within the selected video segment by determining that a given frame of video contains a region that includes a geometrically and photometrically distorted version of a portion of an image obtained from the candidate source of relevant data.
16. The video search engine ofclaim 1, wherein:
the indexing application configures at least one processor to identify relationships between individual video segments in the set of video segments; and
the search engine application configures at least one processor to determine at least a portion of the relevancy score of a specific video segment to the search query based upon the number of related video segments in the set of video segments.
17. The video search engine ofclaim 1, wherein:
timestamps are associated with the video segments in the set of video segments; and
the search engine application configures at least one processor to determine at least a portion of the relevancy score of a specific video segment to the search query based upon the number of related video segments in the set of video segments with associated timestamps that are within a predetermined time period.
18. The video search engine ofclaim 16, wherein the indexing application configures at least one processor to identify whether video segments are related based upon keywords associated with the video segments.
19. The video search engine ofclaim 18, wherein the indexing application configures at least one processor to calculate a term frequency-inverse document frequency (tf-idf) histogram intersection score (S(Ha, Hb)) for the keywords associated with the two video segments as follows:
S(Ha,Hb)=widf(w)·min(Ha(w),Hb(w))idf(w)=log(maxxf(x))-log(f(w))
where, Ha(w) and Hb(w) are the L1 normalized histograms of the words in the two sets of words; and
{f(w)} is the set of estimated relative word frequencies.
20. The video search engine ofclaim 19, wherein the indexing application configures at least one processor to determine that a first video segment is related to a second video segment when the term frequency-inverse document frequency (tf-idf) histogram intersection score exceeds a first threshold and the number of named entities associated with each of the video segments exceeds a second threshold.
21. The video search engine ofclaim 1, wherein the search engine application configures at least one processor to determine at least a portion of the relevancy score of a specific video segment to the search query based upon the number of common keywords.
22. The video search engine ofclaim 1, wherein the search engine application configures at least one processor to determine at least a portion of the relevancy score of a specific video segment to the search query based upon the frequency of the common keywords with respect to the specific video segment.
23. The video search engine ofclaim 1, wherein the search engine application configures at least one processor to determine at least a portion of the relevancy score of a specific video segment to the search query based upon the number of images from the search query, where at least a portion of the image matches at least a portion of a frame from the specific video segment.
24. The video search engine ofclaim 1, wherein the search engine application configures at least one processor to weight the relevancy score of a specific video segment based upon user preferences.
25. The video search engine ofclaim 1, wherein the search results also include links to additional sources of relevant data that are relevant to the relevant video segments identified in the search results.
26. A method of providing a video search engine service, comprising:
identifying a set of video segments using a video search engine server system;
extracting text data from a selected video segment in the set of video segments using the video search engine server system;
identifying candidate sources of relevant data using the video search engine server system based upon keywords contained within the candidate sources of relevant data and keywords from the extracted text data; and
identifying images from the candidate sources of relevant data using the video search engine server system, where at least a portion of the image matches at least a portion of a frame of video from within the selected video segment;
identifying additional sources of relevant data from the candidate sources of relevant data based upon the extracted keywords, the keywords in the candidate sources of relevant data, and the identified images; and
generating an inverted index of video segments in the set of video segments that are relevant to specific keywords using the video search engine server system based upon the extracted keywords and the keywords contained within the additional sources of relevant data;
receiving a search query using the video search engine server system;
identifying video segments from the set of video segments that are relevant to the search query using the video search engine server system based upon the inverted index;
scoring the relevancy of the identified video segments to the search query using the video search engine server system; and
generating search results identifying at least one video segment relevant to the search using the video search engine server system.
US14/325,1912014-04-142014-07-07Systems and Methods for Performing Multi-Modal Video SearchAbandonedUS20150293995A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US14/325,191US20150293995A1 (en)2014-04-142014-07-07Systems and Methods for Performing Multi-Modal Video Search

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201461978988P2014-04-142014-04-14
US14/325,191US20150293995A1 (en)2014-04-142014-07-07Systems and Methods for Performing Multi-Modal Video Search

Publications (1)

Publication NumberPublication Date
US20150293995A1true US20150293995A1 (en)2015-10-15

Family

ID=54265214

Family Applications (3)

Application NumberTitlePriority DateFiling Date
US14/325,191AbandonedUS20150293995A1 (en)2014-04-142014-07-07Systems and Methods for Performing Multi-Modal Video Search
US14/325,202Expired - Fee RelatedUS9253511B2 (en)2014-04-142014-07-07Systems and methods for performing multi-modal video datastream segmentation
US14/325,177AbandonedUS20150293928A1 (en)2014-04-142014-07-07Systems and Methods for Generating Personalized Video Playlists

Family Applications After (2)

Application NumberTitlePriority DateFiling Date
US14/325,202Expired - Fee RelatedUS9253511B2 (en)2014-04-142014-07-07Systems and methods for performing multi-modal video datastream segmentation
US14/325,177AbandonedUS20150293928A1 (en)2014-04-142014-07-07Systems and Methods for Generating Personalized Video Playlists

Country Status (1)

CountryLink
US (3)US20150293995A1 (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20160063103A1 (en)*2014-08-272016-03-03International Business Machines CorporationConsolidating video search for an event
CN105389361A (en)*2015-11-052016-03-09百度在线网络技术(北京)有限公司Search recommendation method and apparatus
US20170109327A1 (en)*2015-05-202017-04-20Shenzhen Skyworth-Rgb Electronic Co., LtdMethod and system for webpage processing
CN106682195A (en)*2016-12-292017-05-17北京奇虎科技有限公司Method for processing search result page, search server and system
US9870800B2 (en)2014-08-272018-01-16International Business Machines CorporationMulti-source video input
WO2018026567A1 (en)*2016-08-012018-02-08Microsoft Technology Licensing, LlcVideo segment playlist generation in a video management system
US10277953B2 (en)*2016-12-062019-04-30The Directv Group, Inc.Search for content data in content
US10448063B2 (en)*2017-02-222019-10-15International Business Machines CorporationSystem and method for perspective switching during video access
US10474724B1 (en)*2015-09-182019-11-12Mpulse Mobile, Inc.Mobile content attribute recommendation engine
US10592750B1 (en)*2015-12-212020-03-17Amazon Technlogies, Inc.Video rule engine
JP2020042770A (en)*2018-09-072020-03-19台達電子工業股▲ふん▼有限公司Delta Electronics,Inc.Data search method and data search system
US20200195989A1 (en)*2018-12-142020-06-18Rovi Guides, Inc.Generating media content keywords based on video-hosting website content
CN113127679A (en)*2019-12-302021-07-16阿里巴巴集团控股有限公司Video searching method and device and index construction method and device
US20210224346A1 (en)2018-04-202021-07-22Facebook, Inc.Engaging Users by Personalized Composing-Content Recommendation
KR20210118429A (en)*2019-01-182021-09-30스냅 아이엔씨 Methods and Systems for Searching and Ranking Personalized Videos
US20220012076A1 (en)*2018-04-202022-01-13Facebook, Inc.Processing Multimodal User Input for Assistant Systems
US11386163B2 (en)2018-09-072022-07-12Delta Electronics, Inc.Data search method and data search system thereof for generating and comparing strings
US20220284218A1 (en)*2021-03-052022-09-08Beijing Baidu Netcom Science Technology Co., Ltd.Video classification method, electronic device and storage medium
US11604920B2 (en)2020-04-202023-03-14Microsoft Technology Licensing, LlcVisual parsing for annotation extraction
US11715042B1 (en)2018-04-202023-08-01Meta Platforms Technologies, LlcInterpretability of deep reinforcement learning models in assistant systems
WO2023095043A3 (en)*2021-11-242023-09-21Jio Platforms LimitedSystem and method for generating recommendations from multiple domains
US20240012849A1 (en)*2022-07-112024-01-11Adobe Inc.Multichannel content recommendation system
US11886473B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US12118371B2 (en)2018-04-202024-10-15Meta Platforms, Inc.Assisting users with personalized and contextual communication content
WO2025189018A1 (en)*2024-03-072025-09-12Reve Ai, Inc.Multi-modal content generation and semantic retrieval system

Families Citing this family (99)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20140123178A1 (en)*2012-04-272014-05-01Mixaroo, Inc.Self-learning methods, entity relations, remote control, and other features for real-time processing, storage, indexing, and delivery of segmented video
US12323673B2 (en)2012-04-272025-06-03Comcast Cable Communications, LlcAudiovisual content item transcript search engine
US11055340B2 (en)*2013-10-032021-07-06Minute Spoteam Ltd.System and method for creating synopsis for multimedia content
US9646227B2 (en)*2014-07-292017-05-09Microsoft Technology Licensing, LlcComputerized machine learning of interesting video sections
US9934423B2 (en)2014-07-292018-04-03Microsoft Technology Licensing, LlcComputerized prominent character recognition in videos
US9628873B2 (en)*2014-09-052017-04-18Verizon Patent And Licensing Inc.Methods and systems for identifying a media program clip associated with a trending topic
US9467743B2 (en)*2014-09-152016-10-11Verizon Patent And Licensing Inc.Personalized content aggregation platform
US10318575B2 (en)*2014-11-142019-06-11Zorroa CorporationSystems and methods of building and using an image catalog
US10572491B2 (en)*2014-11-192020-02-25Google LlcMethods, systems, and media for presenting related media content items
US20160212487A1 (en)*2015-01-192016-07-21Srinivas RaoMethod and system for creating seamless narrated videos using real time streaming media
US11488042B1 (en)*2015-02-262022-11-01Imdb.Com, Inc.Dynamic determination of media consumption
US20160294890A1 (en)*2015-03-312016-10-06Facebook, Inc.Multi-user media presentation system
US10003836B2 (en)2015-04-232018-06-19Rovi Guides, Inc.Systems and methods for improving accuracy in media asset recommendation models based on users' levels of enjoyment with respect to media assets
US10575057B2 (en)*2015-04-232020-02-25Rovi Guides, Inc.Systems and methods for improving accuracy in media asset recommendation models
EP4224330A3 (en)*2015-06-012024-01-24Sinclair Broadcast Group, Inc.Content segmentation and time reconciliation
US20170055014A1 (en)*2015-08-212017-02-23Vilynx, Inc.Processing video usage information for the delivery of advertising
KR101656245B1 (en)*2015-09-092016-09-09주식회사 위버플Method and system for extracting sentences
US9858967B1 (en)2015-09-092018-01-02A9.Com, Inc.Section identification in video content
US10261963B2 (en)2016-01-042019-04-16Gracenote, Inc.Generating and distributing playlists with related music and stories
US20170235828A1 (en)*2016-02-122017-08-17Microsoft Technology Licensing, LlcText Digest Generation For Searching Multiple Video Streams
US9984314B2 (en)2016-05-062018-05-29Microsoft Technology Licensing, LlcDynamic classifier selection based on class skew
US10204417B2 (en)*2016-05-102019-02-12International Business Machines CorporationInteractive video generation
US11409791B2 (en)2016-06-102022-08-09Disney Enterprises, Inc.Joint heterogeneous language-vision embeddings for video tagging and search
US20170366860A1 (en)*2016-06-212017-12-21Thomson LicensingApparatus and Method for Recording Transition History and Selecting Next Playback from the Transition History
US11314799B2 (en)*2016-07-292022-04-26Splunk Inc.Event-based data intake and query system employing non-text machine data
US10956481B2 (en)2016-07-292021-03-23Splunk Inc.Event-based correlation of non-text machine data
US10311112B2 (en)2016-08-092019-06-04Zorroa CorporationLinearized search of visual media
US10467257B2 (en)2016-08-092019-11-05Zorroa CorporationHierarchical search folders for a document repository
US10277540B2 (en)*2016-08-112019-04-30Jurni Inc.Systems and methods for digital video journaling
US10664514B2 (en)2016-09-062020-05-26Zorroa CorporationMedia search processing using partial schemas
US10387488B2 (en)*2016-12-072019-08-20At7T Intellectual Property I, L.P.User configurable radio
US10171843B2 (en)*2017-01-192019-01-01International Business Machines CorporationVideo segment manager
US10754514B1 (en)2017-03-012020-08-25Matroid, Inc.Machine learning in video classification with schedule highlighting
US10225603B2 (en)*2017-03-132019-03-05Wipro LimitedMethods and systems for rendering multimedia content on a user device
US10735784B2 (en)*2017-03-312020-08-04Scripps Networks Interactive, Inc.Social media asset portal
US11250054B1 (en)*2017-05-102022-02-15Waylens, Inc.Dynamic partitioning of input frame buffer to optimize resources of an object detection and recognition system
CN108932252A (en)*2017-05-252018-12-04合网络技术(北京)有限公司Video aggregation method and device
US10701413B2 (en)*2017-06-052020-06-30Disney Enterprises, Inc.Real-time sub-second download and transcode of a video stream
US10652592B2 (en)*2017-07-022020-05-12Comigo Ltd.Named entity disambiguation for providing TV content enrichment
EP3425483B1 (en)*2017-07-072024-01-10Accenture Global Solutions LimitedIntelligent object recognizer
US10970334B2 (en)*2017-07-242021-04-06International Business Machines CorporationNavigating video scenes using cognitive insights
US10769207B2 (en)2017-08-172020-09-08Opentv, Inc.Multimedia focalization
US11275787B2 (en)*2017-08-312022-03-15Micro Focus LlcEntity viewpoint determinations
CN107770598B (en)*2017-10-122020-06-30维沃移动通信有限公司 A detection method for synchronous playback, and a mobile terminal
US10628486B2 (en)*2017-11-152020-04-21Google LlcPartitioning videos
CN107918657B (en)*2017-11-202021-10-08腾讯科技(深圳)有限公司Data source matching method and device
CN108134950B (en)*2017-12-072022-05-06广州锐竞信息科技有限责任公司Intelligent video recommendation method and system
CN108388570B (en)*2018-01-092021-09-28北京一览科技有限公司Method and device for carrying out classification matching on videos and selection engine
US12052455B2 (en)*2018-01-192024-07-30Mux, Inc.System and method for detecting and reporting concurrent viewership of online audio-video content
US11064268B2 (en)*2018-03-232021-07-13Disney Enterprises, Inc.Media content metadata mapping
US10558761B2 (en)*2018-07-052020-02-11Disney Enterprises, Inc.Alignment of video and textual sequences for metadata analysis
CN109101558B (en)*2018-07-122022-07-01北京猫眼文化传媒有限公司Video retrieval method and device
US11853107B2 (en)2018-07-242023-12-26MachEye, Inc.Dynamic phase generation and resource load reduction for a query
US11841854B2 (en)2018-07-242023-12-12MachEye, Inc.Differentiation of search results for accurate query output
US11341126B2 (en)2018-07-242022-05-24MachEye, Inc.Modifying a scope of a canonical query
US11816436B2 (en)2018-07-242023-11-14MachEye, Inc.Automated summarization of extracted insight data
US11651043B2 (en)*2018-07-242023-05-16MachEye, Inc.Leveraging analytics across disparate computing devices
US10764654B2 (en)2018-08-012020-09-01Dish Network L.L.C.Automatically generating supercuts
US11153663B2 (en)2018-08-012021-10-19Dish Network L.L.C.Automatically generating supercuts
CN109151557B (en)*2018-08-102021-02-19Oppo广东移动通信有限公司Video creation method and related device
KR20250020737A (en)*2018-09-182025-02-11버티고 스튜디오스 엘엘씨Interoperable digital social recorder of multi-threaded smart routed media and crypto asset compliance and payment systems and methods
CN110248208B (en)*2018-10-222023-03-24浙江大华技术股份有限公司Video playing method and device, electronic equipment and storage medium
CN111314775B (en)*2018-12-122021-09-07华为终端有限公司Video splitting method and electronic equipment
KR102863164B1 (en)2019-01-182025-09-23스냅 아이엔씨Systems and methods for realistic head turns and face animation synthesis on mobile device
CN110035311A (en)*2019-04-042019-07-19网宿科技股份有限公司A kind of methods, devices and systems that message flow and audio/video flow is played simultaneously
US11102540B2 (en)*2019-04-042021-08-24Wangsu Science & Technology Co., Ltd.Method, device and system for synchronously playing message stream and audio-video stream
US12073177B2 (en)*2019-05-172024-08-27Applications Technology (Apptek), LlcMethod and apparatus for improved automatic subtitle segmentation using an artificial neural network model
CN110321441A (en)*2019-07-112019-10-11北京奇艺世纪科技有限公司A kind of method and relevant device generating recommendation information
US11836179B1 (en)*2019-10-292023-12-05Meta Platforms Technologies, LlcMultimedia query system
CN111212329B (en)*2020-01-142021-03-19北京锐马视讯科技有限公司IP video/audio code stream switching method and device, equipment and storage medium
IT202000005875A1 (en)*2020-03-192021-09-19Radio Dimensione Suono Spa SYSTEM AND METHOD OF AUTOMATIC ENRICHMENT OF INFORMATION FOR AUDIO STREAMS
US11238287B2 (en)*2020-04-022022-02-01Rovi Guides, Inc.Systems and methods for automated content curation using signature analysis
US11574248B2 (en)2020-04-022023-02-07Rovi Guides, Inc.Systems and methods for automated content curation using signature analysis
CN111522970A (en)*2020-04-102020-08-11广东小天才科技有限公司Exercise recommendation method, exercise recommendation device, exercise recommendation equipment and storage medium
CN111681677B (en)*2020-06-092023-08-04杭州星合尚世影视传媒有限公司Video object sound effect construction method, system, device and readable storage medium
CN111669627B (en)*2020-06-302022-02-15广州市百果园信息技术有限公司Method, device, server and storage medium for determining video code rate
WO2022031283A1 (en)*2020-08-052022-02-10Hewlett-Packard Development Company, L.P.Video stream content
EP3985669A1 (en)*2020-10-162022-04-20Moodagent A/SMethods and systems for automatically matching audio content with visual input
US12039501B2 (en)*2020-10-262024-07-16Genpact Usa, Inc.Artificial intelligence based determination of damage to physical structures via video
CN112033335B (en)*2020-11-052021-01-26成都中轨轨道设备有限公司Intelligent monitoring and early warning system and method for railway gauging rule
US11297383B1 (en)2020-11-202022-04-05International Business Machines CorporationGap filling using personalized injectable media
US20220245424A1 (en)*2021-01-292022-08-04Samsung Electronics Co., Ltd.Microgenre-based hyper-personalization with multi-modal machine learning
US12056929B2 (en)2021-05-112024-08-06Google LlcAutomatic generation of events using a machine-learning model
US11805083B2 (en)2021-05-272023-10-31Rovi Guides, Inc.System and methods to generate messages for user shared media
US12022153B2 (en)2021-06-292024-06-25Rovi Guides, Inc.Methods and systems for generating a playlist of content items and content item segments
FR3125193A1 (en)*2021-07-082023-01-13• Ecole nationale supérieure de l’électronique et de ses applications Computerized process of audiovisual de-linearization
US12314679B2 (en)*2021-07-092025-05-27Transitional Forms Inc.Automated narrative production system and script production method with real-time interactive characters
CN113868519B (en)*2021-09-182023-11-14北京百度网讯科技有限公司 Information search methods, devices, electronic equipment and storage media
US12375766B2 (en)*2022-02-142025-07-29Snap Inc.Video synthesis via multimodal conditioning
US20230353798A1 (en)*2022-04-292023-11-02Rajiv TrehanMethod and system of generating on-demand video of interactive activities
US12235891B2 (en)*2022-06-282025-02-25Adobe Inc.Generating embeddings for text and image queries within a common embedding space for visual-text image searches
US12271983B2 (en)2022-06-282025-04-08Adobe Inc.Generating unified embeddings from multi-modal canvas inputs for image retrieval
CN115695910B (en)*2022-09-272024-12-03北京奇艺世纪科技有限公司 Video editing method, device, electronic device and storage medium
US12046260B2 (en)2022-10-272024-07-23Spotify AbArchitecture for personalized media segmentation
EP4391552A1 (en)*2022-12-232024-06-26NOS Inovação, S.A.Method and system for generating video streaming content bookmarks
CN116055825B (en)*2023-01-102024-08-09湖南快乐阳光互动娱乐传媒有限公司Method and device for generating video title
US12328488B2 (en)2023-06-072025-06-10Spotify AbSystems, methods and computer products for dynamic segment resolution and transferring dynamic-segment metadata across media playback devices
CN116958331B (en)*2023-09-202024-01-19四川蜀天信息技术有限公司Sound and picture synchronization adjusting method and device and electronic equipment
US12235897B1 (en)*2024-04-302025-02-25Fmr LlcMultimodal enhancement of interactions in conversation service applications

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20050262051A1 (en)*2004-05-132005-11-24International Business Machines CorporationMethod and system for propagating annotations using pattern matching
US20070038600A1 (en)*2005-08-102007-02-15Guha Ramanathan VDetecting spam related and biased contexts for programmable search engines
US20090112830A1 (en)*2007-10-252009-04-30Fuji Xerox Co., Ltd.System and methods for searching images in presentations
US7933338B1 (en)*2004-11-102011-04-26Google Inc.Ranking video articles
US20110099195A1 (en)*2009-10-222011-04-28Chintamani PatwardhanMethod and Apparatus for Video Search and Delivery
US20120036139A1 (en)*2009-03-312012-02-09Kabushiki Kaisha ToshibaContent recommendation device, method of recommending content, and computer program product
US20140044361A1 (en)*2011-02-212014-02-13Enswers Co., Ltd.Device and method for analyzing the correlation between an image and another image or between an image and a video
US20150055854A1 (en)*2013-08-202015-02-26Xerox CorporationLearning beautiful and ugly visual attributes

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20030093790A1 (en)*2000-03-282003-05-15Logan James D.Audio and video program recording, editing and playback systems using metadata
US7403910B1 (en)2000-04-282008-07-22Netflix, Inc.Approach for estimating user ratings of items
WO2006130824A2 (en)2005-06-012006-12-07Google Inc.Media play optimization
US9697231B2 (en)*2005-11-092017-07-04Cxense AsaMethods and apparatus for providing virtual media channels based on media search
US8275764B2 (en)2007-08-242012-09-25Google Inc.Recommending media programs based on media program popularity
US7853622B1 (en)2007-11-012010-12-14Google Inc.Video-related recommendations using link structure
US8055655B1 (en)2008-02-152011-11-08Google Inc.User interaction based related digital content items
US9396258B2 (en)2009-01-222016-07-19Google Inc.Recommending video programs
US8402482B2 (en)2010-03-232013-03-19Google Inc.Distributing content
US8533066B2 (en)2010-10-132013-09-10Hulu, LLCMethod and apparatus for recommending media programs based on correlated user feedback
US8832735B2 (en)2010-10-152014-09-09Hulu, LLCProcessing workflow for recommending media programs
CN103329151B (en)2010-12-012016-09-28谷歌公司 Recommendation based on topic clustering
GB2486257B (en)*2010-12-092015-05-27Samsung Electronics Co LtdMultimedia system and method of recommending multimedia content
US10311386B2 (en)2011-07-082019-06-04Netflix, Inc.Identifying similar items based on interaction history
US8868481B2 (en)2011-12-142014-10-21Google Inc.Video recommendation based on video co-occurrence statistics
US8484203B1 (en)2012-01-042013-07-09Google Inc.Cross media type recommendations for media items based on identified entities

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20050262051A1 (en)*2004-05-132005-11-24International Business Machines CorporationMethod and system for propagating annotations using pattern matching
US7933338B1 (en)*2004-11-102011-04-26Google Inc.Ranking video articles
US20070038600A1 (en)*2005-08-102007-02-15Guha Ramanathan VDetecting spam related and biased contexts for programmable search engines
US20090112830A1 (en)*2007-10-252009-04-30Fuji Xerox Co., Ltd.System and methods for searching images in presentations
US20120036139A1 (en)*2009-03-312012-02-09Kabushiki Kaisha ToshibaContent recommendation device, method of recommending content, and computer program product
US20110099195A1 (en)*2009-10-222011-04-28Chintamani PatwardhanMethod and Apparatus for Video Search and Delivery
US20140044361A1 (en)*2011-02-212014-02-13Enswers Co., Ltd.Device and method for analyzing the correlation between an image and another image or between an image and a video
US20150055854A1 (en)*2013-08-202015-02-26Xerox CorporationLearning beautiful and ugly visual attributes

Cited By (62)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10713297B2 (en)2014-08-272020-07-14International Business Machines CorporationConsolidating video search for an event
US9870800B2 (en)2014-08-272018-01-16International Business Machines CorporationMulti-source video input
US20160063103A1 (en)*2014-08-272016-03-03International Business Machines CorporationConsolidating video search for an event
US10102285B2 (en)*2014-08-272018-10-16International Business Machines CorporationConsolidating video search for an event
US11847163B2 (en)2014-08-272023-12-19International Business Machines CorporationConsolidating video search for an event
US10332561B2 (en)2014-08-272019-06-25International Business Machines CorporationMulti-source video input
US20170109327A1 (en)*2015-05-202017-04-20Shenzhen Skyworth-Rgb Electronic Co., LtdMethod and system for webpage processing
US9898443B2 (en)*2015-05-202018-02-20Shenzhen Skyworth-Rgb Electronic Co., LtdMethod and system for webpage processing
US10474724B1 (en)*2015-09-182019-11-12Mpulse Mobile, Inc.Mobile content attribute recommendation engine
US11416568B2 (en)*2015-09-182022-08-16Mpulse Mobile, Inc.Mobile content attribute recommendation engine
CN105389361A (en)*2015-11-052016-03-09百度在线网络技术(北京)有限公司Search recommendation method and apparatus
US10592750B1 (en)*2015-12-212020-03-17Amazon Technlogies, Inc.Video rule engine
US10116981B2 (en)2016-08-012018-10-30Microsoft Technology Licensing, LlcVideo management system for generating video segment playlist using enhanced segmented videos
CN109564576A (en)*2016-08-012019-04-02微软技术许可有限责任公司Video clip playlist in system for managing video generates
WO2018026567A1 (en)*2016-08-012018-02-08Microsoft Technology Licensing, LlcVideo segment playlist generation in a video management system
US10277953B2 (en)*2016-12-062019-04-30The Directv Group, Inc.Search for content data in content
CN106682195A (en)*2016-12-292017-05-17北京奇虎科技有限公司Method for processing search result page, search server and system
US10448063B2 (en)*2017-02-222019-10-15International Business Machines CorporationSystem and method for perspective switching during video access
US10674183B2 (en)2017-02-222020-06-02International Business Machines CorporationSystem and method for perspective switching during video access
US20230186618A1 (en)2018-04-202023-06-15Meta Platforms, Inc.Generating Multi-Perspective Responses by Assistant Systems
US12118371B2 (en)2018-04-202024-10-15Meta Platforms, Inc.Assisting users with personalized and contextual communication content
US20210224346A1 (en)2018-04-202021-07-22Facebook, Inc.Engaging Users by Personalized Composing-Content Recommendation
US12406316B2 (en)2018-04-202025-09-02Meta Platforms, Inc.Processing multimodal user input for assistant systems
US20220012076A1 (en)*2018-04-202022-01-13Facebook, Inc.Processing Multimodal User Input for Assistant Systems
US12374097B2 (en)2018-04-202025-07-29Meta Platforms, Inc.Generating multi-perspective responses by assistant systems
US12198413B2 (en)2018-04-202025-01-14Meta Platforms, Inc.Ephemeral content digests for assistant systems
US12131522B2 (en)2018-04-202024-10-29Meta Platforms, Inc.Contextual auto-completion for assistant systems
US12131523B2 (en)2018-04-202024-10-29Meta Platforms, Inc.Multiple wake words for systems with multiple smart assistants
US11544305B2 (en)2018-04-202023-01-03Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US12125272B2 (en)2018-04-202024-10-22Meta Platforms Technologies, LlcPersonalized gesture recognition for user interaction with assistant systems
US11676220B2 (en)*2018-04-202023-06-13Meta Platforms, Inc.Processing multimodal user input for assistant systems
US12112530B2 (en)2018-04-202024-10-08Meta Platforms, Inc.Execution engine for compositional entity resolution for assistant systems
US11688159B2 (en)2018-04-202023-06-27Meta Platforms, Inc.Engaging users by personalized composing-content recommendation
US11694429B2 (en)2018-04-202023-07-04Meta Platforms Technologies, LlcAuto-completion for gesture-input in assistant systems
US11704900B2 (en)2018-04-202023-07-18Meta Platforms, Inc.Predictive injection of conversation fillers for assistant systems
US11704899B2 (en)2018-04-202023-07-18Meta Platforms, Inc.Resolving entities from multiple data sources for assistant systems
US11715289B2 (en)2018-04-202023-08-01Meta Platforms, Inc.Generating multi-perspective responses by assistant systems
US11715042B1 (en)2018-04-202023-08-01Meta Platforms Technologies, LlcInterpretability of deep reinforcement learning models in assistant systems
US11721093B2 (en)2018-04-202023-08-08Meta Platforms, Inc.Content summarization for assistant systems
US11727677B2 (en)2018-04-202023-08-15Meta Platforms Technologies, LlcPersonalized gesture recognition for user interaction with assistant systems
US12001862B1 (en)2018-04-202024-06-04Meta Platforms, Inc.Disambiguating user input with memorization for improved user assistance
US11908179B2 (en)2018-04-202024-02-20Meta Platforms, Inc.Suggestions for fallback social contacts for assistant systems
US11886473B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Intent identification for agent matching by assistant systems
US11887359B2 (en)2018-04-202024-01-30Meta Platforms, Inc.Content suggestions for content digests for assistant systems
US11386163B2 (en)2018-09-072022-07-12Delta Electronics, Inc.Data search method and data search system thereof for generating and comparing strings
JP2020042770A (en)*2018-09-072020-03-19台達電子工業股▲ふん▼有限公司Delta Electronics,Inc.Data search method and data search system
US12294753B2 (en)2018-12-142025-05-06Adeia Guides Inc.Generating media content keywords based on video-hosting website content
US10897639B2 (en)*2018-12-142021-01-19Rovi Guides, Inc.Generating media content keywords based on video-hosting website content
US20200195989A1 (en)*2018-12-142020-06-18Rovi Guides, Inc.Generating media content keywords based on video-hosting website content
US11539994B2 (en)2018-12-142022-12-27Rovi Guides, Inc.Generating media content keywords based on video-hosting website content
US12015814B2 (en)2018-12-142024-06-18Rovi Guides, Inc.Generating media content keywords based on video-hosting website content
KR20210118429A (en)*2019-01-182021-09-30스냅 아이엔씨 Methods and Systems for Searching and Ranking Personalized Videos
KR102739346B1 (en)*2019-01-182024-12-10스냅 아이엔씨 Methods and systems for searching and ranking personalized videos
CN113127679A (en)*2019-12-302021-07-16阿里巴巴集团控股有限公司Video searching method and device and index construction method and device
US11604920B2 (en)2020-04-202023-03-14Microsoft Technology Licensing, LlcVisual parsing for annotation extraction
US20220284218A1 (en)*2021-03-052022-09-08Beijing Baidu Netcom Science Technology Co., Ltd.Video classification method, electronic device and storage medium
US12094208B2 (en)*2021-03-052024-09-17Beijing Baidu Netcom Science Technology Co., Ltd.Video classification method, electronic device and storage medium
WO2023095043A3 (en)*2021-11-242023-09-21Jio Platforms LimitedSystem and method for generating recommendations from multiple domains
US20240012849A1 (en)*2022-07-112024-01-11Adobe Inc.Multichannel content recommendation system
US12332935B2 (en)*2022-07-112025-06-17Adobe Inc.Multichannel content recommendation system
WO2025189018A1 (en)*2024-03-072025-09-12Reve Ai, Inc.Multi-modal content generation and semantic retrieval system
US12437188B2 (en)2024-03-072025-10-07Reve Ai, Inc.Systems and methods for contextual and semantic summarization

Also Published As

Publication numberPublication date
US20150296228A1 (en)2015-10-15
US9253511B2 (en)2016-02-02
US20150293928A1 (en)2015-10-15

Similar Documents

PublicationPublication DateTitle
US9253511B2 (en)Systems and methods for performing multi-modal video datastream segmentation
US20160014482A1 (en)Systems and Methods for Generating Video Summary Sequences From One or More Video Segments
US11790933B2 (en)Systems and methods for manipulating electronic content based on speech recognition
US10650861B2 (en)Video summarization and collaboration systems and methods
US8750681B2 (en)Electronic apparatus, content recommendation method, and program therefor
US10102284B2 (en)System and method for generating media bookmarks
US11394675B2 (en)Method and device for commenting on multimedia resource
US9471936B2 (en)Web identity to social media identity correlation
CN111279709B (en)Providing video recommendations
US20140255003A1 (en)Surfacing information about items mentioned or presented in a film in association with viewing the film
US10795560B2 (en)System and method for detection and visualization of anomalous media events
US20150301718A1 (en)Methods, systems, and media for presenting music items relating to media content
US10524005B2 (en)Facilitating television based interaction with social networking tools
US20220107978A1 (en)Method for recommending video content
Daneshi et al.Eigennews: Generating and delivering personalized news video
US10990456B2 (en)Methods and systems for facilitating application programming interface communications
TWI538491B (en)Television service system and method for supplying video service
LianInnovative Internet video consuming based on media analysis techniques
US20250211836A1 (en)Display device and method for operating same
US20250234074A1 (en)Generation of media segments from larger media content for media content navigation
CN119182964A (en)Video recommendation method and device, electronic equipment and computer readable storage medium
Xu et al.Personalized sports video customization based on multi-modal analysis for mobile devices

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIO

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, DAVID MO;CHEN, HUIZHONG;DANESHI, MARYAM;AND OTHERS;SIGNING DATES FROM 20140624 TO 20140701;REEL/FRAME:033254/0937

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp