Detailed Action
Notice of Pre-AIA or AIA Status
The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA .
Response to Amendment
Claims 2-3 and 12 are cancelled, and claims 1, 4-11, 13-19, and 21 remain pending in the application in response to the applicant’s amendments to the rejections previously set forth in the Non-Final Office Action mailed 07/16/2025.
Allowable Subject Matter
Prosecution on the merits of this application is reopened on claims 1, 4-11, 13-19, and 21 is considered unpatentable for the reasons indicated below:
The indicated allowability of claims 1, 4-11, 13-19, and 21 is withdrawn in view of the newly discovered reference(s) to Zhang. Rejections based on the newly cited reference(s) follow.
Claim Rejections - 35 USC § 103
The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action:
A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made.
The factual inquiries for establishing a background for determining obviousness under 35 U.S.C. 103 are summarized as follows:
1. Determining the scope and contents of the prior art.
2. Ascertaining the differences between the prior art and the claims at issue.
3. Resolving the level of ordinary skill in the pertinent art.
4. Considering objective evidence present in the application indicating obviousness or nonobviousness.
Claims 1, 4-11, 13-19, and 21 are rejected under 35 U.S.C. 103 as being unpatentable over S. Tapper et al, “Frequency and phase correction of J-difference edited MR spectra using deep learning”, Magnetic Resonance in Medicine, vol. 85, pp. 1755-1765, Aug. 2020 in view of Zhang et al, “Automatic Modulation Classification Using CNN-LSTM Based Dual-Stream Structure”, IEEE Transactions on Vehicular Technology, vol. 69, no. 11, pp. 13521-13531, Nov. 2020, hereinafter referred to as Tapper and Zhang, respectively.
Regarding claim 1, and similarly for claims 19 and 21, Tapper teaches a method for performing frequency and phase correction of magnetic resonance spectroscopy (MRS) data to quantify one or more metabolites, the method comprising:
receiving spectrum data related to a plurality of metabolites generated using magnetic resonance spectroscopy of a subject's brain (see pg. 1756, col. 1, para. 5 — “Networks for FPC [frequency-and-phase correction] were trained and validated using simulated data and further tested using in vivo MEGA -edited MRS [magnetic resonance spectroscopy] data from the openly available Big GABA repository [plurality of metabolites in the brain].”);
inputting the spectrum data to a trained machine learning model, wherein the trained machine learning model estimates frequency corrections and phase corrections for the spectrum data, generating corrected on-spectrum data and corrected off-spectrum data thereby (see pg. 1758 — “...then, central 1024 samples of the magnitude spectra were extracted and used as input to the trained frequency offset network. The resulting predicted frequency offset (Δf) was then applied to frequency- correct the original transient in the time domain. Second, this frequency-corrected validation transient was then Fourier-transformed and normalized, and then the central 1024 samples of the real spectrum were extracted and used as input to the trained phase offset network. The resulting predicted phase offset (Δϕ) was then used to phase-correct the frequency-corrected transient. Finally, all fully corrected FIDs were used to compute an average difference spectrum by subtracting the corrected OFF spectra from the corrected ON spectra.”); and
quantifying one or more of the metabolites according to the corrected on-spectrum data and corrected off-spectrum data (see pg. 1756, col. 1, para. 1 — “Appropriate FPC [frequency-and-phase correction] is even more crucial when using J difference-edited MRS methods such as MEGA-PRESS, which relies on the subtraction of 2 spectra containing strong signals (OFF and ON) in order to reveal a much smaller targeted signal (eg, gamma aminobutyric acid [GABA]) [metabolite] in the resulting difference spectrum.” Where it is known in the art to quantify metabolites via J-difference MRS).
Tapper teaches a trained machine learning model, but does not explicitly teach wherein the trained machine learning model comprises a dual stream convolutional neural network.
Whereas, Zhang, in an analogous field of endeavor, teaches wherein the trained machine learning model comprises a dual stream convolutional neural network (see Fig. 1 – “The CNN-LSTM based dual-stream architecture.”; see pg. 13524, col. 2, para. 4 – “In our implementation, the dataset is split into training set and testing set.”).
It would have been obvious for one of ordinary skill in the art before the effective filing date of the claimed invention to have modified a trained machine learning model, as disclosed in Tapper, by having a dual stream convolutional neural network as the trained machine learning model, as disclosed in Zhang. One of ordinary skill in the art would have been motivated to make this modification in order to efficiently explores the feature interaction, and the spatial-temporal properties of raw complex temporal signals, as taught in Zhang (see Abstract).
Furthermore, regarding claim 4, Tapper further teaches wherein the dual stream convolutional neural network comprises a first stream for frequency correction and a second stream for phase correction (see Fig. 1 — “Both the frequency (A) [first stream] and phase (B) [second stream] offset networks have the same basic structure with 3 FC [fully connected] layers (1024, 512, 1 node(s)).”).
Furthermore, regarding claim 5, Tapper further teaches wherein the first stream comprises a plurality of convolutional layers and the second stream comprises a plurality of convolutional layers (see Fig. 1 — “Both the frequency (A) [first stream] and phase (B) [second stream] offset networks have the same basic structure with 3 FC [fully connected] layers (1024, 512, 1 node(s)).”).
Furthermore, regarding claim 6, Tapper further teaches wherein the first stream comprises a same architecture as the second stream (see Fig. 1 — “Both the frequency (A) [first stream] and phase (B) [second stream] offset networks have the same basic structure with 3 FC [fully connected] layers (1024, 512, 1 node(s)).”).
Furthermore, regarding claim 7, Tapper further teaches wherein input to the first stream comprises magnitude spectrum data (see pg. 1758, col. 1, para. 1 — “...then, central 1024 samples of the magnitude spectra were extracted and used as input to the trained frequency offset network [first stream].”) and input to the second stream comprises real spectrum data (see pg. 1758, col. 1, para. 1 — “...then the central 1024 samples of the real spectrum were extracted and used as input to the trained phase offset network [second stream].”).
Furthermore, regarding claim 8, Tapper further teaches wherein the trained machine learning model comprises a transformer network with a plurality of multi-head attention blocks (see Fig. 1— “The hidden FC [fully connected] layers were each followed by a rectified linear unit (ReLU) activation function, and the output FC layer was followed by a linear activation function that generated the output offset as a continuous variable.” Where a transformer model with multi-head attention blocks is a machine learning model that is known in the art).
Furthermore, regarding claim 9, Tapper further teaches wherein the trained machine learning model comprises an encoder comprising a multi-head attention block and a decoder comprising at least two multi-head attention blocks (see Fig. 1—“The 2 hidden FC [fully connected] layers were each followed by a rectified linear unit (ReLU) activation function, and the output FC layer was followed by a linear activation function that generated the output offset as a continuous variable.” where it is known in the art that CNNs includes an encoder and a decoder).
Furthermore, regarding claim 10, Tapper further teaches wherein the spectrum data comprises on-spectrum data and off-spectrum data (see pg. 1758, col. 1, para. 1 — “Finally, all fully corrected FIDs were used to compute an average difference spectrum by subtracting the corrected OFF spectra from the corrected ON spectra.” Where on-spectrum and off-spectrum data is known in the art).
Furthermore, regarding claim 11, Tapper further teaches wherein generating the corrected on- spectrum data and the corrected off-spectrum comprises:
applying estimated frequency corrections to the on-spectrum data and the off-spectrum data (see Fig. 2 — “The predicted Δf [frequency offset/correction] was applied to each FID [includes on spectrum and off spectrum].”); and
applying estimated phase corrections to the on-spectrum data and the off-spectrum data (see Fig. 2 — “The predicted Δϕ [phase offset/correction] for each FID was subsequently used to phase correct the frequency-corrected FIDs [includes on spectrum and off spectrum].”).
Furthermore, regarding claim 13, Tapper further teaches wherein the spectrum data comprises single voxel MEGA-PRESS MRS data (see pg. 1756, col. 2, para. 1 — “In order to establish in vivo- like levels of SNR and residual water signal, data from the publicly available Big GABA repository were used, which includes a total of 101 Philips (Philips Healthcare, Best, Netherlands) MEGA-edited [MEGA- PRESS] datasets collected from 9 different sites...”).
Furthermore, regarding claim 14, Tapper further teaches wherein the one or more of the metabolites is quantified over at least a portion of the subject's brain (see pg. 1756, col. 1, para. 1 — “Appropriate FPC [frequency-and-phase correction] is even more crucial when using J -difference-edited MRS methods such as MEGA-PRESS, which relies on the subtraction of 2 spectra containing strong signals (OFF and ON) in order to reveal a much smaller targeted signal (eg, gamma aminobutyric acid [GABA]) [known metabolite in Page 9 brain] in the resulting difference spectrum.” Where it is known in the art to quantify metabolites via J - difference MRS).
Furthermore, regarding claim 15, Tapper further teaches wherein the one or more of the metabolites comprises GABA (see pg. 1756, col. 1, para. 1— “Appropriate FPC [frequency-and-phase correction] is even more crucial when using J-difference-edited MRS methods such as MEGA-PRESS, which relies on the subtraction of 2 spectra containing strong signals (OFFand ON) in order to reveal a much smaller targeted signal (eg, gamma aminobutyric acid [GABA]) [metabolite] in the resulting difference spectrum.” Where it is known in the art to quantify metabolites via J-difference MRS).
Furthermore, regarding claim 16, Tapper further teaches wherein the one or more of the metabolites comprises glutamate or glutamine (see pg. 1756, col. 1, para. 1 — “Appropriate FPC [frequency-and-phase correction] is even more crucial when using J -difference-edited MRS methods such as MEGA-PRESS, which relies on the subtraction of 2 spectra containing strong signals (OFF and ON) in order to reveal a much smaller targeted signal (eg, gamma aminobutyric acid [GABA]) [metabolite] in the resulting difference spectrum.” Where it is known in the art to quantify metabolites, including glutamate and glutamine, via J-difference MRS).
Furthermore, regarding claim 17, Tapper further teaches wherein a therapeutic agent is administered to the subject based on the glutamate or glutamine that is quantified, wherein the therapeutic agent reduces, decreases or inhibits glutamate or glutamine levels the subject's brain after administration (see pg. 1756, col. 1, para. 1 — “Appropriate FPC [frequency-and-phase correction] is even more crucial when using J-difference-edited MRS methods such as MEGA-PRESS, which relies on the subtraction of 2 spectra containing strong signals (OFF and ON) in order to reveal a much smaller targeted signal (eg, gamma aminobutyric acid [GABA]) [metabolite] in the resulting difference spectrum.” Where it is known in the art to quantify metabolites via J -difference MRS, and it is known in the art to reduce glutamate (metabolites in the brain) levels to treat neurological disorders with known higher levels of glutamate).
Furthermore, regarding claim 18, Tapper further teaches wherein the quantifying one or more of the metabolites according to the corrected on-spectrum data and corrected off-spectrum data comprises calculating a difference between the off-spectrum data and the on-spectrum data (see Fig. 2 — “An average difference spectrum was computed by subtracting the averaged OFF spectrum from the average ON spectrum.”).
Conclusion
The prior art made of record and not relied upon is considered pertinent to applicant's disclosure:
Mandal et al. (US 20210190891 A1, published June 24, 2021 with a priority date of August 19, 2016) discloses calculating phase and frequency offset at each voxel, performing phase and frequency offset correction, then calculate metabolite concentration (Fig. 1).
Arnold et al. (US 20190150764 A1, published May 23, 2019) discloses a trained convolutional neural network (CNN) that is configured to receive a pair of inputs as a bi-CNN (Fig. 4C).
S. Spasov et al, “A Multi-modal Convolutional Neural Network Framework for the Prediction of Alzheimer’s Disease”, 2018 40th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), pp. 1271-1274, July 2018 discloses a dual stream CNN for 3D MRI feature extraction (Fig. 2).
F. Jiao et al, “Low-dose CT image denoising via frequency division and encoder-dual decoder GAN”, Signal, Image, and Video Processing, vol. 15, pp. 1907-1915, Dec. 2020 discloses a dual decoder in the backbone network uses a confidence subnet to improve the feature extraction efficiency and uses an edge feature enhancement subnet to extract the edge feature (Fig. 1).
T. Lin et al, “Bilinear CNN Models for Fine-grained Visual Recognition”, 2015 IEEE International Conference on Computer Vision, pp. 1449-1457, 2015 discloses a bilinear CNN model for image classification, where at test time an image is passed through two CNNs, stream A and stream B, and their outputs are multiplied using outer product at each location of the image and pooled to obtain the bilinear vector, and this is passed through a classification layer to obtain predictions.
K. Simonyan et al, “Two-Stream Convolutional Networks for Action Recognition in Videos”, arXiv.org, pg. 1-11, Nov. 2014 discloses a two-stream CNN, one stream as a spatial recognition stream, and the other stream as a temporal recognition stream.
Z. Xiong et al, “Fully Automatic Left Atrium Segmentation from Late Gadolinium Enhanced Magnetic Resonance Imaging Using a Dual Fully Convolutional Neural Network”, IEEE Transactions on Medical Imaging, vol. 38, no. 2, pp. 515-524, Feb. 2019 discloses a dual fully convolutional neural network for atrial segmentation from 3D MRI (Fig. 1).
Any inquiry concerning this communication or earlier communications from the examiner should be directed to Nyrobi Celestine whose telephone number is 571-272-0129. The examiner can normally be reached on Monday - Thursday, 7:00AM - 5:00PM EST.
Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice.
If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Pascal Bui-Pho can be reached on 571-272-2714. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300.
Information regarding the status of an application may be obtained from the Patent Application Information Retrieval (PAIR) system. Status information for published applications may be obtained from either Private PAIR or Public PAIR. Status information for unpublished applications is available through Private PAIR only. For more information about the PAIR system, see https://ppair-my.uspto.gov/pair/PrivatePair. Should you have questions on access to the Private PAIR system, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative or access to the automated information system, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000.
/N.C./Examiner, Art Unit 3798