Method and device for voiceprint recognition

US9502038B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9502038-B2
Application numberUS-201314105110-A
CountryUS
Kind codeB2
Filing dateDec 12, 2013
Priority dateJan 28, 2013
Publication dateNov 22, 2016
Grant dateNov 22, 2016

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 and device for voiceprint recognition, include: 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; obtaining a plurality of high-level voiceprint features by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, and the tuning producing a second-level DNN model specifying the plurality of high-level voiceprint features; based on the second-level DNN model, registering a respective 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 respective 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; obtaining a plurality of high-level voiceprint features by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, and the tuning producing a second-level DNN model specifying the plurality of high-level voiceprint features; based on 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, the speaker verification 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 tuning the first-level DNN model based on the labeled speech data to produce the second-level DNN model comprises: imposing at least two constraints during adjustment of the first-level DNN based on the labeled speech data, including: (1) distances between characteristic voiceprints generated from speech samples of different speakers increase with training, and (2) distances between characteristic voice prints generated from speech samples of same speakers decrease with training. 3. The method of claim 1 , wherein tuning the first-level DNN model based on the 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 tuning the first-level DNN model based on the 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, based on the second-level DNN model, registering the first high-level voiceprint feature sequence for the user based on the registration speech sample received from the user comprises: obtaining a respective basic voiceprint feature sequence for the user from the registration speech sample based on the first-level DNN model; and providing the respective basic voiceprint feature sequence 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 performing speaker verification for the user based on the first high-level voiceprint feature sequence registered for the user comprises: verifying the user's identity based on 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; obtaining a plurality of high-level voiceprint features by tuning the first-level DNN model based on labeled speech data, the labeled speech data containing speech samples with respective speaker labels, and the tuning producing a second-level DNN model specifying the plurality of high-level voiceprint features; based on 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, the speaker verification 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 tuning the first-level DNN model based on the labeled speech data to produce the second-level DNN model comprises: imposing at least two constraints during adjustment of the first-level DNN based on the labeled speech data, including: (1) distances between characteristic voiceprints generated from speech samples of different speakers increase with training, and (2) distances between characteristic voice prints generated from speech samples of same speakers decrease with training. 9. The system of claim 7 , wherein tuning the first-level DNN model based on the 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 tuning the first-level DNN model based on the 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, based on the second-level DNN model, registering the first high-level voiceprint feature sequence for the user based on the registration speech sample received from the user comprises: obtaining a respective basic voiceprint feature sequence for the user from the registration speech sample based on the first-level DNN model; and providing the respective basic voiceprint feature sequence as input to the second-level DNN model to obtain the first high-level voiceprint feature sequence for the user. 12. The system of claim 7 , wherein performing speaker verification for the user based on the first high-level voiceprint feature sequence registered for the user comprises: verifying the user's identity based on 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. 13. A non-transitory computer-readable medium storing instructions that, when executed by 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 plura

Assignees

Inventors

Classifications

  • 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

  • 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

  • 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 US9502038B2 cover?
A method and device for voiceprint recognition, include: 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; obtaining a plurality of high-level voiceprint features by tuning the first-level…
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 Nov 22 2016 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).