Notes: Principles of fMRI 1 (Coursera)
course link: https://class.coursera.org/fmri1-001
Part 1
❤ Three fundmental goals in fMRI:
localization (brain mapping approach: task comparison, brain-behavior correlation, information-based mapping);
connectivity (functional connectivity (seed-based), effectivity connectivity (DCM), multivariate connectivity (ICA, PCA, graph theory));
prediction (use the brain activities to predict something such as behavior)
❤ fMRI data structure:
TR: temporal resolution
Sturctural images:T1, WM<GM<CSF (longitudinal relaxation)
Functional images: T2* images
T2: teanscerse reliaxation
❤ fmri data structure
Field of view (FOV): to what extent of view in each direction we can see the brain
Slice thickness
eg. If the FOC is 192 mm, matrix size is 64 mm (the area of each slice), the slice thickness is 3 mm, then voxel size: 192mm (FOV)/64 (matrix size)*3 (slice thickness) = 3*3*3 mm voxel size (the last 3 means slice thickness)
hierarchy: Experiment-subjects-session-run-volume-slice-voxel
❤ Statistical map: the colors indicate reliable, non-zero effects
❤ Reverse inference: observed brain actives -> the feeling
One fallacy: if P->Q, Q, therefore P (true only if P is the only factor leads to Q)
❤ For regional brain activation to have high positive predictive value:
- It must respond consistently to the task/state (high sentivitivity);
- It must respond only to the task/state (high specificity).
Part 2
course link: https://class.coursera.org/fmri1-001
❤ T1 time
WM = 600;
GM = 1000;
CSF = 3000.
❤ Terms relating to time
TR: how often we excite the nuclei;
TE: how soon after exciation we begin data collection.
❤ K-space
K-space is frequency space.
Doing inverse Fourier transformation on points in k-space could reconstruct brain image we need.
Each individual point in image space depends on all points in k-space (in other words, the value of the points in k-space tells us its relative contribution in reconstruct the brain image).
"Low spatial frequencies represent parts of the object that change in a spatially slow manner (Contrast); high spatial frequencies represent small structures whose size is on the same order as the voxel size (Tissue boundaries)." -- the center points in the k-space contribute most of the brain image, while the outskirt part mostly contribute to the sketch of the brain.
Part 3
❤ BOLD signal
- Oxyhemoglobin is diamagnetic; while deoxyhemoglobin is paramagnetic (distort the magetic fields, and suppress the MR signal - when deoxyhemoglobin decrease, then the T2*-weighted signal increase).
- Bold signal often corresponds relatively closely to the local field potential (LFP - often reflect the integrated post-synaptic activiy across a group of neurons) - the electrical field potentional surrounding a group of cells.
- Bold signal does not always reflect changes in neuron activity.
❤ Basic quality control
- SNR (signal-to-noise ratio): a basic measure of effect size.
- CNR (contrast-to-noise ratio)
The two measurements can be calculated at both spatial and temporal level. Note that for temporally detrended data, the temporal SNR (or functional SNR) is also called Signal-to-Fluctuation-Noise Ratio (SFNR). Temporal CNR is also signal sentivity.
- Bold response is non-linear, which may cause nonlinear 'saturation'. This effect can be reduced by increasing the intervals between two stimuli.
❤ fMRI artefacts and non-signal-related noise
- Drift (low frequency noise)
Slow changes in voxel intersity over time - scanner instabilities and aliased physiological noise. Should be taken care about when pre-process images and conduct statistical analysis.
To aviod drift the experiment design should be fast.
-Motion
Should be taken care about when pre-process images and conduct statistical analysis. Only motion correction in pre-processing steps is not enough.
- Respiration and heart rate
TR that is too low may give rise to aliasing.
Part 6 - GLM
- Statistical analysis under certain circumstances:
- Pay attention that the first colume of design matrix should be 1, in correspondance to β0;
- Build a certian GLM model: assume a LTI (linear time invariant) system (because HRF is fixed and will not change with time), and the predictors (Xs) should be the neural response function convolved with HRF;
- Mass univariate analysis: assume each voxel in the brain responding independently, and build a GLM for them each for analysis;
- Contrast: vector of weights, used to perform statistical analysis (c'*β = a, a is h in statistical analysis). Usually sum(c) should equal to 0 for the convenience to conduct statistical analysis of H0 = 0.
- Using one sigle shaped curve to fit the HRF has imperfictions: actually HRF varies across brain regions and experiment paradigm. Three ways to model HRF:
❤ Parameters estimation (actually we don't have to care about these the details)
- Based on the assumption below:
The following computation is based on two kind of hypothesis: ε is normally distributed at the mean zero and is IID (Independent and identically distributed) (then the variance-covariance matrix V can be considered as I(σ^2)) or not.
Then we have:
- Specific computation equations for T and F-test in SPM:
- Interesting angles about GLM
.. When fitting the GLM model, we are actually calculating in a p-dimention hyperplane space (p is the number of independent variables, namely the columns of the design matrix (-1? for the baseline));
.. As the figure shows below, the fitting of the dependent variable y' is actually the projection of y onto the plane that independent variable matrix (design matrix) X defines.
Part 7 - Multiple comparison correction
- voxel-based correction:
FWE (Bonferroni correction & Random Field Theory (usually gaussian random field) & Permutation) - too stringent;
FDR;
- cluster-level inference (correction): sensitivity but bad spacial specifity;
- threshold-free cluster enhancement (TFCE).
Notes: Principles of fMRI 1 (Coursera)的更多相关文章
- fMRI在认知心理学上的研究
参考:Principles of fMRI 1 问题: 1. fMRI能做什么不能做什么? 第一周:fMRI简介,data acquisition and reconstruction 大致分为两类: ...
- Notes of Principles of Parallel Programming - TODO
0.1 TopicNotes of Lin C., Snyder L.. Principles of Parallel Programming. Beijing: China Machine Pres ...
- Coursera公开课Functional Programming Principles in Scala习题解答:Week 2
引言 OK.时间非常快又过去了一周.第一周有五一假期所以感觉时间绰绰有余,这周中间没有假期仅仅能靠晚上加周末的时间来消化,事实上还是有点紧张呢! 后来发现每堂课的视频还有相应的课件(Slide).字幕 ...
- Coursera 机器学习Course Wiki Lecture Notes
https://share.coursera.org/wiki/index.php/ML:Main 包含了每周的Lecture Notes,以便复习回顾的时候使用.
- Coursera, Machine Learning, notes
Basic theory (i) Supervised learning (parametric/non-parametric algorithms, support vector machine ...
- Coursera台大机器学习课程笔记15 -- Three Learning Principles
这节课是最后一节,讲的是做机器学习的三个原则. 第一个是Occan's razor,即越简单越好.接着解释了什么是简单的hypothesis,什么是简单的model.关于为什么越简单越好,林老师从大致 ...
- Notes of Principles of Parallel Programming: Peril-L Notation - TODO
Content 1 syntax and semantic 2 example set 1 syntax and semantic 1.1 extending C Peril-L notation s ...
- C++基本要点复习--------coursera程序设计实习(PKU)的lecture notes
因为一些特性复杂,很多时候也用不到一些特性,所以忘记了,算是随笔,也当作一个临时查找的手册.没有什么顺序,很杂. 1.构造函数通过函数重载的机制可以有多个(不同的构造函数,参数个数,或者参数类型不同. ...
- Laterality issue on fMRI image
The laterality issue: different software will interpret fMRI images in different way (mainly refer t ...
随机推荐
- Android AsyncTask 源码解析
1. 官方介绍 public abstract class AsyncTask extends Object java.lang.Object ↳ android.os.AsyncTask&l ...
- UITextField 的限制输入金额(可为小数的正确金额)
要判断输入金额为正确金额的方法有两个,一个是用正则表达式,另一个就是用textfield的代理方法 有时候难免遇到这样的需求,不符合规则的金额就不让输入时,那用这种方法比较合理 如果设置输入键盘为De ...
- Scrum Master 面试题 – 你必须知道的22个Scrum基础知识
以下的22个问题基本上涵盖了Scrum所涉及的内容,如果你能够正确回答出所有问题,那么你已经具备了作为一名Scrum Master的基本素质:当然,作为一名合格的Scrum Master,更重要的是你 ...
- Ajax最详细的参数解析和场景应用
4.1.定义和用法 AJAX即“Asynchronous Javascript And XML”(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术. AJAX = 异步 J ...
- 在VC环境下执行代码出现错误
这是在执行代码过程中出现的错误,源代码在别的电脑上能运行,在自己的VC里运行就出现错误,在网上也搜过解决办法,但还是有点不太理解,是编程环境的问题h还是代码本身也存在问题???
- jstree静态生成树并为树添加触发事件
本章将介绍如何简单的使用jstree生成树(生成树的数据是静态的),并为树添加点击事件. 1. 建一个jsp页面,引入jquery.js(在其他js前引用),引入jstree所需的js,css文件(可 ...
- CentOS添加新硬盘到新的分区(xfs/ext4) 或者添加新分区
CentOs添加新硬盘到新的分区(xfs/ext4) 添加新分区 转载请注明:http://www.cnblogs.com/juandx/p/5618162.html 这篇文章介绍怎么添加一块新的硬 ...
- 自动kill慢查询
在生产环境中,DB服务器经常会被并发的慢查询压挂,因此事前进行sql审核避免烂SQL很重要.万一不小心慢sql还是跑到线上,并且并发还不小,这是dba肯定会收到告警.dba上线处理第一时间是定位并ki ...
- Java synchronized同步 各方式略解
近段为了实现一个功能,在树结构中,修改某个节点名称时,需要同时修改这个节点所有子节点的节点全路径属性字段(类似"父父节点名称/父节点名称/子节点名称/子子节点名称"的构造).因为在 ...
- Using Confluent’s JDBC Connector without installing the entire platform
转自:https://prefrontaldump.wordpress.com/2016/05/02/using-confluents-jdbc-connector-without-installin ...