Method and device for voiceprint recognition

US9940935B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9940935-B2
Application numberUS-201615240696-A
CountryUS
Kind codeB2
Filing dateAug 18, 2016
Priority dateJan 28, 2013
Publication dateApr 10, 2018
Grant dateApr 10, 2018

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method is performed at a device having one or more processors and memory. The device establishes a first-level Deep Neural Network (DNN) model based on unlabeled speech data, the unlabeled speech data containing no speaker labels and the first-level DNN model specifying a plurality of basic voiceprint features for the unlabeled speech data. The device establishes a second-level DNN model by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, wherein the second-level DNN model specifies a plurality of high-level voiceprint features. Using the second-level DNN model, registers a first high-level voiceprint feature sequence for a user based on a registration speech sample received from the user. The device performs speaker verification for the user based on the first high-level voiceprint feature sequence registered for the user.

First claim

Opening claim text (preview).

What is claimed is: 1. A method, comprising: at a device having one or more processors and memory: establishing a first-level Deep Neural Network (DNN) model based on unlabeled speech data, the unlabeled speech data containing no speaker labels and the first-level DNN model specifying a plurality of basic voiceprint features for the unlabeled speech data; establishing a second-level DNN model by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, wherein the second-level DNN model specifies a plurality of high-level voiceprint features, the high-level voiceprint features including at least one of formant features and fundamental frequency features; using the second-level DNN model, registering a first high-level voiceprint feature sequence for a user based on a registration speech sample received from the user; and performing speaker verification for the user based on the first high-level voiceprint feature sequence registered for the user, further comprising: receiving, from the user, a test speech sample; obtaining a second high-level voiceprint feature sequence based on the test speech sample using the first-level DNN model and the second-level DNN model in sequence; determining a distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence registered for the user; and in accordance with a determination that the distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence is less than a preset threshold, automatically, without user intervention, verifying the identity of the user. 2. The method of claim 1 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: imposing at least two constraints on the second-level DNN model, including: (1) distances between characteristic voiceprints generated from speech samples of different speakers increase with training, and (2) distances between characteristic voiceprints generated from speech samples of the same speaker decrease with training. 3. The method of claim 1 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: applying sparse coding limit rules to train the first-level DNN model based on the labeled speech data. 4. The method of claim 1 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: applying maximum cross entropy rules to train the first-level DNN model based on the labeled speech data. 5. The method of claim 1 , wherein registering the first high-level voiceprint feature sequence for the user based on the registration speech sample received from the user comprises: obtaining a basic voiceprint feature sequence for the user from the registration speech sample based on the first-level DNN model; and providing the basic voiceprint feature sequence for the user as input to the second-level DNN model to obtain the first high-level voiceprint feature sequence for the user. 6. The method of claim 1 , wherein determining the distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence registered for the user comprises: determining a Euclidean distance between respective Gaussian models of the second high-level voiceprint feature sequence obtained from the test speech sample and the first high-level voiceprint feature sequence registered for the user. 7. A voiceprint recognition system, comprising: one or more processors; and memory storing instructions that, when executed by the one or more processors, cause the processors to perform operations comprising: establishing a first-level Deep Neural Network (DNN) model based on unlabeled speech data, the unlabeled speech data containing no speaker labels and the first-level DNN model specifying a plurality of basic voiceprint features for the unlabeled speech data; establishing a second-level DNN model by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, wherein the second-level DNN model specifies a plurality of high-level voiceprint features, the high-level voiceprint features including at least one of formant features and fundamental frequency features; using the second-level DNN model, registering a first high-level voiceprint feature sequence for a user based on a registration speech sample received from the user; and performing speaker verification for the user based on the first high-level voiceprint feature sequence registered for the user, further comprising: receiving, from the user, a test speech sample; obtaining a second high-level voiceprint feature sequence based on the test speech sample using the first-level DNN model and the second-level DNN model in sequence; determining a distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence registered for the user; and in accordance with a determination that the distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence is less than a preset threshold, automatically, without user intervention, verifying the identity of the user. 8. The system of claim 7 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: imposing at least two constraints on the second-level DNN model, including: (1) distances between characteristic voiceprints generated from speech samples of different speakers increase with training, and (2) distances between characteristic voiceprints generated from speech samples of the same speaker decrease with training. 9. The system of claim 7 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: applying sparse coding limit rules to train the first-level DNN model based on the labeled speech data. 10. The system of claim 7 , wherein establishing the second-level DNN model by tuning the first-level DNN model based on labeled speech data comprises: applying maximum cross entropy rules to train the first-level DNN model based on the labeled speech data. 11. The system of claim 7 , wherein determining the distance between the second high-level voiceprint feature sequence and the first high-level voiceprint feature sequence registered for the user comprises: determining a Euclidean distance between respective Gaussian models of the second high-level voiceprint feature sequence obtained from the test speech sample and the first high-level voiceprint feature sequence registered for the user. 12. The system of claim 7 , wherein registering the first high-level voiceprint feature sequence for the user based on the registration speech sample received from the user comprises: obtaining a basic voiceprint feature sequence for the user from the registration speech sample based on the first-level DNN model; and providing the basic voiceprint feature sequence for the user as input to the second-level DNN model to obtain the first high-level voiceprint feature sequence for the user. 13. A non-transitory computer-readable medium storing instructions that, when executed by a computer system with one or more processors, cause the processors to perform operations comprising: establishing a first-level Deep Neural Network (DNN) model base

Assignees

Inventors

Classifications

  • Preprocessing operations, e.g. segment selection; Pattern representation or modelling, e.g. based on linear discriminant analysis [LDA] or principal components; Feature selection or extraction · CPC title

  • G10L17/18Primary

    Artificial neural networks; Connectionist approaches · CPC title

  • Use of distortion metrics or a particular distance between probe pattern and reference templates · CPC title

  • Training, enrolment or model building · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9940935B2 cover?
A method is performed at a device having one or more processors and memory. The device establishes a first-level Deep Neural Network (DNN) model based on unlabeled speech data, the unlabeled speech data containing no speaker labels and the first-level DNN model specifying a plurality of basic voiceprint features for the unlabeled speech data. The device establishes a second-level DNN model by t…
Who is the assignee on this patent?
Tencent Tech Shenzhen Co Ltd
What technology area does this patent fall under?
Primary CPC classification G10L17/18. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Apr 10 2018 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).