Source: Brain voyager support

Theoretical Background

Spatial smoothing means that data points are averaged with their neighbours. This has the effect of a low pass filter meaning that high frequencies of the signal are removed from the data while enhancing low frequencies. The result is that sharp "edges" of the images are blurred and spatial correlation within the data is more pronounced (see figure below).

Effect Of Smoothing

The approach of spatial smoothing is commonly used in fMRI studies and is justified by the fact that fMRI data inherently show spatial correlations due to functional similarities of adjacent brain regions and the blurring of the vascular system.

The standard procedure of spatial smoothing is employed by convolving the fMRI signal with a Gaussian function of a specific width.This so called Gaussian kernel is a kernel with the shape of a normal distribution curve. In the figure below you can see a standard Gaussian with a mean of 0 and a standard deviation of 1.

Standard Gaussian

The size of the Gaussian kernel defines the "width" of the curve which determines in turn how much the data is smoothed. The width is not expressed in terms of the standard deviation σ, as customary in statistics, but with the Full Width at Half Maximum (FWHM). In this case the FWHM would be 2.35: The maximum of this curve is y = 0.4 at x = 0. The half maximum is y = 0.2 at x = -1.175 and at x = 1.175. Therefore, the full width of the curve at the point of the half maximum is about 2.35. Nevertheless, the FWHM is also related to the standard deviation σ as follows: FWHM = σ √(8 ln(2)).

Benefits

  • Improvement of the signal to noise ratio (SNR) => Increasing sensitivity

    According to the matched filter theorem, the SNR reaches its maximum when the filter width matches the expected signal width. This, in turn, is of course dependent on the experimental design and the functional brain areas under investigation, e.g. Do you expect a narrow signal in the thalamus versus more extensive activations in the occipital lobe? Therefore, if a signal with a FWHM of 8 mm is expected the applied kernel size should be 8 mm as well.

  • Improving validity of the statistical tests by making the error distribution more normal

    Most parametric tests assume normal error distributions and according to the central limit theorem the distribution of an average tends to be normal with a sufficiently large number of independent observations being averaged.

  • Accommodation of anatomical and functional variations between subjects

    In multi-subject studies, individual brains are coregistered to each other to establish spatial correspondence between the different brains. Still, because of the substantial variation in individual brains, activated areas are rarely represented in exactly the same voxels. To increase the overlap of activated brain regions across subjects smoothing can be applied.

Drawbacks

  • Reduction of spatial resolution of the data

    Spatial smoothing results always in reduced spatial resolution of the data. Therefore, it is important to decide whether a precise localization of the activations is important. However, even worse, if the filter width is set too small, there is practically no positive effect on the SNR while the spatial resolution is reduced.

  • Edge Artifacts

    Along the edges of the brain, brain voxels are smoothed with non-brain voxels, resulting in a dark ring around the brain which might be mistaken for hypoactivity.

  • Merging

    If activation peaks are less than twice the FWHM apart they are detected as a single activation rather than two separated ones.

  • Extinction

    If the filter width is set too large, especially small meaningful activations might be attenuated below the significance threshold.

  • Mislocalization of activation peaks

    As presented by Mikl and colleagues (2008) spatial smoothing almost unavoidably results in shifts of activation peaks. Therefore, as already mentioned above, it is crucial to decide what amount of spatial accuracy is required.

fMRI: spatial smoothing的更多相关文章

  1. Smoothing in fMRI analysis (FAQ)

    Source: http://mindhive.mit.edu/node/112 1. What is smoothing? "Smoothing" is generally us ...

  2. fsl的feat软件分包使用笔记

    introduction: 1. feat 是一种基于模型的fmri数据分析方法. 2. feat 首先使用顺手,至少看起来,比spm漂亮多了. feat是按照正常人的使用方法去设计的. spm 由于 ...

  3. 详解卷积神经网络(CNN)在语音识别中的应用

    欢迎大家前往腾讯云社区,获取更多腾讯海量技术实践干货哦~ 作者:侯艺馨 前言 总结目前语音识别的发展现状,dnn.rnn/lstm和cnn算是语音识别中几个比较主流的方向.2012年,微软邓力和俞栋老 ...

  4. 卷积神经网络(CNN)在语音识别中的应用

    前言 总结目前语音识别的发展现状,dnn.rnn/lstm和cnn算是语音识别中几个比较主流的方向.2012年,微软邓力和俞栋老师将前馈神经网络FFDNN(Feed Forward Deep Neur ...

  5. 对抗防御之对抗样本检测(一):Feature Squeezing

    引言 在之前的文章中,我们介绍了对抗样本和对抗攻击的方法.在该系列文章中,我们介绍一种对抗样本防御的策略--对抗样本检测,可以通过检测对抗样本来强化DNN模型.本篇文章论述其中一种方法:feature ...

  6. How Do Vision Transformers Work?[2202.06709] - 论文研读系列(2) 个人笔记

    [论文简析]How Do Vision Transformers Work?[2202.06709] 论文题目:How Do Vision Transformers Work? 论文地址:http:/ ...

  7. fmri降噪,利用spatial+temporal信息

    1.基于小波+高斯模型 <SPATIOTEMPORAL DENOISING AND CLUSTERING OF FMRI DATA>

  8. SMOOTHING (LOWPASS) SPATIAL FILTERS

    目录 FILTERS Box Filter Kernels Lowpass Gaussian Filter Kernels Order-Statistic (Nonlinear) Filters Go ...

  9. 在fmri研究中,cca的应用历史

    1.02年ola是第一个应用cca在fmri激活检测上的学者. <exploratory fmri analysis by autocorrelation maximization> 2. ...

随机推荐

  1. PHP 根据key 给二维数组分组

    我们经常拿到一个二维数组出来,会发现结果和自己想要的有些偏差,可能需要根据二维数组里的某个字段对数组分组.先来看以下数组, Array ( [0] => Array ( [id] => 1 ...

  2. c++对象池使用

    // // ObjectPool.h // DragonBall // // Created by user on 13-8-22. // // #include <iostream> # ...

  3. hibernate(1) —— 入门

    hibernate框架主要是实现数据库与实体类间的映射,使的操作实体类相当与操作hibernate框架. 只要实体类写好配置文件配好,就能实现和数据库的映射,其中实体类对应表,类的属性对应数据库的表字 ...

  4. React Native环境配置和简单使用

    # 前言 学习本系列内容需要具备一定 HTML 开发基础,没有基础的朋友可以先转至 HTML快速入门(一) 学习 本人接触 React Native 时间并不是特别长,所以对其中的内容和性质了解可能会 ...

  5. React Native知识4-Image组件

    一个用于显示多种不同类型图片的React组件,包括网络图片.静态资源.临时的本地图片.以及本地磁盘上的图片(如相册)等 一:属性 1:onLayout function 当元素挂载或者布局改变的时候调 ...

  6. iOS 疑难杂症— — 收到推送显示后自动消失的问题

    声明 欢迎转载,但请保留文章原始出处:) 博客园:http://www.cnblogs.com 农民伯伯: http://over140.cnblogs.com 问题 正在支持 Remote Noti ...

  7. pull解析器: 反序列化与序列化

    pull解析器:反序列化 读取xml文件来获取一个对象的数据 import java.io.FileInputStream; import java.io.IOException; import ja ...

  8. 国外干货!6个方法助你设计出优秀的APP

    伟大的设计来源于一致性和细致化,而其实只要有足够的纪律,每个团队都可以实现这一点. 品牌(源码:http://www.jinhusns.com/Products/Download/?type=xcj) ...

  9. 【从零开始学习Hadoop】--1.Hadoop的安装

    第1章 Hadoop的安装1. 操作系统2. Hadoop的版本3. 下载Hadoop4. 安装Java JDK5. 安装hadoop6. 安装rsync和ssh7. 启动hadoop8. 测试had ...

  10. 运行时报错:java.net.BindException: Address already in use: JVM_Bind <null>:8080 (或8009或8005)

    修改Tomcat端口号步骤:1.找到Tomcat目录下的conf文件夹2.进入conf文件夹里面找到server.xml文件3.打开server.xml文件(打开方式选择记事本)4.在server.x ...