WO1999053440A2 - Algebraic reconstruction of images from non-equidistant data - Google Patents

Algebraic reconstruction of images from non-equidistant data Download PDF

Info

Publication number
WO1999053440A2
WO1999053440A2 PCT/IL1999/000199 IL9900199W WO9953440A2 WO 1999053440 A2 WO1999053440 A2 WO 1999053440A2 IL 9900199 W IL9900199 W IL 9900199W WO 9953440 A2 WO9953440 A2 WO 9953440A2
Authority
WO
WIPO (PCT)
Prior art keywords
matrix
data
estimator
spatial distribution
data points
Prior art date
Application number
PCT/IL1999/000199
Other languages
French (fr)
Other versions
WO1999053440A3 (en
Inventor
Daniel Rosenfeld
Original Assignee
Ge Medical Systems Mr Israel
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 Ge Medical Systems Mr Israel filed Critical Ge Medical Systems Mr Israel
Priority to US09/445,833 priority Critical patent/US6748098B1/en
Publication of WO1999053440A2 publication Critical patent/WO1999053440A2/en
Publication of WO1999053440A3 publication Critical patent/WO1999053440A3/en
Priority to US10/743,489 priority patent/US7076091B2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4007Interpolation-based scaling, e.g. bilinear interpolation

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Magnetic Resonance Imaging Apparatus (AREA)

Abstract

A method of resampling medical imaging data from a first spatial distribution of data points onto a second spatial distribution of data points, including determining a matrix of reverse interpolation coefficients for resampling data from said second spatial distribution onto said first spatial distribution, inverting a matrix based on said reverse interpolation matrix to determine forward resampling coefficients for resampling data from said first spatial distribution to said second spatial distribution, and resampling data from said first spatial distribution onto said second spatial distribution using said forward resampling coefficients.

Description

ALGEBRAIC RECONSTRUCTION OF IMAGES FROM NON-EQUIDISTANT DATA
FIELD OF THE INVENTION
The present invention relates to signal data processing and in particular to efficient resampling of non-uniformly sampled data for medical imaging. RELATED APPLICATIONS
This application is a 119(e) of U.S. provisional application 60/081,642, filed on April 14, 1998, the disclosure of which is incorporated herein by reference.
BACKGROUND OF THE INVENTION
The Fourier Transform (FT) is one of the most important signal processing techniques in use today. In particular, it finds a number of uses in medical imaging, including reconstruction of MRI images and Fourier reconstruction of CT images. In MRI applications, the FT is used to convert the acquired data into an image. The quality and accuracy of the image is of utmost importance in medical examinations.
The Fast Fourier Transform (FFT), is an efficient implementation of the FT, which can only be utilized on data that is uniformly sampled in a transform domain. In addition to the
FFT, there are other signal and image processing techniques that require the input data to be sampled to a specific grid, for example, backprojection reconstruction in CT or MRI imaging and diffraction tomography.
In many real-world situations, the data is not uniformly sampled. In spiral MRI, for example, the non-uniform sampling is due to variations in magnetic gradients and timing circuits. Typically, allowing non-uniform sampling can significantly shorten MRI data acquisition time.
In MRI imaging, data is acquired into a signal space called a k-space, which is the Fourier transform space of the image. An image is usually reconstructed from the k-space by applying an FFT to the data in the k-space. A major difference between MRI methods is the order in which data is acquired into the k-space. For example, in spiral MRI, data is acquired along a spiral trajectory in a two dimensional k-space, while in spin echo MRI, data is acquired along individual rows in the k-space. In 3D MRI, the k-space is three dimensional.
The commonly used solution to non-uniformly spaced data points is to interpolate the data points onto a uniformly spaced grid. One method of interpolation (referred to herein as the
GRD method) was originally devised for radio astronomy by W.N. Brouw in "Aperture
Synthesis", B. Adler, S. Fernbach and M. Rotenberg, editors, Methods in Computational
Physics. Vol. 14, pp. 131-175, Academic press, New York, 1975. This method was introduced into medical imaging by O' Sullivan in "A Fast Sine Function Gridding Algorithm for Fourier Inversion", IEEE Trans. Med. Imaging. MI-4:200-207, 1985 and by Jackson et. al in "Selection of A Convolution Function for Fourier Inversion using Gridding", in IEEE Trans. Med. Imaging, MI-10:473-478, 1991, and further elaborated by Meyer et. al in "Fast Spiral Coronary Artery Imaging", Magn. Reson. Med.. 28:202-213, 1992, the disclosures of which are incorporated herein by reference.
In a conventional gridding method, resampling of data (in k-space) is applied as follows:
(a) Pre-compensate the sampled data with the inverse of the sampled data density, to compensate for the varying density of sampling in k-space.
(b) Convolute the data with a Kaiser-Bessel window function.
(c) Re-sample onto a uniformly spaced Cartesian grid.
(d) Perform an FFT on the redistributed set of data points to get an image.
(e) Post-compensate the transformed data to remove apodization of the convolution kernel by dividing the image data by the transform of the Kaiser-Bessel window function.
A Kaiser-Bessel convolution is used, rather than a sine convolution, to reduce the computational complexity. The preferred convolution kernel is zero outside a certain window size, so that each resampled data point will be interpolated only from a small number of data points, in its vicinity, rather than using all or most of the data points in the set, as would be required in a sine based interpolation.
The step of post-compensation is required to correct for a so-called roll-off effect induced by the transform of the convolution window. Even after the post compensation, there is generally a degradation of image quality towards the edges of the generated image. Two types of effects are generally visible: "cupping" and "wings". Cupping is where the intensity profile is lower (or higher) at the center of the image than at its ends and wings is where there is an overrun of the signal beyond the ends of the image carrying portion of the image. "Density Compensation Functions for Spiral MRI", by R. Hoge et al., in MRM 38:117-128 (1997), the disclosure of which is incorporated herein by reference, provides in Fig. 5D thereof a graphic example of both degradation effects for a Jackson type gridding algorithm. Such degradation is undesirable in medical images that are used for diagnosis. One solution is to interpolate onto a 2Nx2N grid, rather than onto an NxN grid (oversampling). The result is then post-compensated and only the central NxN portion of the post-compensated result is persevered. Most of the artifacts are outside this central portion. However, this technique increases the number of points for the FFT, by a factor of four, which considerably increases the complexity of the computation.
In the performance of real time MRI imaging, e.g., imaging of the heart and imaging fluid dissipation in tissues, the number of computational steps allowed between sequential images should be kept to a minimum. Typically, the pre-compensation, convolution and resampling are performed by multiplying the column-stacked data by a suitable, pre-calculated, matrix of coefficients. In some cases, the pre-compensation is applied separately. The post- compensation requires an element-by-element multiplication by a pre-calculated matrix. The number of required calculations is very important in medical imaging since the size of MRI images can be as large as 1 ,024x1 ,024 or more.
An article titled "Comparison of Interpolating Methods for Image Resampling" by J. Parker et al, IEEE trans, on Medical Imaging March 1983, states that the choice of an interpolating function for resampling depends upon the task being performed. When verisimilar images are desired, this article suggests cubic B-spline interpolation. When additional processing of the images is to be performed the article suggests high-resolution cubic spline interpolation.
Another source of image degradation is noise. Substantially every sampled data includes noise, such as, thermal noise from the source of the sampled data and noise due to the apparatus used in acquiring the data. In resampling, the noise in the original data is passed over to the resampled data.
In medical images, certain types of noise are found to be more tolerable to the human observer than others. For example, as mentioned in the above referenced article, noise which is correlated with an image is much more noticeable than noise which is uncorrelated with the image. In viewing medical images, it is commonly desired to receive images which have a clear appearance, i.e. a low level of local noise, even if the received images are less accurate, i.e., have a higher bias.
U.S. patent 4,982,162 to Zakhor et al. and an article from the same author titled "Optimal sampling and Reconstruction of MRI Signals Resulting from Sinusoidal Gradients", IEEE transactions on signal processing, September 1991, the disclosures of which are incorporated herein by reference, describe derivation of a one-dimensional least square estimator matrix for generating an image from non-uniform sampled data, based on estimation theory. The estimator requires a matrix inversion which is time consuming. The time required for matrix inversion is a function of the number of sampled data points, which in two dimensional images is on the order of tens of thousands.
SUMMARY OF THE INVENTION
One object of some preferred embodiments of the invention is to provide a method of uniform resampling of data in one or more dimensions, which method is computationally efficient.
An object of some preferred embodiments of the invention is to provide a method of uniform resampling that does not introduce significant errors into an image reconstructed from the resampled data. Additionally, by not introducing errors, an extra step of correcting for those errors is not required. Alternatively or additionally, the variance of the errors is reduced, so that the errors are more uniformly distributed over the image.
An object of some preferred embodiments of the invention is to provide a method of data resampling which reduces the effect of the noise from the original data, on the resampled data. An object of some preferred embodiments of the invention is to provide a method of data resampling which is computationally stable.
It is an object of some preferred embodiments of the invention to provide a method of data resampling, preferably for generating an image, which allows a user to control a tradeoff between an SNR of the image and a bias of the image. In accordance with a preferred embodiment of the invention, data is resampled by determining interpolation coefficients that could be used to convert from uniformly spaced data to non-uniformly spaced data. These coefficients are inverted to determine interpolation coefficients that convert non-uniformly spaced data into uniformly spaced data. In a preferred embodiment of the invention, the coefficients are not inverted as one unit, which would be very time consiiming. Rather, when inverting a particular coefficient, only coefficients in a (mathematical) locality of that coefficient are used to calculate the proper inversion.
One aspect of some preferred embodiments of the present invention relates to a method of resampling non-uniformly sampled data onto a uniform grid. The method is introduced by first examining the inverse problem, i.e., how to obtain a non-uniformly sampled data vector from a uniformly sampled data vector. The solution to the inverse problem is then inverted, to yield a solution to the forward problem. An equation Ax=b describes the relationship between a non-uniformly sampled data vector b, a uniformly sampled data vector x and a coefficient matrix A (e.g., sine coefficients) which converts the uniformly sampled vector into a non- uniformly sampled vector. In a MRI example of the inverse problem, data from a uniformly sampled k-space is placed in vector x and multiplication by matrix "A" yields vector b of data corresponding to a non-uniformly sampled k-space. In the forward problem, data from a non- uniformly sampled k-space is stacked into vector b and multiplied by some matrix to obtain a uniformly sampled vector x.
In accordance with a preferred embodiment of the invention, the vector x is determined from vector b, by multiplying vector b with an inverse of coefficient matrix A, A#, i.e., x-A#b. In some cases, A is a non-square matrix, so a true inverse cannot be defined. Preferably, A# is a pseudo-inverse of the coefficient matrix A, preferably a Moore-Penrose pseudo-inverse. In some cases, there may be a plurality of possible pseudo-inverse matrices. Preferably, a matrix that minimizes an error criterion is used. Preferably, the error criteria used is |Ax-b|2. Preferably, the matrix which generates a minimum norm for x, is used.
In a preferred embodiment of the invention, A is found using a singular value decomposition algorithm (SVD), most preferably a rank-truncated SVD, for example as described in W. H. Press, et. al, "Numerical Recipes in C", Cambridge University Press, Cambridge, 2nd Edition, 1992, for the real case, and in S. L. Marple Jr., "Digital Spectral Analysis," Prentice-Hall, Inc., Englewood Cliffs, N.J., 1987, for the complex case. The disclosures of both these publications are incorporated herein by reference.
However, determining an SVD pseudo-inverse may be computationally expensive, especially where the matrix A is very large.
In accordance with a preferred embodiment of the invention, use is made of the fact that, during resampling, each resampled data point can be interpolated to an acceptable accuracy by using only a subset of the data points in its vicinity, rather than by using all the data points in the set. Rather than invert the entire matrix A as a single unit, an approximate inversion of matrix A is performed by decomposing the inversion problem into component problems. Each component problem relates a subset of points from vector b with a subset of points from vector x, using a subset of the coefficients from matrix A. Preferably, each subset of matrix A includes only coefficients which relate points in a limited portion of k-space. For example, an i'th sub-problem concerns relating the i'th point of vector x (x{) with a small number of points from vector b, preferably using a subset of coefficients from matrix A. This subset is represented herein by an interpolation sub-matrix AL In a preferred embodiment of the invention, only sub-matrices Aj are inverted (typically pseudo-inverted), giving matrices Ai#, rather than inverting the whole matrix A. In addition to relating XJ, the i'th sub-problem preferably also relates additional points from vector x, preferably points in the k-space neighborhood of XJ. However, generally, A[ is chosen to have the smallest possible size which will still yield a good approximation for { when matrix A is inverted. In some preferred embodiments of the invention, a component problem may be used to relate more than one point in vector x to points in vector b, at a desirable accuracy.
The conversion of vector b into vector x is preferably performed by multiplying vector b by a composite inverted matrix ft. The composite inverted matrix is preferably assembled from the inverted sub-matrices Aft. For each pseudo-inverted sub matrix Aft, one row corresponds to the interpolation coefficients required for its respective XL The i'th row of matrix /ft is initialized to zero and subsequently the values from the corresponding matrix Aft are copied into the appropriate locations in the i'th row of /ft. The appropriate locations correspond to the locations of the points in b which were selected for the i'th problem. Ultimately, matrix /ft comprises mostly zeros, thus, multiplying by /ft requires fewer steps than multiplying by A#. In addition, /ft takes up less storage space, as only the non-zero elements need be stored.
The size of each of the sub-matrices A[ is dependent on the amount of original data used to interpolate each resampled data point. In accordance with one preferred embodiment of the invention, the sub-matrix size is determined so that points from a constant radius (in k- space) around the resampled point are used for the resampling. Alternatively, the sub-matrix size is determined responsive to the quality of data acquisition for that region of k-space. Thus, each resampled point may be interpolated from a different number of original data points.
In a preferred embodiment of the invention, not all the points in the locality of the resampled point are used for interpolation. Preferably, substantially only a minimum number of points necessary to comply with the sampling theorem are used for the interpolation. Preferably, the points are selected to be evenly distributed in the locality (the size of the sub matrix). Preferably, a few extra points will be used to obtain a certain degree of oversampling. Preferably, the oversampling is utilized to compensate for the selected points not being evenly distributed in the locality. Additionally or alternatively, the oversampling is utilized to compensate for the signal not being completely band-limited and/or to compensate for the effects of noise. In one preferred embodiment of the invention, some of the points are ignored. Alternatively, they are averaged. In some preferred embodiments of the invention, the number of points used for resampling is a constant. Alternatively or additionally, the number of points is restricted to a maximal value. In some cases, the size of the locality may be increased to allow for a minimum number of points to be included in the interpolation. Alternatively or additionally, the size of the locality is also limited, to be within a range of sizes. In some preferred embodiments of the invention, the size of the locality is fixed.
In accordance with a preferred embodiment of the invention, provision is made for filtering the resampled data, without adding any computational steps. Preferably, this is achieved by using a matrix ΦA#, rather than a matrix A#, where Φ, a convolution matrix, performs the effect of the filter, i.e., x=[ΦA#]b. In some preferred embodiments of the invention, where /ft is used instead of A , each of the sub-matrices used to assemble /ft is pre- multiplied by a portion of Φ. Preferably, the k-space coverage of each sub-matrix of /ft, which coverage determines the size of the matrix, is selected to be larger than the impulse response of the filter used, so that the use of portions of the filter, rather than a whole filter, does not substantially affect the filter performance. Alternatively, the k-space coverage is selected to be at least larger than an important portion of the impulse response. The important portion is preferably defined as a portion which contains most of the energy of the impulse response. It should be appreciated that the above described methods are better suited than prior art methods to handle an arbitrary order of acquisition of data in MRI, since a pre-compensation for local density is not required. An extreme example of an arbitrary data acquisition is a stochastic k-space trajectory, as described for example in "Frequency Resolved Single Shot MR Images Using Stochastic k-Space Trajectories", by K. Scheffler and J. Hennig, in Magn. Reson. Med.. vol. 35, pp. 569-576, 1996, the disclosure of which is incorporated herein by reference. In addition, some types of pre-compensation are tailored to the use of particular k- space trajectories and/or rates of travel along the trajectory, i.e., the gradients applied. By doing away with pre-compensation, in accordance with some preferred embodiments of the invention, there is less of a need to tailor the resampling technique to the imaging technique. An aspect of some preferred embodiments of the present invention relates to a density pre-compensation matrix. Preferably, the density pre-compensation matrix includes elements which are negative. Preferably, the density pre-compensation matrix is calculated by finding a diagonal pre-compensation matrix which when it pre-multiplies matrix A and is pre-multiplied by a matrix A#, yields the identity matrix (or at least a minimum error with the identity matrix). In a preferred embodiment of the invention, the use of such a calculated pre- compensation matrix allows an independence from a k-space trajectory velocity profile. One example of a previously problematic k-space trajectory is a stochastic trajectory. Another example is variable density spiral MRI imaging, as described for example in J. R. Liao and J. M. Pauly and T. J. Brosnan and N. J. Pelc, "Reduction of Motion Artifact in Cine MRI Using Variable-Density Spiral Trajectories", Magn. Reson. Med.. vol. 37, pp. 569-575, 1997, the disclosure of which is incorporated herein by reference. Still another example is an MRI square-like spiral trajectory, described for example in A. Macovski and C. H. Meyer, "A novel fast-scanning system," Works in Progress. Fifth Annual Meeting of the Society of Magnetic Resonance in Medicine. 1986, pp. 156-157, the disclosure of which is incorporated herein by reference.
An aspect of some preferred embodiments of the invention relates to real-time CT image reconstruction. In faster CT machines, data is acquired using a fan beam and the data must be rebinned to form a parallel beam. In addition, the k-space acquired by most CT imagers is non-uniformly sampled. In order to apply some Fourier reconstruction methods, the k-space should preferably be uniformly resampled.
In some preferred embodiments of the invention, where the coefficient matrix is inverted using sub-matrices, use is made of the fact that data points in vector x are dependent mainly on a small number of points in vector b. In one preferred embodiment of the invention, data points are resampled as soon as the required corresponding data points are acquired into vector b and without waiting for a data vector to be acquired. Preferably, this use is applied to process partial updates of the values in k-space.
In a preferred embodiment of the invention, where a CT image is continuously updated, for example as described in PCT applications PCT/IL98/00074, filed on February 12, 1998, titled "Real Time Dynamic Image Reconstruction" and PCT/IL98/00075, filed on February 12, 1998, titled "On Line Image Reconstruction in Helical CT Scanners" and in U.S. Patent 5,524,130, issued on Jun 4, 1996, the above-described method can be applied to increase the rate and/or quality of image generation. In these references, a CT image is created using information from a previous and mostly overlapping image, in addition to a small amount of new information. In a preferred embodiment of the invention, data, from a plurality of projections, are arranged in a vector b. A vector x is resampled from the vector b, using a matrix /ft, where each sub matrix is preferably compatible with the size of a projection. When a new projection is inserted into the vector b, it is not necessary to resample the entire vector b into a new vector x. Rather, a new vector x can be reconstructed by
Figure imgf000010_0001
bold)- Preferably, this equation is limited so that it is only applied to the new projection and to data points which are affected by the new data, such as being in their vicinity. In accordance with an aspect of some preferred embodiments of the invention, resampling is performed using estimation theory. Resampled values of the data at the resampled points are determined so as to minimize an error criterion, such as the minimum variance unbiased (MVU) criterion, the maximum a-priori (MAP) criterion or the maximum likelihood (ML) criterion. The resampled values represent estimations of the sampled signal at the resampled points or estimations of a function of the signal, e.g., estimations of filtered values of the signal. In the following text, the term "sampled signals" refers to the pure signal without any accompanying noise. The term "sampled data", however, refers to the samples which include noise. In some preferred embodiments of the present invention, each resampled value is estimated based on a sub-group of the sampled data points. Preferably, each resampled value is estimated based on a sub-group of the sampled points in its locality. Preferably, values of a sub-group of resampled points are estimated together based on a sub-group of the sampled points in a locality of the resampled points. In some preferred embodiments of the present invention, the resampled data is estimated using linear estimation methods. Alternatively or additionally, non-linear estimation methods are used.
One aspect of some preferred embodiments of the invention relates to resampling using statistical information of the sampled and/or resampled data. Preferably, an optimal estimator for translating the sampled data onto the points of the desired resampled data is determined, given the statistical information. In a preferred embodiment of the present invention, the estimator comprises a function of the statistical information and of an interpolation matrix suitable for resampling in an opposite direction, i.e., from the resampled points to the sampled points. In some preferred embodiments of the present invention, the sampled data is formed of a signal component and a noise component, and the statistical information relates to the noise component. Alternatively or additionally, the statistical information relates to the signal component and/or to the resampled data. Further alternatively or additionally, the statistical information relates to the correlation between the noise component and the signal component and/or the resampled data. In some preferred embodiments of the present invention, the statistical information comprises one or more moments of the noise components and/or of the signal components of the sampled data. Alternatively or additionally, the statistical information comprises joint moments of the signal and noise components, and/or joint moments of the resampled data with the noise and/or signal components. Preferably, the one or more moments comprise first and/or second order moments. Alternatively or additionally, the statistical information comprises a probability density function (PDF). In a preferred embodiment of the present invention, the statistical information comprises a signal-to-noise-ratio (SNR) of the sampled data. Preferably, a single SNR value is determined for substantially all the sampled points in a single acquisition session. Alternatively, different SNR values are used for different resampled points or for different sampled points.
In some preferred embodiments of the present invention, the statistical information represents characteristics of an acquisition apparatus. Preferably, the statistical information is determined at a calibration stage of the apparatus and is provided with the apparatus by a manufacturer of the apparatus. Further preferably, the statistical information is periodically updated based on manufacturer updates and/or based on cumulative information from acquisition procedures performed by the apparatus. Alternatively or additionally, the statistical information is selected from a predetermined table based on the nature of the specific data being sampled. Further alternatively or additionally, the statistical information is estimated from the sampled data of a current acquisition session.
In a preferred embodiment of the present invention, other interpolation coefficients are used in the resampling process in addition to or instead of the interpolation matrix. Alternatively or additionally, the estimator is dependent on other functions which take into account the values of the sampled data points and/or the positions of the data points.
An aspect of some preferred embodiments of the invention relates to setting parameters of a resampling process of sampled data, responsive to one or more attributes associated with the sampled data. Preferably, the parameters comprise parameters of an estimator. Preferably, the one or more attributes are determined during and/or immediately before or after the acquisition session in which the sampled data is acquired. Alternatively or additionally, the one or more attributes are determined from the sampled data.
In a preferred embodiment of the present invention, the sampled data is used for medical imaging of a patient. The one or more attributes preferably comprise the identity of the organ being imaged, the geometry of the organ, the age of the patient being imaged and/or other information about the patient. Alternatively or additionally, the one or more attributes comprise at least one characteristic of the acquisition process. The at least one characteristic of the acquisition process preferably includes an attribute of the sequence type, an acquisition sequence parameter and/or an attribute of an acquisition apparatus. Further alternatively or additionally, the one or more attributes comprise an attribute which represents the type of imaging sequence performed, e.g., the shape of the k-space.
In a preferred embodiment of the present invention, the one or more resampling parameters comprise a parameter which controls a tradeoff between a noise level and a bias in a reconstructed image.
In some preferred embodiments of the present invention, the one or more resampling parameters are used in selecting a resampling estimator. Preferably, based on the one or more attributes, an estimator is chosen from a predetermined list of estimators. Alternatively or additionally, the one or more attributes are used to choose an optimality criterion according to which the estimator is chosen. Further alternatively or additionally, the estimator used in resampling is a function of one or more of the resampling parameters. Preferably, the resampling parameters comprise statistical information regarding the sampled or resampled data.
In a preferred embodiment of the present invention, the one or more attributes are used to retrieve from a predetermined list, statistical information regarding the signal and or noise components of the sampled data and/or a-priori statistical information regarding the resampled data. The predetermined list is preferably prepared based on a plurality of previous acquisition procedures.
In some preferred embodiments of the present invention, the determined one or more attributes associated with the sampled data are used in choosing and/or adjusting a filter for use in a filtering stage before and/or after the resampling.
An aspect of some preferred embodiments of the invention relates to resampling using an estimator which has one or more adjustable resampling parameters. A physician sets the adjustable parameters based on the particular application of the resampled data and/or according to trial and error. Alternatively or additionally, the adjustable parameters are determined iteratively so as to maximize a given function of the resampled data, preferably of a function of an image created from the resampled data.
Preferably, the adjustable parameters receive values along a continuum. Further preferably, the effect of the values of the parameters on the resampling is continuous. Alternatively or additionally, the adjustable parameters receive a discrete number of values.
In some preferred embodiments of the present invention, when the resampled data is used for generating an image the adjustable parameters are chosen from a first group of values. When the resampled data is used for other applications the adjustable parameters are chosen from other values.
There is therefore provided in accordance with a preferred embodiment of the invention, a method of resampling medical imaging data from a first spatial distribution of data points onto a second spatial distribution of data points, including determimng a matrix of reverse interpolation coefficients for resampling data from the second spatial distribution onto the first spatial distribution, inverting a matrix based on the reverse interpolation matrix to determine forward resampling coefficients for resampling data from the first spatial distribution to the second spatial distribution, and resampling data from the first spatial distribution onto the second spatial distribution using the forward resampling coefficients.
Preferably, the matrix based on the reverse interpolation matrix includes inverting the reverse interpolation matrix.
Alternatively or additionally, the matrix based on the reverse interpolation matrix includes the sum of the reverse interpolation matrix multiplied by its Hermitian conjugate and a parameter matrix.
Preferably, the parameter matrix includes a diagonal matrix.
Preferably, all the non-zero elements of the parameter matrix are substantially equal.
Preferably, the parameter matrix includes a correlation matrix.
Preferably, the resampling coefficients include interpolation coefficients. Alternatively or additionally, the resampling coefficients include estimation coefficients.
Preferably, determining the reverse interpolation matrix includes determining a real matrix.
Preferably, the second spatial distribution includes a uniform spatial distribution. Preferably, the first spatial distribution includes a non-uniform spatial distribution..
Preferably, the second spatial distribution includes a radial spatial distribution or a Cartesian spatial distribution.
Preferably, the medical imaging data includes Magnetic Resonance k-space data.
Alternatively or additionally, the medical imaging data includes Magnetic Resonance imaging data.
Further alternatively or additionally, the medical imaging data includes Magnetic Resonance spectroscopy data.
Alternatively or additionally, the medical imaging data includes CT k-space data. Further alternatively or additionally, the medical imaging data includes CT projection data, converted from fan-beam to parallel beam.
Further alternatively or additionally, the medical imaging data includes diffraction tomography k-space data. Preferably, inverting includes calculating a pseudo-inverse matrix.
Alternatively or additionally, inverting includes inverting using rank truncated SVD (Singular Value Decomposition).
Preferably, the determining is performed locally on the first and second spatial distributions. Preferably, the inverting is performed locally on the first and second spatial distributions.
Preferably, determining a matrix of resampling coefficients includes selecting M points from the second spatial distribution and N points from the first spatial distribution, for each of the localities. Preferably, the M points are selected from a first region surrounding a point XJ.
Preferably, M is dependent on the locality.
Preferably, the first region is circular, having a first radius dependent on the locality.
Alternatively or additionally, the first region is non-circular and/or rectangular.
Preferably, the N points are selected from a second region surrounding a point XJ. Preferably, N is dependent on the locality.
Preferably, the second region is circular, having a second radius dependent on the locality.
Alternatively or additionally, the second region is non-circular and/or rectangular.
Preferably, the resampling includes generating an inversion matrix and each row is created from an inversion at a locality.
Preferably, copying resampling coefficients resulting from the inversion into a zeroed matrix row of the inversion matrix, which row corresponds to point XL
Preferably, the determining is performed using a grid different from the second spatial distribution. Preferably, the different grid has a greater extent than the second spatial distribution.
Alternatively or additionally, the different grid has a different spacing than the second spatial distribution. Further alternatively or additionally, the different grid has a larger and/or smaller spacing than the second spatial distribution.
Preferably, the resampling includes pre-multiplying a matrix including the forward interpolation coefficients, by a filter. Preferably, the filter has a FIR (Finite Impulse Response) and the FIR is smaller than an extent of the locality.
Preferably, the filter has an impulse response having most of its energy concentrated within an area smaller than an extent of the locality.
Preferably, the resampling includes resampling spatial data having dimensionality greater than one.
Preferably, reconstructing an image from the resampled data by applying an FFT (Fast Fourier Transform) to the data.
There is further provided in accordance with a preferred embodiment of the invention, a method of resampling including, providing data in a first spatial distribution of data points, providing a second spatial distribution of data points, and resampling data from the first spatial distribution onto the second spatial distribution, without generating artifacts in the data, which artifacts could be corrected by pixel-by-pixel multiplying an image reconstructed from the resampled data, by a pre-determined post-compensation matrix, the resampling being performed by multiplying the data by a single matrix. Preferably, the single matrix is a sparse matrix in which each row includes at least 20% zero elements.
Further preferably, the single matrix is a sparse matrix in which each row includes at least 50% zero elements.
Further preferably, the single matrix is a sparse matrix in which each row includes at least 80% zero elements.
Preferably, the second spatial distribution includes a uniform spatial distribution.
Preferably, the first spatial distribution includes a non-uniform spatial distribution.
There is further provided in accordance with a preferred embodiment of the invention, a method of resampling including providing data in a first spatial distribution of data points, providing a second spatial distribution of data points, pre-multiplying the data by a diagonal density pre-compensation matrix which includes at least one element having a negative value, and resampling the data from the first spatial distribution onto the second spatial distribution. Preferably, the diagonal pre-compensation matrix includes both positive and negative elements.
Preferably, the method includes reconstructing an image from the resampled data by applying an FT (Fourier Transform) to the data. Preferably, the method includes pixel-by-pixel multiplying the reconstructed image by a pre-determined post-compensation matrix.
There is further provided in accordance with a preferred embodiment of the invention, a method of determining a diagonal density pre-compensation matrix, including providing a first spatial distribution of data points, providing a second spatial distribution of data points, determining a first interpolation matrix for resampling data from the first spatial distribution to the second spatial distribution, determining a second interpolation matrix for resampling data from the second spatial distribution to the first spatial distribution, and determining a diagonal pre-compensation matrix which minimizes an error between an identity matrix and the multiplication of the first and second interpolation matrices. Preferably, the diagonal pre-compensation matrix includes elements having negative values.
Further preferably, the diagonal pre-compensation matrix includes both positive and negative elements.
Preferably, the first interpolation matrix is generated by multiplying two or more matrices.
Preferably, the determining a diagonal pre-compensation matrix includes generating a set of equations.
Preferably, generating a set of equations includes generating a matrix equation, which equation includes a multiplication relationship between a plurality of matrices. Preferably, the plurality of matrices includes a backwards interpolation matrix, a diagonal pre-compensation matrix, an interpolation coefficient matrix and a convolution matrix.
Preferably, the method includes for each element on the diagonal of the diagonal matrix, selecting only a portion of the backwards interpolation matrix. Preferably, the portion corresponds to portions of the backwards interpolation matrix which generate a non-zero value when multiplied by the diagonal element. Alternatively or additionally, the portion corresponds to portions of the backwards interpolation matrix which correspond to uniformly sampled data points within a region in k- space surrounding a data point represented by the diagonal element.
Preferably, the region is circular or rectangular. Preferably, selecting includes selecting only some of the parts of the backwards interpolation matrix which correspond to data points within the region.
Preferably, the portions include rows and/or columns.
Preferably, the method includes for each element on the diagonal of the diagonal matrix, selecting only a portion of the convolution matrix. Preferably, the portion of the convolution matrix corresponds to uniformly sampled data points within a second region in k-space surrounding a data point represented by the diagonal element.
Preferably, the second region is circular or rectangular.
Preferably, selecting includes selecting only some of the parts of the convolution matrix which correspond to data points within the second region.
There is further provided in accordance with a preferred embodiment of the invention, a method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including, obtaining statistical information pertaining to the sampled data or the resampled data, and estimating the values of the resampled data points responsive to the obtained statistical information and to the sampled data.
Preferably, obtaining the statistical information includes acquiring data containing substantially only noise and determining the statistical information therefrom.
Alternatively or additionally, obtaining the statistical information includes guessing the statistical information.
Further alternatively or additionally, obtaining the statistical information includes estimating the statistical information from the sampled data.
Further alternatively or additionally, obtaining the statistical information includes estimating the statistical information using one or more sets of previously acquired sampled data.
Further alternatively or additionally, obtaining the statistical information includes retrieving the statistical information from a table. Preferably, retrieving the statistical information from a table includes retrieving the information responsive to one or more attributes of the data.
Preferably, the one or more attributes include an identity of an organ represented by the data and/or a geometry of an imaged area and/or a determined noise level. Preferably, obtaining the statistical information includes determining the statistical information based on a characteristic of an apparatus used to sample the sampled data.
Preferably, determining the statistical information includes determining based on a rate of sampling and a bandwidth of the sampled data.
Preferably, obtaining the statistical information includes obtaining statistical information regarding the resampled data and/or the sampled data.
Preferably, obtaining the statistical information includes obtaining statistical information regarding a noise component and/or a signal component of the sampled data.
Alternatively or additionally, the statistical information includes a signal-to-noise-ratio.
Further alternatively or additionally, the statistical information includes a probability density function (PDF) of the sampled data.
Preferably, the statistical information includes one or more statistical moments.
Alternatively or additionally, the statistical information includes correlation information.
Preferably, the statistical information includes auto-correlation information. Preferably, estimating the values of the resampled data points includes determining for each of the resampled data points an estimator which is a function of the statistical information, and calculating the value of the resampled data point by applying the estimator to at least some of the sampled data points.
Preferably, the estimator includes a Bayesian estimator. Alternatively or additionally, the estimator includes a non-linear estimator.
Alternatively, the estimator includes a linear estimator.
Preferably, the estimator includes a mean of a posterior PDF of the resampled data.
Preferably, the estimator is a function of a set of interpolation coefficients.
Preferably, the estimator includes an optimal linear Bayesian mean square error (MSE) estimator.
Further preferably, the estimator includes the equation x = μx + (A C f A + Cx ) A Cχ (b - Aμx) , in which x represents the resampled data, b represents the sampled data, A represents the set of interpolation coefficients, and CM, CX, and μx represent the statistical information.
Alternatively or additionally, the estimator includes a function of a product of an interpolation matrix multiplied by its Hermitian conjugate and by a matrix which represents the statistical information.
Preferably, the estimator includes a function of a matrix inverse of the product of the interpolation matrix multiplied by its Hermitian conjugate and by the matrix which represents the statistical information.
Preferably, the estimator is of the form x = (A C j A)~ A C j b , wherein x represents the resampled data, b represents the sampled data, A represents the set of interpolation coefficients, and CM represents the statistical information.
Preferably, the matrix which represents the statistical information includes a correlation matrix of a noise component of the sampled data.
Preferably, the interpolation matrix includes a real matrix. Preferably, the set of interpolation coefficients includes interpolation coefficients suitable for resampling the second spatial distribution of data points onto the first spatial distribution of data points.
Preferably, the estimator minimizes an estimation error criterion. Preferably, the estimation error criterion includes a root mean square error criterion. Preferably, estimating the values of the resampled data points includes estimating responsive to a sub-group of the sampled data points.
Preferably, the sub-group of sampled data points of a resampled data point includes sampled data points in a region surrounding the resampled data point.
Preferably, estimating the values of the resampled data points includes estimating the values of a signal component of the data at the resampled data points.
Alternatively or additionally, estimating the values of the resampled data points includes estimating the values of a function of the data at the resampled data points.
Preferably, estimating the values of the resampled data points includes estimating filtered values of the data at the resampled data points. Preferably, estimating includes solving a set of equations of the form
K E{(xi ~ ∑yim^Pm + vm)(Pk + vk)) = 0 > m which x represent the resampled data, bj represent m=\ a signal component of the sampled data, v represents a noise component of the sampled data, and yim represent the estimator.
Preferably, the sampled data includes medical imaging data.
Further preferably, the medical imaging data includes Magnetic Resonance k-space data.
Alternatively or additionally, the medical imaging data includes CT imaging data.
Preferably, the estimating includes estimating spatial data having dimensionality greater than one.
There is further provided in accordance with a prefeπed embodiment of the invention, a method of resampling medical imaging data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including determining at least one attribute of the source of the data, and estimating the values of the resampled data points from the sampled data points responsive to the determined attribute.
Preferably, the at least one attribute includes an attribute of the object being imaged and/or an identity of a body part being imaged.
Alternatively or additionally, the at least one attribute includes an age group of a patient being imaged.
Preferably, the at least one attribute includes an attribute of an acquisition process of the sampled data. Preferably, the at least one attribute includes an attribute of an acquisition sequence type.
Alternatively or additionally, the at least one attribute includes an attribute of an acquisition sequence parameter.
Alternatively or additionally, the at least one attribute includes an attribute of an acquisition apparatus.
Alternatively or additionally, estimating the values of the resampled data points includes selecting an estimator responsive to the determined at least one attribute.
Preferably, estimating the values of the resampled data points includes parametericly adjusting an estimator responsive to the determined at least one attribute. Preferably, adjusting the estimator includes selecting parameters of the estimator from a look up table, responsive to the at least one attribute.
There is further provided in accordance with a preferred embodiment of the invention, a method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including providing an estimator which depends on a parameter independent of the first and second spatial distributions, setting a value of the parameter, and applying the estimator to the sampled data points to receive values for the resampled data points. Preferably, providing the estimator includes selecting an estimator which minimizes an error criterion.
Preferably, the error criterion includes a weighted eπor criterion, the weights representing an importance of the accuracy of the values of the resampled data points.
Preferably, providing the estimator includes selecting an estimator according to availability of statistical information.
Preferably, setting the value of the parameter includes selecting a value from a discrete number of possible values or from a continuum of possible values.
Preferably, setting the value of the parameter includes setting the value responsive to an attribute of the sampled data. Preferably, providing the estimator includes providing an estimator which is a function of an interpolation matrix.
Alternatively or additionally, providing the estimator includes providing an estimator which is a function of a sum of the interpolation matrix multiplied by its Hermitian conjugate and a parameter matrix. Preferably, the parameter matrix includes a diagonal matrix and/or a correlation matrix.
Preferably, applying the estimator includes inverting the sum of the product of the interpolation matrix multiplied by its Hermitian conjugate and of the parameter matrix.
Preferably, inverting includes inverting using SVD.
Preferably, providing the estimator includes providing an estimator which is a function of a sum of a first parameter matrix and the product of the interpolation matrix multiplied by its Hermitian conjugate and by a second parameter matrix.
Preferably, the interpolation matrix includes a real matrix.
Preferably, applying the estimator includes applying the estimator to subsets of the sampled data. Alternatively or additionally, applying the estimator includes applying the estimator so as to receive the values of the resampled data points responsive to respective surrounding sampled points. Preferably, setting the value of the parameter includes setting the parameter separately for each of the subsets of the sampled data.
There is further provided in accordance with a prefeπed embodiment of the invention, a method of estimating a set of MRI-related values, including acquiring a set of MRI values which are related to the estimated MRI-related values through a linear model determining an association matrix which defines a linear association between a sub-group of the estimated values and a sub-group of the sampled values, and estimating the set of MRI related values by applying an estimating matrix to the sampled set of values, the estimating matrix being a function of the sum of a product matrix and a first parameter matrix, the product matrix being a product of the association matrix multiplied by its Hermitian conjugate and by a second parameter matrix.
Preferably, the first parameter matrix includes a diagonal matrix.
Alternatively or additionally, the second parameter matrix includes a unit matrix.
Preferably, the estimating matrix includes a function of an inverse of the sum of the product matrix and the first parameter matrix.
Preferably, the second parameter matrix includes a correlation matrix representing noise added to the sampled set of MRI values during acquisition.
Preferably, the association matrix includes a matrix of interpolation coefficients.
Preferably, applying the estimating matrix includes applying to a subset of the set of values.
There is further provided in accordance with a preferred embodiment of the invention, a method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including acquiring sampled data, and applying an optimal linear Bayesian mean square error estimator to the sampled data points so as to receive values for the resampled data points.
Preferably, applying the estimator includes setting arbitrarily at least one matrix of statistical data required by the estimator.
Preferably, setting arbitrarily includes assigning a diagonal matrix value.
There is further provided in accordance with a prefeπed embodiment of the invention, a method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including applying a first estimator to a first sub-group of the sampled data points to receive values for a first sub-group of the resampled data points, and applying a second estimator to a second sub-group of the sampled data points to receive values for a second sub-group of resampled data points. Preferably, the second estimator is different from the first estimator. There is further provided in accordance with a preferred embodiment of the invention, apparatus for resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, including a medical imaging receiver which acquires the sampled data, an input interface which receives statistical information regarding the sampled data or the resampled data, and a processor which estimates the values of the resampled data points responsive to the statistical information and to the sampled data.
Preferably, the apparatus includes a memory which stores a look up table of statistical information suitable for various types of sampled data.
Preferably, the processor applies an optimal linear Bayesian mean square error estimator to the sampled data There is further provided in accordance with a prefeπed embodiment of the invention, apparatus for imaging, including a medical imaging receiver which samples a plurality of sampled data points, and a processor which resamples the sampled data points by applying an estimator to the sampled data points, and converts the resampled data points into an image, wherein the estimator is dependent on a parameter unrelated to the sampled data. Preferably, the receiver includes an MRI receiver.
BRIEF DESCRIPTION OF FIGURES The invention will be more clearly understood by reference to the following description of prefeπed embodiments thereof in conjunction with the figures, wherein identical structures, elements or parts which appear in more than one figure are labeled with the same numeral in all the figures in which they appear, in which:
Fig. 1 is a flowchart of a method of uniform resampling of data, in accordance with a preferred embodiment of the invention;
Fig. 2 is a flowchart of a method of uniform resampling of data, in accordance with another prefeπed embodiment of the invention; Figs. 3A-E are schematic diagrams showing various types of correspondence between uniformly and non-uniformly sampled data points in a data-space, their associated data vectors and a matrix of resampling coefficients; Fig. 4 is a schematic diagram illustrating the selection of matrix portions to multiply, in accordance with a preferred embodiment of the invention;
Fig. 5 is a schematic diagram of a fan-beam to parallel beam conversion, in accordance with a preferred embodiment of the invention; Fig. 6 is a schematic diagram of a k-space, as acquired by a typical CT imager and conversion to uniform sampling;
Fig. 7 is a flowchart of a method of resampling data using linear estimation, in accordance with a prefeπed embodiment of the invention;
Fig. 8 is a flowchart of a method of resampling of data using estimation theory, in accordance with a prefeπed embodiment of the invention;
Figs. 9A-13D illustrate results of a resampling process, in accordance with a prefeπed embodiment of the present invention; and
Figs. 14A-14D illustrate results of comparative prior art reconstruction results. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One aspect of some prefeπed embodiments of the present invention relates to resampling of data sampled originally on a first grid, (e.g., a non-uniform grid), to a second grid, (e.g., a uniform grid). The problem of non-uniform sampling is especially acute in MRI, where images are typically reconstructed using a Fourier transform. The fast version of the Fourier transform (FFT) usually requires that the data be uniformly sampled. It is noted that the following description is applicable also to resampling from a first non-uniform grid to a second non-uniform grid even when the resampled grid is refeπed to herein as a uniform grid.
Fig. 1 is a flowchart of a method of uniform resampling of data, in accordance with a prefeπed embodiment of the invention. In the following discussion, non-uniformly sampled data is arranged in a vector b comprising M data points. Uniformly sampled data is aπanged in a vector x comprising N data points. A matrix "A" controls the interpolation between x and b: Ax=b. Thus, "A" is an interpolation matrix comprising interpolation coefficients which convert uniformly sampled data into non-uniformly sampled data. Matrix A is conventionally defined by: aji = [A(MxN)]ji = K(bj - xj), for i = L.N andj = 1..M where
K(k) is an interpolation kernel. In one prefeπed embodiment of the invention a sine kernel is used, where sine x = (sin x)/x. Alternatively, other interpolation kernels may be used. An N-dimensional sine kernel may be defined as: N \
K(k) = K(kι,...,kN) = π sinc(^p / Δkpj p = l where Δkp is the distance between the uniformly sampled points (the grid spacing).
In a first step of the method of Fig. 1, matrix A is determined (10). In a prefeπed embodiment of the invention, a sine inteφolation is used. Next, a pseudo-inverse matrix A# is computed from matrix A (12). In a prefeπed embodiment of the invention, a singular value decomposition method (SVD), preferably a rank-truncated SVD, is used for generating the inverse matrix. However, in other prefeπed embodiments of the invention, other matrix inversion methods may be used. Preferably however, the SVD method is used because it generates the minimum least squares eπor |A#A-I|2. It should be noted that matrix A may in some cases be a square matrix, which can be properly inverted. However, in most cases, matrix A will be a rectangular matrix of size MxN.
Once A# is determined, x is preferably calculated by applying x=A#b (14). In a prefeπed embodiment of the invention, steps (10) and (12) are performed off-line, prior to the acquisition of data and preferably only once. Typically each data acquisition sequence/procedure (e.g., spiral MRI, EPI) will have different non-uniformities. However, in repeated applications of a particular sequence/procedure, most or all of the non-uniformities are similar. In a prefeπed embodiment of the invention, matrix A is determined by performing a calibration sequence with a known object, such as a phantom, so that the non-uniformities may be determined. "Improvement of Spiral MRI with the Measured k-Space Trajectory", by Xiaoping Ding, et al., in JMRI 1997; 7:938-940, the disclosure of which is incoφorated herein by reference describes one example of determining an actual k-space trajectory which can be used for a gridding method.
The method of Fig. 1 may be considered optimal in some respects. However, when N and M are very large, the pseudo inverse of matrix A is prohibitive to compute. This is especially the case in MRI imaging, where M and N may each be ten thousand or more. In some cases, even if matrix A# is known, multiplying a data vector by it may be a time consuming operation.
In one prefeπed embodiment of the invention, matrix A# is clipped by setting to zero coefficients which are less important for the inteφolation. Coefficients to be set to zero may be selected based on their relating to data points which are far away in k-space from the inteφolated data point, based on their coefficient values being low and/or based on their coefficient values being inordinately high as compared to their distance from the inteφolated point.
Fig. 2 is a flowchart of a method of uniform resampling of data, in accordance with another prefeπed embodiment of the invention. In the method of Fig. 2, use is made of the fact that a value at a point may be inteφolated to a reasonable accuracy using only points in its locality. A target matrix /ft is constructed by determining inteφolation coefficients for the locality of each data point and plugging the determined coefficients into the matrix.
As in the method of Fig. 1 , matrix A, which solves the equation Ax=b, is determined (20). Next, the size of the locality is determined (22). There are two aspects to this determination, first the size of the locality from which non-uniformly sampled data point values are selected, 5κ, and second, the size of the locality of uniformly sampled data point values which are inteφolated simultaneously, Δk. Preferably, Δk>δκ. More preferably, Δk> 1.5δκ. Further preferably, Δk> 5δκ.
The target matrix /ft is preferably initialized to zero (24). It should be noted however, that this step is a logical step and may not be required in some particular implementations of the present invention, especially if the matrix is stored as a sparse matrix.
For each point x{ in the vector x of uniformly sampled data points, the inteφolation coefficients are determined and then plugged into matrix /ft, as follows (26)-(36). A plurality of non-uniformly sampled data points is selected from b, such that all the points are within the radius 5κ of XJ (in the sampling space) (28). A plurality of uniformly sampled data points to be inteφolated are selected which are within the distance of Δk from XJ (30).
A sub-matrix A} is set up which includes only those inteφolation coefficients required to inteφolate the selected non-uniformly sampled points from the selected uniformly sampled points (32). It should be appreciated that in some applications, for example, many MRI sequences, vectors b and x are unfolded (stacked) versions of a two- or three- dimensional data- space. As a result, the points that are selected in steps (28)-(30) are not usually all contiguous in k-space.
Matrix A[ is then preferably inverted to compute Aft (34). In most cases the number of selected points within radius Δk is different from the number of points selected within radius 5κ so Aj cannot be properly inverted. In these cases, A[ is preferably pseudo-inverted, preferably using an SVD algorithm. In matrix Aft, there is a row of inteφolation coefficients which describe the inteφolation of XJ from a plurality of points in b. This row is preferably plugged into the i'th row of /ft, by copying the coefficients into elements of the i'th row. The row may be identified by the coπespondence between XJ and the points selected in steps (28)-(30). Each element of the row is copied into a column location coπesponding to a position in vector b from which a non-uniformly sampled data point was selected in step (28).
Once all the rows of /ft are calculated, vector x of uniformly sampled data points may be calculated from vector b of non-uniformly sampled data points using the equation
Figure imgf000028_0001
(38). As can be appreciated, in many prefeπed embodiments of the invention, some or all the steps (20)-(36) may be performed off line, prior to the acquisition of data and only step (38) need be performed after the acquisition of data. In some preferred embodiments of the invention, especially where the non-uniformities are not pre-determined, steps (20)-(36) may be performed once for each data acquisition, possibly after the data acquisition. In some prefeπed embodiments of the invention, the data acquisition may be required to provide calibration data so that the non-uniformity may be determined.
Figs. 3A-E are schematic diagrams showing various types of coπespondence between uniformly and non-uniformly sampled data points in a data-space, their associated data vectors and a matrix of resampling coefficients. Uniformly sampled data points from vector x are indicated with upper case letters, while non-uniformly sampled data points from vector b are indicated using lower case letters. All the points are indicated on a portion of a data-space 40. In Fig. 3 A, a uniformly sampled data point F is indicated as being inteφolated from points c, f, j, o, in its locality (all the other elements are preferably zero).
Two types of limitations may be applied in selecting the points for sub-matrix AL One type of limitation relates to the distance of the data points from the points to be inteφolated. Another type of limitation relates to the number of points used for the inteφolation. As can be appreciated, using fewer points may result in a degradation of quality but also generally decreases the computational complexity. Using distant points may also reduce the quality of the inteφolation, but in some cases there may be too few close points. In addition, using distant points may increase the size of Aj, thus increasing the computational complexity. In some prefeπed embodiments of the invention, especially as exemplified below, one or both of these limitations may be applied in various manners.
In a prefeπed embodiment of the invention, a different weighting is assigned to points which are further away from the inteφolated point. Preferably, the weight decreases with the distance. Alternatively or additionally, very close points are also assigned a relatively lower weight. Preferably, the different weight is incoφorated in the inteφolation kernel.
A# is computed by first solving the inverse problem. A proper selection of Δk and 5κ is necessary to provide a sufficiently robust set of inteφolation coefficients in Aj, so that when it is inverted the coefficients in Aft are also robust. In the following discussion, XJ and bj represent the sub-vectors of x and b, respectively, used in a particular i'th problem. In general, a particular point XJ should preferably be inteφolated from as many as possible points bj, to the limit of computational complexity and required precision. Matrix Aft should therefore contain a sufficient number Mj points bj from b. However, this requires a sufficient number Ni of points XJ from x, used to construct matrix AL Preferably, Mj and Nj are at least partially determined by the selection of Δk and 6κ. When the point XJ is near the edge of the k-space, there may be too few such points in its suπoundings. Preferably, the grid of the k-space is continued to contain a plurality of "virtual" points XJ. Each of points bj can then be "inteφolated" as a function of these "virtual" points XJ. When the matrix is inverted, only XJ is of interest, so the "virtual" points XJ can be ignored. Alternatively to continuing the grid, the grid may be miπored and/or folded over.
As can be appreciated, the selection of Mj and Nj and the selection of Δk and 5κ may be interconnected, as well as being dependent on their relative ratios and the local sampling density. In accordance with a prefeπed embodiment of the invention, alternatively or additionally to a proper selection of Δk and 6κ, the grid may be modified in order to provide a more robust inversion (to make the inteφolation coefficients well behaved). Non-robust inversion may be determined if the coefficient sum of rows of /ft is significantly different from the value 1. Alternatively or additionally, non-robust inversion may be determined by there being a large variance of the coefficients. In one prefeπed embodiment of the invention, a special uniform grid having a larger or smaller spacing than the uniform resampling grid is used for defining the inverse problem for each point XJ. This special grid preferably has an origin at the location of point XJ. Preferably the special grid has a larger spacing than the uniform resampling grid, for example, 1.5 or 2 times the spacing. In a prefeπed embodiment of the invention, a different spacing is determined for each point XJ. Preferably the spacing is dependent on the local density of sampling. Alternatively or additionally, the spacing is dependent on the spatial distribution of the non-uniformly sampled data points. In accordance with another prefeπed embodiment of the invention, the uniform grid is inflated, for example by a factor of 2. This embodiment has the advantage of simultaneous decimation of the data, so that fewer computational steps are required.
In accordance with another prefeπed embodiment of the invention, it is the non- uniformly sampled grid which is modified, for example contracted. In any of the above embodiments it may be necessary to add "virtual" uniform-resampled points so that the non- uniformly sampled points are suπounded from all directions by uniformly sampled points.
In a prefeπed embodiment of the invention, the grids are inflated and/or contracted by an equal factor in each axis direction. Alternatively or additionally, a different factor is used for each axis.
In Fig. 3B, two points, F and G, are indicated as being inteφolated. It should be noted that F and G are inteφolated, inter alia, from two common non-uniformly sampled points f and o. In the above described method it is prefeπed that each i'th row in /ft be computed separately. However, in some prefeπed embodiments of the invention, a plurality of rows may be "plugged in" from a single matrix Aft. In the example of Fig. 3B, points F and G have many common non-uniformly sampled data points. In these embodiments, matrix Aft will include enough points from b so that both F and G can be computed with a desired accuracy from Aft. Alternatively or additionally, the number of inverted matrices may be reduced to effect a tradeoff between time and quality. As can be appreciated, for a given matrix Aft with n rows, n uniformly sampled data points XJ can be inteφolated. However, since the range of points from b is selected to be suitable for only a single point XJ, the other points will not be optimally inteφolated. At a possible computational expense, the number of points Mj selected from data vector b may be increased so that more than one point XJ can be properly inteφolated. Alternatively or additionally, points XJ for which an individual matrix Aft is not generated, will be selected based on the size of eπor which will be caused by their being inteφolated using fewer than required points from b. Alternatively or additionally, individual matrices Aft will not be generated for points which, due to missing data, are inteφolated from the same subset of points in b (bj). Alternatively or additionally, points XJ which are to be inteφolated at a lower quality are selected based on image considerations, such as the quality required in spatial and/or frequency sub-domains of the image.
Fig. 3C illustrates an embodiment where two points XJ are inteφolated from points b which are within a fixed radius 5κ from each point XJ. Typically, the radius will be larger than one grid unit. However, for illustrative puφoses, a smaller radius is shown. In the example of Fig. 3C, the two inteφolation areas also happen to include the same number of non-uniformly sampled points, however, this is not always the case.
Alternatively to the radius always being a fixed size, different sized radiuses (both 5κ and/or Δk) may be used for each point in XJ. One example of such an embodiment is shown in Fig. 3D. In one prefeπed embodiment of the invention, the radii are chosen so that each point
XJ will be inteφolated from a same number of points in b. Alternatively, other considerations may be used. In a prefeπed embodiment of the invention, 5κ ≠ Δk.
Alternatively or additionally, not all the data points within the radius are used for the inteφolation. In Fig. 3E, the radii are the same for the two points, however, point G has more data points to be inteφolated from. In one prefeπed embodiment of the invention, at least some of the data points are ignored in the inteφolation, for example the indicated point r (50).
Preferably, points are ignored based on there being enough data points which are used in their immediate vicinity. Alternatively or additionally to dropping points, extraneous data points may be averaged. Alternatively or additionally, other noise reducing methods which also reduce the number of data points may also be used. Dropping points may also be used to achieve decimation of the input points, since in some cases, the data is oversampled and/or a low resolution preview image is desired.
In a prefeπed embodiment of the invention, Δk and/or 5κ are restricted to a maximum value, and/or a minimum value. Alternatively or additionally, the number of points in the area defined by one or both of the radii may be limited to a maximum number and/or a minimum number.
Although the points are described as being selected from circular areas, this is not the case in all the prefeπed embodiments of the invention. In one prefeπed embodiment of the invention, non-circular areas are used, for example, rectangular or arbitrarily, possibly asymmetric, shaped areas. In one example, if four points are desired for each inteφolation, one in each quadrant relative to the inteφolated point, it may not be desirable to increase the radii until there is at least one point in each quadrant. Rather, the selection area may be extended only in the necessary direction. It should be noted that some data acquisition procedures, such as spiral MRI, are acquired with some type of regularity, so that more than one point may have a similarly shaped non-circular selection area.
Alternatively or additionally, each point may have associated with it an individual selection area shape. Alternatively or additionally, each point may have associated therewith different restrictions on the number of points in the selection areas and/or on the extent of the areas. These restrictions, the selection area shapes and the type of inteφolation performed at each point constitute the parameters which determine the inteφolation.
In a preferred embodiment of the invention, at least one of the parameters which determine the inteφolation at each point, are decided responsive to prior knowledge. In one example, these parameters are decided based on an expected noise level at each part of the data space. Alternatively or additionally these parameters are decided responsive to a desired data quality at each point in the data space and/or final image. Optionally, each point may have associated therewith a different data quality-, image quality-, and/or eπor- function. Alternatively or additionally, these parameters may be determined based on a calibration of an imaging system. For example, if a MRI system is calibrated to have a certain maximal field distortion, the radii may be limited for more than one MRI sequence, responsive to that maximal distortion.
In a prefeπed embodiment of the invention, values for the parameters are selected to meet criteria for image quality (local or global) and/or speed (maximum or minimum). Generally, the effect of different parameters will depend on the type of non-uniformities in data acquisition, as well as on other considerations, such as image quality, human perceptive abilities and/or noise distribution. The type of data acquisition may also effect these decisions, for example, in some type of data it may be important for each point XJ to be inteφolated from points which suπound it in all directions. In other types of data acquisition, it may also be allowed to perform extrapolation, based on the values of data points on only one side of the point XJ.
One particular issue is selecting the points from b to be used in inteφolated a point XJ. In one prefeπed embodiment of the invention, the optimal (quality vs. speed) selection may be made using an iterative, search mechanism, which tests various point selection strategies and/or parameter values.
In a prefeπed embodiment of the invention, the type of inteφolation used is a sine type inteφolation. However, in other prefeπed embodiments of the invention, other inteφolation types may be used, for example truncated sine, Kaiser-Bessel, prolate spheroidal and others, preferably local inteφolations. In one prefeπed embodiment of the invention, the inteφolation coefficients are determined using a cubic spline.
It should be appreciated that matrix /ft is a sparse matrix, so it may be stored in an efficient manner by not storing the elements with a zero value. Alternatively or additionally, multiplication of data vector b by matrix /ft can be more efficient, since only non-zero elements need to be considered in the multiplication.
The following table compares the absolute eπor generated by different data resampling methods for a particular simulated example. The eπor is determined by the equation ε=(A#A- I), where I is the identity matrix. The eπor is the sum of absolute values of the elements in matrix ε. A# is the resampling matrix according to each one of the methods.
Figure imgf000033_0001
In this particular simulated example, the Fig. 2 method also had the attribute of the variance of the eπor over the image being lower than the Jackson method. Thus, the perceived image quality was considerably higher for the Fig. 2 method than for the Jackson method. In a prefeπed embodiment of the invention, the uniform resampling may include a filter. In many medical imaging applications, the data is filtered prior to the FFT, for example, using an anti-aliasing low-pass filter. In a prefeπed embodiment of the invention, such filtering is incoφorated in the inteφolation matrix. Preferably, such incoφoration does not increase the computational complexity of step (38) (Fig. 2), but does save computational time in forming an image from the data.
Filtering is performed in a k-space data by convoluting the uniformly sampled data with an appropriate filtering function, embodied by a convolution matrix Φ. In the method of Fig. 1, the filtering can be achieved by pre-multiplying by Φ: x=[ΦA#]b. The composite matrix ΦA# may be stored and used in much the same manner as was matrix A . Thus, resampling and filtering take the same amount of time as resampling alone.
In the method of Fig. 2, the filtering is incoφorated in a slightly different manner. In step (34) Aft is pre-multiplied by a submatrix Φj of Φ. The "plugging in" is performed by taking a row from the composite matrix ΦjAj#.
As can be appreciated there may be an interaction between the filter and the size and type of area used for selecting inteφolation points. Preferably, these parameters are modified so that the use of the filter adds only a minimum of artifacts to the data. Alternatively only certain filters are used, which match the selected parameters. Alternatively, a tradeoff is determined between the desired filtering and the computation effect of increasing the selection areas. In one prefeπed embodiment of the invention, the filter is non-uniform, so that it is adapted to variations in the inteφolation parameters. In a prefeπed embodiment of the invention, the filter impulse response length is smaller than 5κ. In a prefeπed embodiment of the invention, the above described methods are applied to data sets having a dimensionality greater than two, for example three- or four- dimensional data sets. In addition, these methods are not restricted to a uniform resampling. Rather, they may be used to resample from any given data acquisition grid to a second data grid, providing a transformation matrix is known. One example of a non-uniform-to-non-uniform transformation is transforming a non-uniform sampling into a radially acquired k-space, as may be desirable for spiral MRI. Preferably, the information is directly reconstructed from the radial k-space by backprojection methods. An example of a uniform non-Cartesian grid is a hexagonal grid, as described for example in "MR Data Acquisition and Reconstruction using Efficient Sampling Schemes", by James C. Ehrhardt, in IEEE Transactions on Medical imaging. Vol. 9, No. 3, September 1990, the disclosure of which is incoφorated herein by reference.
It should be appreciated that the method of Fig. 2 does not need to be applied to an entire data set. Rather, this method may be applied even to a portion of the data space. In one prefeπed embodiment of the invention, a user selects particular portions of the data set to which to apply a particular coπection type. Alternatively or additionally, the method may be applied to a small portion of the image to determine which method of resampling will result in a better overall image. For example, if a dataset is resampled using one method, it is possible to resample only a portion of the data set and compare an error criterion on only that portion, to decide which method of resampling has a lower eπor rate. In a prefeπed embodiment of the invention, matrix A and/or the inteφolation parameters are determined, at least in part based on a calibration. In one prefeπed embodiment of the invention, the calibration is performed using a phantom having a known image/data acquisition. Alternatively, the calibration is performed using a reference scan. In one prefeπed embodiment of the invention, the reference scan may be a portion of the imaging sequence itself. Alternatively or additionally, the calibration is performed for only a portion of the data acquisition. Preferably, the calibration results may then be extended to cover the entire data acquisition space.
It should be appreciated that in accordance with a prefeπed embodiment of the invention, no pre-compensation of the non-uniformly sampled data is required. In accordance with a prefeπed embodiment of the invention, a method is provided for data pre-compensation for O'Sullivan- and Jackson- type re-gridding methods. The formula x=C- 1BTb may be used to describe O'Sullivan' s method of calculating x. C~l, an inverse convolution matrix, represents the fact that post-compensation is required, so that instead of x being inteφolated from b, it is actually Cx, which is inteφolated. Matrix C may be defined by: cin = [C(NxN)]in = K(XJ - xn), for i,n = 1..N where K is the Kaiser-Bessel function or a different function with a finite extent. βT is a matrix which convolutes the non-uniformly sampled data with a convolution kernel and then resamples it onto a uniform grid, i.e., a backwards inteφolation matrix. Matrix B may be defined by: bjj = [B(MxN)]jj = K(bj - xj), for i = L.N andj = 1..M
Preferably, the same function is used for both matrices B and C. Jackson suggested pre-multiplying each element of vector b by a density coπection value, which value is the inverse of the local sampling density, to coπect for the varying density of the data points. This may be represented as pre-multiplying vector b by a diagonal inverse-density matrix D. Conventional gridding methods can thus be represented by the formula x^C-iβTDb. In accordance with a prefeπed embodiment of the invention, D is determined, preferably optimally. If x=C"1BTDb, then C-iβTDA≤I. Defining Q-C-iB1 (Q having elements qjj) results in the expression QDA=I. From this expression and based on the fact that D is a diagonal matrix, D is preferably determined by the following set of equations:
, for i, n= 1....N
Figure imgf000035_0001
This is an over determined set of N^ linear equations with M unknowns djj. In a prefeπed embodiment of the invention, D is determined using the pseudo-inverse of matrix A. This particular solution is optimal in terms of a minimal-norm least-squares sense. It should be appreciated that the resulting elements djj are not necessarily positive, so a direct association with area density is not maintained. Referring to the above table, the absolute eπor for the Jackson method, using this optimal density coπection function is 45. In a prefeπed embodiment of the invention, instead of using a pseudo inverse matrix A#, a pseudo-inverse matrix /ft, as described with reference to Fig. 2, is used instead.
Other methods of determining D may also be used. In accordance with a prefeπed embodiment of the invention, the equation C'^βTDA^I is solved by solving the equation βTDA=C, in which case the following set of over determined equations is generated: M
∑ \bjiajn )djj = cin , for i, n= 1....N 7=1
In accordance with another prefeπed embodiment of the invention, the equation βTDA=C is solved by multiplying both sides of the equation by suitable pseudo inverse matrixes, i.e. D=(βT)#CA#. Preferably, only the diagonal elements of the result are used for the density coπection. Preferably, a pseudo inverse matrix /ft, as described with reference to
Fig. 2, is used. Alternatively or additionally, a pseudo inverse matrix A#, as described with reference to Fig. 1, is used. A pseudo-inverse matrix of the type derived with reference to Fig.
2 may also be used for inverting B^, in accordance with some prefeπed embodiments of the invention. As can be appreciated, if M and N are large, the number of simultaneous equations in the above described methods may be very large. In a prefeπed embodiment of the invention, the matrices are analyzed so as to minimize the number of required simultaneous equations. Fig. 4 is a schematic diagram illustrating the selection of matrix portions to multiply, in accordance with a prefeπed embodiment of the invention. Referring first to Matrix D, the j'th element (djj) does not take part in all the simultaneous equations. Matrix B^ is a band diagonal matrix, so only N rows of matrix B^ contain a non-zero element which will be multiplied by djj. Only M columns of Matrix B^ contain non-zero element in these N rows. Thus, for a particular element djj, only a sub matrix βT of βT, having a size of NxM, needs to be used in determining the simultaneous equations for element djj. As a direct result, only a sub-matrix D (of D) of size MxM needs to be considered for element djj. Consequently, only M rows of matrix A (i.e., a sub-matrix A) needs to be considered for element djj. The resulting multiplication is a sub matrix C (of C) of size Nx N.
In accordance with a prefeπed embodiment of the invention, N may be selected in a different manner. Preferably, N is selected to include only those rows of matrix B^ which coπespond to uniformly sampled points which are within a certain region surrounding the non- uniformly sampled point coπesponding to element djj. Preferably the region is circular, however, non-circular regions, such as rectangular regions may also be used. Preferably, the region is selected by defining a region of interest of radius δN. The M columns of matrix are preferably selected, as before, to include all those columns in which the N rows contain non-zero elements. It should be appreciated that N of this embodiment may be of a different size than the N of the previous embodiment. However, in some cases it will be larger and in some cases it will be smaller.
In a prefeπed embodiment of the invention, an additional reduction in computational steps can be practiced. The additional reduction can be practiced instead of or in addition to either of the other embodiments described with reference to Fig. 4. In this prefeπed embodiment of the invention, The equations are further limited by considering only a subset N of the columns in matrix C. Preferably, this subset is defined by selecting only columns which coπespond to uniform points in a certain region suπounding the point coπesponding to element djj. Preferably, this region is circular, of a radius ΔN. Alternatively, the region may be rectangular or of another shape.
Thus, in a prefeπed embodiment of the invention, the equations which coπespond to an element djj are determined by multiplying a sub matrix §T (NxM), of matrix βT, by a sub matrix D (MxM), of matrix D, by a submatrix A (MxN) of matrix A to result in a submatrix C (NxN), of matrix C. Each of these sub-matrices is preferably determined for each element djj of D. Although βT is shown as a band-diagonal matrix, it should be noted that in a two- dimensional case, matrix βT will not look like a band-diagonal matrix, due to the two dimensional spatial relationship between data points, however, there will still be only a few elements in each row which are not zero. In accordance with a prefeπed embodiment of the invention, M is made smaller or larger by selecting only those columns of βT which correspond to non-uniformly sampled points within a given region around the non-uniformly sampled point associated with djj.
In some preferred embodiments of the invention, when selecting only rows or columns from a matrix which correspond to data points in a certain region of the k-space, not all the rows or columns which coπespond to points in the region are selected. Rather, the selection may ignore a certain number of the points. Preferably, the ignored points are selected so that the points which are used are more evenly distributed or match a different distribution profile. Alternatively or additionally, the region size is selected to contain a certain number of points. Alternatively to ignoring points, points (and their coπesponding rows and columns) may be weighted differently based on their distance from the point on which the region is based. In a prefeπed embodiment of the invention, the size and/or shape of the regions for which points are selected may be different for each point. Preferably, the two areas, defined by ΔN and δN are approximately the same size, preferably 3 or 4 (uniform) grid units. Alternatively or additionally, they are of different sizes.
Fig. 5 is a schematic diagram of a fan-beam to parallel beam conversion, in accordance with a prefeπed embodiment of the invention. In more modern X-ray CT imagers and in some gamma cameras, the data is acquired using a fan beam. However, the reconstruction algorithms, including back projection, require that the data be rebinned into parallel beams. Due to the fact that the data is actually acquired using a fan beam, the rebinned data is not uniform. Fig. 5 shows schematically rebinned, non-uniformly sampled data 70 and the desired uniformly sampled data 72. It should be appreciated that some parts of the data space may be over-sampled. In accordance with a prefeπed embodiment of the invention, one of the above described binning methods is used to resample data 70 to yield uniformly sampled data 72. Alternatively or additionally, such resampling may be used in early generation CT devices, in which a parallel beam is used. Alternatively or additionally, such resampling is used for inteφolation of data points for spiral scanning. Alternatively or additionally, such resampling is used for cone beam rebinning, in which case a three-dimensional space may need to be resampled.
In accordance with a prefeπed embodiment of the invention, the resampling method of Fig. 2 is utilized in real-time imaging. In this embodiment, use is made of the fact that each projection in a CT image (or in a radial MRI sequence), affects only data points in its vicinity, and not all the data in the data space. In a prefeπed embodiment of the invention, only a small portion of the data space is updated. The entire data space may then be processed to generate an image in which only some of the underlying data was replaced. In a prefeπed embodiment of the invention, matrix /ft is decomposed into (possibly overlapping) sub matrices, each coπesponding to those data points which are affected by the new data. Generally, only data points which are near (in the data-space) to the new data, are affected thereby. When a' new projection is acquired, only the portion of the matrix which coπesponds to the new projection is used, i.e.: Xnew=xold+-^P(bnewP"DoldP)' where the p index indicates the data limited to the particular projection.
Additionally or alternatively to continuous reconstruction of CT images, the above method may be used for fast preprocessing of CT data, since the data can be resampled as soon as the data points in its neighborhood are acquired, and without waiting for all the data to be acquired. It should be appreciated that the above discussion is not limited to CT projections, rather it may be applied to any type of acquisition of partial data into a data space, for example multiple projections, spirals paths and areas. In addition, these methods may be applied in MRI, for example multi-shot spiral or radial scans. Fig. 6 is a schematic diagram of a k-space 80, as acquired by a typical CT imager. Two main types of image reconstruction methods are commonly used for CT: filtered backprojection reconstruction and Fourier reconstruction. Of the two, filtered backprojection is suited for radially sampled k-spaces, for example k-space 80. Performing Fourier reconstruction requires resampling the data into a Cartesian grid, as shown for example by a k- space sampling 82. In accordance with a prefeπed embodiment of the invention, the above described resampling methods are used for resampling the data from a radial layout onto a Cartesian grid. In a prefeπed embodiment of the invention, such resampling is used for MRI imaging, for example for radial and/or circular scans.
It should be noted that in Fourier reconstruction, the data for each projection is transformed using a ID Fourier transform along the projection line before doing the resampling. In a prefeπed embodiment of the invention, the data is resampled to be uniform in the projection direction before performing the Fourier transform. Preferably, the resampling is performed using one of the resampling methods described herein. Alternatively or additionally, a standard gridding method is used. In accordance with another prefeπed embodiment of the invention, the above method of resampling is used in diffraction tomography. "A computational Study of Reconstruction Algorithms for Diffraction Tomography: Inteφolation Versus Filtered Backprojection", by S.X. Pan et al., in IEEE Transactions on Acoustics. Speech, and Signal Processing. Vol. ASSP- 31, No. 5 October 1983, the disclosure of which is incoφorated herein by reference, describes data acquisition and reconstruction for diffraction tomography. In particular, Fig. 5 of this article shows that data is acquired along arcs in k-space. In accordance with a prefeπed embodiment of the invention, the resampling methods described herein are used to resample diffraction tomography data to lie along these arcs. Alternatively or additionally, the data is resampled into a radial or a Cartesian grid for backprojection or Fourier reconstruction, respectively.
One aspect of some prefeπed embodiments of the present invention relates to resampling using estimation theory. By formulating the problem of resampling as an estimation problem, additional insight is achieved on the methods of the above described prefeπed embodiments, and of other resampling methods known in the art. In addition, new resampling methods are developed based on estimation theory. In some prefeπed embodiments of the present invention, resampling using estimation theory takes into account that the sampled data includes an additive noise component in addition to a signal component. Available statistical information regarding the sampled data and/or regarding the resampled data, and/or assumptions and guesses of the statistical information, are used to improve the accuracy of the resampled data. Alternatively or additionally, one or more adjustment parameters are inserted into the resampling method allowing adjustment of the resampling method according to user preferences. Estimation theory is described, for example, in "Fundamentals of Statistical Signal
Processing: Estimation Theory", by S. M. Kay, Prentice Hall, 1993, in "Estimation Theory and Applications", by N. E. Nahi, John- Wiley, 1969, in "Detection, Estimation and Modulation Theory" by H .L. Van Trees, John- Wiley, 1968, in "Probability, Random Variables, and Stochastic Processes", by A. Papoulis, (3r(* Ed), McGraw-Hill, 1991, in "Signal Processing", by M. Schwartz and L. Shaw, McGraw-Hill, 1975, and in "Digital Processing of Random Signals", by B. Porat, Prentice-Hall, 1994, the disclosures of which are incoφorated herein by reference.
Fig. 7 is a flowchart of a method of resampling of data using linear estimation, in accordance with a prefeπed embodiment of the invention. As in the above discussion, the non- uniformly sampled data is aπanged in a vector b comprising M data points. The calculated uniformly sampled data is aπanged in a vector x comprising N data points. An estimation matrix "Y" controls the determination of x based on b, i.e., x =Yb.
Inteφolation coefficients for converting between the uniform and non-uniform points are preferably determined (100). In a prefeπed embodiment of the present invention, the determined inteφolation coefficients are in the form of an inteφolation matrix A, which is suitable for inteφolating data from the uniform points to the non-uniform points. Preferably, matrix A is determined as described above with reference to Fig. 1. However, matrix A may be determined using substantially any suitable prior art method, such as gridding. In addition, a parameter p, the puφose of which is described below, is preferably determined (102). In a prefeπed embodiment of the present invention, p is determined based on the signal-to-noise ratio of the sampled data. Preferably, during each acquisition session the acquisition system is operated without applying a signal, or in a manner in which the signal component of the sampled data is zero or otherwise known, in order to determine the noise level and hence the SNR. Alternatively or additionally, the noise level is determined at a calibration stage of the acquisition system. Further alternatively or additionally, the noise level or the SNR are selected based on knowledge of the acquisition system and/or of the acquisition conditions of the acquisition session. The acquisition conditions may include for example, the time, date of the acquisition session, the identity of a patient on which the acquisition is performed and/or the identity of an organ being imaged.
Estimation matrix Y is preferably calculated (104) based on the inteφolation coefficients and the SNR. In a prefeπed embodiment of the present invention, matrix Y is calculated according to the following equation: Y = AH(AAH+pI)-! (1) in which p is a parameter preferably related to the noise component of the sampled signals, xH represents the Hermitian conjugate (which when A is a real matrix reduces to the matrix transposition) and I is preferably a unit matrix of the dimensions of AA.H Alternatively. The following, substantially equivalent form of equation (1), is used to calculate matrix Y: Y - (AHA+pI)"lAH, in which I is a unit matrix suitable dimensions. In a prefeπed embodiment of the present invention, p is the inverse of the SNR of the sampled signals. Thus, matrix Y resembles in form a pseudo inverse of matrix A but incoφorates the effect of the noise component of the sampled data. This is especially evident when setting p=0, e.g., when there is no noise component in the sampled signals, in which case equation (1) turns into Y=AH(AAH)-1 (or (AHA)_ 1AH) which is equivalent to the pseudo inverse matrix (A#) in the underdetermined (overdetermined) minimum norm case. Hence, the method of Fig. 7 converges to the method of Fig. 1. The uniform data points are thereafter calculated (106) using the equation x =Yb.
It is noted that when the resampled data is used for creating an image, p provides a tradeoff between the noise level and the bias of the image. In a prefeπed embodiment of the present invention, resampling is performed for a plurality of values of p and the results of the resampling best suited in the eyes of the physician are selected. Alternatively or additionally, the physician chooses, based on prior resampling sessions, a value of p most suited for his/her needs. Further alternatively or additionally, the value of p is selected based on the identity of the patient, the environmental conditions during the acquisition session, or any other relevant information. In some prefeπed embodiments of the present invention, rather than calculating a single matrix Y for converting the non-uniform data to uniform points, sub-matrices are calculated for sub-groups containing N≤N uniform points and K≤M non-uniform points.
In some prefeπed embodiments of the present invention, each row yj of matrix Y coπesponding to one of the uniform points (XJ), is calculated separately. Preferably, row yj is calculated based on a submatrix (A[KxN]) of matrix A which includes the K rows of matrix A which coπespond to a group of K non-uniform points in the vicinity of uniform point XJ. The group of K non-uniform points in the vicinity of XJ are selected using the radius δi , or any other alternative method, for example, as described hereinabove with reference to Figs. 2 and 3A-3E. Thus, equation (1) takes the form:
Figure imgf000042_0001
in which aj is the i'th column of A, i.e., the column which coπesponds to uniform point XJ. Using equation (2), the complexity involved in calculating the rows of matrix Y is considerably reduced. Matrix Y is preferably assembled using the column vectors yj calculated by equation (2) for each uniform point XJ, in a manner analogous to the formation of matrix /ft as described above with reference to Figs. 2 and 3A-E. Preferably, matrix Y is stored efficiently, for example by storing only non-zero elements.
In some preferred embodiments of the present invention, alternatively or additionally to using only K rows of matrix A in forming submatrix A, a sub-group of N uniform points is used in forming submatrix A. The N points are preferably chosen using radius Δk or any other method as described hereinabove.
In some prefeπed embodiments of the present invention, p in equation (1) is a function of the location of the resampled points. Preferably, the noise level (or other attribute on which p depends) is determined separately for each area of sampled points and p is adjusted accordingly. Alternatively or additionally, areas of sampled points which include high levels of noise are given higher values of p in order to lower the noise level in those areas. Other areas are given lower values of p so as not to increase the bias of the resampled points unnecessarily. Further alternatively or additionally, p is set by the physician as a function of the area.
The matrix inversion in equations (1) and (2) involves a square matrix and therefore may be performed using conventional matrix inversion methods. Nonetheless, any of the matrix inversion methods described above may be used to perform the inversion, such as rank- truncated SVD, in order to reduce the calculation complexity of the inversion and/or to add robustness to the result.
In a prefeπed embodiment of the present invention, equation (1) is calculated as follows. Matrix A ( A in equation (2)) is decomposed into A = UΣV^ in which U, V are
(D 0^ square unitary matrices, and Σ is a diagonal matrix of the form Σ =
0 0)
D=diag(σι ,σ2,-- ->o"L)- Substituting this decomposition notation into equation (1) provides us with Y = VΣHUH(UΣVHHUH + piUUH)-1 which can be reduced to Y = VΣH(ΣΣH + pI)-!uH. The term (ΣΣH + pi) which is inverted, is equal to diag(ρ+σι 2, ..., p+σL^ p, p, ..., p) and therefore is easily inverted. When p = 0, or when p«l, elements of Σ which are close to zero are preferably "truncated" to zero, to prevent very high values from appearing in the matrix Y and impeding its stability. In such a case, the following method, which is similar to truncated SVD inversion, is preferably used to solve equation (1).
Preferab for
Figure imgf000043_0001
those elements of Σ not truncated, and are zero for the truncated elements of Σ. Thus, the addition of pi where p is substantially different from zero adds stability to Y.
The added stability also eliminates the need for the truncation operation in the SVD. It is noted that equation (2) takes the form yj=VΣH(ΣΣH + pI)-!UjH, in which UjH is the i'th column of UH. Since only column yj is needed, using equation (2) instead of equation (1) reduces the time complexity of the calculations, as described above with reference to figs. 2 and 3A-E. It is further noted that the equation Y = (AHA+ρI)"lAH, which may be used alternatively in step 104, becomes Y = V(∑H∑ + pI)-l∑HτjH which is similarly easily calculated.
Fig. 8 is a flowchart of a resampling method more general than the method of Fig. 7, in accordance with a prefeπed embodiment of the invention. As in the method of Fig. 7, inteφolation coefficients for converting between the uniform and non-uniform points are preferably determined (110). In addition, statistical information relating to the sampled data is preferably determined (112), as described hereinbelow. Preferably, the statistical information comprises second order moments, i.e., a covariance matrix C , of the noise component of the sampled signals. Alternatively or additionally, the statistical information comprises the first order moment μx and the second order moments Cx of the expected resampled data x. Statistical information regarding the noise component, such as covariance matrix CM, is preferably determined using any of the methods described above with reference to step 102 of Fig. 7. Alternatively or additionally, the statistical information pertaining to the noise component is determined according to the sampling rate of the sampled data, preferably by comparing the sampling rate to the Nyquist rate, as is known in the art and described, for example, in Example 3.13 of the above mentioned book "Fundamentals of Statistical Processing: Estimation Theory". Further alternatively or additionally, the statistical information pertaining to the noise component is calculated based on attributes of the acquisition system.
The statistical information regarding the sampled data and/or the resampled data, e.g., μx and Cx, is preferably estimated from previously sampled data. Preferably, the statistical information from a plurality of prior sets of sampled data are used to create a representative set of statistical information. Preferably, the representative set of statistical information is an average of the statistical information from the plurality of acquisition sessions. The representative set is preferably prepared during a calibration process of acquisition systems. In some prefeπed embodiments of the present invention, a plurality of representative sets of statistical information are generated according to one or more attributes of the sampled data. The one or more attributes may include, for example, the identity of an organ being imaged or the age group of the patient being imaged. In a resampling session, a suitable representative set of statistical information is selected based on the one or more attributes of the acquisition session.
Alternatively or additionally, the statistical information is estimated from the sampled data, using methods known in the art. For example, a naπow LPF is applied to the sampled data to obtain an estimate of the expectation values for the resampled data. Further alternatively or additionally, an additional acquisition session, which preferably includes less sampled points than usual acquisition sessions, is performed. The data from the additional acquisition session is used to determine the statistical information.
Alternatively or additionally, the statistical information is guessed or otherwise determined based on a-priori information on the expected behavior of the resampled data.
Thereafter, an estimator is chosen (114), for example, the optimal linear Bayesian mean square eπor (MSE) estimator of resampled points x, which is illustrated in the following equation: x = x + (AHCN-lA + Cχ-1)-l AHl(b - A x) (3) This estimator is described, for example, on page 328 of the above mentioned book, "Fundamentals of Statistical Processing: Estimation Theory".
The resampled data points x are then calculated (116) based on the estimator, using the determined statistical information from step (112) and the inteφolation coefficients from step (110).
In some prefeπed embodiments of the present invention, one or more of the statistical parameters of equation (3), i.e., μx, C and Cx, are set arbitrarily to receive desired results. Thus, the statistical parameters may supply a tradeoff between noise and bias in a manner similar to that supplied by p in equation (1). In a prefeπed embodiment of the present invention, equation (3) takes the form x = μx + (A H Cχ —1A + pCx —1 ) —1 A H —y1 (b - Aμx) , in which p is a parameter adjustable by the user.
In some prefeπed embodiments of the present invention, one or more assumptions are made on the statistical information required for equation (3) in order to simplify the acquisition of the statistical information and/or to reduce required processing time. In a prefeπed embodiment of the present invention, some or all of the elements of μx are assumed to be zero, meaning that the resampled data is unbiased. Preferably, the noise component is assumed to be uncorrelated so that C is diagonal. Further preferably, the noise component is assumed to be stationary so that
Figure imgf000045_0001
Alternatively or additionally, similar assumptions are made on the resampled data, although such assumptions are inaccurate. Such assumptions are preferably made when the effect of such assumptions on the resampled result is relatively small, and/or when the required statistical information is not easily obtained.
Using the assumptions that μx=0,
Figure imgf000045_0002
equation (3) converges into* = (A A + σx Ofjl) A b . By using p=σx '^σ^ the method of Fig. 8 converges into the method of Fig. 7. It is noted that all the above remarks about solving equation (1) may be applied to equation (3) including the use of truncated SVD or other pseudo inversion methods, and the solving of equation (3) in blocks.
As mentioned above, equation (3) represents the optimal linear Bayesian MSE estimator of resampled points x. However, many other estimators, both Bayesian and conventional, may be used in step 114, in accordance with the invention. Preferably, a Bayesian estimator is used only when reliable statistical information of the expected resampled data is available. In a prefeπed embodiment of the present invention, a linear estimator is used.
Alternatively or additionally, a non-linear estimator is used. Non-linear estimation is especially useful when there are non-linearities in the relationship between the sampled data and the resampled points, for example, when the RF amplifier of an acquisition system is saturated. The MSE Bayesian estimator shown in the following equation: x=E(x|b) (4) is an example of a non-linear estimator. The estimator of equation (4) is described on page 316 of the above referenced book, "Fundamentals of Statistical Processing: Estimation Theory". This estimator takes the mean of the posterior probability density function (PDF), i.e., the conditional mean of the resampled points given the sampled values of the sampled points.
Preferably, the statistical information acquired in step 112 is compatible with the estimator used. For example, some estimators require the entire PDF of the noise component.
Preferably, the PDF is normalized and/or centralized before the resampling. It is noted, however, that in some cases some of the required statistical information may be set arbitrarily or determined only approximately.
In a prefeπed embodiment of the invention, a conventional linear estimator as illustrated in the following equation (described for example on page 97 of the above referenced book): x = (AHC }A)-l AHC}b (5) is used in step 114. In this embodiment, preferably only statistical information regarding the noise component of the sampled signals is determined in step 112. Other suitable estimators that may be used in step 114 include, for example, the Best
Linear Unbiased estimator, the Maximum Likelihood Estimator, the Least Squares estimator (LSE), and the method of moments estimator, all of which are described in chapter 14 of the above mentioned book titled "Fundamentals of Statistical Processing: Estimation Theory".
In some prefeπed embodiments of the present invention, any of the above estimators is used to estimate a function of the sampled data at the resampled points rather than the actual values of the data at the resampled points. The function comprises, for example, a windowed convolution which smoothes the sampled data. The window used in the convolution preferably comprises a KB window, a triangle window or any other suitable window.
In some prefeπed embodiments of the present invention, the estimator is chosen based on an optimality criterion of a weighted form of the sampled data. Such weights are used, for example, when the sampled points have different levels of reliability. Preferably, areas with less reliability, such as areas in which there is more noise, are given less weight. In some prefeπed embodiments of the present invention, sampled points in areas which contain a higher density of points are given more weight. Alternatively or additionally, points in higher density areas are given lower weights. In some prefeπed embodiments of the present invention, the weights given to the plurality of points are determined based on experimental data of the acquisition system. A prefeπed embodiment of the present invention uses the weighted LSE estimator described on page 225 of the above referenced book, i.e., Y = (AWAH)-lAW (W is a weight matrix). It is noted, however, that weights may be added to other estimators and to other equations described herein.
The following discussion shows another derivation of equation (1), which highlights other possible changes to the methods of Figs. 7 and 8 that are in the scope of the present invention.
A physical value, for example, a magnetic field value is sampled in M non-uniform data points κι ,...,κm. The sampled values received at these points are represented by b\ = f(^ι),—,bm = f(κm) • Each of the sampled values bt is a sum of a signal component bt and a noise component VJ , (bt = bj + vj ). It is desired to calculate the values of the magnetic field at N uniform points ki , ... , kM, in which the values are xi =f(kι ),...,
Figure imgf000047_0001
A random variable Sj which represents the signal value at a point kj is preferably defined. Preferably, Sj = XJ . An estimation variable Sj estimates Sj using a suitable estimator, for example, the Bayesian MSE estimator shown in equation (4). Using linear estimation, Sj = J •_, ytjbj which is a linear combination of the values bt of a sub-group of K≤M non-
uniform points. Preferably, the K non-uniform points are located in the vicinity of XJ as described hereinabove. Coefficients yjj of the linear combination are preferably determined so as to minimize an estimation eπor between Sj and Sz- . Preferably, the estimation eπor minimized is the mean square estimation eπor: E{(Sj-Sz )2}, although any other suitable estimation eπor definition may be used, such as E{|Sj-Sz |} or a weighted squares estimation eπor E{(Sj-Sj )Tw(Sj-S,- )}. Preferably as in linear estimation, Sj and St fulfill the orthogonality principle (see the above referenced book by Papoulis) : E{(S, - S,-)^fc} = 0 for k-l,...,K. From substitution of the above definitions in the principle of orthogonality we obtain: K E{(xt ~ ∑yim(bm + vm)(bk + vk)} = 0 for k=l,...,K (6) m=\
Preferably, it is assumed that the noise components and the signal components of the sampled signals are uncoπelated:
Assumption (I): E{bm vm} = E{bm}E{vm) Further preferably, it is assumed that the mean of the noise components is zero:
Assumption (II): E{vm) = 0
Using assumptions (I) and (II), equation (6) becomes:
K
∑yim[E(bmbk ) + E(vm vk )] = E(xtbk) for k=l,...,K (7)
Preferably, it is further assumed that the noise components of the sampled signals are uncorrelated with each other:
Assumption (III): E{vk vm) = σN 2δmk
It is noted, however, that assumption (III) is true only if the sampling is performed at the Nyquist frequency and the noise in the receiver is white noise.
It is also preferably assumed that the resampled uniform signals are stationary: Assumption (IV): E{f(k)f(k')} = R(k - k') and uncoπelated:
Assumption (\): E{xkxm} = σx 2δmk
These assumptions are also generally inaccurate and are used in order to simplify equation (7). It is noted, however, that the results obtained using assumptions (III), (IV) and (V) are substantially equivalent to the results obtained above in the absence of statistical knowledge on the signal. Thus, assumptions (III), (IV) and (V) are used herein as equivalents of assuming that no statistical information regarding the resampled signals is available.
Using assumptions (III) and (IV), equation (7) becomes:
K
∑yim[R(k(bm) - k(bk)) + oj/δmk] = R(k(xi) - k(bk)) ϊor k=l,...,K (8) m=\
Σ N ._ a βXj for j=l,...,M, the auto- coπelation of the non-uniform signals is:
N N N N N
E{ bm = E[∑ akixi ∑ amnxn \ = ∑ ∑ amnakiEixixn ] = σχ2amnakn
Figure imgf000048_0001
and the cross-coπelation of the uniform and the non-uniform signals is:
N N
E{xtbk} = E[xt ∑aknxn] = ∑aknE[xμn} = akiσx 2 n=\ n=\
Thus, equation (7) becomes:
K K σ 2
∑ ytm [ ∑ amnakn + J" δmk ] = aki m=l n=\ σx which is another form of equation (1).
In some preferred embodiments of the present invention, the elements of matrix Y are determined using any of equations (6), (7) and (8) or any other similar equation along the path of the above derivation. In a prefeπed embodiment of the present invention, the elements of matrix Y are calculated from equation (7). In this embodiment, the determined statistical information (112) includes the second order statistics of the signal and noise components of the sampled data. Given this statistical information, equation (7) describes K linear equations with K unknowns.
Preferably, the statistical information of the noise component is determined using any of the methods described above. Preferably, the statistical information of the signal component of the sampled data is determined directly from the sampled data. Alternatively or additionally, the statistical information of the signal component is determined based on prior sampled data in a manner similar to any of the above mentioned methods of acquiring statistical information regarding the resampled data.
It is noted that the above equation derivation may be altered in numerous points to produce other estimators. For example, alterations may be made in the definition of the random variable being estimated (e.g., the random variable may be a filtered function of the sampled data), in the type of estimator used, in the assumptions applied, and in the inteφolation coefficients used.
Although in the embodiments of Figs. 7 and 8 coefficient matrix A is determined, matrix A is not necessarily required. In some prefeπed embodiments of the present invention, the estimator is represented as a function of other inteφolation coefficients. For example, the estimator may be formulated as a function of forward coefficients for inteφolating data from the non-uniform to the uniform points. Alternatively or additionally, no inteφolation coefficients are used in determining the estimator, for example, when the estimator is based on equation (6), above. In these embodiments the PDF and/or the moments supply information otherwise received from matrix A. In a prefeπed embodiment of the present invention, resampling is performed by an MRI imager. Preferably, the statistical information, especially data regarding the noise component, is determined during a calibration stage for each imager produced. Alternatively or additionally, the statistical information is deteπnined for an entire production line of imagers. Further alternatively or additionally, statistical information is determined for images of different areas of the human body. Before an imaging or a reconstruction session a physician notifies the imager which area is being imaged, and accordingly the statistical information is retrieved from an internal memory.
In some prefeπed embodiments of the present invention, at least some of the statistical information is deteπnined separately for each imaging session. Preferably, the statistical information is determined directly from the sampled data. Alternatively or additionally, statistical information of the noise component is estimated based on the sampling rate, relative to the Nyquist rate. Further alternatively or additionally, while a patient is within the MRI imager either before, during or after an imaging session, signals are sampled without any signals induced in the patient in order to determine the statistical information of the noise component.
In some prefeπed embodiments of the present invention, the one or more attributes associated with the sampled data, the statistical information and/or an arbitrary parameter are used to adjust a filter in a filtering stage performed before or after a resampling process. For example, the statistical information is used to determine the amount of smoothness to be supplied by the filter in each resampled point after the resampling, before the resampled data is used to create an image.
The above described methods are not limited to application on real matrices, such as inteφolation matrices. For example, the steps of resampling and FT could be combined, in which case the combined matrix describing the connection between the sampled points and the resampled points is generally a complex matrix. In such a case, b=AFx where b is the sampled data, x is the image data, A is an inteφolation matrix, and F is a two dimensional FT matrix. Defining Q=AF we receive a complex matrix Q which may replace matrix A in any of the above methods and equations. In such a case, the image (or a function thereof) is directly obtained and the FT step is not required. Furthermore, the above described methods are not limited to use in discrete cases and the principles of the present invention may be applied to continuous variables, preferably using integrals. It is noted that although the terms "non-uniform" and "uniform" data points were used widely in the above description, the resampling methods of the present application are not limited to resampling from non-uniform to uniform data points. Rather, resampling in accordance with prefeπed embodiments of the invention may be performed between any two sets of points. For example, resampling may be used to rotate, translate or otherwise distort a sampled image. Furthermore, resampling may be used to waφ the k-space to coπect for non- uniformities in applied gradients and/or other applied magnetic fields (BO, Bl, etc.). In some prefeπed embodiments of the present invention, a single estimator resamples non-uniform sampled data to uniform points and rotates the image. In some prefeπed embodiments of the present invention, uniform or non-uniform data is resampled onto a radial spatial distribution suitable for back projection.
In a prefeπed embodiment of the invention, the above described techniques of inteφolation and estimation may also be used for temporal smoothing, estimating and/or predicting. One example of such a use is in real-time imaging of a moving structure, where a previous value of a data point may be used to help estimate a currently sampled value.
It is further noted that the methods of the present invention may be used to perform combined methods which include resampling and other tasks such as combined resampling and FT, or combined resampling and spectroscopic analysis.
Although some of the methods of the present invention were described using examples pertaining to CT imaging and other methods were described using examples pertaining to MRI, it will be understood that the above embodiments pertain to CT, MRI and also other medical imaging methods, such as ultrasound. Furthermore, the resampling methods of the present invention may be used in applications other than medical applications, such as in industrial imaging. These resampling methods may also be used in applications other than imaging applications, such as in spectroscopy. In addition, the sampled data does not necessarily need to be sampled using the same apparatus as performs the resampling and/or immediately after resampling. For example, dedicated resampling apparatus may receive data from an external source.
Figs. 9A-13D illustrate results of reconstructing an image by resampling using equation (1) with different values of p, in accordance with a prefeπed embodiment of the present invention. Figs. 14A-14D illustrate comparative prior art reconstruction results from the Jackson gridding method. All the resampling results are synthetic simulation results for data sampled along a four interleaf-spiral. The results were received for an input sampled image with a unit height square synthetic phantom covering half the field of view. All the numbers marked in the figures and used in the following explanation are in arbitrary units common to all the figures. Figs. 9A, 10A, etc., show two dimensional reconstructed images of the respective reconstruction methods, without noise. Figs. 9B, 10B, etc., show one dimensional horizontal profiles from along the center of the respective reconstructed images of Figs. 9A, 10A, etc. Figs. 9C, IOC, etc., show two dimensional images of the standard deviation of the noise in the real (or imaginary) part of the images resulting after two dimensional FT from the respective methods, when pure noise is sampled. The input noise comprises samples of uncoπelated, white, Gaussian noise with a unit standard deviation. Figs. 9D, 10D, etc., show one dimensional horizontal profiles from the center of the respective reconstructed images of Figs. 9C, IOC, etc.
Figs. 9A-9D illustrate the effect of the method of equation (1) with p=0. The reconstructed bias is relatively small, as the reconstructed image is nearly entirely at unit height except for the edges of the central square (Gibbs artifact). The noise level, on the other hand is relatively high and ranges between 105 and 119. With p=0.5 a certain level of bias is added to the reconstructed image, as can be seen in Figs. 10A and 10B. However, the noise level is reduced to about 60 and ranges between 58.8 and 63.1. Thus, the reconstructed image is a little less accurate than for p=0 but is much clearer due to the lower level of noise. Figs. 11A-11D, 12A-12D and 13A-13D illustrate the results of reconstruction for p=1.0, p=2.0 and p=3.0, respectively. As can be seen from Figs. 11C-11D, 12C-12D, and 13C-13D, the noise level decreases with the increase in p. On the other hand, with the increase in p the bias increases as seen, for example, at the lower edges of the central square where the curve clearly increases with p. In a prefeπed embodiment of the present invention, a physician can select the p used in reconstruction according to a desired tradeoff between the noise and the bias. Figs. 14A and 14B show the reconstructed image for a comparative prior art gridding method. In Fig. 14A the curls at the edges of the reconstructed image are evident. In addition, substantially the entire profile image contains a bias of about 0.1. The noise accompanying the reconstructed image is very high at the edges, as evident from Fig. 14C, and does not go below about 60 in the center of the image. The reconstructed images of the present invention using p=0.5 and p=l .0 have less bias and less noise than the reconstruction image of the prior art. increasing p reduces the noise level on account of increasing the bias and vice-versa: decreasing p reduces the bias on account of increasing the noise level. It should be appreciated that medical imaging, and to some extent non-medical imaging, has some unique attributes which affect the usage of the above described methods. Medical imaging requires imaging static and moving structures, preferably in real time. In addition, medical images contain a very large number of data points, in some cases over 1 million per image. This large number of data points must be acquired, in some cases, within a limited time period. Another unique attribute is noise. In medical imaging it is nearly always desirable to reduce the signal intensity used (e.g., radiation dosage, RF field amplitude), since most signals can somehow damage the human body. Reducing the signal usually requires dealing with lowers signal to noise levels. Another unique attribute is the types of non- uniformity encountered. In some types of medical imaging, the non-uniformities are mostly predictable, for example sinusoidal shaped gradients in EPI imaging. Also, the same imaging sequence may be repeated many times, with substantially the same non-uniformities occurring each time. Another attribute is the low tolerance for certain types of artifacts. A medical image is used to diagnose and/or rule out diseases and certain types of artifacts will greatly reduce the ability to perform such diagnosis.
It will be appreciated that the above described methods may be varied in many ways, including, changing the order of steps, which steps are performed on-line or off-line and the exact implementation used, which can include matrix arithmetic or which may perform the same arithmetic using other methods. In particular, sparse matrices may be multiplied using dedicated computer program modules and or certain of the steps may be performed in parallel. It should also be appreciated that although the prefeπed embodiments were described only as methods, apparatus for carrying out the methods are within the scope of the invention, and various combinations of hardware and software may be used to carry out the invention.
It is noted that the above described embodiments are given by way of example only, and the scope of the invention is limited only by the claims. When used in the following claims, the terms "comprises", "comprising", "includes", "including" or the like mean "including but not limited to".

Claims

1. A method of resampling medical imaging data from a first spatial distribution of data points onto a second spatial distribution of data points, comprising: determining a matrix of reverse inteφolation coefficients for resampling data from said second spatial distribution onto said first spatial distribution; inverting a matrix based on said reverse inteφolation matrix to determine forward resampling coefficients for resampling data from said first spatial distribution to said second spatial distribution; and resampling data from said first spatial distribution onto said second spatial distribution using said forward resampling coefficients.
2. A method according to claim 1, wherein inverting the matrix based on said reverse inteφolation matrix comprises inverting the reverse inteφolation matrix.
3. A method according to claim 1, wherein the matrix based on the reverse inteφolation matrix comprises the sum of the reverse inteφolation matrix multiplied by its Hermitian conjugate and a parameter matrix.
4. A method according to claim 3, wherein the parameter matrix comprises a diagonal matrix.
5. A method according to claim 3 or claim 4, wherein all the non-zero elements of the parameter matrix are substantially equal.
6. A method according to any of claims 3-5, wherein the parameter matrix comprises a coπelation matrix.
7. A method according to any of claims 1-6, wherein the resampling coefficients comprise inteφolation coefficients.
8. A method according to any of claims 1-6, wherein the resampling coefficients comprise estimation coefficients.
9. A method according to any of claims 1-8, wherein determining the reverse inteφolation matrix comprises determining a real matrix.
10. A method according to any of claims 1-9, wherein said second spatial distribution comprises a uniform spatial distribution.
11. A method according to claim 10, wherein said first spatial distribution comprises a non- uniform spatial distribution.
12. A method according to claim 10, wherein said second spatial distribution comprises a radial spatial distribution.
13. A method according to claim 10, wherein said second spatial distribution comprises a Cartesian spatial distribution.
14. A method according to any of claims 1-13, wherein said medical imaging data comprises Magnetic Resonance k-space data.
15. A method according to claim 14, wherein said medical imaging data comprises Magnetic Resonance imaging data.
16. A method according to claim 14, wherein said medical imaging data comprises Magnetic Resonance spectroscopy data.
17. A method according to any of claims 1-13, wherein said medical imaging data comprises CT k-space data.
18. A method according to any of claims 1-13, wherein said medical imaging data comprises CT projection data, converted from fan-beam to parallel beam.
19. A method according to any of claims 1-13, wherein said medical imaging data comprises diffraction tomography k-space data.
20. A method according to any of claims 1-19, wherein inverting comprises calculating a pseudo-inverse matrix.
21. A method according to claim 20, wherein inverting comprises inverting using rank truncated SVD (Singular Value Decomposition).
22. A method according to any of claims 1-21, wherein said determining is performed locally on said first and second spatial distributions.
23. A method according to claim 22, wherein said inverting is performed locally on said first and second spatial distributions.
24. A method according to claim 23, wherein determining a matrix of resampling coefficients comprises selecting M points from said second spatial distribution and N points from said first spatial distribution, for each of said localities.
25. A method according to claim 24, wherein said M points are selected from a first region surrounding a point XJ.
26. A method according to claim 25, wherein M is dependent on the locality.
27. A method according to claim 25 or claim 26, wherein said first region is circular, having a first radius dependent on the locality.
28. A method according to claim 25 or claim 26, wherein said first region is non-circular.
29. A method according to claim 28, wherein said first region is rectangular.
30. A method according to any of claims 24-29, wherein said N points are selected from a second region surrounding a point XJ.
31. A method according to claim 30, wherein N is dependent on the locality.
32. A method according to claim 30 or 31, wherein said second region is circular, having a second radius dependent on the locality.
33. A method according to claim 30 or 31 , wherein said second region is non-circular.
34. A method according to claim 33, wherein said second region is rectangular.
35. A method according to any of claims 23-34, wherein said resampling comprises generating an inversion matrix wherein each row is created from an inversion at a locality.
36. A method according to claim 35, comprising copying resampling coefficients resulting from said inversion into a zeroed matrix row of said inversion matrix, which row coπesponds to point XJ.
37. A method according to any of claims 23-36, wherein said determining is performed using a grid different from said second spatial distribution.
38. A method according to claim 37, wherein said different grid has a greater extent than said second spatial distribution.
39. A method according to claim 37 or claim 38, wherein said different grid has a different spacing than said second spatial distribution.
40. A method according to claim 39, wherein said different grid has a larger spacing, than said second spatial distribution.
41. A method according to claim 39, wherein said different grid has a smaller spacing than said second spatial distribution.
42. A method according to any of claims 23-41, wherein said resampling comprises pre- multiplying a matrix comprising said forward inteφolation coefficients, by a filter.
43. A method according to claim 42, wherein said filter has a FIR (Finite Impulse Response) and wherein said FIR is smaller than an extent of said locality.
44. A method according to claim 42 or claim 43, wherein said filter has an impulse response having most of its energy concentrated within an area smaller than an extent of said locality.
45. A method according to any of the preceding claims, wherein said resampling comprises resampling spatial data having dimensionality greater than one.
46. A method according to any of the preceding claims, comprising reconstructing an image from said resampled data by applying an FFT (Fast Fourier Transform) to said data.
47. A method of resampling comprising: providing data in a first spatial distribution of data points; providing a second spatial distribution of data points; and resampling data from said first spatial distribution onto said second spatial distribution, without generating artifacts in the data, which artifacts could be coπected by pixel-by-pixel multiplying an image reconstructed from said resampled data, by a pre-determined post- compensation matrix, wherein said resampling is performed by multiplying said data by a single matrix.
48. A method according to claim 47, wherein said single matrix is a sparse matrix in which each row comprises at least 20% zero elements.
49. A method according to claim 48, wherein said single matrix is a sparse matrix in which each row comprises at least 50% zero elements.
50. A method according to claim 49, wherein said single matrix is a sparse matrix in which each row comprises at least 80% zero elements.
51. A method according to any of claims 47-50, wherein said second spatial distribution comprises a uniform spatial distribution.
52. A method according to any of claims 47-51, wherein said first spatial distribution comprises a non-uniform spatial distribution.
53. A method of resampling comprising : providing data in a first spatial distribution of data points; providing a second spatial distribution of data points; pre-multiplying said data by a diagonal density pre-compensation matrix which includes at least one element having a negative value; and resampling said data from said first spatial distribution onto said second spatial distribution.
54. A method according to claim 53, wherein said diagonal pre-compensation matrix comprises both positive and negative elements.
55. A method according to claim 53 or 54, comprising reconstructing an image from said resampled data by applying an FT (Fourier Transform) to said data.
56. A method according to claim 55, comprising pixel-by-pixel multiplying the reconstructed image by a pre-determined post-compensation matrix.
57. A method of determining a diagonal density pre-compensation matrix, comprising: providing a first spatial distribution of data points; providing a second spatial distribution of data points; determining a first inteφolation matrix for resampling data from said first spatial distribution to said second spatial distribution; determining a second inteφolation matrix for resampling data from said second spatial distribution to said first spatial distribution; and determining a diagonal pre-compensation matrix which minimizes an eπor between an identity matrix and the multiplication of the first and second inteφolation matrices.
58. A method according to claim 57, wherein said diagonal pre-compensation matrix comprises elements having negative values.
59. A method according to claim 58, wherein said diagonal pre-compensation matrix comprises both positive and negative elements.
60. A method according to any of claims 57-59, wherein said first inteφolation matrix is generated by multiplying two or more matrices.
61. A method according to any of claims 57-60, wherein said determining a diagonal pre- compensation matrix comprises generating a set of equations.
62. A method according to claim 61, wherein generating a set of equations comprises generating a matrix equation, which equation comprises a multiplication relationship between a plurality of matrices.
63. A method according to claim 62, wherein said plurality of matrices comprises a backwards inteφolation matrix, a diagonal pre-compensation matrix, an inteφolation coefficient matrix and a convolution matrix.
64. A method according to claim 63, comprising, for each element on the diagonal of said diagonal matrix, selecting only a portion of said backwards inteφolation matrix.
65. A method according to claim 64, wherein said portion coπesponds to portions of said backwards inteφolation matrix which generate a non-zero value when multiplied by said diagonal element.
66. A method according to claim 64, wherein said portion coπesponds to portions of said backwards inteφolation matrix which coπespond to uniformly sampled data points within a region in k-space suπounding a data point represented by said diagonal element.
67. A method according to claim 66, wherein said region is circular.
68. A method according to claim 66, wherein said region is rectangular.
69. A method according to any of claims 66-68, wherein selecting comprises selecting only some of the parts of the backwards inteφolation matrix which coπespond to data points within said region.
70. A method according to any of claims 64-69, wherein said portions comprise rows.
71. A method according to any of claims 64-69, wherein said portions comprise columns.
72. A method according to any of claims 63-71, comprising, for each element on the diagonal of said diagonal matrix, selecting only a portion of said convolution matrix.
73. A method according to claim 72, wherein said portion of said convolution matrix coπesponds to uniformly sampled data points within a second region in k-space suπounding a data point represented by said diagonal element.
74. A method according to claim 73, wherein said second region is circular.
75. A method according to claim 73, wherein said second region is rectangular.
76. A method according to any of claims 73-75, wherein selecting comprises selecting only some of the parts of the convolution matrix which coπespond to data points within said second region.
77. A method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: obtaining statistical information pertaining to the sampled data or the resampled data; and estimating the values of the resampled data points responsive to the obtained statistical information and to the sampled data.
78. A method according to claim 77, wherein obtaining the statistical information comprises acquiring data containing substantially only noise and determining the statistical information therefrom.
79. A method according to claim 77 or claim 78, wherein obtaining the statistical information comprises guessing the statistical information.
80. A method according to any of claims 77-79, wherein obtaining the statistical information comprises estimating the statistical information from the sampled data.
81. A method according to any of claims 77-80, wherein obtaining the statistical information comprises estimating the statistical information using one or more sets of previously acquired sampled data.
82. A method according to any of claims 77-81, wherein obtaining the statistical information comprises retrieving the statistical information from a table.
83. A method according to claim 82, wherein retrieving the statistical information from a table comprises retrieving the information responsive to one or more attributes of the data.
84. A method according to claim 83, wherein the one or more attributes comprise an identity of an organ represented by the data.
85. A method according to claim 83 or claim 84, wherein the one or more attributes comprise a geometry of an imaged area.
86. A method according to any of claims 83-85, wherein the one or more attributes comprise a determined noise level.
87. A method according to any of claims 77-86, wherein obtaining the statistical information comprises determining the statistical information based on a characteristic of an apparatus used to sample the sampled data.
88. A method according to claim 87, wherein determining the statistical information comprises determining based on a rate of sampling and a bandwidth of the sampled data.
89. A method according to any of claims 77-88, wherein obtaining the statistical information comprises obtaining statistical information regarding the resampled data.
90. A method according to any of claims 77-89, wherein obtaining the statistical information comprises obtaining statistical information regarding the sampled data.
91. A method according to claim 90, wherein obtaining the statistical information comprises obtaining statistical information regarding a noise component of the sampled data.
92. A method according to claim 90 or claim 91, wherein obtaining the statistical information comprises obtaining statistical information regarding a signal component of the sampled data.
93. A method according to any of claims 77-92, wherein the statistical information comprises a signal-to-noise-ratio.
94. A method according to any of claims 77-93, wherein the statistical information comprises a probability density function (PDF) of the sampled data.
95. A method according to any of claims 77-94, wherein the statistical information comprises one or more statistical moments.
96. A method according to any of claims 77-95, wherein the statistical information comprises coπelation information.
97. A method according to claim 96, wherein the statistical information comprises auto- coπelation information.
98. A method according to any of claims 77-97, wherein estimating the values of the resampled data points comprises determining for each of the resampled data points an estimator which is a function of the statistical information, and calculating the value of the resampled data point by applying the estimator to at least some of the sampled data points.
99. A method according to claim 98, wherein the estimator comprises a Bayesian estimator.
100. A method according to claim 98 or claim 99, wherein the estimator comprises a nonlinear estimator.
101. A method according to claim 98 or claim 99, wherein the estimator comprises a linear estimator.
102. A method according to claim 98, wherein the estimator comprises a mean of a posterior PDF of the resampled data.
103. A method according to any of claims 98-102, wherein the estimator is a function of a set of inteφolation coefficients.
104. A method according to claim 103, wherein the estimator comprises an optimal linear Bayesian mean square eπor (MSE) estimator.
105. A method according to claim 104, wherein the estimator comprises x = ╬╝x +
Figure imgf000064_0001
(b - Aμx) , wherein x represents the resampled data, b represents the sampled data, A represents the set of inteφolation coefficients, and CM, CX, and μx represent the statistical information.
106. A method according to claim 103, wherein the estimator comprises a function of a product of an inteφolation matrix multiplied by its Hermitian conjugate and by a matrix which represents the statistical information.
107. A method according to claim 106, wherein the estimator comprises a function of a matrix inverse of the product of the inteφolation matrix multiplied by its Hermitian conjugate and by the matrix which represents the statistical information.
108. A method according to claim 107, wherein the estimator is of the form
H — 1 — 1 H —1 x = (A CJV A) A Cj b , wherein x represents the resampled data, b represents the sampled data, A represents the set of inteφolation coefficients, and C represents the statistical information.
109. A method according to any of claims 106-108, wherein the matrix which represents the statistical information comprises a coπelation matrix of a noise component of the sampled data.
110. A method according to any of claims 106-109, wherein the inteφolation matrix comprises a real matrix.
111. A method according to any of claims 103-110, wherein the set of inteφolation coefficients comprises inteφolation coefficients suitable for resampling the second spatial distribution of data points onto the first spatial distribution of data points.
112. A method according to any of claims 98-111, wherein the estimator minimizes an estimation eπor criterion.
113. A method according to claim 112, wherein the estimation error criterion comprises a root mean square eπor criterion.
114. A method according to any of claims 77-113, wherein estimating the values of the resampled data points comprises estimating responsive to a sub-group of the sampled data points.
115. A method according to claim 114, wherein the sub-group of sampled data points of a resampled data point comprises sampled data points in a region surrounding the resampled data point.
116. A method according to any of claims 77-115, wherein estimating the values of the resampled data points comprises estimating the values of a signal component of the data at the resampled data points.
117. A method according to any of claims 77-115, wherein estimating the values of the resampled data points comprises estimating the values of a function of the data at the resampled data points.
118. A method according to claim 117, wherein estimating the values of the resampled data points comprises estimating filtered values of the data at the resampled data points.
119. A method according to claim 77, wherein estimating comprises solving a set of
K equations of the form {(x╬╣ - Γêæyim(bm + vm)(bk + vk)} = 0 , wherein XJ represent the m=\ resampled data, bj represent a signal component of the sampled data, v represents a noise component of the sampled data, and yjm represent the estimator.
120. A method according to any of claims 77-119, wherein the sampled data comprises medical imaging data.
121. A method according to claim 120, wherein said medical imaging data comprises Magnetic Resonance k-space data.
122. A method according to claim 120, wherein said medical imaging data comprises CT imaging data.
123. A method according to any of claims 77-122, wherein said estimating comprises estimating spatial data having dimensionality greater than one.
124. A method of resampling medical imaging data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: determining at least one attribute of the source of the data; and estimating the values of the resampled data points from the sampled data points responsive to the determined attribute.
125. A method according to claim 124, wherein the at least one attribute comprises an attribute of the object being imaged.
126. A method according to claim 125, wherein the at least one attribute comprises an identity of a body part being imaged.
127. A method according to claim 125 or 126, wherein the at least one attribute comprises an age group of a patient being imaged.
128. A method according to any of claims 124-127, wherein the at least one attribute comprises an attribute of an acquisition process of the sampled data.
129. A method according to any of claims 124-128, wherein the at least one attribute comprises an attribute of an acquisition sequence type.
130. A method according to any of claims 124-129, wherein the at least one attribute comprises an attribute of an acquisition sequence parameter.
131. A method according to any of claims 124-130, wherein the at least one attribute comprises an attribute of an acquisition apparatus.
132. A method according to any of claims 124-131, wherein estimating the values of the resampled data points comprises selecting an estimator responsive to the determined at least one attribute.
133. A method according to any of claims 124-132, wherein estimating the values of the resampled data points comprises parametericly adjusting an estimator responsive to. the determined at least one attribute.
134. A method according to claim 133, wherein adjusting the estimator comprises selecting parameters of the estimator from a look up table, responsive to the at least one attribute.
135. A method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: providing an estimator which depends on a parameter independent of the first and second spatial distributions; setting a value of the parameter; and applying the estimator to the sampled data points to receive values for the resampled data points.
136. A method according to claim 135, wherein providing the estimator comprises selecting an estimator which minimizes an eπor criterion.
137. A method according to claim 136, wherein the eπor criterion comprises a weighted eπor criterion, the weights representing an importance of the accuracy of the values of the resampled data points.
138. A method according to any of claims 135-137, wherein providing the estimator comprises selecting an estimator according to availability of statistical information.
139. A method according to any of claims 135-138, wherein setting the value of the parameter comprises selecting a value from a discrete number of possible values.
140. A method according to any of claims 135-138, wherein setting the value of the parameter comprises selecting a value from a continuum of possible values.
141. A method according to any of claims 135-140, wherein setting the value of the parameter comprises setting the value responsive to an attribute of the sampled data.
142. A method according to any of claims 135-141, wherein providing the estimator comprises providing an estimator which is a function of an inteφolation matrix.
143. A method according to claim 142, wherein providing the estimator comprises providing an estimator which is a function of a sum of the inteφolation matrix multiplied by its
Hermitian conjugate and a parameter matrix.
144. A method according to claim 143, wherein the parameter matrix comprises a diagonal matrix.
145. A method according to claim 143 or claim 144, wherein the parameter matrix comprises a coπelation matrix.
146. A method according to any of claims 142-145, wherein applying the estimator comprises inverting the sum of the product of the inteφolation matrix multiplied by its Hermitian conjugate and of the parameter matrix.
147. A method according to claim 146, wherein inverting comprises inverting using SVD.
148. A method according to any of claims 142-145, wherein providing the estimator comprises providing an estimator which is a function of a sum of a first parameter matrix and the product of the inteφolation matrix multiplied by its Hermitian conjugate and by a second parameter matrix.
149. A method according to any of claims 142-148, wherein the inteφolation matrix comprises a real matrix.
150. A method according to any of claims 135-149, wherein applying the estimator comprises applying the estimator to subsets of the sampled data.
151. A method according to claim 150, wherein applying the estimator comprises applying the estimator so as to receive the values of the resampled data points responsive to respective suπounding sampled points.
152. A method according to claim 150 or 151, wherein setting the value of the parameter comprises setting the parameter separately for each of the subsets of the sampled data.
153. A method of estimating a set of MRI-related values, comprising: acquiring a set of MRI values which are related to the estimated MRI-related values through a linear model; determining an association matrix which defines a linear association between a subgroup of the estimated values and a sub-group of the sampled values; and estimating the set of MRI related values by applying an estimating matrix to the sampled set of values, the estimating matrix being a function of the sum of a product matrix and a first parameter matrix, the product matrix being a product of the association matrix multiplied by its Hermitian conjugate and by a second parameter matrix.
154. A method according to claim 153, wherein the first parameter matrix comprises a diagonal matrix.
155. A method according to claim 153 or claim 154, wherein the second parameter matrix comprises a unit matrix.
156. A method according to any of claims 153-155, wherein the estimating matrix comprises a function of an inverse of the sum of the product matrix and the first parameter matrix.
157. A method according to any of claims 153-156, wherein the second parameter matrix comprises a coπelation matrix representing noise added to the sampled set of MRI values during acquisition.
158. A method according to any of claims 153-157, wherein the association matrix comprises a matrix of inteφolation coefficients.
159. A method according to any of claims 153-158, wherein applying the estimating matrix comprises applying to a subset of the set of values.
160. A method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: acquiring sampled data; and applying an optimal linear Bayesian mean square error estimator to the sampled data points so as to receive values for the resampled data points.
161. A method according to claim 160, wherein applying the estimator comprises setting arbitrarily at least one matrix of statistical data required by the estimator.
162. A method according to claim 161, wherein setting arbitrarily comprises assigning a diagonal matrix value.
163. A method of resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: applying a first estimator to a first sub-group of the sampled data points to receive values for a first sub-group of the resampled data points; and applying a second estimator to a second sub-group of the sampled data points to receive values for a second sub-group of resampled data points.
164. A method according to claim 163, wherein the second estimator is different from the first estimator.
165. Apparatus for resampling data organized in a first spatial distribution of sampled data points onto a second spatial distribution of resampled data points, comprising: a medical imaging receiver which acquires the sampled data; an input interface which receives statistical information regarding the sampled data or the resampled data; and a processor which estimates the values of the resampled data points responsive to the statistical information and to the sampled data.
166. Apparatus according to claim 165, comprising a memory which stores a look up table of statistical information suitable for various types of sampled data.
167. Apparatus according to claim 165 or 166, wherein the processor applies an optimal linear Bayesian mean square eπor estimator to the sampled data
168. Apparatus for imaging, comprising: a medical imaging receiver which samples a plurality of sampled data points; and a processor which resamples the sampled data points by applying an estimator to the sampled data points, and converts the resampled data points into an image, wherein the estimator is dependent on a parameter unrelated to the sampled data.
169. Apparatus according to claim 165, wherein the receiver comprises an MRI receiver.
PCT/IL1999/000199 1998-04-14 1999-04-14 Algebraic reconstruction of images from non-equidistant data WO1999053440A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US09/445,833 US6748098B1 (en) 1998-04-14 1999-04-14 Algebraic reconstruction of images from non-equidistant data
US10/743,489 US7076091B2 (en) 1998-04-14 2003-12-22 Algebraic reconstruction of images from non-equidistant data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US8164298P 1998-04-14 1998-04-14
US60/081,642 1998-04-14

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US09/445,833 A-371-Of-International US6748098B1 (en) 1998-04-14 1999-04-14 Algebraic reconstruction of images from non-equidistant data
US10/743,489 Division US7076091B2 (en) 1998-04-14 2003-12-22 Algebraic reconstruction of images from non-equidistant data

Publications (2)

Publication Number Publication Date
WO1999053440A2 true WO1999053440A2 (en) 1999-10-21
WO1999053440A3 WO1999053440A3 (en) 2000-03-02

Family

ID=22165446

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IL1999/000199 WO1999053440A2 (en) 1998-04-14 1999-04-14 Algebraic reconstruction of images from non-equidistant data

Country Status (1)

Country Link
WO (1) WO1999053440A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005160107A (en) * 2003-11-26 2005-06-16 Ge Medical Systems Global Technology Co Llc Resolution adaptive image filtering system and method
US6975751B2 (en) 2002-05-17 2005-12-13 The Board Of Trustees Of The Leland Stanford Junior University Method and apparatus for reconstruction of non-uniformly sampled data
US7277597B2 (en) * 2003-06-17 2007-10-02 The Board Of Trustees Of The Leland Stanford Junior University Partial k-space reconstruction for radial k-space trajectories in magnetic resonance imaging
DE10241345B4 (en) * 2001-10-31 2008-01-31 Agilent Technologies, Inc. (n.d.Ges.d. Staates Delaware), Santa Clara Method and computer system for handling measurements in a coputer network
US7362843B2 (en) * 2004-09-23 2008-04-22 General Electric Company System and method for reconstruction of cone beam tomographic projections with missing data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4982162A (en) * 1989-07-14 1991-01-01 Advanced Nmr Systems, Inc. Method for reconstructing MRI signals resulting from time-varying gradients
US5352981A (en) * 1991-11-27 1994-10-04 Kabushiki Kaisha Toshiba High-resolution image reconstruction method for MRI
EP0889330A1 (en) * 1997-04-17 1999-01-07 Picker International, Inc. Algebraic reconstruction of magnetic resonance images from non-equidistant k-space data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4982162A (en) * 1989-07-14 1991-01-01 Advanced Nmr Systems, Inc. Method for reconstructing MRI signals resulting from time-varying gradients
US5352981A (en) * 1991-11-27 1994-10-04 Kabushiki Kaisha Toshiba High-resolution image reconstruction method for MRI
EP0889330A1 (en) * 1997-04-17 1999-01-07 Picker International, Inc. Algebraic reconstruction of magnetic resonance images from non-equidistant k-space data

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
ADORF H -M: "Interpolation of irregularly sampled data series-a survey" ASTRONOMICAL DATA ANALYSIS SOFTWARE AND SYSTEMS IV MEETING, BALTIMORE, MD, USA, 25-28 SEPT. 1994, vol. 77, pages 460-463, XP002109261 Astronomical Society of the Pacific Conference Series, 1995, Astron. Soc. Pacific, USA ISSN: 1050-3390 *
KUHN J R: "Recovering spectral information from unevenly sampled data: two machine-efficient solutions" ASTRONOMICAL JOURNAL, JAN. 1982, USA, vol. 87, no. 1, pages 196-202, XP002109262 ISSN: 0004-6256 *
LIU H: "A FLEXIBLE TWO-DIMENSIONAL PHASE CORRECTION FOR INTERLEAVED ECHO- PLANAR IMAGING RECONSTRUCTION" JOURNAL OF APPLIED PHYSICS, vol. 83, no. 11, PART 02, 1 June 1998 (1998-06-01), pages 6846-6848, XP000777252 ISSN: 0021-8979 *
MILOVANOVIC I Z ET AL: "A direct method for BBD matrix inversion" KIBERNETIKA I SISTEMNYI ANALIZ, MARCH-APRIL 1994, UKRAINE, vol. 30, no. 2, pages 51-64, XP002109260 *
STERITI R J ET AL: "REGULARIZED IMAGE RECONSTRUCTION USING SVD AND A NEURAL NETWORK METHOD FOR MATRIX INVERSION" IEEE TRANSACTIONS ON SIGNAL PROCESSING, vol. 41, no. 10, 1 October 1993 (1993-10-01), pages 3074-3077, XP000404073 ISSN: 1053-587X *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10241345B4 (en) * 2001-10-31 2008-01-31 Agilent Technologies, Inc. (n.d.Ges.d. Staates Delaware), Santa Clara Method and computer system for handling measurements in a coputer network
US6975751B2 (en) 2002-05-17 2005-12-13 The Board Of Trustees Of The Leland Stanford Junior University Method and apparatus for reconstruction of non-uniformly sampled data
US7277597B2 (en) * 2003-06-17 2007-10-02 The Board Of Trustees Of The Leland Stanford Junior University Partial k-space reconstruction for radial k-space trajectories in magnetic resonance imaging
JP2005160107A (en) * 2003-11-26 2005-06-16 Ge Medical Systems Global Technology Co Llc Resolution adaptive image filtering system and method
US7362843B2 (en) * 2004-09-23 2008-04-22 General Electric Company System and method for reconstruction of cone beam tomographic projections with missing data

Also Published As

Publication number Publication date
WO1999053440A3 (en) 2000-03-02

Similar Documents

Publication Publication Date Title
US6748098B1 (en) Algebraic reconstruction of images from non-equidistant data
US7903858B2 (en) Practical image reconstruction for magnetic resonance imaging
CN108090871B (en) Multi-contrast magnetic resonance image reconstruction method based on convolutional neural network
US6160398A (en) Adaptive reconstruction of phased array NMR imagery
US11422217B2 (en) Progressive generative adversarial network in medical image reconstruction
US10692250B2 (en) Generalized multi-channel MRI reconstruction using deep neural networks
US8879852B2 (en) Non-contrast-enhanced 4D MRA using compressed sensing reconstruction
Velikina et al. Reconstruction of dynamic image series from undersampled MRI data using data‐driven model consistency condition (MOCCO)
TWI555514B (en) System, workstation and method for high efficiency computed tomography with optimized recursions
US8026720B1 (en) Rapid auto-calibrated parallel reconstruction using synthetic target coil
US8675942B2 (en) Prior enhanced compressed sensing (PRINCE-CS) reconstruction for dynamic 2D-radial cardiac MRI
US10950014B2 (en) Method and apparatus for adaptive compressed sensing (CS) to correct motion artifacts in magnetic resonance imaging (MRI)
JP2003527176A (en) Parallel magnetic resonance imaging technology using a high-frequency coil array
JP2009505711A (en) Apparatus and method for parallel magnetic resonance imaging
US11231475B2 (en) Scalable self-calibrated interpolation of undersampled magnetic resonance imaging data
US9858689B1 (en) Fast and memory efficient redundant wavelet regularization with sequential cycle spinning
US20210150783A1 (en) Unsupervised learning-based magnetic resonance reconstruction
Villain et al. Three-dimensional edge-preserving image enhancement for computed tomography
WO1999053440A2 (en) Algebraic reconstruction of images from non-equidistant data
US11748921B2 (en) Learnable extrapolation for deep learning-based medical image reconstruction
US10909732B2 (en) Systems and methods for joint image reconstruction and motion estimation in magnetic resonance imaging
Chang et al. Parallel MRI reconstruction using broad learning system
US11354833B2 (en) K-space trajectory infidelity correction in magnetic resonance imaging
Mohsin et al. Free-breathing & ungated cardiac MRI using iterative SToRM (i-SToRM)
Tan et al. Point spread function optimization for MRI reconstruction

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): CA JP US

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 09445833

Country of ref document: US

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

Designated state(s): CA JP US

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

122 Ep: pct application non-entry in european phase