IP Library Granted Patent US 12690803
Granted Patent B2
US 12690803 · App. 19/027,045 · Granted Jul 28, 2026

Method and system for early diagnosis of Parkinson's disease based on multimodal deep learning

Inventors: Xin Ma (Jinan, CN); Cuihua Lv (Jinan, CN)
Assignee: Shandong University
A61B5/4082A61B5/4803G06T7/0012G06V10/44G06V10/62G06V10/764G06V10/774G06V10/82G06V40/171G10L25/30G10L25/66G16H50/20G06T2207/10016G06T2207/20081G06T2207/20084G06T2207/30201
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12690803
App. No.
19/027,045
Granted
Jul 28, 2026
Kind
B2
Abstract

A method for early diagnosis of Parkinson's disease based on multimodal deep learning is provided. Audio-visual data of a to-be-diagnosed subject while performing a speech task is acquired. The audio-visual data are preprocessed to extract a plurality of audio segments and a plurality of video segments. A face image sequence is extracted from each of the plurality of video segments. A Mel-spectrogram of each of the plurality of audio segments is calculated. The face image sequence and the Mel-spectrogram are input into a multimodal deep learning model to output a classification result for Parkinson's disease early diagnosis of the to-be-diagnosed subject. A system for early diagnosis of Parkinson's disease based on multimodal deep learning is also provided.

Claims (21)

1 . A method for early diagnosis of Parkinson's disease based on multimodal deep learning, comprising:

(1) acquiring audio-visual data of a to-be-diagnosed subject while performing a speech task;

(2) preprocessing the audio-visual data to extract a plurality of audio segments and a plurality of video segments, wherein each of the plurality of audio segments corresponds to a synchronized one among the plurality of video segments; extracting a face image sequence from each of the plurality of video segments; and calculating a Mel-spectrogram of each of the plurality of audio segments; and

(3) inputting the face image sequence and the Mel-spectrogram into a multimodal deep learning model to output a classification result for Parkinson's disease early diagnosis of the to-be-diagnosed subject, wherein the multimodal deep learning model comprises a local feature extraction module, an audio feature extraction module, a feedforward network and a cross-attention module;

wherein step (3) is performed through steps of:

(3.1) extracting visual features from the face image sequence through the local feature extraction module, and extracting audio features from the Mel-spectrogram through the audio feature extraction module; and

(3.2) inputting the visual features and the audio features to the feedforward network, and inputting the visual features and the audio features to the cross-attention module to learn a cross-modal attention weight; performing feature fusion on the visual features and the audio features based on the cross-modal attention weight to obtain multimodal features; and outputting the classification result based on the multimodal features.

2 . The method of claim 1 , wherein the local feature extraction module comprises a visual front-end network and a visual temporal network;

the visual front-end network is based on ShuffleNet-V2, and further comprises a two-dimensional (2D) convolution module; the visual front-end network is configured to encode the face image sequence into a frame-based embedding sequence; and the visual temporal network consists of a video temporal convolution module, and is configured to capture facial motion visual features in different time intervals; and

the step of extracting the visual features from the face image sequence through the local feature extraction module comprises:

extracting facial visual features from each frame of the face image sequence through the visual front-end network, and extracting the visual features from the facial visual features through the visual temporal network, wherein the visual features are time-correlated.

3 . The method of claim 1 , wherein the audio feature extraction module is a VGGish network provided with a convolution module; the audio feature extraction module is configured to extract the audio features at different time intervals from the plurality of audio segments; and

the step of extracting the audio features from the Mel-spectrogram through the audio feature extraction module comprises:

inputting the Mel-spectrogram into the audio feature extraction module, and extracting the audio features through the VGGish network, wherein the audio features are time-correlated.

4 . The method of claim 1 , wherein step (3.2) comprises:

after the visual features and the audio features pass through the feedforward network, inputting the visual features and the audio features into the cross-attention module with the visual features as key vectors and value vectors and the audio features as query vectors to learn the cross-modal attention weight, and acquiring visual feature-enhanced audio features based on the cross-modal attention weight; and inputting the visual features and the audio features into the cross-attention module with the audio features as the key vectors and the value vectors and the visual features as the query vectors to learn the cross-modal attention weight, and acquiring audio feature-enhanced visual features based on the cross-modal attention weight; and

fusing the visual feature-enhanced audio features with the audio features to obtain first fused features, and fusing the audio feature-enhanced visual features with the visual features to obtain second fused features, and concatenating the first fused features with the second fused features to obtain the multimodal features.

5 . The method of claim 1 , wherein the multimodal deep learning model is trained through steps of:

collecting a plurality of sets of audio-visual data of a plurality of test subjects while performing the speech task, wherein the plurality of test subjects comprise Parkinson's disease patients and healthy subjects; performing disease severity evaluation according to a unified Parkinson's disease rating scale (UPDRS) to annotate and score the plurality of sets of audio-visual data; and constructing a training data set based on the plurality of sets of annotated audio-visual data; and

based on the training data set, training the multimodal deep learning model by means of a cross-entropy loss and a stochastic gradient descent optimizer until a preset number of iterations is reached.

6 . A non-transitory computer-readable storage medium, wherein a computer instruction is stored on the non-transitory computer-readable storage medium; and the computer instruction is configured to be executed by a processor to implement the method of claim 1 .