CN105279777A - Static PET image reconstruction method based on improved sequential filtering - Google Patents

Static PET image reconstruction method based on improved sequential filtering Download PDF

Info

Publication number
CN105279777A
CN105279777A CN201510657627.9A CN201510657627A CN105279777A CN 105279777 A CN105279777 A CN 105279777A CN 201510657627 A CN201510657627 A CN 201510657627A CN 105279777 A CN105279777 A CN 105279777A
Authority
CN
China
Prior art keywords
concentration
matrix
reconstruction
pet
filtering
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
CN201510657627.9A
Other languages
Chinese (zh)
Other versions
CN105279777B (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.)
Sichuan Chengzhuan Technology Co., Ltd
Original Assignee
Zhejiang University of Technology ZJUT
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 Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201510657627.9A priority Critical patent/CN105279777B/en
Publication of CN105279777A publication Critical patent/CN105279777A/en
Application granted granted Critical
Publication of CN105279777B publication Critical patent/CN105279777B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Nuclear Medicine (AREA)

Abstract

A static PET image reconstruction method based on improved sequential filtering comprises the following steps: 1) a state spatial model of a PET system is built; 2) a concentration reconstruction process based on improved sequential filtering is as follows: 2.1) an initial value and an initial estimate covariance of radioactive concentration distribution are set firstly, so that xhat<0>(0) = xhat(0) and P<0>(0) = P(0); 2.2) sonogram data y(t) are obtained; 2.3) the sonogram data y(t) are divided into r blocks; 2.4) an equation (3) is used to calculate a gain matrix K<i>(t); 2.5) a measurement value y<i>(t) and the gain matrix K<i>(t) are used to calculate a spatial concentration estimate xhat<i>(t) according to a status updating equation (2); 2.6) if i < r, then i = i + 1, and the method jumps to the step 2.4), otherwise, xhat(t) = xhat<r>(t) and P(t) = P<r>(t); and 2.7) if t < N, then t = t + 1, and the method jumps to the step 2.2), otherwise, the algorithm ends and final reconstruction results are obtained. The method ensures the reconstruction effects, reduces the calculation cost, and improves the reconstruction speed.

Description

Based on the static PET image reconstruction method improving Sequential filter
Technical field
The present invention relates to positron emission tomography field, being specifically related to a kind of static PET image reconstruction method based on improving Sequential filter.
Background technology
Positron emission tomography (PositronEmissionTomography, PET) technology is a kind of by following the trail of metabolic alterations on a molecular scale, monitoring, thus reaches early detection to disease, prevents the medical imaging technology of object.PET technology, as functional imaging technology, can reflect the situation of patient body's intracellular metabolic, thus earlier can detect focus.Therefore, PET technology is widely used in diagnosis and bioorganism imaging, drug screening and the exploitation of tumour, heart disease, nerve and psychosis, has demonstrated huge application prospect.
First accelerator is used to produce positron nuclide when carrying out PET scanning, then will by the isotopically labeled infusion of medicine human body of radioactivity coordination, by blood circulation, these materials will form certain distribution in each histoorgan in human body.Because the half life period of radioactivity coordination nucleic is shorter, and extremely unstable, will decay very soon.In decay process, radioactivity coordination nucleic can produce positron and with neighbouring free electron generation annihilation reaction, produce the gamma photons that a pair direction is contrary, energy is equal.At this moment, technology can be met by the utilization of external detector and photon is detected, then correct via noise, obtain data for projection.Utilize data for projection to carry out inverting by some reconstructing methods to solve, the spatial concentration distribution of the radiomaterial of human body can be reconstructed.
At present, PET image reconstruction method is broadly divided into two classes: analytical method and Iterative statistical method.Last class mainly filtered back-projection, computing velocity is fast, and cost is little, but can not restraint speckle very well, so that reconstructed image quality is not high.Therefore, there is the Iterative statistical method taking maximum-likelihood method as representative.Due to process of iteration Corpus--based Method model, good to fragmentary data adaptability, become the focus of PET reconstruction algorithm research gradually.Compared to analytical method, the reconstruction image that process of iteration obtains is more clear.But be the key affecting process of iteration reconstructed results on the accurate modeling of PET system imaging process.The introducing of state space, has effectively promoted the development of process of iteration.State-space method can by the process modelling of PET imaging (providing the mathematical expression of PET imaging process), carry out corresponding portraying to the physiology of the statistical property of PET scanning process and biosome, architectural characteristic, thus some existing algorithm for estimating combined by this model often can provide and better rebuild effect.Current existing state space method for solving is mainly based on H 2filtering (i.e. Kalman filtering), H filtering etc.But due to the number needing the sharpness of rebuilding image often to depend on voxel, and the latter is directly connected to the calculated amount of filtering restructing algorithm.Therefore, in most cases, the PET image reconstructing method based on filtering algorithm all faces very high-dimensional matrix inversion operation, and this brings great computational burden can to the PET image reconstruct based on general filtering algorithm.
Summary of the invention
In order to overcome the deficiency that computing cost is comparatively large, reconstructed velocity is slower of existing PET image reconstruction method, the invention provides a kind of static PET image reconstruction method based on improving Sequential filter, this invention proposes observable higher-dimension sinusoidal data to be divided into multiple low-dimensional observation data.When system carries out filtering based on the observation of these low-dimensionals, originally require that inverse higher dimensional matrix be instead of by the low-dimensional matrix that some and low-dimensional observe dimension consistent, this can greatly assess the cost in reduction, improves reconstructed velocity, provides the reconstruction effect the same with the PET method for reconstructing based on Kalman filtering.
Following technical scheme is provided in order to solve the problems of the technologies described above:
Based on the static PET image reconstruction method improving Sequential filter, comprise the steps:
1) state-space model of PET system is set up:
x ( t + 1 ) = x ( t ) + v ( t ) y ( t ) = D x ( t ) + e ( t ) - - - ( 1 )
Wherein, t represents the time; Y (t) is observed reading, is just through the sinogram data obtained after noise is corrected; D represent human body inside radiation concentration and PET scan between the projection matrix of projection relation, determined by the inherent characteristic of PET device; X (t) is radioactive concentration distribution, namely needs the object rebuild; V (t) is process noise; The measurement noise that e (t) is residual for data acquisition and after meeting rectification;
2) the reconstruction image based on improving Sequential filter is obtained according to following equations:
x ^ i ( t ) = x ^ i - 1 ( t ) + K i ( t ) ( y i ( t ) - D x ^ i - 1 ( t ) ) , x ^ 0 ( t ) = x ^ ( 0 ) - - - ( 2 )
K i ( t ) = P i ( t ) D i T ( D i P i ( t ) D i T + R i ) - 1 - - - ( 3 )
P i ( t ) = P i - 1 ( t ) + Q i - K i ( t ) ( D i P i ( t ) D i T + R i ) K i T ( t ) , P 0 ( t ) = P ( t ) - - - ( 4 )
x ^ ( t ) = x ^ r ( t ) - - - ( 5 )
P(t)=P r(t)(6)
Wherein, for the filtering reconstructed value of spatial concentration, for the filtering initial value of spatial concentration, y (t) is the sinogram data after detectable correction, the predictor error covariance matrix that P (t) is spatial concentration, and P (0) is initial space concentration predictor error covariance, y (t) is divided into r block, y it () is i-th piecemeal of y (t), D i, R i, Q icorresponding to y ithe matrix D of (t), the piecemeal of R, Q, K it () is corresponding to y ithe filter gain matrix of (t), for based on y (0) ..., y (t-1), y 1(t) ..., y i(t) } spatial concentration filtering reconstructed value, P i(t) be corresponding to y (0) ..., y (t-1), y 1(t) ..., y i(t) } filtering error covariance matrix.Iteration is from initial value p (0) sets out, throughput measured value y (t), through N iteration, finally obtains radioactive concentration distribution process of reconstruction is as follows:
2.1) initial value and the initial estimation covariance of radioactive concentration distribution is first set p 0(0)=P (0);
2.2) sinogram data y (t) is obtained;
2.3) sinogram data y (t) is divided into r block;
2.4) equation (3) calculated gains matrix K is utilized i(t);
2.5) utilization measured value y i(t) and gain K it (), calculates spatial concentration estimated value according to state updating equation (2) and release corresponding predictor error covariance matrix P according to (4) i(t);
2.6) if i < is r, i=i+1, jumps to step 2.4), otherwise, p (t)=P r(t);
2.7) if t < is N, t=t+1, jumps to step 2.2), otherwise algorithm terminates.
Technical conceive of the present invention is: based on analysis PET system being used to kalman filter method image-forming principle, find this reconstructing method reconstructed velocity slowly problem be higher-dimension observation cause higher dimensional matrix to be inverted, by higher-dimension observation being blocked into the observation of relative low-dimensional, final demand solution low-dimensional inverse of a matrix, thus efficiently solve the problems referred to above.
As can be seen from technique scheme, beneficial effect of the present invention is mainly manifested in: under ensure that (reconstructing with the direct PET image based on Kalman filtering) has the prerequisite of identical quality reconstruction, effectively prevent higher dimensional matrix to invert, and then improve reconstructed velocity.
Accompanying drawing explanation
Fig. 1 is the steps flow chart schematic diagram of PET image reconstruction method of the present invention.
Embodiment
In order to more specifically describe the present invention, below in conjunction with the drawings and the specific embodiments, static PET concentration method for reconstructing of the present invention is described in detail.
As shown in Figure 1, a kind of static PET image reconstruction method based on improving Sequential filter, comprises the steps:
1) according to PET image-forming principle, state space system is set up:
x ( t + 1 ) = x ( t ) + v ( t ) y ( t ) = D x ( t ) + e ( t ) - - - ( 7 )
Wherein, t represents the time; Y (t) is observed reading, is just through the sinogram data obtained after noise is corrected; D represent human body inside radiation concentration and PET scan between the projection matrix of projection relation, determined by the inherent characteristic of PET device, adopt the approximate treatment of single line of response model to obtain in an experiment; X (t) is radioactive concentration distribution, namely needs the object rebuild; V (t) is process noise; E (t) is for data acquisition and measurement noise residual after noise is corrected; V (t), e (t) obey covariance matrix and are respectively diagonal matrix Q, the normal Gaussian distribution of R;
2) the reconstruction image based on improving Sequential filter is obtained according to following equations:
x ^ i ( t ) = x ^ i - 1 ( t ) + K i ( t ) ( y i ( t ) - D x ^ i - 1 ( t ) ) , x ^ 0 ( t ) = x ^ ( 0 ) - - - ( 8 )
K i ( t ) = P i ( t ) D i T ( D i P i ( t ) D i T + R i ) - 1 - - - ( 9 )
P i ( t ) = P i - 1 ( t ) + Q i - K i ( t ) ( D i P i ( t ) D i T + R i ) K i T ( t ) , P 0 ( t ) = P ( t ) - - - ( 10 )
P(t)=P r(t)(12)
Wherein, for the filtering reconstructed value of spatial concentration, for the filtering initial value of spatial concentration, y (t) is the sinogram data after detectable correction, the predictor error covariance matrix that P (t) is spatial concentration, P (0) is initial space concentration predictor error covariance, subscript i=1 ..., r, y (t) is divided into r block, y it () is i-th piecemeal of y (t), D i, R i, Q ibe and y it matrix D that () is compatible, the piecemeal of R, Q, K it () is corresponding to y ithe filter gain matrix of (t), for based on until observation y ithe spatial concentration filtering reconstructed value of (t), P it () is corresponding to observation until observation y ithe filtering error covariance matrix of (t).Iteration is from initial value p (0) sets out, throughput measured value y (t), through successive ignition, finally obtains radioactive concentration distribution as shown in Figure 1, as follows based on the image reconstruction iterative process improving Sequential filter:
2.1) initial value and the initial variance of radioactive concentration distribution is first set p 0(0), these two values are provided by empirical value, but when not having priori, can be by p 0(0) null matrix and unit matrix is taken as respectively;
2.2) sinogram data y (t) is obtained;
2.3) sinogram data y (t) is divided into r block;
2.4) equation (9) calculated gains matrix K is utilized i(t);
2.5) utilization measured value y i(t) and gain K it (), calculates spatial concentration estimated value according to state updating equation (8) and release corresponding predictor error covariance matrix P according to (10) i(t);
2.6) if i < is r, i=i+1, jumps to step 2.4), otherwise, p (t)=P r(t);
2.7) if t < is N, t=t+1, jumps to step 2.2), otherwise algorithm terminates, and obtains final concentration reconstruction result.

Claims (1)

1., based on the static PET image reconstruction method improving Sequential filter, it is characterized in that: described image rebuilding method comprises the steps:
1) state-space model of PET system is set up:
x ( t + 1 ) = x ( t ) + v ( t ) y ( t ) = D x ( t ) + e ( t ) - - - ( 1 )
Wherein, t represents the time; Y (t) is observed reading, is just through the sinogram data obtained after noise is corrected; D represent human body inside radiation concentration and PET scan between the projection matrix of projection relation, determined by the inherent characteristic of PET device; X (t) is radioactive concentration distribution, namely needs the object rebuild; V (t) is process noise; The measurement noise that e (t) is residual for data acquisition and after meeting rectification;
2) the reconstruction image based on improving Sequential filter is obtained according to following equations:
x ^ i ( t ) = x ^ i - 1 ( t ) + K i ( t ) ( y i ( t ) - D x ^ i - 1 ( t ) ) , x ^ 0 ( t ) = x ^ ( 0 ) - - - ( 2 )
K i ( t ) = P i ( t ) D i T ( D i P i ( t ) D i T + R i ) - 1 - - - ( 3 )
P i ( t ) = P i - 1 ( t ) + Q i - K i ( t ) ( D i P i ( t ) D i T + R i ) K i T ( t ) , P 0 ( t ) = P ( t ) - - - ( 4 )
x ^ ( t ) = x ^ r ( t ) - - - ( 5 )
P(t)=P r(t)(6)
Wherein, for the filtering reconstructed value of spatial concentration, for the filtering initial value of spatial concentration, y (t) is the sinogram data after detectable correction, the predictor error covariance matrix that P (t) is spatial concentration, and P (0) is initial space concentration predictor error covariance, y (t) is divided into r block, y it () is i-th piecemeal of y (t), D i, R i, Q icorresponding to y ithe matrix D of (t), the piecemeal of R, Q, K it () is corresponding to y ithe filter gain matrix of (t), for based on y (0) ..., y (t-1), y 1(t) ..., y i(t) } spatial concentration filtering reconstructed value, P i(t) be corresponding to y (0) ..., y (t-1), y 1(t) ..., y i(t) } filtering error covariance matrix.Iteration is from initial value p (0) sets out, throughput measured value y (t), through N iteration, finally obtains radioactive concentration distribution process of reconstruction is as follows:
2.1) initial value and the initial estimation covariance of radioactive concentration distribution is first set p 0(0)=P (0);
2.2) sinogram data y (t) is obtained;
2.3) sinogram data y (t) is divided into r block;
2.4) equation (3) calculated gains matrix K is utilized i(t);
2.5) utilization measured value y i(t) and gain K it (), calculates spatial concentration estimated value according to state updating equation (2) and release corresponding predictor error covariance matrix P according to (4) i(t);
2.6) if i < is r, i=i+1, jumps to step 2.4), otherwise, p (t)=P r(t);
2.7) if t < is N, t=t+1, jumps to step 2.2), otherwise algorithm terminates, and obtains final reconstructed results.
CN201510657627.9A 2015-10-12 2015-10-12 Based on the static PET image reconstruction method for improving Sequential filter Active CN105279777B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510657627.9A CN105279777B (en) 2015-10-12 2015-10-12 Based on the static PET image reconstruction method for improving Sequential filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510657627.9A CN105279777B (en) 2015-10-12 2015-10-12 Based on the static PET image reconstruction method for improving Sequential filter

Publications (2)

Publication Number Publication Date
CN105279777A true CN105279777A (en) 2016-01-27
CN105279777B CN105279777B (en) 2017-12-19

Family

ID=55148728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510657627.9A Active CN105279777B (en) 2015-10-12 2015-10-12 Based on the static PET image reconstruction method for improving Sequential filter

Country Status (1)

Country Link
CN (1) CN105279777B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107221012A (en) * 2017-05-09 2017-09-29 浙江工业大学 Static PET image reconstruction method based on the Kalman filtering for improving the scope of application

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499173A (en) * 2009-03-06 2009-08-05 刘华锋 Kalman filtering image reconstruction method in PET imaging
US20130058551A1 (en) * 2011-09-01 2013-03-07 Siemens Medical Solutions Usa, Inc. Complementary PET Reconstruction
CN103793929A (en) * 2014-01-10 2014-05-14 浙江工业大学 Static PET image reconstruction method based on H2/H8mixed filtering

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101499173A (en) * 2009-03-06 2009-08-05 刘华锋 Kalman filtering image reconstruction method in PET imaging
US20130058551A1 (en) * 2011-09-01 2013-03-07 Siemens Medical Solutions Usa, Inc. Complementary PET Reconstruction
CN103793929A (en) * 2014-01-10 2014-05-14 浙江工业大学 Static PET image reconstruction method based on H2/H8mixed filtering

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
WANG HONGXIA ET AL: "PET reconstruction based on optimal linear stochastic filtering", 《PROCEEDINGS OF THE 33RD CHINESE CONTROL CONFERENCE》 *
沈云霞 等: "基于鲁棒自适应Kalman滤波的PET放射性浓度重建", 《中国图象图形学报》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107221012A (en) * 2017-05-09 2017-09-29 浙江工业大学 Static PET image reconstruction method based on the Kalman filtering for improving the scope of application
CN107221012B (en) * 2017-05-09 2020-05-05 浙江工业大学 Static PET image reconstruction method based on Kalman filtering with improved application range

Also Published As

Publication number Publication date
CN105279777B (en) 2017-12-19

Similar Documents

Publication Publication Date Title
Tong et al. Image reconstruction for PET/CT scanners: past achievements and future challenges
US9155514B2 (en) Reconstruction with partially known attenuation information in time of flight positron emission tomography
CN104657950B (en) Dynamic PET (positron emission tomography) image reconstruction method based on Poisson TV
CN103279964B (en) A kind of PET image dynamic reconstruction method and system based on PRCA
CN102831627A (en) PET (positron emission tomography) image reconstruction method based on GPU (graphics processing unit) multi-core parallel processing
Kösters et al. EMRECON: An expectation maximization based image reconstruction framework for emission tomography data
US20230059132A1 (en) System and method for deep learning for inverse problems without training data
CN106204674A (en) The dynamic PET images method for reconstructing retrained based on structure dictionary and kinetic parameter dictionary joint sparse
CN103810731A (en) PET image reconstruction method based TV norm
CN114092589B (en) Image reconstruction method and training method, device, equipment and storage medium
CN102509322B (en) PET image reconstruction method based on Kalman filtering
US8509504B2 (en) Point spread function radial component implementation in Joseph&#39;s forward projector
CN102938154B (en) Reconstruction method of dynamic positron emission tomography (PET) images based on particle filter
CN102184559A (en) Particle filtering-based method of reconstructing static PET (Positron Emission Tomograph) images
Ruan et al. Separation of a mixture of simultaneous dual-tracer PET signals: a data-driven approach
CN103230282A (en) Method and system for estimating mean value and variance of PET concentration
CN103400403B (en) Method for reconstructing while a kind of PET concentration and attenuation coefficient
CN104063887A (en) Low Rank based dynamic PET image reestablishment method
Hong et al. Complementary frame reconstruction: a low-biased dynamic PET technique for low count density data in projection space
Zhu et al. Direct estimation from list-mode data for reversible tracers using graphical modeling
CN105279777A (en) Static PET image reconstruction method based on improved sequential filtering
CN103793929B (en) Static PET image reconstruction method based on H2/H8mixed filtering
CN105551067B (en) Based on the sequential H of class∞The static PET image reconstruction method of filtering
Tong et al. A robust state-space kinetics-guided framework for dynamic PET image reconstruction
Shen et al. Limited view PET reconstruction of tissue radioactivity maps

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
TR01 Transfer of patent right

Effective date of registration: 20200330

Address after: 310018 Room 1004-1006, 17 Block 57, Baiyang Street Science Park Road, Hangzhou Economic and Technological Development Zone, Zhejiang Province

Patentee after: Zhejiang Qibo Intellectual Property Operation Co., Ltd

Address before: The city Zhaohui six districts Chao Wang Road Hangzhou city Zhejiang province Zhejiang University of Technology No. 18 310014

Patentee before: ZHEJIANG UNIVERSITY OF TECHNOLOGY

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200803

Address after: 180 Xueyuan street, Huixing Road, Ziliujing District, Zigong City, Sichuan Province

Patentee after: Sichuan Chengzhuan Technology Co., Ltd

Address before: 310018 Room 1004-1006, 17 Block 57, Baiyang Street Science Park Road, Hangzhou Economic and Technological Development Zone, Zhejiang Province

Patentee before: Zhejiang Qibo Intellectual Property Operation Co.,Ltd.

TR01 Transfer of patent right