JP5090523B2 - 複数の検索の組み合わせを使用して、オーディオ/ビデオの指紋検索精度を改善する方法及び装置 - Google Patents
複数の検索の組み合わせを使用して、オーディオ/ビデオの指紋検索精度を改善する方法及び装置 Download PDFInfo
- Publication number
- JP5090523B2 JP5090523B2 JP2010511189A JP2010511189A JP5090523B2 JP 5090523 B2 JP5090523 B2 JP 5090523B2 JP 2010511189 A JP2010511189 A JP 2010511189A JP 2010511189 A JP2010511189 A JP 2010511189A JP 5090523 B2 JP5090523 B2 JP 5090523B2
- Authority
- JP
- Japan
- Prior art keywords
- fingerprint
- search
- found
- query
- temporal position
- 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.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims description 33
- 230000002123 temporal effect Effects 0.000 claims description 50
- 230000006870 function Effects 0.000 claims description 16
- 238000005259 measurement Methods 0.000 claims description 14
- 238000004590 computer program Methods 0.000 claims description 4
- 238000012417 linear regression Methods 0.000 description 15
- 239000013598 vector Substances 0.000 description 7
- 239000010432 diamond Substances 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- 238000004458 analytical method Methods 0.000 description 3
- 238000013459 approach Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 229910003460 diamond Inorganic materials 0.000 description 3
- 230000006835 compression Effects 0.000 description 2
- 238000007906 compression Methods 0.000 description 2
- 230000007423 decrease Effects 0.000 description 2
- 238000000605 extraction Methods 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 230000003466 anti-cipated effect Effects 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 239000000203 mixture Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000010845 search algorithm Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000005236 sound signal Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/60—Information retrieval; Database structures therefor; File system structures therefor of audio data
- G06F16/63—Querying
- G06F16/632—Query formulation
- G06F16/634—Query by example, e.g. query by humming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/60—Information retrieval; Database structures therefor; File system structures therefor of audio data
- G06F16/68—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/683—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/70—Information retrieval; Database structures therefor; File system structures therefor of video data
- G06F16/78—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
- G06F16/783—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/40—Scenes; Scene-specific elements in video content
- G06V20/48—Matching video sequences
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Library & Information Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
1.抜粋がデータベースに属する。そして、検索では正確なオーディオ/ビデオピースを返す。正確なピースを見つけることで十分であり、正確な相当物セグメントを見つけることは必要ではない。
2.抜粋がデータベースに属する。そして、検索では間違ったオーディオ/ビデオピースを返す。
3.抜粋がデータベースに属さない。そして、検索があるオーディオ/ビデオピースを常に返すので、答えは常に間違っている。
N=3;
N個の指紋検索を、抜粋について時間t, t+d[1], …, t+d[N−1]でそれぞれ行う;
もし過半数(>N/2)の検索が同じピースAを返すなら
ピースAを返す;
それ以外であれば
「抜粋はデータベースに属しない」を返す;
N=3;
N個の指紋検索を、抜粋についてそれぞれ時間t, t+d[1], …, t+d[N−1]で行う;
Min_t_offset_dist = min(toffset,i−toffset,j, ここで、検索[i].ピース = =検索[j].ピース, i < j);
候補者= argimin(toffset,i−toffset,j, ここで、検索[i].ピース = =検索[j].ピース, i < j){Candidate = argimin(toffset,i−toffset,j, where search[i].piece = = search[j].piece, i < j)};
d_A = 0.2;
もし(Min_t_offset_dist < d_A &&候補者が過半数の投票を有する)ときは
検索[候補者].ピースを返す;
それ以外であれば
「抜粋はデータベースに属しない」を返す;
For ( X in set of unique pieces in the results) {
For (i in where search [i]. piece = = X) {
Confidence1 =fB(search[i].BER);
もし(組、ここで検索[i].ピース = = X が3点以上である)ならば
Confidence2 =fl(search[i].t_distance);
それ以外であれば
Confidence2 = 0;
合計スコア[X] += Confidence1 + Confidence2;
}
合計スコア[X] が最大値であるXを拾う;
もし (合計スコア[X] > しきい値)ならば
「質問抜粋はピースXである」を返す;
それ以外であれば
「未知の質問抜粋」を返す;
本発明は、ハードウェア、ソフトウェア、あるいは両方の組み合わせ(例えばプログラマブルロジックアレイ)で実行される。別段の定めがない限り、本発明の構成部分を有する方法やアルゴリズムは、いかなる特別のコンピュータや他の装置とも本質的に関係がない。特に、様々な汎用機は、ここに教示に従って書かれたプログラムと共に使用される。あるいは、必要な方法のステップを行なうために、もっと専門化した装置(例えば集積回路)を構成するほうがより好都合である。したがって、その発明は、1台以上のプログラム可能なコンピュータシステム上で実行する1個以上のコンピュータプログラムで実行される。このコンピュータシステムは、少なくとも1個のプロセッサ、少なくとも1個のデータ保存システム(揮発性と不揮発性のメモリ及び/又は記憶装置を含む)、少なくとも1個の入力装置あるいは入力ポート、少なくとも1個の出力装置あるいは出力ポートで構成される。ここに記述された作用を行ない、かつ出力情報を生成するために、プログラムコードが入力データに適用される。出力情報は既知の方法で1台以上の出力装置にあてがわれる。
Claims (14)
- オーディオ及び/又はビデオの情報のセグメントの識別で使用される方法であって;
前記セグメント中の複数の間隙を介した時間的位置の各々で質問指紋を得る工程と;
そのような各質問指紋に潜在的に一致する指紋のデータベース中の指紋を検索する工程と;
そのような各質問指紋に対して前記データベース中で見つかった指紋の潜在的な一致の信頼水準を得る工程であって、そこでは前記信頼水準が質問指紋の時間的位置と見つかった指紋の時間的位置の相対的なタイミング関係の関数であり;
前記オーディオ及び/又はビデオの情報のセグメントを識別すること、又は前記セグメントが前記データベースに属しないと結論することのどちらか一方により、前記潜在的な一致のために検索結果を組み合わせる工程であって、そこでは各潜在的な一致結果がそれぞれの信頼水準によって重み付けられる工程と;
を備えることを特徴とする前記方法。 - 前記信頼水準は、さらに、質問指紋と見つかった指紋との間の差の測定値の関数でもあることを特徴とする請求項1に記載の方法。
- 質問指紋と見つかった指紋との間の相対的なタイミングの最小差が、しきい値未満である場合、前記最小差が得られた検索から前記オーディオ及び/又はビデオのセグメントが識別される工程を備え、前記しきい値がオーディオ及び/又はビデオの前記セグメントと同じものを識別する検索の数に依存して変わることを特徴とする請求項2に記載の方法。
- 前記質問指紋の時間的位置と前記見つかった指紋の時間的位置の前記相対的なタイミング関係は、時間的位置の違いであり;
前記質問指紋と見つかった指紋との間の時間差が最小値であって、且つ質問指紋と見つかった指紋との間の差の測定値が低い時には引き上げられる動的しきい値未満である場合に、質問指紋がオーディオ及び/又はビデオの情報のセグメントを識別したと見做されることを特徴とする請求項2に記載の方法。 - 前記信頼水準が、(1)質問指紋と見つかった指紋との間の前記差の測定値、および(2)質問指紋の時間的位置と見つかった指紋の時間的位置の前記相対的なタイミング関係、の各関数の各々の信頼水準の組合せであることを特徴とする請求項2乃至請求項4の何れか1項に記載の方法。
- 前記時間的位置は、2個又は3個以上の質問指紋の間の検索結果の相関を最小にするように間隙を介していることを特徴とする請求項1乃至請求項5の何れか1項に記載の方法。
- 潜在的な一致のために前記検索結果の組が組み合わせられる複数の組の各々に関して、間隙を介した時間的位置の複数の組があることを特徴とする請求項1乃至請求項6の何れか1項に記載の方法。
- 前記検索結果が各組内で組み合わせられ、前記組合せの結果がさらに組み合わせられることを特徴とする請求項7に記載の方法。
- 前記検索結果がすべての組にわたって組み合わせられることを特徴とする請求項7に記載の方法。
- 少なくとも3個の間隙を介した時間的位置を有することを特徴とする請求項1乃至請求項9の何れか1項に記載の方法。
- 前記質問指紋の前記時間的位置と前記時間的位置で見つかった指紋の潜在的一致の前記時間的位置との間の相対的なタイミング関係の線形傾向の信頼の測定値を用いて、前記組み合わせられた検索結果の信頼を定める工程を備える、請求項10に記載の方法。
- 前記検索結果が投票方式によって組み合わせられ;
決定的でない投票の場合には、複数の検索の追加の反復によって段階的に、前記組み合わせが行われ;
投票では、新しい反復のみが考慮されるか、あるいは以前の投票の一部又は全部と組み合わせて考慮される;
ことを特徴とする請求項1乃至請求項11の何れか1項に記載の方法。 - 請求項1乃至請求項12の何れか1項に記載の方法を実施するのに適応した装置。
- コンピュータに請求項1乃至請求項12の何れか1項に記載の方法を行なわせるためにコンピュータの読み取り可能な媒体上に記録されたコンピュータプログラム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US93361407P | 2007-06-06 | 2007-06-06 | |
US60/933,614 | 2007-06-06 | ||
PCT/US2008/007054 WO2008150544A1 (en) | 2007-06-06 | 2008-06-04 | Improving audio/video fingerprint search accuracy using multiple search combining |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2010530100A JP2010530100A (ja) | 2010-09-02 |
JP5090523B2 true JP5090523B2 (ja) | 2012-12-05 |
Family
ID=39764983
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010511189A Expired - Fee Related JP5090523B2 (ja) | 2007-06-06 | 2008-06-04 | 複数の検索の組み合わせを使用して、オーディオ/ビデオの指紋検索精度を改善する方法及び装置 |
Country Status (6)
Country | Link |
---|---|
US (1) | US8266142B2 (ja) |
EP (1) | EP2168061A1 (ja) |
JP (1) | JP5090523B2 (ja) |
CN (1) | CN101681381B (ja) |
TW (1) | TWI447601B (ja) |
WO (1) | WO2008150544A1 (ja) |
Families Citing this family (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100215211A1 (en) * | 2008-05-21 | 2010-08-26 | Ji Zhang | System for Facilitating the Archiving of Video Content |
WO2009140819A1 (en) * | 2008-05-21 | 2009-11-26 | Yuvad Technologies Co., Ltd. | A system for facilitating the search of video content |
WO2009140816A1 (en) * | 2008-05-21 | 2009-11-26 | Yuvad Technologies Co., Ltd. | A method for facilitating the archiving of video content |
US8577077B2 (en) * | 2008-05-22 | 2013-11-05 | Yuvad Technologies Co., Ltd. | System for identifying motion video/audio content |
US8548192B2 (en) * | 2008-05-22 | 2013-10-01 | Yuvad Technologies Co., Ltd. | Method for extracting a fingerprint data from video/audio signals |
WO2009143667A1 (en) * | 2008-05-26 | 2009-12-03 | Yuvad Technologies Co., Ltd. | A system for automatically monitoring viewing activities of television signals |
US8335786B2 (en) * | 2009-05-28 | 2012-12-18 | Zeitera, Llc | Multi-media content identification using multi-level content signature correlation and fast similarity search |
US8195689B2 (en) | 2009-06-10 | 2012-06-05 | Zeitera, Llc | Media fingerprinting and identification system |
US8891813B2 (en) * | 2008-11-17 | 2014-11-18 | Dolby Laboratories Licensing Corporation | Media fingerprints that reliably correspond to media content with projection of moment invariants |
US20100138411A1 (en) * | 2008-11-30 | 2010-06-03 | Nexidia Inc. | Segmented Query Word Spotting |
US8635211B2 (en) | 2009-06-11 | 2014-01-21 | Dolby Laboratories Licensing Corporation | Trend analysis in content identification based on fingerprinting |
US8644622B2 (en) * | 2009-07-30 | 2014-02-04 | Xerox Corporation | Compact signature for unordered vector sets with application to image retrieval |
JP5440051B2 (ja) * | 2009-09-11 | 2014-03-12 | 株式会社Jvcケンウッド | コンテンツ同定方法、コンテンツ同定システム、コンテンツ検索装置及びコンテンツ利用装置 |
US8677400B2 (en) | 2009-09-30 | 2014-03-18 | United Video Properties, Inc. | Systems and methods for identifying audio content using an interactive media guidance application |
US8161071B2 (en) | 2009-09-30 | 2012-04-17 | United Video Properties, Inc. | Systems and methods for audio asset storage and management |
US20110085781A1 (en) * | 2009-10-13 | 2011-04-14 | Rovi Technologies Corporation | Content recorder timing alignment |
US8428955B2 (en) * | 2009-10-13 | 2013-04-23 | Rovi Technologies Corporation | Adjusting recorder timing |
US8682145B2 (en) | 2009-12-04 | 2014-03-25 | Tivo Inc. | Recording system based on multimedia content fingerprints |
US8606293B2 (en) | 2010-10-05 | 2013-12-10 | Qualcomm Incorporated | Mobile device location estimation using environmental information |
US8543562B2 (en) | 2010-11-18 | 2013-09-24 | Sling Media Pvt Ltd | Automated searching for solutions to support self-diagnostic operations of web-enabled devices |
US8483725B2 (en) | 2010-12-03 | 2013-07-09 | Qualcomm Incorporated | Method and apparatus for determining location of mobile device |
WO2012091938A1 (en) * | 2010-12-30 | 2012-07-05 | Dolby Laboratories Licensing Corporation | Ranking representative segments in media data |
CN102622353B (zh) * | 2011-01-27 | 2013-10-16 | 天脉聚源(北京)传媒科技有限公司 | 一种固定音频检索方法 |
US9143571B2 (en) | 2011-03-04 | 2015-09-22 | Qualcomm Incorporated | Method and apparatus for identifying mobile devices in similar sound environment |
US8706499B2 (en) * | 2011-08-16 | 2014-04-22 | Facebook, Inc. | Periodic ambient waveform analysis for enhanced social functions |
US9113202B1 (en) * | 2011-09-21 | 2015-08-18 | Google Inc. | Inverted client-side fingerprinting and matching |
US8433577B2 (en) | 2011-09-27 | 2013-04-30 | Google Inc. | Detection of creative works on broadcast media |
US8892572B2 (en) * | 2011-12-30 | 2014-11-18 | Cellco Partnership | Video search system and method of use |
US8681950B2 (en) | 2012-03-28 | 2014-03-25 | Interactive Intelligence, Inc. | System and method for fingerprinting datasets |
US9202255B2 (en) * | 2012-04-18 | 2015-12-01 | Dolby Laboratories Licensing Corporation | Identifying multimedia objects based on multimedia fingerprint |
US9553756B2 (en) * | 2012-06-01 | 2017-01-24 | Koninklijke Kpn N.V. | Fingerprint-based inter-destination media synchronization |
US8959022B2 (en) * | 2012-07-03 | 2015-02-17 | Motorola Solutions, Inc. | System for media correlation based on latent evidences of audio |
CN103575323B (zh) * | 2012-07-30 | 2016-03-30 | 日电(中国)有限公司 | 占用检测方法及装置 |
CN103021440B (zh) * | 2012-11-22 | 2015-04-22 | 腾讯科技(深圳)有限公司 | 一种音频流媒体的跟踪方法及系统 |
US9529907B2 (en) * | 2012-12-31 | 2016-12-27 | Google Inc. | Hold back and real time ranking of results in a streaming matching system |
US20140280304A1 (en) * | 2013-03-15 | 2014-09-18 | Steven D. Scherf | Matching versions of a known song to an unknown song |
US9659014B1 (en) * | 2013-05-01 | 2017-05-23 | Google Inc. | Audio and video matching using a hybrid of fingerprinting and content based classification |
CN103440330A (zh) * | 2013-09-03 | 2013-12-11 | 网易(杭州)网络有限公司 | 一种音乐节目信息获取方法和设备 |
TWI527025B (zh) | 2013-11-11 | 2016-03-21 | 財團法人資訊工業策進會 | 電腦系統、音訊比對方法及其電腦可讀取記錄媒體 |
GB2523311B (en) * | 2014-02-17 | 2021-07-14 | Grass Valley Ltd | Method and apparatus for managing audio visual, audio or visual content |
CN104991946B (zh) * | 2015-07-13 | 2021-04-13 | 联想(北京)有限公司 | 一种信息处理方法、服务器和用户设备 |
US9836535B2 (en) * | 2015-08-25 | 2017-12-05 | TCL Research America Inc. | Method and system for content retrieval based on rate-coverage optimization |
CN105138886B (zh) * | 2015-08-26 | 2017-03-22 | 江苏久祥汽车电器集团有限公司 | 机器人生物体征识别系统 |
US10606879B1 (en) * | 2016-02-29 | 2020-03-31 | Gracenote, Inc. | Indexing fingerprints |
CN106910494B (zh) | 2016-06-28 | 2020-11-13 | 创新先进技术有限公司 | 一种音频识别方法和装置 |
TWI612516B (zh) * | 2016-08-25 | 2018-01-21 | 財團法人資訊工業策進會 | 聲紋辨識裝置、聲紋辨識方法及其電腦程式產品 |
CN107515931B (zh) * | 2017-08-28 | 2023-04-25 | 华中科技大学 | 一种基于聚类的重复数据检测方法 |
US11687801B2 (en) * | 2018-04-23 | 2023-06-27 | Qliktech International Ab | Knowledge graph data structures and uses thereof |
US10832692B1 (en) * | 2018-07-30 | 2020-11-10 | Amazon Technologies, Inc. | Machine learning system for matching groups of related media files |
CN111008301B (zh) * | 2019-12-19 | 2023-08-15 | 新华智云科技有限公司 | 一种以图搜视频的方法 |
CN111489757B (zh) * | 2020-03-26 | 2023-08-18 | 北京达佳互联信息技术有限公司 | 音频处理方法、装置、电子设备及可读存储介质 |
Family Cites Families (30)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5841888A (en) * | 1996-01-23 | 1998-11-24 | Harris Corporation | Method for fingerprint indexing and searching |
US5715518A (en) * | 1996-03-06 | 1998-02-03 | Cellular Technical Services Company, Inc. | Adaptive waveform matching for use in transmitter identification |
US7013301B2 (en) * | 2003-09-23 | 2006-03-14 | Predixis Corporation | Audio fingerprinting system and method |
US6990453B2 (en) | 2000-07-31 | 2006-01-24 | Landmark Digital Services Llc | System and methods for recognizing sound and music signals in high noise and distortion |
US7277766B1 (en) * | 2000-10-24 | 2007-10-02 | Moodlogic, Inc. | Method and system for analyzing digital audio files |
AU2002232817A1 (en) * | 2000-12-21 | 2002-07-01 | Digimarc Corporation | Methods, apparatus and programs for generating and utilizing content signatures |
CN1235408C (zh) * | 2001-02-12 | 2006-01-04 | 皇家菲利浦电子有限公司 | 生成和匹配多媒体内容的散列 |
AU2002346116A1 (en) * | 2001-07-20 | 2003-03-03 | Gracenote, Inc. | Automatic identification of sound recordings |
US7127106B1 (en) * | 2001-10-29 | 2006-10-24 | George Mason Intellectual Properties, Inc. | Fingerprinting and recognition of data |
US6859804B2 (en) * | 2002-06-11 | 2005-02-22 | The Regents Of The University Of California | Using histograms to introduce randomization in the generation of ensembles of decision trees |
US8055503B2 (en) * | 2002-10-18 | 2011-11-08 | Siemens Enterprise Communications, Inc. | Methods and apparatus for audio data analysis and data mining using speech recognition |
US20040153444A1 (en) * | 2003-01-30 | 2004-08-05 | Senders Steven L. | Technique for effectively providing search results by an information assistance service |
US7970644B2 (en) * | 2003-02-21 | 2011-06-28 | Accenture Global Services Limited | Electronic toll management and vehicle identification |
US20060229878A1 (en) * | 2003-05-27 | 2006-10-12 | Eric Scheirer | Waveform recognition method and apparatus |
US20040258280A1 (en) * | 2003-06-23 | 2004-12-23 | Canadian Bank Note Company, Ltd. | Optical document authentication system |
WO2005005062A1 (en) | 2003-07-10 | 2005-01-20 | Ab Skf | Bearing unit with brazed or soldered connection |
JP2006528859A (ja) * | 2003-07-25 | 2006-12-21 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | オーディオとビデオを同期させるための指紋生成及び検出の方法及び装置 |
WO2005041109A2 (en) * | 2003-10-17 | 2005-05-06 | Nielsen Media Research, Inc. | Methods and apparatus for identifiying audio/video content using temporal signal characteristics |
US20070071330A1 (en) * | 2003-11-18 | 2007-03-29 | Koninklijke Phillips Electronics N.V. | Matching data objects by matching derived fingerprints |
FR2863080B1 (fr) | 2003-11-27 | 2006-02-24 | Advestigo | Procede d'indexation et d'identification de documents multimedias |
US7519954B1 (en) * | 2004-04-08 | 2009-04-14 | Mcafee, Inc. | System and method of operating system identification |
US8688248B2 (en) * | 2004-04-19 | 2014-04-01 | Shazam Investments Limited | Method and system for content sampling and identification |
DE102004023436B4 (de) * | 2004-05-10 | 2006-06-14 | M2Any Gmbh | Vorrichtung und Verfahren zum Analysieren eines Informationssignals |
WO2006018790A1 (en) * | 2004-08-12 | 2006-02-23 | Koninklijke Philips Electronics N.V. | Selection of content from a stream of video or audio data |
US20060265401A1 (en) * | 2005-05-20 | 2006-11-23 | Andrew Edmond | Grid network for distribution of files |
ES2386977T3 (es) * | 2005-11-29 | 2012-09-10 | Google Inc. | Aplicaciones sociales e interactivas para medios masivos |
US20090006337A1 (en) * | 2005-12-30 | 2009-01-01 | Mediaguide, Inc. | Method and apparatus for automatic detection and identification of unidentified video signals |
US7899625B2 (en) * | 2006-07-27 | 2011-03-01 | International Business Machines Corporation | Method and system for robust classification strategy for cancer detection from mass spectrometry data |
US7979464B2 (en) * | 2007-02-27 | 2011-07-12 | Motion Picture Laboratories, Inc. | Associating rights to multimedia content |
US7983915B2 (en) * | 2007-04-30 | 2011-07-19 | Sonic Foundry, Inc. | Audio content search engine |
-
2008
- 2008-06-04 EP EP08794341A patent/EP2168061A1/en not_active Withdrawn
- 2008-06-04 US US12/663,057 patent/US8266142B2/en not_active Expired - Fee Related
- 2008-06-04 WO PCT/US2008/007054 patent/WO2008150544A1/en active Application Filing
- 2008-06-04 CN CN2008800188850A patent/CN101681381B/zh not_active Expired - Fee Related
- 2008-06-04 JP JP2010511189A patent/JP5090523B2/ja not_active Expired - Fee Related
- 2008-06-05 TW TW097120917A patent/TWI447601B/zh not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
US8266142B2 (en) | 2012-09-11 |
EP2168061A1 (en) | 2010-03-31 |
TW200912681A (en) | 2009-03-16 |
WO2008150544A1 (en) | 2008-12-11 |
CN101681381B (zh) | 2012-11-07 |
JP2010530100A (ja) | 2010-09-02 |
CN101681381A (zh) | 2010-03-24 |
US20100205174A1 (en) | 2010-08-12 |
TWI447601B (zh) | 2014-08-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5090523B2 (ja) | 複数の検索の組み合わせを使用して、オーディオ/ビデオの指紋検索精度を改善する方法及び装置 | |
US11657798B2 (en) | Methods and apparatus to segment audio and determine audio segment similarities | |
Cano et al. | A review of algorithms for audio fingerprinting | |
EP2685450B1 (en) | Device and method for recognizing content using audio signals | |
US8886635B2 (en) | Apparatus and method for recognizing content using audio signal | |
Miller et al. | Audio fingerprinting: nearest neighbor search in high dimensional binary spaces | |
JP5150266B2 (ja) | オーディオ信号において繰り返されるマテリアルの自動識別 | |
US8977067B1 (en) | Audio identification using wavelet-based signatures | |
KR100776495B1 (ko) | 오디오 데이터베이스에서의 검색 방법 | |
CN102959543B (zh) | 用于处理媒体流的样本的方法和系统 | |
CN102959624B (zh) | 用于音频媒体识别的系统和方法 | |
KR100862616B1 (ko) | 인덱스 정보를 이용한 오디오 핑거프린트 검색 시스템 및방법 | |
US20140280304A1 (en) | Matching versions of a known song to an unknown song | |
US10657175B2 (en) | Audio fingerprint extraction and audio recognition using said fingerprints | |
JP2007519986A (ja) | 導出されたフィンガープリントのマッチングによるデータオブジェクトのマッチング | |
JP2008504741A (ja) | 2つのメディア・セグメントの重なりを特徴付ける方法 | |
CN101465122A (zh) | 语音的频谱波峰的检测以及语音识别方法和系统 | |
US20150310008A1 (en) | Clustering and synchronizing multimedia contents | |
US12105754B2 (en) | Audio identification based on data structure | |
WO2016189307A1 (en) | Audio identification method | |
US10776420B2 (en) | Fingerprint clustering for content-based audio recognition | |
US20040107215A1 (en) | Method and apparatus for identifying electronic files | |
Yadav et al. | Real time audio synchronization using audio fingerprinting techniques | |
CN108205550B (zh) | 音频指纹的生成方法及装置 | |
US20090138108A1 (en) | Method and System for Identification of Audio Input |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20111025 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20120117 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120508 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120808 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120904 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120912 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150921 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |