CN113196789A - 免注册离线设备个性化 - Google Patents

免注册离线设备个性化 Download PDF

Info

Publication number
CN113196789A
CN113196789A CN201980085946.3A CN201980085946A CN113196789A CN 113196789 A CN113196789 A CN 113196789A CN 201980085946 A CN201980085946 A CN 201980085946A CN 113196789 A CN113196789 A CN 113196789A
Authority
CN
China
Prior art keywords
vector
user
entry
smart device
sensor data
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.)
Pending
Application number
CN201980085946.3A
Other languages
English (en)
Chinese (zh)
Inventor
U·高尔
G·阿罗拉
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.)
Synaptic
Original Assignee
Synaptic
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 Synaptic filed Critical Synaptic
Publication of CN113196789A publication Critical patent/CN113196789A/zh
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/2457Query processing with adaptation to user needs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • G06F16/5854Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content using shape and object relationship
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0495Quantised networks; Sparse networks; Compressed networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/09Supervised learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • G06V10/443Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
    • G06V10/449Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
    • G06V10/451Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
    • G06V10/454Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/761Proximity, similarity or dissimilarity measures
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/217Validation; Performance evaluation; Active pattern learning techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Multimedia (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Human Computer Interaction (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Medical Informatics (AREA)
  • Library & Information Science (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Collating Specific Patterns (AREA)
CN201980085946.3A 2018-12-26 2019-12-18 免注册离线设备个性化 Pending CN113196789A (zh)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US201862785179P 2018-12-26 2018-12-26
US62/785179 2018-12-26
US16/553998 2019-08-28
US16/553,998 US11079911B2 (en) 2018-12-26 2019-08-28 Enrollment-free offline device personalization
PCT/US2019/067086 WO2020139653A1 (en) 2018-12-26 2019-12-18 Enrollment-free offline device personalization

Publications (1)

Publication Number Publication Date
CN113196789A true CN113196789A (zh) 2021-07-30

Family

ID=71122009

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201980085946.3A Pending CN113196789A (zh) 2018-12-26 2019-12-18 免注册离线设备个性化

Country Status (4)

Country Link
US (1) US11079911B2 (enExample)
JP (1) JP2022516843A (enExample)
CN (1) CN113196789A (enExample)
WO (1) WO2020139653A1 (enExample)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7589032B2 (ja) * 2020-12-02 2024-11-25 日本放送協会 学習データ生成装置、人物識別装置、学習データ生成方法及び学習データ生成プログラム
CN112579909A (zh) * 2020-12-28 2021-03-30 北京百度网讯科技有限公司 对象推荐方法及装置、计算机设备和介质

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070140532A1 (en) * 2005-12-20 2007-06-21 Goffin Glen P Method and apparatus for providing user profiling based on facial recognition
US20100251298A1 (en) * 2009-03-27 2010-09-30 At&T Intellectual Property I, L.P. Navigation of Multimedia Content
CN102693359A (zh) * 2012-04-24 2012-09-26 Tcl集团股份有限公司 一种建立家庭成员社交关系模型的方法及装置
US20120281885A1 (en) * 2011-05-05 2012-11-08 At&T Intellectual Property I, L.P. System and method for dynamic facial features for speaker recognition
CN102918518A (zh) * 2010-05-28 2013-02-06 微软公司 基于云的个人特征简档数据
US20140237587A1 (en) * 2013-02-15 2014-08-21 Microsoft Corporation Managed Biometric Identity
CN105611344A (zh) * 2014-11-20 2016-05-25 乐金电子(中国)研究开发中心有限公司 一种智能电视机及其锁屏方法
CN105681896A (zh) * 2014-11-20 2016-06-15 乐金电子(中国)研究开发中心有限公司 一种智能电视机及其解屏方法
CN105723354A (zh) * 2013-12-23 2016-06-29 英特尔公司 情境感知隐私性计量
CN105765606A (zh) * 2013-10-01 2016-07-13 辛纳普蒂克斯公司 带有具有改进的传感器信号产生的生物特征传感器的紧凑和耐久的按钮和用于制成该按钮的方法
CN106022034A (zh) * 2015-03-30 2016-10-12 辛纳普蒂克斯公司 用于生物测量认证的系统和方法
EP3136735A1 (en) * 2015-08-31 2017-03-01 Nagravision S.A. Automatically loading user profile to show recently watched channels
US20170279800A1 (en) * 2016-03-28 2017-09-28 Bank Of America Corporation Enhancing authentication and source of proof through a dynamically updatable biometrics database
US20170326331A1 (en) * 2016-01-15 2017-11-16 Robert Mitchell JOSEPH Sonification of biometric data state-songs generation, biological stimulation modelling and artificial intelligence
EP3267333A1 (en) * 2016-07-05 2018-01-10 Cynny SpA Local processing of biometric data for a content selection system

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6160903A (en) * 1998-04-24 2000-12-12 Dew Engineering And Development Limited Method of providing secure user access
US7734067B2 (en) * 2004-12-07 2010-06-08 Electronics And Telecommunications Research Institute User recognition system and method thereof
JP2007122400A (ja) * 2005-10-27 2007-05-17 Digital Electronics Corp 認証装置、プログラムおよび記録媒体
JP5482206B2 (ja) * 2010-01-06 2014-05-07 ソニー株式会社 情報処理装置、情報処理方法およびプログラム
US9820008B2 (en) 2010-08-27 2017-11-14 Intel Corporation Capture and recall of home entertainment system session
US9082235B2 (en) * 2011-07-12 2015-07-14 Microsoft Technology Licensing, Llc Using facial data for device authentication or subject identification
US9400893B2 (en) * 2011-12-15 2016-07-26 Facebook, Inc. Multi-user login for shared mobile devices
JP5551197B2 (ja) * 2012-01-27 2014-07-16 株式会社ユニバーサルエンターテインメント 遊技媒体貸出装置、管理サーバ、及び遊技媒体管理システム
JP6016489B2 (ja) * 2012-07-09 2016-10-26 キヤノン株式会社 画像処理装置、画像処理装置の制御方法、プログラム
JP6112823B2 (ja) * 2012-10-30 2017-04-12 キヤノン株式会社 情報処理装置、情報処理方法及びコンピュータにより読み取り可能なプログラム
US9286482B1 (en) * 2013-06-10 2016-03-15 Amazon Technologies, Inc. Privacy control based on user recognition
JP5902661B2 (ja) * 2013-09-30 2016-04-13 株式会社東芝 認証装置、認証システムおよび認証方法
JP6268960B2 (ja) * 2013-11-15 2018-01-31 オムロン株式会社 画像認識装置及び画像認識装置に対するデータ登録方法
KR102194011B1 (ko) 2014-07-23 2020-12-22 엘지전자 주식회사 영상 표시 기기 및 그의 동작 방법
US9846522B2 (en) 2014-07-23 2017-12-19 Microsoft Technology Licensing, Llc Alignable user interface
US10002242B2 (en) * 2015-08-17 2018-06-19 Qualcomm Incorporated Electronic device access control using biometric technologies
US10255040B2 (en) 2017-05-11 2019-04-09 Veridium Ip Limited System and method for biometric identification
US10223613B2 (en) * 2016-05-31 2019-03-05 Microsoft Technology Licensing, Llc Machine intelligent predictive communication and control system
US10033973B1 (en) 2017-01-25 2018-07-24 Honeywell International Inc. Systems and methods for customizing a personalized user interface using face recognition
KR102370063B1 (ko) * 2017-03-28 2022-03-04 삼성전자주식회사 얼굴 인증 방법 및 장치
US10210381B1 (en) * 2017-08-01 2019-02-19 Apple Inc. Multiple enrollments in facial recognition
KR102389678B1 (ko) * 2017-09-09 2022-04-21 애플 인크. 생체측정 인증의 구현
US10884597B2 (en) * 2017-10-17 2021-01-05 Paypal, Inc. User interface customization based on facial recognition
US10402553B1 (en) * 2018-07-31 2019-09-03 Capital One Services, Llc System and method for using images to authenticate a user

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070140532A1 (en) * 2005-12-20 2007-06-21 Goffin Glen P Method and apparatus for providing user profiling based on facial recognition
US20100251298A1 (en) * 2009-03-27 2010-09-30 At&T Intellectual Property I, L.P. Navigation of Multimedia Content
CN102918518A (zh) * 2010-05-28 2013-02-06 微软公司 基于云的个人特征简档数据
US20120281885A1 (en) * 2011-05-05 2012-11-08 At&T Intellectual Property I, L.P. System and method for dynamic facial features for speaker recognition
CN102693359A (zh) * 2012-04-24 2012-09-26 Tcl集团股份有限公司 一种建立家庭成员社交关系模型的方法及装置
US20140237587A1 (en) * 2013-02-15 2014-08-21 Microsoft Corporation Managed Biometric Identity
CN105378742A (zh) * 2013-02-15 2016-03-02 微软技术许可有限责任公司 所管理的生物计量身份
CN105765606A (zh) * 2013-10-01 2016-07-13 辛纳普蒂克斯公司 带有具有改进的传感器信号产生的生物特征传感器的紧凑和耐久的按钮和用于制成该按钮的方法
CN105723354A (zh) * 2013-12-23 2016-06-29 英特尔公司 情境感知隐私性计量
CN105681896A (zh) * 2014-11-20 2016-06-15 乐金电子(中国)研究开发中心有限公司 一种智能电视机及其解屏方法
CN105611344A (zh) * 2014-11-20 2016-05-25 乐金电子(中国)研究开发中心有限公司 一种智能电视机及其锁屏方法
CN106022034A (zh) * 2015-03-30 2016-10-12 辛纳普蒂克斯公司 用于生物测量认证的系统和方法
EP3136735A1 (en) * 2015-08-31 2017-03-01 Nagravision S.A. Automatically loading user profile to show recently watched channels
US20170326331A1 (en) * 2016-01-15 2017-11-16 Robert Mitchell JOSEPH Sonification of biometric data state-songs generation, biological stimulation modelling and artificial intelligence
US20170279800A1 (en) * 2016-03-28 2017-09-28 Bank Of America Corporation Enhancing authentication and source of proof through a dynamically updatable biometrics database
EP3267333A1 (en) * 2016-07-05 2018-01-10 Cynny SpA Local processing of biometric data for a content selection system

Also Published As

Publication number Publication date
US20200210035A1 (en) 2020-07-02
WO2020139653A1 (en) 2020-07-02
JP2022516843A (ja) 2022-03-03
US11079911B2 (en) 2021-08-03

Similar Documents

Publication Publication Date Title
US20210377607A1 (en) Device setting adjustment based on content recognition
JP7436460B2 (ja) 保護されたデータのニューラルネットワーク推論
US11166066B2 (en) Display apparatus, content recognizing method thereof, and non-transitory computer readable recording medium
US20200273485A1 (en) User engagement detection
US8964127B2 (en) User-sensing remote control system and method
US11934953B2 (en) Image detection apparatus and operation method thereof
KR102599447B1 (ko) 의도적인 사용자 등록 없이 개인화된 안내, 컨텐츠 및 서비스들, 및 타겟화된 광고를 제공하기 위하여 사용자를 인식하기 위한 방법 및 장치
US20180376205A1 (en) Method and apparatus for remote parental control of content viewing in augmented reality settings
US20160378762A1 (en) Methods and systems for identifying media assets
US10257569B2 (en) Display apparatus and method for providing service thereof
US20160127763A1 (en) Methods And Systems For Displaying Content
US12389076B2 (en) Systems and methods for providing supplemental content related to a queried object
US9866913B1 (en) Binary TV
US12095976B2 (en) Methods and systems for displaying content
CN105979366A (zh) 智能电视及其内容推荐的方法、装置
US11079911B2 (en) Enrollment-free offline device personalization
CN112425182B (zh) 响应于用于控制装置提供视频到播放装置的遥控信号的检测而修正替换内容的播放
US20240430524A1 (en) Systems and methods for recommending content items based on an identified posture
GB2586792A (en) Apparatus, method and computer program for determining configuration settings for a display apparatus
US12439125B2 (en) Systems and methods for automatic content recognition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination