CN105513058A - Brain active region detection method and device - Google Patents

Brain active region detection method and device Download PDF

Info

Publication number
CN105513058A
CN105513058A CN201510862020.4A CN201510862020A CN105513058A CN 105513058 A CN105513058 A CN 105513058A CN 201510862020 A CN201510862020 A CN 201510862020A CN 105513058 A CN105513058 A CN 105513058A
Authority
CN
China
Prior art keywords
sigma
overbar
voxel
voxels
fmri
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.)
Granted
Application number
CN201510862020.4A
Other languages
Chinese (zh)
Other versions
CN105513058B (en
Inventor
张睿
高欣
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.)
Suzhou Institute of Biomedical Engineering and Technology of CAS
Original Assignee
Suzhou Institute of Biomedical Engineering and Technology of CAS
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 Suzhou Institute of Biomedical Engineering and Technology of CAS filed Critical Suzhou Institute of Biomedical Engineering and Technology of CAS
Priority to CN201510862020.4A priority Critical patent/CN105513058B/en
Publication of CN105513058A publication Critical patent/CN105513058A/en
Application granted granted Critical
Publication of CN105513058B publication Critical patent/CN105513058B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10088Magnetic resonance imaging [MRI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30016Brain

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Radiology & Medical Imaging (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Magnetic Resonance Imaging Apparatus (AREA)

Abstract

The invention provides a brain active region detection method, and the method comprises the following steps: obtaining fMRI data; constructing a two-dimensional neighborhood characteristic space S of the fMRI data; carrying out the clustering search of the characteristic space S through employing a mean value drift algorithm; and obtaining an active region detection result. The invention also provides a corresponding brain active region detection device. The method and device provided by the invention can detect active voxels with stronger activity, also can sensitively detect a brain active region composed of voxels which are weak in time domain performance and stronger in frequency domain performance, and are good in noise prevention capability and high in sensitivity.

Description

Brain activation region detection method and device
Technical Field
The invention relates to the field of medical signal processing, in particular to a brain activation region detection method and a brain activation region detection device.
Background
Functional magnetic resonance imaging (fMRI) is a technique for obtaining a neuro-activation distribution based on a hemodynamic (BOLD) mechanism by measuring a magnetic change of hemoglobin caused by a change in oxygen concentration in blood. However, since the BOLD-fMRI signal varies very weakly in amplitude almost in accordance with the noise fluctuation, so that it is particularly difficult to separate the signal from the noise, the BOLD-fMRI signal extraction (also called active region detection) method can be generally divided into two categories, namely model-based and data-based.
The model-based algorithm comprises cross-correlation analysis, a general linear model and the like; the basic principle of the cross-correlation analysis is that a reference waveform simulating a cerebral blood flow dynamics response function is predefined according to prior knowledge, then correlation coefficients of a time process of a voxel and the reference waveform are sequentially calculated, whether the voxel is activated or not is determined by thresholding the correlation coefficients, namely a threshold value is determined, if the correlation coefficients of the voxel are larger than the threshold value, the voxel is judged to be in an activated state, and if the correlation coefficients are smaller than the threshold value, the voxel is judged to be in a resting state. In a general linear model, correlation between variables is calculated, after a linear relation between two variables is detected, the model is established, parameters in the model are estimated, then the model is checked by using a t-test method or an f-test method, and a brain activation image corresponding to a threshold value is obtained according to the set threshold value, so that whether the brain area is in an activation state or not is judged.
The data-based algorithm comprises a k-means clustering algorithm, independent component analysis and the like; the basic principle of the k-means clustering algorithm (k-means) is that the number of classes of data is designated as k, k sample points are randomly selected from an fMRI data set to serve as initial clustering centers of each class, then the distance from each sample to the k clustering centers is calculated, the samples are classified into the class where the clustering center closest to the sample is located, and the clustering result is expressed by the value of k. And then, an iterative updating method is adopted, each iterative process is carried out along the direction of reducing the target function based on the given clustering target function until the target function obtains the minimum value, the algorithm is converged, and the detection of the brain activation region is completed. Independent Component Analysis (ICA) is a blind signal separation method, which aims to decompose observed data to extract independent components and find information components implicit in the data. The general approach to processing fMRI data with ICA is: the brain activation region caused by stimulation is detected by performing two experiments under the same condition in the same stimulation mode to obtain two signals of each voxel as a mixed signal, separating signal components related to an event by using ICA, calculating the Z fraction of each voxel, and regarding the voxel with the value larger than a given threshold value as an activation voxel.
Algorithms based on model class, such as cross-correlation analysis, general linear model and the like, are generally based on a priori assumed model, and the quality of a detection result is directly related to the satisfaction degree of data to the model. Secondly, the above methods all belong to a univariate statistical method, whether a certain voxel in the fMRI data is activated or not is determined through analysis of the voxel, and the correlation between adjacent voxels in the fMRI data space, namely the neighborhood information of the voxel, is not considered, so that the method has a certain limitation in the detection of an activation region, and particularly under the condition of low signal-to-noise ratio, the detection sensitivity of the univariate statistical method to the activation region is low.
And (4) data class-based algorithms, such as a k-means clustering method. First, the method requires pre-specifying the value of the number of clusters K. However, the number of data set classes cannot be determined in advance, and therefore, the optimal value of the k value is difficult to accurately select. Secondly, an initial clustering center needs to be determined in the method to perform initial partitioning on the data. The detection result of the clustering is sensitive to the selection of the initial clustering center, and once the initial value is not well selected, the final convergence effect of the clustering can be influenced, and the reliability and the accuracy of the detection result are reduced. The ICA has the defects in the application range, and whether all functional nuclear magnetic resonance imaging data can be processed by the ICA method or not can be realized. The ICA method, while consistent with the results of commonly used activation region detection algorithms, is difficult to process with ICA for the detection of complex brain high-level activities.
Disclosure of Invention
The invention aims to solve the problem of low signal-to-noise ratio of the existing brain activation region detection method.
The purpose of the invention is realized by adopting the following technical scheme.
A brain activation region detection method comprises the following steps:
step S1, acquiring fMRI data;
step S2, constructing a two-dimensional neighborhood feature space S of the fMRI data;
step S3, performing clustering search on the feature space S by adopting a mean shift algorithm;
and step S4, obtaining an activation area detection result.
In a preferred embodiment of the present invention, step S2 further includes the following steps:
in step S21, a set of fMRI volume data V ═ V is given, which includes T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1, …, T), so that the correlation coefficient r between the time series i (p) of the voxel p and the stimulus function e (T)1(p) is represented by:
r 1 ( p ) = Σ t = 1 T ( I ( p , t ) - I ‾ ( p ) ) · ( E ( t ) - E ‾ ) [ Σ t = 1 T ( I ( p , t ) - I ‾ ( p ) ) 2 Σ t = 1 T ( E ( t ) - E ‾ ) 2 ] 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,is the mean value of the stimulation function;
step S22, including neighborhood information around voxel p, defining neighborhood of voxel p as n (p), n (p) ═ pi1,2, …, n is the number of voxels in the neighborhood N (p), and the average value of the correlation coefficient of the time sequence and the stimulation function of all the voxels in each voxel neighborhood N (p) is defined asExpressed as:
r 1 ‾ ( p ) = 1 n Σ i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
In step S23, a correlation coefficient r between a voxel p and a voxel in the voxel neighborhood is obtained2(p), expressed as:
r 2 ( p ) = 1 n Σ i = 1 n Σ t = 1 T ( I ( p , t ) - I ‾ ( p ) ) · ( I ( p i , t ) - I ‾ ( p i ) ) [ Σ t = 1 T ( I ( p , t ) - I ‾ ( p ) ) 2 Σ t = 1 T ( I ( p i , t ) - I ‾ ( p i ) ) 2 ] 1 / 2 - - - ( 3 )
wherein,is the mean value of the sequence and is,constructing a second dimension characteristic R of the fMRI data characteristic space for the mean value of the corresponding voxels in the neighborhood2={r2(p)|p∈V};
Step S24, constructing the feature space S, where S ═ { R ═ R1,R2}。
In a preferred embodiment of the present invention, in the feature space S, the kernel function of the sampling points in the given space is k (x) and the allowable error, and the step S3 further includes the following steps:
step S31, arbitrarily selecting an initial search area circle center O in the feature space S, wherein the radius is the kernel width h;
step S32, calculating the mean shift M in the search areah(x):
M h ( x ) = Σ i = 1 n x i g ( | | x - x i h | | 2 ) Σ i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
step S33, if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends(ii) a Otherwise, calculating x by using the following formula (3) to obtain a new circle center O', and returning to execute the step S32;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
in a preferred embodiment of the present invention, step S4 further includes the following steps: repeating steps S1-S3 until Mh(x)||<And when the formula (2) converges to a local density maximum point and x drifts to a local maximum point, calculating sample points converged to the same point in the characteristic space S as a class to obtain the detection result of the activation region.
In a preferred embodiment of the present invention, step S1 further includes the following steps: and (3) formulating an experimental stimulation scheme, collecting fMRI experimental data and preprocessing the experimental data.
A brain activation region detection device, comprising:
the data grabbing unit is used for acquiring fMRI data;
the construction unit is used for constructing a two-dimensional neighborhood characteristic space S of the fMRI data;
the searching unit is used for carrying out clustering search on the characteristic space S by adopting a mean shift algorithm; and
and the output unit is used for obtaining the detection result of the activation area.
In a preferred embodiment of the present invention, the building unit further includes the following sub-units:
a data selection subunit for giving a set of fMRI volume data V ═ V comprising T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1, …, T), so that the correlation coefficient r between the time series i (p) of the voxel p and the stimulus function e (T)1(p) is represented by:
r 1 ( p ) = &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( E ( t ) - E &OverBar; ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( E ( t ) - E &OverBar; ) 2 &rsqb; 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,is the mean value of the stimulation function;
a first dimension feature construction subunit, configured to introduce neighborhood information around a voxel p, and define a neighborhood of the voxel p as n (p), where n (p) ═ pi1,2, …, n is the number of voxels in the neighborhood N (p), and the average value of the correlation coefficient of the time sequence and the stimulation function of all the voxels in each voxel neighborhood N (p) is defined asExpressed as:
r 1 &OverBar; ( p ) = 1 n &Sigma; i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
A second dimension feature construction subunit for obtaining the correlation coefficient r of the voxel p and the voxels in the voxel neighborhood2(p), expressed as:
r 2 ( p ) = 1 n &Sigma; i = 1 n &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( I ( p i , t ) - I &OverBar; ( p i ) ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( I ( p i , t ) - I &OverBar; ( p i ) ) 2 &rsqb; 1 / 2 - - - ( 3 )
constructing a second dimension feature R of the fMRI data feature space2={r2(p) | p ∈ V }, wherein,is the mean value of the sequence and is,is the mean value of the corresponding voxels in the neighborhood; and
a feature space construction subunit configured to construct the feature space S, where S ═ { R ═ R1,R2}。
In a preferred embodiment of the present invention, in the feature space S, the kernel function of the sampling points in the given space is k (x) and the allowable error, and the searching unit further includes the following sub-units:
the condition setting subunit is used for randomly selecting the circle center O of the initial search area in the feature space S, and the radius is the kernel width h;
a calculation subunit for calculating a mean shift M within the search areah(x):
M h ( x ) = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
a judging subunit, configured to judge: if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends; otherwise, calculating x by using the following formula (3) to obtain a new circle center O ', and returning the new circle center O' to the calculating subunit for continuous calculation;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
in a preferred embodiment of the present invention, the output unit is further configured to calculate a sample point converging to the same point in the feature space S as a class, so as to obtain the detection result of the active region.
In a preferred embodiment of the present invention, the data capturing unit is further configured to pre-process the fMRI experimental data.
Compared with the prior art, the method and the device for detecting the brain activation region provided by the invention can detect the activation voxels with stronger activity, can sensitively detect the brain activation region formed by the voxels with weak activity but highly related spatial domain, and have good anti-noise capability and high sensitivity.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented in accordance with the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more clearly understood, the following preferred embodiments are described in detail with reference to the accompanying drawings.
Drawings
Fig. 1 is a schematic flow chart of a method for detecting a brain activation region according to a first embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a brain activation region detection apparatus according to a second embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a construction unit of a brain activation region detection apparatus according to a second embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a search unit of a brain activation region detection apparatus according to a second embodiment of the present invention.
Detailed Description
To facilitate an understanding of the invention, the invention will now be described more fully with reference to the accompanying drawings. Preferred embodiments of the present invention are shown in the drawings. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used herein in the description of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic flow chart of a method for detecting a brain activation region according to a first embodiment of the present invention, including the following steps:
in step S1, fMRI data is acquired.
Specifically, an experimental stimulation scheme is firstly formulated, and fMRI experimental data are collected and preprocessed. The purpose of the preprocessing is to detect and repair artifacts produced by the magnetic resonance scanner or the subject person at the time of data acquisition or to prepare for subsequent data processing.
Step S2, a two-dimensional neighborhood feature space S of the fMRI data is constructed.
Specifically, the method comprises the following steps:
in step S21, a set of fMRI volume data V ═ V is given, which includes T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1, …, T), so that the correlation coefficient r between the time series i (p) of the voxel p and the stimulus function e (T)1(p) can be obtained from cross-correlation analysis and is expressed as:
r 1 ( p ) = &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( E ( t ) - E &OverBar; ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( E ( t ) - E &OverBar; ) 2 &rsqb; 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,mean value of stimulation function. Coefficient of correlation r1The size of (p) reflects the degree of relevance of the voxel to participate in task stimulation.
Step S22, including neighborhood information around voxel p, defining neighborhood of voxel p as n (p), n (p) ═ pi1,2, …, n is the number of voxels in the neighborhood N (p), and the average value of the correlation coefficient of the time sequence and the stimulation function of all the voxels in each voxel neighborhood N (p) is defined asExpressed as:
r 1 &OverBar; ( p ) = 1 n &Sigma; i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
In step S23, a correlation coefficient r between a voxel p and a voxel in the voxel neighborhood is obtained2(p), correlation coefficient r2(p) reflects the consistency of the fMRI data neighborhood space, expressed as:
r 2 ( p ) = 1 n &Sigma; i = 1 n &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( I ( p i , t ) - I &OverBar; ( p i ) ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( I ( p i , t ) - I &OverBar; ( p i ) ) 2 &rsqb; 1 / 2 - - - ( 3 )
wherein,is the mean value of the sequence and is,constructing a second dimension characteristic R of the fMRI data characteristic space for the mean value of the corresponding voxels in the neighborhood2={r2(p)|p∈V};
Step S24, constructing the feature space S, where S ═ { R ═ R1,R2}。
In other embodiments, the value range of n may be set according to practical situations, and may be 8 neighborhoods, 4 neighborhoods, or the like.
And step S3, performing clustering search on the feature space S by adopting a mean shift algorithm.
Specifically, in the feature space S, the kernel function of the sampling points in the given space is k (x) and the allowable error, and further includes the steps of:
step S31, arbitrarily selecting an initial search area circle center O in the feature space S, wherein the radius is the kernel width h;
step S32, calculating the mean shift M in the search areah(x):
M h ( x ) = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
step S33, if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends; otherwise, calculating x by using the following formula (3) to obtain a new circle center O', and returning to execute the step S32;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
in step S31, the key parameter is kernel width h, which determines the size of the search area, and the difference in the value of h affects the result of the algorithm.
And step S4, obtaining an activation area detection result.
Specifically, the method comprises the following steps: the steps S1 to S3 (in the present embodiment, the steps S1, S21 to S23, S31 to S33) are repeated until | | Mh(x)||<When the formula (2) converges to the local density maximum point and x drifts to the local maximum point, the formula (2) is used for converting the x into the local density maximum pointSample points converging to the same point in the feature space S are calculated as a class, and an activation area detection result of a VN-MSC (VN-MSC) algorithm is obtained.
The method for detecting the brain activation region provided by the embodiment utilizes the characteristic that voxels in the same region of the brain have similar properties, namely, the brain functional regions are distributed in a block shape and are clusters formed by connected voxels in fMRI data space, but are not distributed in a dot shape formed by single voxels, so that the neighborhood correlation characteristics of fMRI data voxel space are fully utilized to construct a feature space, and the mean shift clustering algorithm is combined to extract the brain activation regions under different stimulation conditions, so that not only the activated voxels with strong activity can be detected, but also the brain activation regions formed by the voxels with weak activity and high spatial domain correlation can be sensitively detected, and the method has good anti-noise capability and high sensitivity.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a brain activation region detection apparatus 100 according to a second embodiment of the present invention.
The brain activation region detection apparatus 100 includes: a data capture unit 10 for acquiring fMRI data; the constructing unit 20 is configured to construct a two-dimensional neighborhood feature space S of fMRI data; the searching unit 30 is used for carrying out clustering search on the characteristic space S by adopting a mean shift algorithm; and an output unit 40 for obtaining an active area detection result.
Referring to fig. 3, fig. 3 is a schematic structural diagram of the building unit 20. The building unit 20 further comprises the following sub-units:
a data selection subunit 201 for giving a set of fMRI volume data V ═ V for T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1, …, T), so that the correlation coefficient r between the time series i (p) of the voxel p and the stimulus function e (T)1(p) is represented by:
r 1 ( p ) = &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( E ( t ) - E &OverBar; ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( E ( t ) - E &OverBar; ) 2 &rsqb; 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,is the mean value of the stimulation function;
a first dimension feature constructing subunit 202, configured to introduce neighborhood information around the voxel p, and define a neighborhood of the voxel p as n (p), where n (p) { p { (p) }i1,2, …, n is the number of voxels in the neighborhood N (p), and the average value of the correlation coefficient of the time sequence and the stimulation function of all the voxels in each voxel neighborhood N (p) is defined asExpressed as:
r 1 &OverBar; ( p ) = 1 n &Sigma; i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
A second dimension feature construction subunit 203, configured to obtain a correlation coefficient r between the voxel p and voxels in the voxel neighborhood2(p), expressed as:
r 2 ( p ) = 1 n &Sigma; i = 1 n &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( I ( p i , t ) - I &OverBar; ( p i ) ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( I ( p i , t ) - I &OverBar; ( p i ) ) 2 &rsqb; 1 / 2 - - - ( 3 )
constructing a second dimension feature R of the fMRI data feature space2={r2(p) | p ∈ V }, wherein,is the mean value of the sequence and is,is the mean value of the corresponding voxels in the neighborhood; and
a feature space construction subunit 204, configured to construct the feature space S, where S ═ { R ═ R1,R2}。
In the feature space S, given that the kernel function of the sampling points in the space is k (x) and the tolerance error, referring to fig. 4, the searching unit 30 further includes the following sub-units:
a condition setting subunit 301, configured to arbitrarily select an initial search area in the feature space S, where a circle center is O and a radius is a kernel width h;
a calculation subunit 302 for calculating a mean shift M in the search areah(x):
M h ( x ) = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
a judging subunit 303, configured to judge: if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends; otherwise, calculating x by using the following formula (3) to obtain a new circle center O ', and returning the new circle center O' to the calculating subunit 302 for continuous calculation;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
the output unit 40 is further configured to calculate a sample point converged to the same point in the feature space S as a class when the formula (2) converges to the local density maximum point, so as to obtain an active region detection result.
The data capture unit 10 is also used for preprocessing the fMRI experimental data.
The brain activation region detection device provided by the embodiment utilizes the characteristic that voxels in the same region of the brain have similar properties, namely, the brain functional regions are distributed in a block shape and are clusters formed by connected voxels in fMRI data space, but are not distributed in a dot shape formed by single voxels, so that the neighborhood correlation characteristics of fMRI data voxel space are fully utilized to construct a feature space, and the brain activation regions under different stimulation conditions are extracted by combining a mean shift clustering algorithm, so that not only can the activated voxels with strong activity be detected, but also the brain activation regions formed by the voxels with weak activity but highly correlated spatial domains can be sensitively detected, and the brain activation region detection device has good anti-noise capability and high sensitivity.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A brain activation region detection method is characterized by comprising the following steps:
step S1, acquiring fMRI data;
step S2, constructing a two-dimensional neighborhood feature space S of the fMRI data;
step S3, performing clustering search on the feature space S by adopting a mean shift algorithm;
and step S4, obtaining an activation area detection result.
2. The detection method according to claim 1, wherein the step S2 includes:
in step S21, a set of fMRI volume data V ═ V is given, which includes T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1.,. T.), and the time series i (p) of the voxels p and the correlation coefficient r of the stimulus function e (T) are set as1(p) is represented by:
r 1 ( p ) = &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( E ( t ) - E &OverBar; ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( E ( t ) - E &OverBar; ) 2 &rsqb; 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,is the mean value of the stimulation function;
step S22, including neighborhood information around voxel p, defining neighborhood of voxel p as n (p), n (p) ═ pi1, 2.. n }, where n is the number of voxels in the neighborhood n (p), and each voxel is takenThe average value of the correlation coefficient of the time series of all the voxels in the neighborhood N (p) and the stimulus function is defined asExpressed as:
r 1 &OverBar; ( p ) = 1 n &Sigma; i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
In step S23, a correlation coefficient r between a voxel p and a voxel in the voxel neighborhood is obtained2(p), expressed as:
r 2 ( p ) = 1 n &Sigma; i = 1 n &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( I ( p i , t ) - I &OverBar; ( p i ) ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( I ( p i , t ) - I &OverBar; ( p i ) ) 2 &rsqb; 1 / 2 - - - ( 3 )
wherein,is the mean value of the sequence and is,constructing a second dimension characteristic R of the fMRI data characteristic space for the mean value of the corresponding voxels in the neighborhood2={r2(p)|p∈V};
Step S24, constructing the feature space S, where S ═ { R ═ R1,R2}。
3. The detection method according to claim 1, wherein in the feature space S, the kernel function of the sampling points in a given space is k (x) and the allowable error, and the step S3 includes:
step S31, selecting an initial search area in the feature space S arbitrarily, wherein the center of the circle O and the radius are the kernel width h;
step S32, calculating the mean shift M in the search areah(x):
M h ( x ) = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
step S33, if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends; otherwise, calculating x by using the following formula (3) to obtain a new circle center O', and returning to execute the step S32;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
4. the detection method according to any one of claims 1 to 3, wherein the step S4 includes: repeating steps S1-S3 until Mh(x)||<And when the formula (2) converges to a local density maximum point and x drifts to a local maximum point, calculating sample points converged to the same point in the characteristic space S as a class to obtain the detection result of the activation region.
5. The detection method according to claim 1, wherein the step S1 includes: and (3) formulating an experimental stimulation scheme, collecting fMRI experimental data and preprocessing the experimental data.
6. A brain activation region detecting device, comprising:
the data grabbing unit is used for acquiring fMRI data;
the construction unit is used for constructing a two-dimensional neighborhood characteristic space S of the fMRI data;
the searching unit is used for carrying out clustering search on the characteristic space S by adopting a mean shift algorithm; and
and the output unit is used for obtaining the detection result of the activation area.
7. The detection apparatus of claim 6, wherein the construction unit comprises:
a data selection subunit for giving a set of fMRI volume data V ═ V comprising T time pointst1, 2., T }, where VtFor fMRI volume data at time T, the time series I (p) of voxels p { I (p, T) | T ═ 1,2,.., T, p ∈ V }, where I (p, T) is the voxel p at VtSignal strength of (1); in the fMRI imaging process, the external stimulus is a stimulus signal at a specific time point, and is set as a stimulus function e (T) (1.,. T.), and the time series i (p) of the voxels p and the correlation coefficient r of the stimulus function e (T) are set as1(p) is represented by:
r 1 ( p ) = &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( E ( t ) - E &OverBar; ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( E ( t ) - E &OverBar; ) 2 &rsqb; 1 / 2 - - - ( 1 )
wherein,is the mean value of the signal intensities of the voxels p,is the mean value of the stimulation function;
a first dimension feature construction subunit, configured to introduce neighborhood information around a voxel p, and define a neighborhood of the voxel p as n (p), where n (p) ═ pi1, 2.. n.n.n is the number of voxels in the neighborhood N (p), and the average value of the correlation coefficients of the time series of all the voxels in each voxel neighborhood N (p) and the stimulation function is defined asExpressed as:
r 1 &OverBar; ( p ) = 1 n &Sigma; i = 1 n r 1 ( p i ) - - - ( 2 )
constructing first dimension features of fMRI data
A second dimension feature construction subunit for obtaining the correlation coefficient r of the voxel p and the voxels in the voxel neighborhood2(p), expressed as:
r 2 ( p ) = 1 n &Sigma; i = 1 n &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) &CenterDot; ( I ( p i , t ) - I &OverBar; ( p i ) ) &lsqb; &Sigma; t = 1 T ( I ( p , t ) - I &OverBar; ( p ) ) 2 &Sigma; t = 1 T ( I ( p i , t ) - I &OverBar; ( p i ) ) 2 &rsqb; 1 / 2 - - - ( 3 )
constructing a second dimension feature R of the fMRI data feature space2={r2(p) | p ∈ V }, wherein,is the mean value of the sequence and is,is the mean value of the corresponding voxels in the neighborhood; and
a feature space construction subunit configured to construct the feature space S, where S ═ { R ═ R1,R2}。
8. The detecting device according to claim 1, wherein in the feature space S, the kernel function of the sampling points in a given space is k (x) and the tolerance error, the searching unit includes:
the condition setting subunit is used for randomly selecting an initial search area in the feature space S, wherein the circle center is O, and the radius is the kernel width h;
a calculation subunit for calculating a mean shift M within the search areah(x):
M h ( x ) = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - x - - - ( 2 )
The vector always points in the direction of increasing density;
a judging subunit, configured to judge: if the modulus of the mean shift vector is less than the tolerance error, | Mh(x)||<The iterative algorithm ends; otherwise, calculating x by using the following formula (3) to obtain a new circle center O ', and returning the new circle center O' to the calculating subunit for continuous calculation;
x = &Sigma; i = 1 n x i g ( | | x - x i h | | 2 ) &Sigma; i = 1 n g ( | | x - x i h | | 2 ) - - - ( 3 )
9. the detecting device according to any one of claims 6 to 8, wherein the output unit is further configured to calculate sample points converging to the same point in the feature space S as a class to obtain the active region detecting result.
10. The testing device of claim 6, wherein the data capture unit is further configured to pre-process the fMRI experimental data.
CN201510862020.4A 2015-12-01 2015-12-01 A kind of brain active region detection method and device Active CN105513058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510862020.4A CN105513058B (en) 2015-12-01 2015-12-01 A kind of brain active region detection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510862020.4A CN105513058B (en) 2015-12-01 2015-12-01 A kind of brain active region detection method and device

Publications (2)

Publication Number Publication Date
CN105513058A true CN105513058A (en) 2016-04-20
CN105513058B CN105513058B (en) 2019-04-23

Family

ID=55721015

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510862020.4A Active CN105513058B (en) 2015-12-01 2015-12-01 A kind of brain active region detection method and device

Country Status (1)

Country Link
CN (1) CN105513058B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106127726A (en) * 2016-05-18 2016-11-16 中国石油大学(华东) A kind of non-feature extraction and non-parametric 3D rendering registration new algorithm
CN107194934A (en) * 2017-05-08 2017-09-22 西安交通大学 A kind of brain active region detection method based on correlation analysis
CN116583221A (en) * 2021-09-17 2023-08-11 皇家飞利浦有限公司 Determination of subject-specific hemodynamic response functions

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101292871A (en) * 2007-04-25 2008-10-29 中国科学院自动化研究所 Method for specification extraction of magnetic resonance imaging brain active region based on pattern recognition
CN102508184A (en) * 2011-10-26 2012-06-20 中国科学院自动化研究所 Brain function active region detection method based on moving average time series models
CN103961103A (en) * 2014-05-07 2014-08-06 大连理工大学 Method for performing phase correction on ICA estimation components of plural fMRI data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101292871A (en) * 2007-04-25 2008-10-29 中国科学院自动化研究所 Method for specification extraction of magnetic resonance imaging brain active region based on pattern recognition
CN102508184A (en) * 2011-10-26 2012-06-20 中国科学院自动化研究所 Brain function active region detection method based on moving average time series models
CN103961103A (en) * 2014-05-07 2014-08-06 大连理工大学 Method for performing phase correction on ICA estimation components of plural fMRI data

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JAMES S.HYDE ET AL.: "Cross-Correlation:An fMRI Signal-Processing Strategy", 《NEUROIMAGE》 *
LEO AI ET AL.: "Application of mean-shift clustering to Blood oxygen level dependent functional MRI activation detection", 《BMC MEDICAL IMAGING》 *
张波 等: "一种改进ICA算法在脑功能区提取中的应用", 《计算机仿真》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106127726A (en) * 2016-05-18 2016-11-16 中国石油大学(华东) A kind of non-feature extraction and non-parametric 3D rendering registration new algorithm
CN106127726B (en) * 2016-05-18 2019-09-06 中国石油大学(华东) A kind of non-feature extraction and non-parametric 3D rendering method for registering
CN107194934A (en) * 2017-05-08 2017-09-22 西安交通大学 A kind of brain active region detection method based on correlation analysis
CN116583221A (en) * 2021-09-17 2023-08-11 皇家飞利浦有限公司 Determination of subject-specific hemodynamic response functions

Also Published As

Publication number Publication date
CN105513058B (en) 2019-04-23

Similar Documents

Publication Publication Date Title
Chang Multiparameter receiver operating characteristic analysis for signal detection and classification
Yuan et al. Fast hyperspectral anomaly detection via high-order 2-D crossing filter
Weiss et al. Multiple sclerosis lesion segmentation using dictionary learning and sparse coding
KR101811270B1 (en) Method and system for checking goods
US11703477B2 (en) Nondestructive testing method and device for detecting and distinguishing internal defect and external defect of wire rope
CN103279744B (en) Imitation fingerprint detection methods based on multiple dimensioned three mode texture feature and system
CN104794440B (en) A kind of false fingerprint detection method based on the multiple dimensioned LBP of more piecemeals
CN105513058B (en) A kind of brain active region detection method and device
US11041927B1 (en) Apparatus, system and method for machine learning spike noise detection
CN104838422A (en) Image processing device and method
Lingvall et al. Automatic detecting and classifying defects during eddy current inspection of riveted lap-joints
Afshin‐Pour et al. A mutual information‐based metric for evaluation of fMRI data‐processing approaches
CN114201993B (en) Three-branch attention feature fusion method and system for detecting ultrasonic defects
CN112302061A (en) Intelligent rapid interpretation method for integrity detection signal of low-strain foundation pile
Li et al. Magnetotelluric signal-noise separation method based on SVM–CEEMDWT
CN105300267A (en) Metal plate thickness measuring method based on electromagnetic eddy current and data fusion algorithm
Zhang et al. Anomaly detection of complex magnetic measurements using structured Hankel low-rank modeling and singular value decomposition
Gupta et al. Mutual information metric evaluation for PET/MRI image fusion
KR101601041B1 (en) Pattern Classification Apparatus and Method for fMRI
CN111046918B (en) ICA-CNN classified fMRI data space pre-smoothing and broadening method
Khalid et al. Adaptive 2DCCA based approach for improving spatial specificity of activation detection in functional MRI
Nagarhalli et al. Evaluating the Effectiveness of the Convolution Neural Network in Detecting Brain Tumors
Nercessian et al. A non-reference measure for objective edge map evaluation
Paulchamy et al. Novel framework for predictive analytics of brain tumor segmentation using recurrent neural network
Frankowski et al. Knowledge extraction algorithms dedicated for identification of steel bars in reinforced concrete structures

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant