The Experts below are selected from a list of 13047 Experts worldwide ranked by ideXlab platform
Gary F Egan - One of the best experts on this subject based on the ideXlab platform.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
NeuroImage, 2019Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were jointly coupled in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
bioRxiv, 2018Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were maximally related in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease
Stavros Tripakis - One of the best experts on this subject based on the ideXlab platform.
-
VMCAI - Mechanically Proving Determinacy of Hierarchical Block Diagram Translations
Lecture Notes in Computer Science, 2019Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Hierarchical Block diagrams (HBDs) are at the heart of embedded system design tools, including Simulink. Numerous translations exist from HBDs into languages with formal semantics, amenable to formal verification. However, none of these translations has been proven correct, to our knowledge.
-
Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
2017Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for embedded system design. In previous work, we developed a compositional analysis framework for Simulink, the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Simulink models using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then Isabelle’s powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
FORTE - Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
Formal Techniques for Distributed Objects Components and Systems, 2017Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for embedded system design. In previous work, we developed a compositional analysis framework for Simulink, the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Simulink models using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then Isabelle’s powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
arXiv: Software Engineering, 2016Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for the design of embedded systems. In previous work, we developed a compositional analysis framework for Simulink models in Isabelle -- the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Hierarchical Block diagrams using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then the Isabelle's powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
Mechanically Proving Determinacy of Hierarchical Block Diagram Translations
arXiv: Logic in Computer Science, 2016Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Hierarchical Block diagrams (HBDs) are at the heart of embedded system design tools, including Simulink. Numerous translations exist from HBDs into languages with formal semantics, amenable to formal verification. However, none of these translations has been proven correct, to our knowledge. We present in this paper the first mechanically proven HBD translation algorithm. The algorithm translates HBDs into an algebra of terms with three basic composition operations (serial, parallel, and feedback). In order to capture various translation strategies resulting in different terms achieving different tradeoffs, the algorithm is nondeterministic. Despite this, we prove its semantic determinacy: for every input HBD, all possible terms that can be generated by the algorithm are semantically equivalent. We apply this result to show how three Simulink translation strategies introduced previously can be formalized as determinizations of the algorithm, and derive that these strategies yield semantically equivalent results (a question left open in previous work). All results are formalized and proved in the Isabelle theorem-prover.
Sharna Jamadar - One of the best experts on this subject based on the ideXlab platform.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
NeuroImage, 2019Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were jointly coupled in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
bioRxiv, 2018Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were maximally related in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease
Viorel Preoteasa - One of the best experts on this subject based on the ideXlab platform.
-
VMCAI - Mechanically Proving Determinacy of Hierarchical Block Diagram Translations
Lecture Notes in Computer Science, 2019Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Hierarchical Block diagrams (HBDs) are at the heart of embedded system design tools, including Simulink. Numerous translations exist from HBDs into languages with formal semantics, amenable to formal verification. However, none of these translations has been proven correct, to our knowledge.
-
Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
2017Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for embedded system design. In previous work, we developed a compositional analysis framework for Simulink, the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Simulink models using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then Isabelle’s powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
FORTE - Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
Formal Techniques for Distributed Objects Components and Systems, 2017Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for embedded system design. In previous work, we developed a compositional analysis framework for Simulink, the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Simulink models using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then Isabelle’s powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
Type Inference of Simulink Hierarchical Block Diagrams in Isabelle
arXiv: Software Engineering, 2016Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Simulink is a de-facto industrial standard for the design of embedded systems. In previous work, we developed a compositional analysis framework for Simulink models in Isabelle -- the Refinement Calculus of Reactive Systems (RCRS), which allows checking compatibility and substitutability of components. However, standard type checking was not considered in that work. In this paper we present a method for the type inference of Hierarchical Block diagrams using the Isabelle theorem prover. A Simulink diagram is translated into an (RCRS) Isabelle theory. Then the Isabelle's powerful type inference mechanism is used to infer the types of the diagram based on the types of the basic Blocks. One of the aims is to handle formally as many diagrams as possible. In particular, we want to be able to handle even those diagrams that may have typing ambiguities, provided that they are accepted by Simulink. This method is implemented in our toolset that translates Simulink diagrams into Isabelle theories and simplifies them. We evaluate our technique on several case studies, most notably, an automotive fuel control system benchmark provided by Toyota.
-
Mechanically Proving Determinacy of Hierarchical Block Diagram Translations
arXiv: Logic in Computer Science, 2016Co-Authors: Viorel Preoteasa, Iulia Dragomir, Stavros TripakisAbstract:Hierarchical Block diagrams (HBDs) are at the heart of embedded system design tools, including Simulink. Numerous translations exist from HBDs into languages with formal semantics, amenable to formal verification. However, none of these translations has been proven correct, to our knowledge. We present in this paper the first mechanically proven HBD translation algorithm. The algorithm translates HBDs into an algebra of terms with three basic composition operations (serial, parallel, and feedback). In order to capture various translation strategies resulting in different terms achieving different tradeoffs, the algorithm is nondeterministic. Despite this, we prove its semantic determinacy: for every input HBD, all possible terms that can be generated by the algorithm are semantically equivalent. We apply this result to show how three Simulink translation strategies introduced previously can be formalized as determinizations of the algorithm, and derive that these strategies yield semantically equivalent results (a question left open in previous work). All results are formalized and proved in the Isabelle theorem-prover.
Phillip G D Ward - One of the best experts on this subject based on the ideXlab platform.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
NeuroImage, 2019Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were jointly coupled in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease.
-
simultaneous task based bold fmri and 18 f fdg functional pet for measurement of neuronal metabolism in the human visual cortex
bioRxiv, 2018Co-Authors: Sharna Jamadar, Phillip G D Ward, Francesco Sforazzini, Jakub Baran, Zhaolin Chen, Gary F EganAbstract:Studies of task-evoked brain activity are the cornerstone of cognitive neuroscience, and unravel the spatial and temporal brain dynamics of cognition in health and disease. Blood oxygenation level dependent functional magnetic resonance imaging (BOLD-fMRI) is one of the most common methods of studying brain function in humans. BOLD-fMRI indirectly infers neuronal activity from regional changes in blood oxygenation and is not a quantitative metric of brain function. Regional variation in glucose metabolism, measured using [18-F] fluorodeoxyglucose positron emission tomography (FDG-PET), provides a more direct and interpretable measure of neuronal activity. However, while the temporal resolution of BOLD-fMRI is in the order of seconds, standard FDG-PET protocols provide a static snapshot of glucose metabolism. Here, we develop a novel experimental design for measurement of task-evoked changes in regional blood oxygenation and glucose metabolism with high temporal resolution. Over a 90-min simultaneous BOLD-fMRI/FDG-PET scan, [18F] FDG was constantly infused to 10 healthy volunteers, who viewed a flickering checkerboard presented in a Hierarchical Block design. Dynamic task-related changes in blood oxygenation and glucose metabolism were examined with temporal resolution of 2.5sec and 1-min, respectively. Task-related, temporally coherent brain networks of haemodynamic and metabolic connectivity were maximally related in the visual cortex, as expected. Results demonstrate that the Hierarchical Block design, together with the infusion FDG-PET technique, enabled both modalities to track task-related neural responses with high temporal resolution. The simultaneous MR-PET approach has the potential to provide unique insights into the dynamic haemodynamic and metabolic interactions that underlie cognition in health and disease