WO2022147885A1 - 影像驱动的脑图谱构建方法、装置、设备及存储介质 - Google Patents
影像驱动的脑图谱构建方法、装置、设备及存储介质 Download PDFInfo
- Publication number
- WO2022147885A1 WO2022147885A1 PCT/CN2021/075798 CN2021075798W WO2022147885A1 WO 2022147885 A1 WO2022147885 A1 WO 2022147885A1 CN 2021075798 W CN2021075798 W CN 2021075798W WO 2022147885 A1 WO2022147885 A1 WO 2022147885A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- hypergraph
- matrix
- node
- feature matrix
- node feature
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H30/00—ICT specially adapted for the handling or processing of medical images
- G16H30/40—ICT specially adapted for the handling or processing of medical images for processing medical images, e.g. editing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
- G06T7/0012—Biomedical image inspection
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H30/00—ICT specially adapted for the handling or processing of medical images
- G16H30/20—ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/20—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/70—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for mining of medical data, e.g. analysing previous cases of other patients
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20081—Training; Learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30004—Biomedical image processing
- G06T2207/30016—Brain
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present application relates to the technical field of medical imaging, and in particular, to an image-driven brain atlas construction method, device, device and storage medium.
- a structural connectivity matrix (including the density of fiber bundles between various brain regions of the brain, also known as a structural connectivity map) can be generated by collecting Diffusion Tensor Imaging (DTI) data, which can express the histological anatomy of the brain. information.
- DTI Diffusion Tensor Imaging
- rs-fMRI resting-state functional Magnetic Resonance Imaging
- a node feature matrix (including the temporal feature sequence of each brain region, also known as a functional connectivity map) is generated, which can express Functional connectivity information between various brain regions.
- Brain atlas is a very important reference in the process of diagnosing brain diseases.
- the embodiments of the present application provide an image-driven brain atlas construction method, device, device, and storage medium, which can solve the problem that the current brain atlas can express less feature information.
- an embodiment of the present application provides an image-driven brain atlas construction method, including: acquiring a node feature matrix, where the node feature matrix includes a time series of multiple nodes in the brain; Convert the hypergraph data structure to obtain the first hypergraph association matrix; input the first hypergraph association matrix and node feature matrix into the trained hypergraph transition matrix generator for processing, and output the first hypergraph transition matrix, and the first hypergraph transition matrix is obtained.
- the graph transition matrix characterizes the constructed multimodal brain atlas.
- a multimodal brain atlas can be constructed by transforming the node feature matrix into a hypergraph data structure and calculating the first hypergraph transition matrix.
- the multimodal brain connectivity structures can express more feature information.
- the accuracy of disease diagnosis can be improved.
- performing hypergraph data structure transformation on the time series to obtain a first hypergraph association matrix including: using the Guth-Katz polynomial clustering algorithm to convert the node feature matrix into the first hypergraph data; using the KNN algorithm to convert the node feature matrix into the first hypergraph data; The feature matrix is converted into the second hypergraph data; the first hypergraph data and the second hypergraph data are fused to obtain the first hypergraph correlation matrix.
- the Guth-Katz polynomial clustering algorithm to construct the first hypergraph data, and then fusing the first hypergraph data with the second hypergraph data to obtain the first hypergraph association matrix, it can be better preserved.
- the topology information between nodes in the node characteristic matrix is obtained, and redundant interference information is effectively eliminated, and the accuracy of the first hypergraph association matrix is improved.
- the processing of the node feature matrix by the hypergraph transition matrix generator includes: performing several iterative calculations based on the first hypergraph association matrix and the node feature matrix to obtain the target hyperedge feature matrix and the target node feature matrix;
- the hypergraph association matrix and the target node feature matrix determine the node weight matrix;
- the hyperedge weight matrix is determined according to the target hyperedge feature matrix;
- the first hypergraph transition matrix is determined according to the hyperedge weight matrix and the node weight matrix.
- the first hypergraph association matrix and the node feature matrix are obtained by several times of iterative calculations.
- the complementary information and potential connections between different modal data can be fully mined, unnecessary parameters can be reduced, so as to avoid model overfitting and have strong generalization ability, which is more suitable for small sample learning.
- the training sample preprocesses the training sample to obtain a node feature matrix sample and a structural connection matrix sample; perform hypergraph data structure transformation on the node feature matrix sample to obtain a second hypergraph association matrix ; Input the second hypergraph association matrix and node feature matrix samples into the initial hypergraph transition matrix generator for processing, and output the second hypergraph transition matrix; based on the random walk principle on the hypergraph, determine each corresponding training sample.
- the node is based on the set of associated nodes N real (v) obtained based on the structural connection matrix samples and the set of associated nodes N fake (v) obtained based on the second hypergraph transition matrix; the discriminator is used to determine the N real (v) and N of each node. fake (v) Make a judgment to obtain the judgment result corresponding to the training sample; perform iterative training according to the judgment result corresponding to each training sample and the preset loss function to obtain a hypergraph transition matrix generator.
- the random walk principle on the hypergraph is used to replace the kernel function transformation and the Lagrange multiplier method in the traditional training method, thereby avoiding the complicated calculation in the non-convex optimization problem and the inability of the loss function to stabilize to the global maximum.
- the advantage of the convergence problem therefore, improves the robustness of the model as well as the training efficiency.
- the discriminator uses the discriminator to judge N real (v) and N fake (v) of each node, and obtain the judgment result corresponding to the training sample, including: for each node, corresponding the node in the node feature matrix sample.
- the time series is input into the preset multi-layer perceptron for processing, and the output features are obtained; the judgment result of each node in N real (v) and N fake (v) of the node and the node is calculated according to the following formula:
- D(va , v b ) represents the judgment result that the node v a is the associated node of v b , represents the output feature of node v a , represents the output feature of node v b .
- the loss function is:
- the present application provides an image-driven brain atlas construction device, comprising: an acquisition unit for acquiring a node feature matrix, where the node feature matrix includes a time series of multiple nodes in the brain; a conversion unit for The feature matrix converts the hypergraph data structure to obtain the first hypergraph association matrix; the construction unit is used to input the first hypergraph association matrix and the node feature matrix into the trained hypergraph transition matrix generator for processing, and the output obtains the first hypergraph association matrix.
- Hypergraph transition matrix the first hypergraph transition matrix to characterize the constructed multimodal brain atlas.
- the acquisition unit is used to preprocess the training samples for each training sample in the training set to obtain the node feature matrix samples and the structural connection matrix samples; the conversion unit is also used to perform a hypergraph on the node feature matrix samples.
- the data structure is converted to obtain a second hypergraph association matrix;
- the construction device further includes a training unit, and the training unit is used for: inputting the second hypergraph association matrix and node feature matrix samples into the initial hypergraph transition matrix generator for processing, and the output obtains the first hypergraph The second hypergraph transition matrix; based on the random walk principle on the hypergraph, determine the associated node set N real (v) obtained based on the structural connection matrix sample for each node corresponding to the training sample and the association obtained based on the second hypergraph transition matrix Node set N fake (v); use the discriminator to judge N real (v) and N fake (v) of each node, and obtain the judgment result corresponding to the training sample; according to the judgment result and preset corresponding to each training sample
- the loss function is iteratively trained
- an embodiment of the present application provides a terminal device, including: a memory and a processor, where the memory is used to store a computer program; the processor is used to execute the first aspect or any implementation manner of the first aspect when the computer program is invoked the method described.
- embodiments of the present application provide a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, implements the method described in the first aspect or any implementation manner of the first aspect.
- an embodiment of the present application provides a computer program product that, when the computer program product runs on a processor, causes the processor to execute the method described in any one of the foregoing first aspects.
- FIG. 1 is a flowchart of an embodiment of an image-driven brain atlas construction method provided by the application
- FIG. 2 is a network structure of a hypergraph conversion matrix generator provided by an embodiment of the present application.
- Fig. 3 is a kind of dynamic hypergraph generation confrontation network (Dynamic Hyper Graph GAN, DHGGAN) provided by the embodiment of this application;
- FIG. 4 is a schematic structural diagram of an image-driven brain atlas construction apparatus provided by an embodiment of the present application.
- FIG. 5 is a schematic structural diagram of a terminal device provided by an embodiment of the present application.
- brain atlases are mostly generated based on single-modal image data, which can express less feature information.
- the structural connectivity matrix generated based on DTI data can express the structural connectivity relationship between brain regions, but cannot express the functional connectivity relationship between brain regions.
- the node feature matrix generated based on rs-fMRI data can express the functional connectivity information between brain regions, but cannot express the structural connectivity relationship between brain regions.
- the pathological characteristics are more complex, and it is impossible to accurately reflect disease information from single-modality imaging data. Therefore, based on the current brain atlas, effective disease information may not be extracted, resulting in misjudgment of disease diagnosis.
- the present application provides an image-driven brain atlas construction method, which calculates a first hypergraph transition matrix by converting a node feature matrix into a hypergraph data structure.
- the first hypergraph transition matrix is the constructed brain atlas.
- a hypergraph is a data structure, which is usually expressed by a hypergraph association matrix.
- edges become hyperedges, which can connect multiple nodes.
- the hypergraph transition matrix is used to indicate the probability of each node in the hypergraph traveling to another node, that is, it can be understood that the hypergraph transition matrix is essentially used to describe the structural connection relationship between the various nodes in the hypergraph.
- the node feature matrix includes the time series of multiple ROI voxel features of the brain.
- the so-called time series is the blood oxygen saturation level data collected at d (d>1, d is an integer) consecutive sampling points by the ROI voxel feature.
- the node feature matrix can also be called a functional connectivity matrix, which contains the functional connectivity information between each ROI voxel feature.
- a node in the hypergraph is a ROI voxel feature.
- the first hypergraph transition matrix calculated based on the node feature matrix can describe the structural connection relationship between multiple ROI voxel features, and has a certain similarity with the structural connection matrix generated based on the brain DTI data. That is to say, the first hypergraph transition matrix includes not only functional connection information between multiple ROI voxel features, but also structural connection relationships between multiple ROI voxel features.
- a multimodal brain map can be constructed by transforming the node feature matrix into a hypergraph data structure and calculating the first hypergraph transition matrix.
- the multimodal brain connectivity structures can express more feature information.
- the execution subject of the method may be an image data acquisition device, such as positron emission computed tomography ( Positron Emission Computed Tomography, PET) equipment, Computed Tomography (Computed Tomography, CT) equipment, Magnetic Resonance Imaging (Magnetic Resonance Imaging, MRI) equipment and other terminal equipment. It can also be a control device of an image data acquisition device, a computer, a robot, a mobile terminal and other terminal devices. As shown in Figure 1, the method includes:
- the node feature matrix may be generated based on image data of at least one modality.
- the image data may include rs-fMRI images, or include MRI images and rs-fMRI images.
- DPARSF software and GRETNA software can be used to preprocess the input MRI images and rs-fMRI images, and then the preprocessed data can be mapped to automatic anatomical labels (Anatomical Labels).
- Automatic Labeling, AAL Automatic Labeling, AAL template to obtain time series of multiple ROI voxel features.
- a ROI voxel feature is a brain region divided by the AAL template.
- the ROI voxel features will be referred to as nodes.
- the time series of each node is taken as a column vector to form a node feature matrix X V of multiple nodes, where X V is a real matrix of size
- K-NN k-nearest neighbor classification
- K-means clustering algorithm can be directly used to convert the hypergraph data structure to obtain the first hypergraph. Correlation matrix.
- the node feature matrix may be first transformed into the first hypergraph data using the Guth-Katz polynomial clustering algorithm.
- the Guth-Katz polynomial clustering algorithm is about to be used to cluster the time series in the node feature matrix, and each class obtained can be used as a hyperedge of the first hypergraph data.
- Each node in the node feature matrix is a node in the first hypergraph data, thereby constructing the first hypergraph data.
- the KNN algorithm is used to transform the node feature matrix into the second hypergraph data.
- the first hypergraph data and the second hypergraph data are fused to obtain the first hypergraph correlation matrix.
- the first hypergraph correlation matrix can be better preserved.
- the node characteristic matrix is used for topology information between nodes, and redundant interference information is effectively eliminated, and the accuracy of the first hypergraph association matrix is improved.
- a schematic diagram of the network structure of the hypergraph transition matrix generator provided by this application includes several block layers connected in series and an output layer.
- each block layer includes a first sub-network layer, a first activation layer, a second sub-network layer, and a second activation layer.
- the first sub-network layer is a d ⁇ d neural network, which receives the input node feature matrix X V for operation, and outputs the operation result to the first activation layer, and uses the sigmoid activation function to activate the operation result to obtain the hyperedge feature matrix.
- X'E the expressions of the first sub-network layer and the first activation layer are:
- WE and b E are the network parameters that can be learned in the first sub-network layer, WE is a d ⁇ d weight matrix, and b E is a d ⁇ 1 deviation vector.
- X′ E is input into the second sub-network layer.
- the second sub-network layer is a d ⁇ d neural network, which receives the input X′ E for operation, outputs the operation result to the second activation layer, and uses the sigmoid activation function to activate the operation result to obtain a new node feature matrix X' V .
- W V and b V are network parameters that can be learned in the second sub-network layer, W V is a d ⁇ d weight matrix, and b V is a d ⁇ 1 bias vector.
- the block layer where X' V is located can be output.
- block1 receives X V input from the hypergraph transition matrix generator, and calculates a hyperedge feature matrix X′ E , and uses X′ E to calculate a new node feature matrix X′ V , and input X′ V into block2 .
- block2 receives X' V , it uses X' V to calculate a new X' E , uses X' E to calculate a new node feature matrix X" V , and inputs X" V to block3.
- block6 as the last layer will use the node characteristic matrix X′′′′ V output by block5 to calculate a new hyperedge characteristic matrix X′′ E , and then use X′′ E to calculate a new node characteristic matrix X′′′′ V , Then output X′′ E and X′′′′ V as the target hyperedge feature matrix and target node feature matrix, and input them to the output layer.
- the number of block layers of the hypergraph transition matrix generator is not limited in this application, and can be set based on actual model performance. By setting several block layers and using the hypergraph edge neuron algorithm to alternately learn the hyperedge feature matrix and the node feature matrix, unnecessary parameters can be reduced, model overfitting can be avoided, and the generalization ability of the model can be enhanced.
- WR is the learnable network parameter in the output layer
- WR is a weight matrix of d ⁇
- the expression is: in, and are the learnable network parameters in the output layer, is a d-dimensional vector, is an
- the calculated hyperedge weight matrix W and node weight matrix R are substituted into the hypergraph transition probability formula to calculate the first hypergraph transition matrix P.
- the expression is: Among them, D V is the vertex degree of freedom, and D E is the hyperedge degree of freedom.
- the calculated first hypergraph transition matrix P indicates the probability of each node in A H swimming to another node, that is, the first hypergraph transition matrix is essentially used for Describe the structural connection relationship between each node in AH.
- Each node in AH corresponds to each node (ie, ROI voxel feature) indicated by the node feature matrix. Therefore, the first hypergraph transition matrix P has a certain similarity with the structural connection matrix generated based on the brain DTI data. It can describe the structural connection relationship between multiple ROI voxel features.
- the first hypergraph transition matrix P is calculated based on the node feature matrix X V , so the first hypergraph transition matrix P also includes functional connection information between multiple ROI voxel features.
- the brain atlas is a multi-modal brain atlas constructed based on the node feature matrix.
- the so-called multi-modality refers to having both functional connectivity information and structural connectivity information.
- the brain atlas can be applied to the classification and discrimination tasks of any brain disease diagnosed based on medical images.
- a classification network is trained for Alzheimer's disease (AD), for example, the classification network is a Support Vector Machine (SVM), which predicts the subjects from mild to mild by inputting a brain map. Probability of cognitive impairment developing into Alzheimer's disease. Compared with the existing brain atlas obtained based on single-modality image data, more disease information can be identified from the multi-modal brain atlas provided in this application, which can improve the SVM's diagnosis of Alzheimer's disease. prediction accuracy.
- SVM Support Vector Machine
- DHGGAN Dynamic Hyper Graph GAN
- DHGGAN includes an initial hypergraph transition matrix generator, a random walk module, and a hypergraph random sampling discriminator as shown in Figure 2.
- the training process can be entered as follows:
- the preset training set includes a plurality of training samples, and each training sample includes at least two different modalities of the image data samples. By preprocessing image data samples of at least two different modalities, node connection matrix samples and structural connection matrix samples are obtained.
- the training samples include rs-fMRI image samples, MRI image samples, and DTI image samples.
- DPARSF software and GRETNA software to preprocess the input MRI image samples and rs-fMRI image samples, and then map the preprocessed data to the AAL template, the time series of multiple nodes v are obtained. Take the time series of each node v as a column vector, thus constituting the node feature matrix sample of the training sample.
- the DTI image samples are input into PANDA software for preprocessing, and the data obtained after preprocessing is input into the AAL template to construct a structural connection matrix sample T between multiple nodes.
- the specific processing procedure of the initial hypergraph transition matrix generator for the second hypergraph association matrix and the node feature matrix samples may refer to the above S103, which will not be repeated here.
- the walking path from v 0 to vm is determined as (v 1 , v 2 , . . . vm -1 ).
- v 0 ) of walking from v 0 to v m is determined as follows:
- v j ) represents the probability of walking from node v j to node v i based on the structural connection matrix T, and the calculation formula of p T (v i
- the walking path from v 0 to vm is (v 1 , v 2 , . . . vm -1 ).
- v 0 ) of walking from v 0 to v m is (v 1 , v 2 , . . . vm -1 ).
- v j ) represents the probability of walking from node v j to node v i based on the structural connection matrix P, and the calculation formula of p P (v i
- n (n ⁇ 1, n is an integer) nodes with the largest walk probability are sampled based on the structural connection matrix T as associated nodes, denoted as N real (v).
- N fake (v) nodes with the largest walking probability are sampled as associated nodes, denoted as N fake (v).
- the hypergraph random sampling discriminator may include a multi-layer perceptron M, for each node v r , the corresponding time series in the node feature matrix sample X V As feature information, it is input into the multi-layer perceptual machine M for processing, and the output features are obtained.
- the probability D( v a , v b ) of v a being an associated node of v b can be determined according to the following formula.
- the calculated loss value L(G, D) does not meet the preset conditions, modify the network parameters in the decider and the hypergraph transition matrix generator, such as W E , b E , W V , b V , and WR of the output layer, Wait. Then select a new training sample, restart S2, and enter the next round of training until the model converges, that is, the calculated loss value L(G, D) meets the preset condition.
- the preset condition can be that the loss value tends to level off.
- the hypergraph transition matrix generator can generate a first hypergraph transition matrix that has a certain degree of similarity with the actual structural connection matrix based on the node feature matrix. So that when the first hypergraph transition matrix is used as a brain atlas, the brain atlas has both functional connection information, structural connection information, and complementary information between functional connection information and structural connection information, which can provide more feature information and improve follow-up. Disease diagnosis efficiency.
- the random walk principle on the hypergraph is used to replace the kernel function transformation and the Lagrangian multiplier method in the traditional training method, thereby avoiding the complicated calculation in the non-convex optimization problem and the inability of the loss function to be stable globally.
- the problem of optimal point convergence therefore, improves the robustness of the model as well as the training efficiency.
- the embodiment of the present application provides an image-driven brain atlas construction device, and the device embodiment corresponds to the foregoing method embodiment.
- the details in the foregoing method embodiments are described one by one, but it should be clear that the apparatus in this embodiment can correspondingly implement all the content in the foregoing method embodiments.
- FIG. 4 is a schematic structural diagram of an image-driven brain atlas construction apparatus provided by an embodiment of the present application.
- the construction apparatus provided by this embodiment includes an acquisition unit 401 , a conversion unit 402 , and a construction unit 403 .
- the obtaining unit 401 is configured to obtain a node feature matrix, where the node feature matrix includes a time series of multiple nodes of the brain.
- the conversion unit 402 is configured to perform hypergraph data structure conversion on the node feature matrix to obtain a first hypergraph association matrix.
- the construction unit 403 is configured to input the first hypergraph association matrix and the node feature matrix into the trained hypergraph transition matrix generator for processing, and output the first hypergraph transition matrix, the first hypergraph transition matrix Multimodal brain atlas constructed from matrix representations.
- the obtaining unit 401 is further configured to preprocess the training samples for each training sample in the training set to obtain node feature matrix samples and structural connection matrix samples.
- the conversion unit 402 is further configured to perform hypergraph data structure conversion on the node feature matrix samples to obtain a second hypergraph association matrix.
- the construction device further includes a training unit 404, and the training unit 404 is used for:
- the construction apparatus provided in this embodiment can execute the above method embodiments, and the implementation principle and technical effect thereof are similar, and details are not described herein again.
- FIG. 5 is a schematic structural diagram of a terminal device provided by an embodiment of the present application.
- the terminal device provided by this embodiment includes: a memory 501 and a processor 502, where the memory 501 is used to store a computer program; the processor 502 is used for The methods described in the above method embodiments are executed when the computer program is invoked.
- the terminal device provided in this embodiment may execute the foregoing method embodiments, and the implementation principle and technical effect thereof are similar, and details are not described herein again.
- Embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the method described in the foregoing method embodiment is implemented.
- the embodiments of the present application further provide a computer program product, when the computer program product runs on a terminal device, the terminal device executes the method described in the above method embodiments.
- the above-mentioned integrated units are implemented in the form of software functional units and sold or used as independent products, they may be stored in a computer-readable storage medium. Based on this understanding, all or part of the processes in the methods of the above embodiments can be implemented by a computer program to instruct the relevant hardware.
- the computer program can be stored in a computer-readable storage medium, and the computer program When executed by a processor, the steps of each of the above method embodiments can be implemented.
- the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file or some intermediate form, and the like.
- the computer-readable storage medium may include at least: any entity or device capable of carrying the computer program code to the photographing device/terminal device, recording medium, computer memory, read-only memory (Read-Only Memory, ROM), random access Memory (Random Access Memory, RAM), electrical carrier signal, telecommunication signal and software distribution medium.
- computer readable media may not be electrical carrier signals and telecommunications signals.
- the disclosed apparatus/device and method may be implemented in other manners.
- the apparatus/equipment embodiments described above are only illustrative.
- the division of the modules or units is only a logical function division.
- the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.
- the term “if” may be contextually interpreted as “when” or “once” or “in response to determining” or “in response to detecting “.
- the phrases “if it is determined” or “if the [described condition or event] is detected” may be interpreted, depending on the context, to mean “once it is determined” or “in response to the determination” or “once the [described condition or event] is detected. ]” or “in response to detection of the [described condition or event]”.
- references in this specification to "one embodiment” or “some embodiments” and the like mean that a particular feature, structure or characteristic described in connection with the embodiment is included in one or more embodiments of the present application.
- appearances of the phrases “in one embodiment,” “in some embodiments,” “in other embodiments,” “in other embodiments,” etc. in various places in this specification are not necessarily All refer to the same embodiment, but mean “one or more but not all embodiments” unless specifically emphasized otherwise.
- the terms “including”, “including”, “having” and their variants mean “including but not limited to” unless specifically emphasized otherwise.
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- General Health & Medical Sciences (AREA)
- Public Health (AREA)
- Epidemiology (AREA)
- Primary Health Care (AREA)
- Radiology & Medical Imaging (AREA)
- Biomedical Technology (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Pathology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Quality & Reliability (AREA)
- Life Sciences & Earth Sciences (AREA)
- Artificial Intelligence (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Evolutionary Computation (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
Abstract
Description
Claims (10)
- 一种影像驱动的脑图谱构建方法,其特征在于,包括:获取节点特征矩阵,所述节点特征矩阵包括所述脑部的多个节点的时间序列;对所述节点特征矩阵进行超图数据结构转换,得到第一超图关联矩阵;将所述第一超图关联矩阵和所述节点特征矩阵输入已训练的超图转移矩阵生成器中处理,输出得到第一超图转移矩阵,所述第一超图转移矩阵表征构建的多模态脑图谱。
- 根据权利要求1所述的方法,其特征在于,所述对所述时间序列特进行超图数据结构转换,得到第一超图关联矩阵,包括:利用Guth-Katz多项式聚类算法将所述节点特征矩阵转换为第一超图数据;利用KNN算法将所述节点特征矩阵转换为第二超图数据;将所述第一超图数据和所述第二超图数据进行融合,得到所述第一超图关联矩阵。
- 根据权利要求1所述的方法,其特征在于,所述超图转移矩阵生成器对所述节点特征矩阵的处理包括:基于所述第一超图关联矩阵和所述节点特征矩阵进行若干次迭代计算,得到目标超边特征矩阵和目标节点特征矩阵;根据所述第一超图关联矩阵和所述目标节点特征矩阵确定节点权重矩阵;根据所述目标超边特征矩阵确定超边权重矩阵;根据所述超边权重矩阵和所述节点权重矩阵确定所述第一超图转移矩阵。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:针对训练集中的每个训练样本,对所述训练样本进行预处理,得到节点特征矩阵样本和结构连接矩阵样本;对所述节点特征矩阵样本进行超图数据结构转换,得到第二超图关联矩阵;将所述第二超图关联矩阵和所述节点特征矩阵样本输入初始超图转移矩阵生成器中处理,输出得到第二超图转移矩阵;基于超图上的随机游走原理,确定所述训练样本对应的每个节点基于所述结构连接矩阵样本得到的关联节点集合N real(v)和基于第二超图转移矩阵得到的关联节点集合N fake(v);利用判别器对所述每个节点的N real(v)和N fake(v)进行判决,得到所述训练样本对应的判决结果;根据每个训练样本对应的判别结果和预设的损失函数进行迭代训练,得到所述超图转 移矩阵生成器。
- 一种影像驱动的脑图谱构建装置,其特征在于,包括:获取单元,用于获取节点特征矩阵,所述节点特征矩阵包括所述脑部的多个节点的时间序列;转换单元,用于对所述节点特征矩阵进行超图数据结构转换,得到第一超图关联矩阵;构建单元,用于将所述第一超图关联矩阵和所述节点特征矩阵输入已训练的超图转移矩阵生成器中处理,输出得到第一超图转移矩阵,所述第一超图转移矩阵表征构建的多模态脑图谱。
- 根据权利要求7所述的装置,其特征在于,所述获取单元,还用于针对训练集中的每个训练样本,对所述训练样本进行预处理,得到节点特征矩阵样本和结构连接矩阵样本;所述转换单元,还用于对所述节点特征矩阵样本进行超图数据结构转换,得到第二超图关联矩阵;所述构建装置还包括训练单元,所述训练单元用于:将所述第二超图关联矩阵和所述节点特征矩阵样本输入初始超图转移矩阵生成器中处理,输出得到第二超图转移矩阵;基于超图上的随机游走原理,确定所述训练样本对应的每个节点基于所述结构连接矩阵样本得到的关联节点集合N real(v)和基于第二超图转移矩阵得到的关联节点集合N fake(v);利用判别器对所述每个节点的N real(v)和N fake(v)进行判决,得到所述训练样本对应的判决结果;根据每个训练样本对应的判别结果和预设的损失函数进行迭代训练,得到所述超图转移矩阵生成器。
- 一种终端设备,其特征在于,包括:存储器和处理器,所述存储器用于存储计算机程序;所述处理器用于在调用所述计算机程序时执行如权利要求1-6任一项所述的方法。
- 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1-6任一项所述的方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US17/764,755 US12159706B2 (en) | 2021-01-09 | 2021-02-07 | Image-driven brain atlas construction method, device and storage medium |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202110026745.5 | 2021-01-09 | ||
| CN202110026745.5A CN112951386B (zh) | 2021-01-09 | 2021-01-09 | 影像驱动的脑图谱构建方法、装置、设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2022147885A1 true WO2022147885A1 (zh) | 2022-07-14 |
Family
ID=76235137
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/075798 Ceased WO2022147885A1 (zh) | 2021-01-09 | 2021-02-07 | 影像驱动的脑图谱构建方法、装置、设备及存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US12159706B2 (zh) |
| CN (1) | CN112951386B (zh) |
| WO (1) | WO2022147885A1 (zh) |
Cited By (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115359837A (zh) * | 2022-08-18 | 2022-11-18 | 京东方科技集团股份有限公司 | 药物与靶标的相互作用预测方法、装置及存储介质 |
| CN116130089A (zh) * | 2023-02-02 | 2023-05-16 | 湖南工商大学 | 基于超图神经网络的多模态抑郁症检测系统、装置及介质 |
| CN116236158A (zh) * | 2023-02-17 | 2023-06-09 | 浙江大学 | 一种基于头皮脑电信号的局灶癫痫发作识别方法和系统 |
| CN116433964A (zh) * | 2023-03-17 | 2023-07-14 | 南京航空航天大学 | 一种基于多数据中心的多模态脑网络特征分类方法 |
| CN116597214A (zh) * | 2023-05-18 | 2023-08-15 | 广东工业大学 | 基于多模态超图注意网络的阿尔茨海默症分类方法及系统 |
| CN117407534A (zh) * | 2023-10-23 | 2024-01-16 | 南京师范大学 | 一种基于激活扩散模型的带权认知图谱权重计算方法 |
| CN118245950A (zh) * | 2024-05-20 | 2024-06-25 | 银河航天(北京)网络技术有限公司 | 用于卫星的火工品状态确定方法、装置及计算机程序产品 |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112951386B (zh) * | 2021-01-09 | 2023-08-29 | 深圳先进技术研究院 | 影像驱动的脑图谱构建方法、装置、设备及存储介质 |
| CN113254729B (zh) * | 2021-06-29 | 2021-10-08 | 中国科学院自动化研究所 | 基于动态超图网络的多模态演化特征自动共形表示方法 |
| CN113822757B (zh) * | 2021-07-28 | 2024-10-18 | 同盾科技有限公司 | 基于超图的非正常交易预测方法、装置、设备和存储介质 |
| CN113723485B (zh) * | 2021-08-23 | 2023-06-06 | 天津大学 | 一种轻微肝性脑病脑影像超图处理方法 |
| CN113724784B (zh) * | 2021-09-08 | 2022-05-06 | 山东建筑大学 | 阿尔兹海默病半脑不对称的遗传结构绘制系统及方法 |
| CN114359657B (zh) * | 2021-12-14 | 2024-08-20 | 深圳先进技术研究院 | 脑图谱构建及神经环路检测的方法和相关产品 |
| WO2023108418A1 (zh) * | 2021-12-14 | 2023-06-22 | 深圳先进技术研究院 | 脑图谱构建及神经环路检测的方法和相关产品 |
| CN118821838B (zh) * | 2024-06-19 | 2025-10-10 | 浙江大学 | 数据与知识协同驱动的认知效度计算模型增强方法及系统 |
| CN118864366B (zh) * | 2024-06-28 | 2026-01-06 | 青岛大学 | 基于多模态微结构拓扑特征的脑疾病分类模型的构建方法和装置 |
| CN119720910B (zh) * | 2025-02-27 | 2025-07-29 | 中国科学院大学 | 与非图优化方法、装置、计算机设备和可读存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103093087A (zh) * | 2013-01-05 | 2013-05-08 | 电子科技大学 | 一种基于多任务学习的多模态脑网络特征融合方法 |
| CN104715260A (zh) * | 2015-03-05 | 2015-06-17 | 中南大学 | 基于rls-elm的多模态融合图像分类方法 |
| CN106203470A (zh) * | 2016-06-22 | 2016-12-07 | 南京航空航天大学 | 一种基于超图的多模态特征选择及分类方法 |
| CN107658018A (zh) * | 2017-10-12 | 2018-02-02 | 太原理工大学 | 一种基于结构连接和功能连接的融合脑网络构建方法 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9563950B2 (en) * | 2013-03-20 | 2017-02-07 | Cornell University | Methods and tools for analyzing brain images |
| US11640529B2 (en) * | 2020-02-16 | 2023-05-02 | International Business Machines Corporation | Training a neural network to create an embedding for an unlabeled vertex in a hypergraph |
| CN112951386B (zh) * | 2021-01-09 | 2023-08-29 | 深圳先进技术研究院 | 影像驱动的脑图谱构建方法、装置、设备及存储介质 |
| US12056236B2 (en) * | 2021-03-24 | 2024-08-06 | International Business Machines Corporation | Defending against adversarial queries in a data governance system |
-
2021
- 2021-01-09 CN CN202110026745.5A patent/CN112951386B/zh active Active
- 2021-02-07 US US17/764,755 patent/US12159706B2/en active Active
- 2021-02-07 WO PCT/CN2021/075798 patent/WO2022147885A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103093087A (zh) * | 2013-01-05 | 2013-05-08 | 电子科技大学 | 一种基于多任务学习的多模态脑网络特征融合方法 |
| CN104715260A (zh) * | 2015-03-05 | 2015-06-17 | 中南大学 | 基于rls-elm的多模态融合图像分类方法 |
| CN106203470A (zh) * | 2016-06-22 | 2016-12-07 | 南京航空航天大学 | 一种基于超图的多模态特征选择及分类方法 |
| CN107658018A (zh) * | 2017-10-12 | 2018-02-02 | 太原理工大学 | 一种基于结构连接和功能连接的融合脑网络构建方法 |
Non-Patent Citations (4)
| Title |
|---|
| SU LIFAN, GAO YUE, ZHAO XIBIN, WAN HAI, GU MING, SUN JIAGUANG: "Vertex-Weighted Hypergraph Learning for Multi-View Object Classification", PROCEEDINGS OF THE TWENTY-SIXTH INTERNATIONAL JOINT CONFERENCE ON ARTIFICIAL INTELLIGENCE, 1 August 2017 (2017-08-01), California, US , pages 2779 - 2785, XP055949442, ISBN: 978-0-9992411-0-3, DOI: 10.24963/ijcai.2017/387 * |
| XIAO LI; WANG JUNQI; KASSANI PEYMAN H.; ZHANG YIPU; BAI YUNTONG; STEPHEN JULIA M.; WILSON TONY W.; CALHOUN VINCE D.; WANG YU-PING: "Multi-Hypergraph Learning-Based Brain Functional Connectivity Analysis in fMRI Data", IEEE TRANSACTIONS ON MEDICAL IMAGING, vol. 39, no. 5, 29 November 2019 (2019-11-29), USA, pages 1746 - 1758, XP011785815, ISSN: 0278-0062, DOI: 10.1109/TMI.2019.2957097 * |
| ZHANG ZIZHAO, LIN HAOJIE, GAO YUE: "Dynamic Hypergraph Structure Learning", PROCEEDINGS OF THE TWENTY-SEVENTH INTERNATIONAL JOINT CONFERENCE ON ARTIFICIAL INTELLIGENCE, 1 July 2018 (2018-07-01), California , pages 3162 - 3169, XP055949446, ISBN: 978-0-9992411-2-7, DOI: 10.24963/ijcai.2018/439 * |
| ZHU YINGYING; ZHU XIAOFENG; KIM MINJEONG; YAN JIN; KAUFER DANIEL; WU GUORONG: "Dynamic Hyper-Graph Inference Framework for Computer-Assisted Diagnosis of Neurodegenerative Diseases", IEEE TRANSACTIONS ON MEDICAL IMAGING, vol. 38, no. 2, 1 February 2019 (2019-02-01), USA, pages 608 - 616, XP011707515, ISSN: 0278-0062, DOI: 10.1109/TMI.2018.2868086 * |
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115359837A (zh) * | 2022-08-18 | 2022-11-18 | 京东方科技集团股份有限公司 | 药物与靶标的相互作用预测方法、装置及存储介质 |
| CN116130089A (zh) * | 2023-02-02 | 2023-05-16 | 湖南工商大学 | 基于超图神经网络的多模态抑郁症检测系统、装置及介质 |
| CN116130089B (zh) * | 2023-02-02 | 2024-01-02 | 湖南工商大学 | 基于超图神经网络的多模态抑郁症检测系统、装置及介质 |
| CN116236158A (zh) * | 2023-02-17 | 2023-06-09 | 浙江大学 | 一种基于头皮脑电信号的局灶癫痫发作识别方法和系统 |
| CN116433964A (zh) * | 2023-03-17 | 2023-07-14 | 南京航空航天大学 | 一种基于多数据中心的多模态脑网络特征分类方法 |
| CN116597214A (zh) * | 2023-05-18 | 2023-08-15 | 广东工业大学 | 基于多模态超图注意网络的阿尔茨海默症分类方法及系统 |
| CN116597214B (zh) * | 2023-05-18 | 2025-12-26 | 广东工业大学 | 基于多模态超图注意网络的阿尔茨海默症分类方法及系统 |
| CN117407534A (zh) * | 2023-10-23 | 2024-01-16 | 南京师范大学 | 一种基于激活扩散模型的带权认知图谱权重计算方法 |
| CN118245950A (zh) * | 2024-05-20 | 2024-06-25 | 银河航天(北京)网络技术有限公司 | 用于卫星的火工品状态确定方法、装置及计算机程序产品 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20240029866A1 (en) | 2024-01-25 |
| CN112951386A (zh) | 2021-06-11 |
| CN112951386B (zh) | 2023-08-29 |
| US12159706B2 (en) | 2024-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2022147885A1 (zh) | 影像驱动的脑图谱构建方法、装置、设备及存储介质 | |
| US12288327B2 (en) | Image-driven brain atlas construction method, apparatus, device and storage medium | |
| CN112149717B (zh) | 基于置信度加权的图神经网络训练方法及装置 | |
| CN110148142B (zh) | 图像分割模型的训练方法、装置、设备和存储介质 | |
| CN110503654B (zh) | 一种基于生成对抗网络的医学图像分割方法、系统及电子设备 | |
| Ayana et al. | Multistage transfer learning for medical images | |
| CN112102237A (zh) | 基于半监督学习的脑部肿瘤识别模型的训练方法及装置 | |
| EP3975117A1 (en) | Image segmentation method and apparatus, and training method and apparatus for image segmentation model | |
| KR102177568B1 (ko) | 레이블 있는 데이터 및 레이블 없는 데이터를 병용하는 준지도 강화 학습 방법 및 이를 이용한 장치 | |
| WO2021008328A1 (zh) | 图像处理方法、装置、终端及存储介质 | |
| CN112102266A (zh) | 基于注意力机制的脑梗死医学影像分类模型的训练方法 | |
| CN115330669A (zh) | 预测解剖结构的疾病量化参数的计算机实现的方法、系统及存储介质 | |
| CN111340819A (zh) | 图像分割方法、装置和存储介质 | |
| CN111709485B (zh) | 医学影像处理方法、装置和计算机设备 | |
| CN111553892A (zh) | 基于深度学习的肺结节分割计算方法、装置及系统 | |
| CN119169383B (zh) | 一种基于ai的医疗图像识别方法 | |
| WO2024051655A1 (zh) | 全视野组织学图像的处理方法、装置、介质和电子设备 | |
| CN116934754B (zh) | 基于图神经网络的肝脏影像识别方法及装置 | |
| CN112488178B (zh) | 网络模型的训练方法及装置、图像处理方法及装置、设备 | |
| CN120747650B (zh) | 一种基于特征解耦与动态图构建的多模态脑网络分类方法 | |
| CN116739988A (zh) | 一种基于多难度课程学习的深度学习脑出血分类方法 | |
| Hilal et al. | Design of intelligent Alzheimer disease diagnosis model on CIoT environment | |
| Priya et al. | Advanced attention-based pre-trained transfer learning model for accurate brain tumor detection and classification from MRI images | |
| CN111598870A (zh) | 基于卷积神经网络端对端推理计算冠状动脉钙化比的方法 | |
| Chang et al. | Deep learning from latent spatiotemporal information of the heart: Identifying advanced bioimaging markers from echocardiograms |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 17764755 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21916936 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21916936 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21916936 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12.01.2024) |






