EP4669975A1 - GENERATING A CAPITAL LANGUAGE MODEL FROM TOKENIZED PULSE SEQ DATA - Google Patents
GENERATING A CAPITAL LANGUAGE MODEL FROM TOKENIZED PULSE SEQ DATAInfo
- Publication number
- EP4669975A1 EP4669975A1 EP25703948.7A EP25703948A EP4669975A1 EP 4669975 A1 EP4669975 A1 EP 4669975A1 EP 25703948 A EP25703948 A EP 25703948A EP 4669975 A1 EP4669975 A1 EP 4669975A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- pulse sequence
- data
- language model
- tokenized
- large language
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R33/00—Arrangements or instruments for measuring magnetic variables
- G01R33/20—Arrangements or instruments for measuring magnetic variables involving magnetic resonance
- G01R33/44—Arrangements or instruments for measuring magnetic variables involving magnetic resonance using nuclear magnetic resonance [NMR]
- G01R33/48—NMR imaging systems
- G01R33/54—Signal processing systems, e.g. using pulse sequences ; Generation or control of pulse sequences; Operator console
- G01R33/543—Control of the operation of the MR system, e.g. setting of acquisition parameters prior to or during MR data acquisition, dynamic shimming, use of one or more scout images for scan plane prescription
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01R—MEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
- G01R33/00—Arrangements or instruments for measuring magnetic variables
- G01R33/20—Arrangements or instruments for measuring magnetic variables involving magnetic resonance
- G01R33/44—Arrangements or instruments for measuring magnetic variables involving magnetic resonance using nuclear magnetic resonance [NMR]
- G01R33/48—NMR imaging systems
- G01R33/54—Signal processing systems, e.g. using pulse sequences ; Generation or control of pulse sequences; Operator console
- G01R33/546—Interface between the MR system and the user, e.g. for controlling the operation of the MR system or for the design of pulse sequences
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/20—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems
Definitions
- the invention relates to magnetic resonance imaging, in particular to the automated generation of pulse sequence data for the configuration of magnetic resonance imaging systems.
- a large static magnetic field is used by Magnetic Resonance Imaging (MRI) system or scanner to align the nuclear spins of atoms as part of the procedure for producing images within the body of a patient.
- This large static magnetic field is referred to as the BO field or the main magnetic field.
- the nuclear spins can be manipulated to produce radio-frequency signals that can be sampled or measured as k-space data.
- the k-space data can then be reconstructed into a magnetic resonance image which images internal anatomical structures of the subject.
- the time dependent control of the radio-frequency signals and radio-frequency pulses, as well as the sampling of the k-space data are described in pulse sequence settings. Properly configuring the magnetic resonance imaging system requires extensive training and experience.
- the invention provides for a medical system, a method, a computer program, a method of training a domain-specific large language model, and a domain-specific large language model in the independent claims. Embodiments are given in the dependent claims.
- a medical system comprising a memory storing machine-executable instructions and a domain-specific large language model.
- the domainspecific large language model is configured to output tokenized pulse sequence data in response to receiving subject data.
- the tokenized pulse sequence data is configured as tokens chosen from a pulse sequence token library.
- the medical system further comprises a computational system. Execution of the machine-executable instructions causes the computational system to receive the tokenized pulse sequence data in response to inputting the subject data into the domain-specific large language model.
- a method comprises receiving tokenized pulse sequence data in response to inputting subject data into a domain-specific large language model.
- the domain-specific large language model is configured to output tokenized pulse sequence data in response to receiving subject data.
- the tokenized pulse sequence data is configured as tokens chosen from a pulse sequence token library.
- a computer program comprises machine-executable instructions and a domain-specific large language model with both configured for execution by a computational system.
- the large language model is configured to output tokenized pulse sequence data in response to receiving subject data. Execution of the machine-executable instructions causes the computational system to receive the tokenized pulse sequence data in response to inputting the subject data into the large language model.
- the tokenized pulse sequence data is configured as tokens chosen from a pulse sequence token library.
- a method of training a domain-specific large language model comprises receiving a foundation large language model.
- the method further comprises providing a pre-trained large language model by training the foundation large language model with medical documents comprising pulse sequence command specifications.
- the providing of the pretrained large language model comprises generating a preliminary tokenized pulse sequence library.
- the method further comprises receiving site-specific medical records.
- the site-specific medical records comprise subject medical data paired with historical pulse sequence commands.
- the method further comprises generating the pulse sequence token library by excluding portions of the preliminary tokenized pulse sequence library absent from the site-specific medical records.
- a domain-specific large language model trained according to the method of training the domain-specific large language model is disclosed.
- the domain-specific large language model may be a data structure.
- Fig. 1 illustrates an example of a medical system.
- Fig. 2 shows a flow chart which illustrates a method of using the medical system of Fig. 1.
- Fig. 3 illustrates an example of a medical system.
- Fig. 4 shows a flow chart which illustrates a method of using the medical system of Fig. 3.
- Fig. 5 illustrates an example of a medical system.
- Fig. 6 shows a flow chart which illustrates a method of using the medical system of Fig. 5.
- Fig. 7 illustrates a method of using a domain-specific large language model.
- Fig. 8 illustrates a method of training a domain-specific large language model.
- Fig. 9 illustrates an example of a user interface.
- a medical system comprises a memory storing machine-executable instructions and a domain-specific large language model.
- a domain-specific large language model as used herein encompasses a large language model.
- the label domain-specific is to indicate that the large language model has been trained for a particular use.
- a large language model as used herein encompasses a neural network architecture, typically built up of transformers (encoders and decoders) with self-attention layers and residual connections, that is a language model that has been trained using unlabeled text using selfsupervised or semi-supervised learning.
- LLMs are trained using billions of words. LLMs may for example be trained in an autoregressive form where given a segment of text the model predicts the next word (token) or words (tokens). Another mode of training is where words or tokens within a sentence are missing and the LLM predicts the missing words or tokens.
- Both types of LLMs may be configured to be used in the so-called prompting paradigm where a text query or statement is input into the LLM and the LLM outputs a completion or statement.
- the LLMs described herein are configured to operate in the prompting paradigm.
- Example LLMs are GPT-3, GPT-4, BERT, LLaMA, and others.
- the LLM may be trained for specific tasks using reinforcement learning or by reinforcement learning from human feedback (RLHF).
- the output of a preexisting LLM may be adjusted using fine-tuning. In finetuning a new set of weights connecting the final layer of the language model may be trained with specific data. Typically, this is done by freezing the other weights (other than the final output layer) in the neural network so that only the final output and format is affected.
- the domain-specific large language model is configured to output tokenized pulse sequence data in response to receiving subject data.
- Tokenized pulse sequence data encompasses pulse sequence parameters and/or specifications that are encoded in a numeric form.
- the subject data encompasses data or metadata which is descriptive of a subject.
- the tokenized pulse sequence data may be converted into a verbal description of a pulse sequence protocol or be converted directly into parameters used for configuring a set of pulse sequence commands for acquiring k-space data.
- the tokenized pulse sequence data is configured as tokens chosen from a pulse sequence token library.
- the pulse sequence token library may be different in different examples.
- the pulse sequence token library may contain identifiers for particular sequence protocols or for the individual parameters used to customize a pulse sequence.
- the domain-specific large language model has been configured to output tokenized pulse sequence data that is chosen from this pulse sequence token library. It therefore does not output arbitrary descriptions or pulse sequence parameters but is limited to those in the pulse sequence token library. This may for example be a means of controlling the output of the domain-specific large language model to match those of a particular clinical site or sites.
- the medical system further comprises a computational system.
- Execution of the machineexecutable instructions causes the computational system to receive the tokenized pulse sequence data in response to inputting the subject data into the domain-specific large language model.
- This example may be beneficial because it may provide for a means of generating tokenized pulse sequence data that is customized to particular subject data.
- the limitation of the tokenized pulse sequence data being selected from the pulse sequence token library may have the effect of forcing the domain-specific large language model to provide valid tokenized pulse sequence data that may be useful in a clinical setting.
- execution of the machine-executable instructions further causes the computational system to generate pulse sequence commands from the tokenized pulse sequence data using the pulse sequence token library.
- the pulse sequence commands are configured for controlling a magnetic resonance imaging system to acquire k-space data. This example may be beneficial because it may provide for a means of fully automating the operation of a magnetic resonance imaging system. It may for example be useful for generating pulse sequence commands automatically or may be used as an assistant to an operator of a magnetic resonance imaging system.
- execution of the machine-executable instructions further causes the computational system to display the pulse sequence commands using a user interface.
- Execution of the machine-executable instructions further causes the computational system to receive pulse sequence command modification data in response to displaying the pulse sequence commands using the user interface.
- Execution of the machine-executable instructions further causes the computational system to modify the pulse sequence commands using the pulse sequence modification data.
- Execution of the machine-executable instructions further causes the computational system to train the domain-specific large language model using the subject data and the modified pulse sequence commands.
- the first is to provide a means or assistance for generating the pulse sequence commands in a particular clinical setting.
- the reception of the pulse sequence command modification data may for example be useful in fine tuning or adjusting the pulse sequence commands.
- the pulse sequence command modification data may for example be received either from an operator or from an additional algorithm or machine learning component.
- the modified pulse sequence commands and the subject data may then also be fed into the domain-specific large language model to provide additional training. As the pulse sequence commands are updated, they are used to improve the performance of the domain-specific large language model in generating tokenized pulse sequence data.
- the medical system further comprises the magnetic resonance imaging system.
- Execution of the machine-executable instructions further causes the computational system to acquire the k-space data by controlling the magnetic resonance imaging system with the pulse sequence commands.
- This example may be beneficial because it may provide for a means of automating or assisting the acquisition of k-space data by a magnetic resonance imaging system.
- the medical system further comprises a pulse sequence template database storing pulse sequence templates that are each configured for generating pulse sequence commands.
- a pulse sequence template may for example be a pulse sequence for a particular magnetic resonance imaging protocol which has typical values inserted.
- the template may be an algorithm which is used to generate pulse sequence commands upon receiving values which specify the pulse sequence parameters.
- Execution of the machine-executable instructions further causes the computational system to receive a selected pulse sequence template by querying the pulse sequence template database with at least a portion of the tokenized pulse sequence data. This querying may be done in different ways in different examples.
- the tokenized pulse sequence data may contain an identifier which is used to select the selected pulse sequence template.
- the tokenized pulse sequence data may have a particular format or sequence of commands specified in the tokenized pulse sequence database which is recognized and then used to select the selected pulse sequence template.
- Execution of the machine-executable instructions further causes the computational system to generate the pulse sequence commands by inputting the tokenized pulse sequence data into the selected pulse sequence template. This may include using the tokenized pulse sequence data to modify various pulse sequence parameters of the selected pulse sequence template.
- the domain-specific large language model is further configured to output chain-of-thought data descriptive of the tokenized pulse sequence data.
- the chain-of-thought data is data which is used to explain or provide information on why the large language model had a particular output. This is known in the art and has the benefit of improving the quality of the domain-specific large language model. It may also be used by a person or additional algorithm to evaluate multiple choices that are output by the domain-specific large language model. Execution of the machine-executable instructions further causes the computational system to receive the chain-of-thought data from the domain-specific large language model when receiving the tokenized pulse sequence data.
- the tokenized pulse sequence data specifies multiple alternative magnetic resonance imaging protocols.
- the domain-specific large language model is configured for providing the chain-of-thought data for each of the multiple alternative magnetic resonance imaging protocols.
- Execution of the machine-executable instructions further causes the computational system to provide translated pulse sequence data as text associated with respective multiple alternative magnetic resonance imaging protocols by translating the tokenized pulse sequence data using the pulse sequence token library.
- Execution of the machine-executable instructions further causes the computational system to provide the chain-of-thought data for the respective multiple alternative magnetic resonance imaging protocols.
- Execution of the machine-executable instructions further causes the computational system to receive a selection of selected magnetic resonance imaging protocols in response to providing the translated pulse sequence data as text associated with the respective multiple alternative magnetic resonance imaging protocols and in response to providing the respective chain-of-thought data for each of the multiple alternative magnetic resonance imaging protocols.
- the pulse sequence commands are generated for the selected magnetic resonance imaging protocol. This example may be beneficial because it may provide for a means of selecting the selected magnetic resonance imaging protocol from a larger number of magnetic resonance imaging protocols generated by the domain-specific large language model. This, for example could be achieved by receiving the selection from a user interface or from another software component.
- the memory further comprises a decision module that is configured for providing the selection of the selected magnetic resonance imaging protocol in response to receiving the translated pulse sequence data and the chain-of-thought data.
- the execution of the machineexecutable instructions further causes the computational system to receive the selected magnetic resonance imaging protocol in response to inputting the translated pulse sequence data and the chain-of- thought data into the decision module.
- the decision module could be implemented in different ways. For example, it may use an additional large language model to provide for this decision making process.
- the additional large language model could for example be trained by recording the selection of a human operator a large number of times and using this for training this additional large language model.
- the tokenized pulse sequence data comprises magnetic resonance imaging protocol identifiers, pulse sequence parameters, and combinations thereof.
- the magnetic resonance imaging protocol identifiers could for example be used to identify a pulse sequence commands for a particular magnetic resonance imaging protocol and/or anatomical region to be imaged.
- the pulse sequence parameters may for example be various parameters which are used to modify or customize the pulse sequence to a particular clinical situation.
- the pulse sequence parameters comprise any one of the following: a pulse sequence repetition time, an echo time, a specification of a field of view, a flip angle, a k-space sampling method or pattern, an inversion time, a pulse shape definition, for example for a radio-frequency pulse, a gradient waveform for a magnetic field gradient, and combinations thereof.
- a pulse sequence repetition time for example for a radio-frequency pulse
- a specification of a field of view a flip angle
- a k-space sampling method or pattern an inversion time
- a pulse shape definition for example for a radio-frequency pulse
- a gradient waveform for a magnetic field gradient and combinations thereof.
- the subject data comprises any one of the following: a clinical query, a clinical referral, a subject medical record, a prior written medical report, a patient’s current medical condition, a patient’s current medical condition, patient data descriptive of ability to move and communicate, patient data descriptive of ability for performing breath holds, patient metadata, patient age, patient body mass index, patient age, patient gender, the spoken language of the patient, an intravenous access data, and combinations thereof.
- the subject data may also contain anatomical information such as location of anatomical markers on the surface of a subject or in a survey scan.
- a computer program comprises machine-executable instructions and also comprises a domain-specific large language model that are both for execution by a computational system.
- the large language model is configured to output tokenized pulse sequence data in response to receiving subject data.
- Execution of the machine-executable instructions causes the computational system to receive the tokenized pulse sequence data in response to inputting the subject data into the large language model.
- the tokenized pulse sequence data is configured as tokens chosen from a pulse sequence token library.
- the method comprises receiving a foundation large language model.
- a foundation large language model as used herein encompasses a large language model that has been trained using general knowledge and data.
- the foundation large language model may for example be a widely available large language model such as the ChatGPT-4 or Alpaca models.
- the method further comprises providing a pre-trained large language model by training the foundation large language model with medical documents comprising pulse sequence command specifications.
- the pulse sequence command specifications are data which describe the structure of the pulse sequences explicitly.
- the medical documents may for example be journal articles which discuss particular pulse sequence commands, textbooks which describe the structure and function of pulse sequence commands, as well as historical records and data of prior used pulse sequence commands used in a clinical setting.
- the medical documents may for example comprise such things as a written description of the use of these various pulse sequence commands.
- the providing of the pre-trained large language model comprises generating a preliminary tokenized pulse sequence library.
- the foundation large language models typically have a system for tokenizing text that is input into them.
- the tokenization may be based on assigning tokens for individual letters, word fragments or entire words.
- the preliminary tokenized pulse sequence library may be an additional token library that is generated during the course of training the foundation large language model with the medical documents that comprise or contain the pulse sequence command specifications.
- the method of training the domain-specific large language model further comprises receiving site-specific medical records. These, for example may include medical records that are used or generated at a particular clinical site.
- the site-specific medical records comprise subject medical data paired with historical pulse sequence commands. For example, at a particular clinic or hospital there may be a collection of medical records which contain data about the pulse sequences used and the condition of the subject paired with these pulse sequence data.
- the method further comprises generating the pulse sequence token library by excluding portions of the preliminary tokenized pulse sequence library absent from the site-specific medical records. This for example could be achieved by using the preliminary token pulse sequence library to tokenize the site-specific medical records. Tokens which were not selected during this tokenization process may then be excluded from the resulting token library. This may have the effect of preventing preliminary tokens in the preliminary token pulse sequence library from being used when they are not present in the sitespecific medical records.
- the method further comprises providing the domain-specific large language model by training the pre-trained large language model with the site-specific medical records. The training the pre-trained large language model comprises at least partially tokenizing the site-specific medical records with the pulse sequence token library. This example may have the benefit of providing a domain-specific large language model that is adapted for generating tokenized pulse sequence data that is customized for a particular clinical site and may be used for configuring particular magnetic resonance imaging systems.
- Fig. 1 illustrates an example of a medical system 100.
- the medical system 100 is shown as comprising a computer 102.
- the computer 102 may represent one or more computers 102 located at one or more locations.
- the computer 102 comprises a computational system 104.
- the computational system 104 may represent one or more computational systems or computational cores that are located at one or more locations also.
- the computer 102 is further shown as containing an optional hardware interface 106 and an optional user interface 108 which are both in communication with the computational system 104.
- the hardware interface 106 may enable the computational system 104 to control other components of the medical system 100 if they are present. It may also enable the exchange of data with a network or other components of the medical system 100.
- the user interface 108 may enable an operator or user to control the operation and function of the medical system 100.
- the medical system 100 is further shown as comprising a memory 110.
- the memory 110 is intended to represent various types of memory which may be accessible to the computational system 104.
- the memory 110 is a non- transitory storage medium.
- the memory 110 is shown as containing machine-executable instructions 120.
- the machine-executable instructions 120 may enable the computational system 104 to perform various computational and data manipulation and image processing tasks.
- the machine-executable instructions 120 may for example also be used or enable the computational system 104 to control other components of the medical system 100 via the optional hardware interface 106.
- the memory 110 is further shown as containing a domain-specific large language model 122.
- the domain-specific large language model is configured for outputting tokenized pulse sequence data 126 in response to receiving subject data 124.
- the tokenized pulse sequence data 126 may be restricted to tokens that are present in a pulse sequence token library.
- the subject data 124 may for example be received via a network connection or from another database. In some examples the subject data 124 may be partially received from the user interface 108.
- the tokenized pulse sequence data 126 is shown as being stored in the memory 110 and was received from the domain-specific large language model 122 when the subject data 124 was input.
- the memory 110 is further shown as containing an optional pulse sequence template database 128.
- the pulse sequence template database 128 contains templates which may be used to provide example or fillable algorithms which generate pulse sequences according to a particular or chosen magnetic resonance imaging protocol.
- the memory 110 is further shown as containing a database query 130.
- the database query 130 may for example be reconstructed or constructed from the tokenized pulse sequence data 126.
- the tokenized pulse sequence data 126 may contain an identifier that is directly used as the database query 130.
- a fingerprint or sequence of commands found in the tokenized pulse sequence data 126 are used to construct the database query 130.
- the database query 130 is used to query the pulse sequence template database 128 and in response a selected pulse sequence template 132 is received.
- the tokenized pulse sequence data 126 is then used to modify the selected pulse sequence template 132 and produce the optional pulse sequence commands 134.
- These pulse sequence commands 134 may be used to control a magnetic resonance imaging system to acquire k-space.
- the medical system 100 comprises a control system which may be used to automatically configure a magnetic resonance imaging system to acquire k-space data using simply the subject data 124.
- Fig. 2 shows a flowchart which illustrates a method of operating the medical system 100 in Fig. 1.
- the tokenized pulse sequence data 126 is received in response to inputting the subject data 124 into the domain-specific large language model 122.
- Steps 202, 204, and 206 are optional.
- the pulse sequence commands 134 are generated from the tokenized pulse sequence data 126 using the pulse sequence token library.
- the pulse sequence token library is used to provide particular pulse sequence parameters from individual tokens that are present in the tokenized pulse sequence data. In this particular example this generation of the pulse sequence is indirect.
- Step 202 may be performed by doing steps 204 and 206 as illustrated.
- the selected pulse sequence template 132 is received by querying 130 the pulse sequence template database 128 with at least a portion of the tokenized pulse sequence data 126.
- the pulse sequence commands 134 are generated by inputting the tokenized pulse sequence data 126 into the selected pulse sequence template 132. In some cases, this may involve first converting the tokenized pulse sequence data 126 into individual data or numerical data which is then used to modify the selected pulse sequence template 132. In other examples the selected pulse sequence template 132 may be an algorithm which is configured to receive the tokenized pulse sequence data 126 directly. For example, it may be a fillable form that upon receiving particular tokens the selected pulse sequence template is automatically modified or generates the pulse sequence commands.
- Fig. 3 illustrates a further example of a medical system 300.
- the medical system 300 in Fig. 3 is similar to the medical system 100 in Fig. 1 except that it additionally comprises a magnetic resonance imaging system 302.
- the magnetic resonance imaging system 302 comprises a magnet 304.
- the magnet 304 is a superconducting cylindrical type magnet with a bore 306 through it. It is also possible to use both a split cylindrical magnet and a so-called open magnet.
- a split cylindrical magnet is similar to a standard cylindrical magnet, except that the cryostat has been split into two sections to allow access to the iso-plane of the magnet, such magnets may for instance be used in conjunction with charged particle beam therapy.
- An open magnet has two magnet sections, one above the other with a space inbetween that is large enough to receive a subject. The arrangement of the two sections area is similar to that of a Helmholtz coil. Open magnets are popular because the subject is less confined. Inside the cryostat of the cylindrical magnet there is a collection of superconducting
- a field of view 309 is shown within the imaging zone 308.
- the measured k-space data is acquired for the field of view 309.
- the region of interest could be identical with the field of view 309 or it could be a sub volume of the field of view 309.
- a subject 318 is shown as being supported by a subject support 320 such that at least a portion of the subject 318 is within the imaging zone 308 and the field of view 309.
- the head of the subject 318 is positioned within the field of view 309.
- the measured k-space data that will be acquired is therefore for performing a head or brain scan.
- the magnetic field gradient coils 310 are connected to a magnetic field gradient coil power supply 312.
- the magnetic field gradient coils 310 are intended to be representative.
- magnetic field gradient coils 310 contain three separate sets of coils for spatial encoding in three orthogonal spatial directions.
- a magnetic field gradient power supply supplies current to the magnetic field gradient coils. The current supplied to the magnetic field gradient coils 310 is controlled as a function of time and may be ramped or pulsed.
- a radio frequency coil 314 Adjacent to the imaging zone 308 is a radio frequency coil 314 for manipulating the orientations of magnetic spins within the imaging zone 308 and for receiving radio transmissions from spins also within the imaging zone 308.
- the radio frequency antenna may contain multiple coil elements.
- the radio frequency antenna may also be referred to as a channel or antenna.
- the radio frequency coil 314 is connected to a radio frequency transceiver 316.
- the radio frequency coil 314 and radio frequency transceiver 316 may be replaced by separate transmit and receive coils and a separate transmitter and receiver. It is understood that the radio frequency coil 314 and the radio frequency transceiver 316 are representative.
- the radio frequency coil 314 is intended to also represent a dedicated transmit antenna and a dedicated receive antenna.
- the transceiver 316 may also represent a separate transmitter and receiver.
- the radio frequency coil 314 may also have multiple receive/transmit elements and the radio frequency transceiver 316 may have multiple receive/transmit channels.
- the transceiver 316 and the gradient controller 312 are shown as being connected to the hardware interface 106 of the computer system 102.
- the memory is further shown as containing a pulse sequence token library 322.
- the pulse sequence token library 322 is used to convert the tokenized pulse sequence data 126 into the pulse sequence commands 134.
- the method illustrated in Fig. 2 may be used.
- the memory 110 is further shown as containing k-space data 324 that was acquired by controlling the magnetic resonance imaging system with the pulse sequence commands 134.
- the memory 110 is further shown as containing a magnetic resonance image 326 that was reconstructed from the k-space data 324.
- Fig. 4 shows a flowchart which illustrates a method of operating the medical system 300 of Fig. 3. Steps 200 and 202 are performed as was illustrated in Fig. 2.
- the k-space data 324 is acquired by controlling the magnetic resonance imaging system 302 with the pulse sequence commands 134. Although it is not shown in this diagram the method may be continued by reconstructing the magnetic resonance image 326 from the k-space data 324.
- the features of Figs. 1 and 3 may be combined.
- the steps illustrated in Fig. 2 may also be combined with the steps illustrated in Fig. 4.
- Fig. 5 illustrates a further example of a medical system 500.
- the domainspecific large language model 122 is additionally configured to output chain-of-thought data 520 at the same time that it is outputting the tokenized pulse sequence data 126.
- the tokenized pulse sequence data 126 is output for multiple separate pulse sequence protocols.
- the domain-specific large language model 122 outputs several different suggestions and provides the chain-of-thought data 520 for each one. This chain-of-thought data 520 may be used to help select the selected magnetic resonance imaging protocol 524.
- the pulse sequence token library 322 is used to generate a translated pulse sequence data 522 from the tokenized pulse sequence data 126.
- the chain-of-thought data 520 and the translated pulse sequence data 522 is provided for each suggestion individually and be used to select a selected magnetic resonance imaging protocol 524.
- the selected magnetic resonance imaging protocol 524 then has its respective tokenized pulse sequence data 126 used to generate the pulse sequence commands 134. In some examples this data may be presented on a user interface and a user may then choose the selected magnetic resonance imaging protocol 524. This process may also be automated.
- the memory 110 is further shown as containing an optional decision module 526 that receives the chain-of-thought data 520 and the translated pulse sequence data 522 for each suggestion and then outputs the selected magnetic resonance imaging protocol 524.
- the optional decision module 526 may for example be implemented using an additional large language model that has been configured for this purpose.
- Fig. 6 shows a flowchart which illustrates a method of operating the medical system 500 of Fig. 5.
- Step 200 is performed as was illustrated in Figs. 2 and 4.
- step 600 the chain-of-thought data 520 is received from the domain-specific large language model 122 when the tokenized pulse sequence data 126 was received.
- the tokenized pulse sequence data 126 contained several different alternatives.
- step 602 the translated pulse sequence data 522 is provided as text with the respective multiple alternative magnetic resonance imaging protocols by translating the tokenized pulse sequence data that was tokenized using the pulse sequence token library 322.
- step 604 the chain-of-thought data 520 for the respective multiple alternative magnetic resonance imaging protocols is provided.
- step 606 the selection of the selected magnetic resonance imaging protocol 524 is received in response to providing the translated pulse sequence data 522 and the respective chain-of-thought data 520.
- step 202 the pulse sequence commands 134 are generated from the tokenized pulse sequence data, in this case the portion corresponding to the selected magnetic resonance imaging protocol 524 and the pulse sequence token library 322.
- Fig. 7 illustrates a supplementary method that may be performed in conjunction with the methods illustrated in Figs. 2, 4, and 6.
- the method starts.
- various subject data 124 is retrieved. This may for example include patient details, an anamnesis, and medical reports.
- additional subject data 124 is retrieved. This may include additional referral information and written requests.
- the input prompt for the domain-specific large language model 122 is constructed.
- the prompt completion for the domain-specific large language model 122 is performed.
- step 710 the protocol definitions for the tokenized pulse sequence data 126 is extracted.
- the chain- of-thought data 520 is extracted from the output of the domain-specific large language model 122 also.
- the translated pulse sequence data 522 and chain-of-thought data 520 for each of the multiple suggestions are presented to the operator.
- Step 716 is a decision box and has more than one protocol suggested in the translated pulse sequence data 522. If the answer is “yes” then in step 718 either a user or the decision module 526 selects a particular magnetic resonance imaging protocol 524. In box 716 if the answer is “no” then the method proceeds to block 720. After block 718 is performed the method arrives at block 720 also. In step 720 the user is prompted if the user is satisfied with the selected magnetic resonance imaging protocol 524. If the answer is yes the method proceeds to step 722 where the protocol definition is sent to the magnetic resonance imaging system 302. This may include generating the pulse sequence commands 134. In block 720, if the user is not satisfied with the selected magnetic resonance imaging protocol 524 the system may prompt the operator for additional data from the user. This may for example be used to add additional data to add to the prompt for the domain-specific large language model 122. The method then goes back to step 706.
- Fig. 8 shows a flowchart which illustrates one method of training the domain-specific large language model 122. This may be divided into three parts. There is a pretraining part 800, a fine tuning part 802, and optional chain-of-thought data prompt engineering 804.
- the pretraining 800 provides a pre-trained model 810.
- the medical documents 808 may include, for example, a combination of Magnetic Resonance Imaging (MRI) sequences, variable settings, protocol names, medical and public data.
- the pretraining 808 may start with preprocessing the input by tokenizing the textual input into machine understandable numbers. While tokenization is not new for conventional textual data, tokenizing MRI sequences while maintaining its clinical significance is new.
- One approach is to segment each sequence name by separators (e.g., hyphen or underscore), then apply 1 to N-gram tokenization.
- sequence name as ‘T2W_SSH_Cor_trigg’ would result in 7 tokens: ‘T2W’, ‘SSH’, ‘Cor’, ‘trigg’, ‘T2W SSH’, ‘T2W SSH Cor’ and ‘T2W SSH Cor trigg’.
- TR repetition time
- TE echo time
- the preprocessing step shall integrate the MRI sequence language to the readable clinical information.
- the output of this step is a set of tokens, i.e., a mixture of vocabularies.
- a weighting scheme could be applied to assign numbers to all the tokens, resulting in a matrix with all the tokens as columns and their normalized weights as values.
- This matrix may then be used as the input to the foundation model, whose initial parameters get updated during training, e.g., via backpropagation.
- the output of the pretraining is a set of parameters with optimized values.
- the pertained model 810 may have learned the semantic relations of tokens, their ordering, and structures, adapted to medical domain regarding MRI protocols. For example, in the semantic space of the tokens, sequence term Magnetic resonance cholangiopancreatography or MRCP would be close to abdomen or Liver Metastasis.
- the hospital’s own patient records and magnetic resonance imaging sequences 814 are used to generate site-specific medical records 812. It contains data about individual patients containing patient data and magnetic resonance imaging protocols. This is then used to train the pre-trained model into the fine tuned model 122.
- fine tuning may use the pre-trained model and specifically structured data input to instruct the pre-trained model to solve the targeted task.
- this module could also adapt to address multiple tasks, e.g., summarization of clinical input, then recommendation of MRI protocol.
- Input data for this module shall be limited to a certain clinical entity, e.g., one specific hospital, so the fined tuned model could give the most suitable output that best adapt the hospital’s own language usage.
- this module could use a sub-module of data pairing, which takes hospital’s own clinical data and MRI protocols (i.e., protocol names, the list of sequences, and the variable-value pairs of each sequence), and converts them into pairs, e.g., in the form of (original text, MRI protocol).
- the pairs shall be then used as input to tune the pre-trained model.
- the values of parameters of the pre-trained model would get further updated to suit the translation task, so that when given a piece of clinical information combined with patient info and diagnostic purpose, a list of MRI sequences would be generated.
- the model may be continuously updated by human feedback, e.g., based on human user giving a positive or negative response to a recommended MRI protocol, the model updates its parameter values to adapt its alignment to human reference.
- a reward model could be utilized to penalize or reward model, to trigger or automate the adaptation.
- the fine tuned model 122 may optionally be refined using chain-of- thought data prompt engineering 804.
- the medical documents 808 may be tokenized into a preliminary tokenized pulse sequence library.
- generation of the paired dataset 812 there may be a tokenizing step and it may be noted which tokens of the preliminary token pulse sequence library were not used. These tokens may then be excluded and from this exclusion be used to generate the pulse sequence token library.
- the pulse sequence token library 322 is used.
- a process of prompt engineering with chain-of-thought mechanism could be further established to improve model’s output.
- This step is to instruct the model to output not only a list of MRI sequences, but also its reason.
- This may use a number of instructions in the form of ‘clinical information -> reason -> MRI protocol’ as input to the fine-tuned model.
- the method in this example may be adapted for clinical radiology scenarios, focusing on the specific task of recommending MRI protocol.
- the fine-tuned model 122 may upgrade itself via continuous human feedback. This could be realized by an interactive application.
- Fig. 9 illustrates a user interface of a possible application. Examples may be able to capture user’s input, address it, and output options with over-threshold likelihood.
- the model model 122 adjust according to user’s input, and output an improved answer. Besides, it shall be able to adapt the changes or missing of input, based on which it outputs selectable answers to the users. Via the interaction with users, the backend model shall be able to further align with human preference but maintain some degree of generalization, in order not to overfit human input.
- An example prompt (data input into the the domain-specific large language module 122) may be:
- the referring physician has requested to following:
- the example prompt is used as input to the domain-specific large language model and a selection of MR protocols to perform are output.
- the operation of the MR system is not automated, but instead provides assistance to the operator.
- the prompt (subject data 124) input to the domain-specific large language model 122 is:
- the referring physician has requested to following:
- the first portion of this output is the chain-of-thought data and the values Al, A2, A3, and A4 are tokens representing a selection of individual MR acquisitions to be performed: Survey, T1W axial, T2W axial, DWI.
- the pulse sequence token library 322 in this case could be used to covert these values Al, A2, A3, and A4 to the text description Survey, T1W axial, T2W axial, DWI. Alternatively these values could be used to retrieve a template for a pulse sequence or could be used to trigger a preprogrammed configuration of the magnetic resonance imaging system.
- the tokenized pulse sequence template data provides more detailed information and may be used to configure the magnetic resonance imaging system automatically.
- the input prompt (subject data) 124 could comprise:
- Subject metadata (subject height, weight, sex)
- Geometrical location of subject with respect to magnetic resonance imaging system this could, for example, be provided by fiducial markers on the subject, an identification of location by a anatomical key point locator using a camera, or via a survey scan with anatomical landmarks identified.
- the Geometrical location registers the location of the subject to the MR system.
- An example output would for example be:
- Diffusion Weighted Image (DWI) is proposed. Tokens which select and specify the appropriate pulse sequence are detailed below.
- the values A3 B7 4E AE 41 28 98 El are a code, with A3 being used to query a pulse sequence template database 128 for the Diffusion Weighted Image pulse sequence. In this case a template of a premade DWI pulse sequence is retrieved.
- the values B7 4E AE 41 28 98 El are then used to customize or modify the pulse sequence to the particular acquisition with: B7 specifying a Slice Selection, B7 4E AE specifying the field of view, 41 specifying a configuration of the RF pulses, 28 specifying a configuration of the Diffusion Gradient pulses, 98 specifying an echo time (TE), and El specifying a Pulse Repetition time.
- the details output by the domain-specific large language model 122 are quite detailed and can be used to configure the MR system.
- the domain-specific large language model 122 is able to perform this because it was trained with the site-specific medical records 812 as illustrated in Fig. 8.
- the historical subject data and prior performed MR pulse sequences contained in the site-specific medical records 814 is used to prepare the site specific medical records 812 and provides this detailed information during training.
- Fig. 9 illustrates an example of an interactive user interface that may be used to interact with the medical system illustrated in Figs. 1, 3, or 5.
- the system can act as a chatbot.
- the domain-specific large language model may have received additional training to interact with the user in the case of an unclear protocol definition to ask for exactly the required details to make a better decision about a protocol.
- the figure also includes the example of a suggestion of two different protocols from which the user may choose.
- the user interface 900 comprises a button 902 to retrieve medical records which may be equivalent to retrieving the subject data 124.
- the medical system may also use a chatbot and provide a protocol chatbot 910 to ask additional questions from the operator. Instead of typing in text directly the large language model may be configured to ask questions from the medical practitioner to provide at least a portion of the subject data 124.
- the chatbot 912 may also have a region where the operator is able to select 912 between different protocols.
- the links labeled 912 functions as a selector for a magnetic resonance imaging protocol. Once a protocol has been selected there may also be an additional share button 914 that enables the operator to share the choice of a medical protocol with colleagues.
- aspects of the present invention may be embodied as an apparatus, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer executable code embodied thereon.
- the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
- a ‘computer-readable storage medium’ as used herein encompasses any tangible storage medium which may store instructions which are executable by a processor or computational system of a computing device.
- the computer-readable storage medium may be referred to as a computer-readable non-transitory storage medium.
- the computer-readable storage medium may also be referred to as a tangible computer readable medium.
- a computer-readable storage medium may also be able to store data which is able to be accessed by the computational system of the computing device.
- Examples of computer-readable storage media include, but are not limited to: a floppy disk, a magnetic hard disk drive, a solid state hard disk, flash memory, a USB thumb drive, Random Access Memory (RAM), Read Only Memory (ROM), an optical disk, a magneto-optical disk, and the register fde of the computational system.
- Examples of optical disks include Compact Disks (CD) and Digital Versatile Disks (DVD), for example CD-ROM, CD-RW, CD-R, DVD-ROM, DVD-RW, or DVD-R disks.
- the term computer readable-storage medium also refers to various types of recording media capable of being accessed by the computer device via a network or communication link.
- data may be retrieved over a modem, over the internet, or over a local area network.
- Computer executable code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wire line, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
- a computer readable signal medium may include a propagated data signal with computer executable code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
- a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Computer memory or ‘memory’ is an example of a computer-readable storage medium.
- Computer memory is any memory which is directly accessible to a computational system.
- ‘Computer storage’ or ‘storage’ is a further example of a computer-readable storage medium.
- Computer storage is any non-volatile computer-readable storage medium. In some embodiments computer storage may also be computer memory or vice versa.
- computational system encompasses an electronic component which is able to execute a program or machine executable instruction or computer executable code.
- References to the computational system comprising the example of “a computational system” should be interpreted as possibly containing more than one computational system or processing core.
- the computational system may for instance be a multi -core processor.
- a computational system may also refer to a collection of computational systems within a single computer system or distributed amongst multiple computer systems.
- the term computational system should also be interpreted to possibly refer to a collection or network of computing devices each comprising a processor or computational systems.
- the machine executable code or instructions may be executed by multiple computational systems or processors that may be within the same computing device or which may even be distributed across multiple computing devices.
- Machine executable instructions or computer executable code may comprise instructions or a program which causes a processor or other computational system to perform an aspect of the present invention.
- Computer executable code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object-oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages and compiled into machine executable instructions.
- the computer executable code may be in the form of a high-level language or in a pre-compiled form and be used in conjunction with an interpreter which generates the machine executable instructions on the fly.
- the machine executable instructions or computer executable code may be in the form of programming for programmable logic gate arrays.
- the computer executable code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- These computer program instructions may be provided to a computational system of a general-purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the computational system of the computer or other programmable data processing apparatus, create means for implementing the fimctions/acts specified in the flowchart and/or block diagram block or blocks.
- machine executable instructions or computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- the machine executable instructions or computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- a ‘user interface’ as used herein is an interface which allows a user or operator to interact with a computer or computer system.
- a ‘user interface’ may also be referred to as a ‘human interface device.’
- a user interface may provide information or data to the operator and/or receive information or data from the operator.
- a user interface may enable input from an operator to be received by the computer and may provide output to the user from the computer.
- the user interface may allow an operator to control or manipulate a computer and the interface may allow the computer to indicate the effects of the operator's control or manipulation.
- the display of data or information on a display or a graphical user interface is an example of providing information to an operator.
- the receiving of data through a keyboard, mouse, trackball, touchpad, pointing stick, graphics tablet joystick, gamepad, webcam, headset, pedals, wired glove, remote control, and accelerometer are all examples of user interface components which enable the receiving of information or data from an operator.
- a ‘hardware interface’ as used herein encompasses an interface which enables the computational system of a computer system to interact with and/or control an external computing device and/or apparatus.
- a hardware interface may allow a computational system to send control signals or instructions to an external computing device and/or apparatus.
- a hardware interface may also enable a computational system to exchange data with an external computing device and/or apparatus. Examples of a hardware interface include but are not limited to: a universal serial bus, IEEE 1394 port, parallel port, IEEE 1284 port, serial port, RS-232 port, IEEE-488 port, Bluetooth connection, Wireless local area network connection, TCP/IP connection, Ethernet connection, control voltage interface, MIDI interface, analog input interface, and digital input interface.
- a ‘display’ or ‘display device’ as used herein encompasses an output device or a user interface adapted for displaying images or data.
- a display may output visual, audio, and or tactile data. Examples of a display include, but are not limited to: a computer monitor, a television screen, a touch screen, tactile electronic display, Braille screen,
- Cathode ray tube (CRT), Storage tube, Bi-stable display, Electronic paper, Vector display, Flat panel display, Vacuum fluorescent display (VF), Light-emitting diode (LED) displays, Electroluminescent display (ELD), Plasma display panels (PDP), Liquid crystal display (LCD), Organic light-emitting diode displays (OLED), a projector, and Head-mounted display.
- CTR Cathode ray tube
- Storage tube Bi-stable display
- Electronic paper Electronic paper
- Vector display Flat panel display
- VF Vacuum fluorescent display
- LED Light-emitting diode
- ELD Electroluminescent display
- PDP Plasma display panels
- LCD Liquid crystal display
- OLED Organic light-emitting diode displays
- a computer program may be stored/distributed on a suitable medium, such as an optical storage medium or a solid-state medium supplied together with or as part of other hardware, but may also be distributed in other forms, such as via the Internet or other wired or wireless telecommunication systems. Any reference signs in the claims should not be construed as limiting the scope.
- 600 receive the chain-of-thought data from the domain-specific large language model when receiving the tokenized pulse sequence data
- 602 provide translated pulse sequence data as text associated with the respective multiple alternative magnetic resonance imaging protocols by translating the tokenized pulse sequence data using the pulse sequence token library
- 606 receive a selection of a selected magnetic resonance imaging protocol in response to providing the translated pulse sequence data as text associated with the respective multiple alternative magnetic resonance imaging protocols and as the multiple alternative magnetic resonance imaging protocols and in response to providing respective the chain- of-thought data, wherein the pulse sequence commands are generated for the selected magnetic resonance imaging protocol
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Signal Processing (AREA)
- Biomedical Technology (AREA)
- General Physics & Mathematics (AREA)
- Medical Informatics (AREA)
- Condensed Matter Physics & Semiconductors (AREA)
- Public Health (AREA)
- High Energy & Nuclear Physics (AREA)
- Databases & Information Systems (AREA)
- Primary Health Care (AREA)
- General Health & Medical Sciences (AREA)
- Epidemiology (AREA)
- Pathology (AREA)
- Data Mining & Analysis (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP24158885.4A EP4607226A1 (en) | 2024-02-21 | 2024-02-21 | Large language model generation of tokenized pulse sequence data |
| PCT/EP2025/053608 WO2025176514A1 (en) | 2024-02-21 | 2025-02-12 | Large language model generation of tokenized pulse sequence data |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4669975A1 true EP4669975A1 (en) | 2025-12-31 |
Family
ID=90038425
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP24158885.4A Pending EP4607226A1 (en) | 2024-02-21 | 2024-02-21 | Large language model generation of tokenized pulse sequence data |
| EP25703948.7A Pending EP4669975A1 (en) | 2024-02-21 | 2025-02-12 | GENERATING A CAPITAL LANGUAGE MODEL FROM TOKENIZED PULSE SEQ DATA |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP24158885.4A Pending EP4607226A1 (en) | 2024-02-21 | 2024-02-21 | Large language model generation of tokenized pulse sequence data |
Country Status (3)
| Country | Link |
|---|---|
| EP (2) | EP4607226A1 (en) |
| CN (1) | CN120917328A (en) |
| WO (1) | WO2025176514A1 (en) |
-
2024
- 2024-02-21 EP EP24158885.4A patent/EP4607226A1/en active Pending
-
2025
- 2025-02-12 WO PCT/EP2025/053608 patent/WO2025176514A1/en active Pending
- 2025-02-12 EP EP25703948.7A patent/EP4669975A1/en active Pending
- 2025-02-12 CN CN202580002048.2A patent/CN120917328A/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| EP4607226A1 (en) | 2025-08-27 |
| CN120917328A (en) | 2025-11-07 |
| WO2025176514A1 (en) | 2025-08-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP4266074A1 (en) | Segmentation of medical images reconstructed from a set of magnetic resonance images | |
| US11574728B2 (en) | Method for enabling magnetic resonance imaging of a subject | |
| US11333732B2 (en) | Automatic artifact detection and pulse sequence modification in magnetic resonance imaging | |
| US20220012876A1 (en) | Determination of a further processing location in magnetic resonance imaging | |
| EP3035883A1 (en) | Medical instrument with multiple displays for controlling a treatment system | |
| US12360190B2 (en) | Realtime design of radio-frequency pulses and gradient pulses in magnetic resonance imaging | |
| JP7391112B2 (en) | Automatic field alignment for magnetic resonance imaging | |
| EP4607226A1 (en) | Large language model generation of tokenized pulse sequence data | |
| CN114175111B (en) | FMRI task setup with machine learning | |
| EP3599611A1 (en) | A method for enabling magnetic resonance imaging of a subject | |
| WO2020234258A1 (en) | A control system for a magnetic resonance imaging system | |
| EP4492079A1 (en) | Automated configuration of magnetic resonance imaging systems | |
| EP4619991B1 (en) | Electronic medical report generation | |
| EP4515268B1 (en) | Automated configuration of magnetic resonance imaging systems | |
| EP4481578A1 (en) | Automatic configuration of medical systems | |
| EP4306983A1 (en) | Making anatomical measurements using magnetic resonance imaging | |
| WO2025125273A1 (en) | Construction of medical messages | |
| WO2025176519A1 (en) | Adjustment recommendation for scan parameters |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN PUBLISHED |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20260302 |