Person: Hamalainen, Matti
Email Address
AA Acceptance Date
Birth Date
Research Projects
Organizational Units
Job Title
Last Name
First Name
Name
Search Results
Publication Auditory Conflict Resolution Correlates with Medial–Lateral Frontal Theta/Alpha Phase Synchrony
(Public Library of Science, 2014) Huang, Samantha; Rossi, Stephanie; Hamalainen, Matti; Ahveninen, JyrkiWhen multiple persons speak simultaneously, it may be difficult for the listener to direct attention to correct sound objects among conflicting ones. This could occur, for example, in an emergency situation in which one hears conflicting instructions and the loudest, instead of the wisest, voice prevails. Here, we used cortically-constrained oscillatory MEG/EEG estimates to examine how different brain regions, including caudal anterior cingulate (cACC) and dorsolateral prefrontal cortices (DLPFC), work together to resolve these kinds of auditory conflicts. During an auditory flanker interference task, subjects were presented with sound patterns consisting of three different voices, from three different directions (45° left, straight ahead, 45° right), sounding out either the letters “A” or “O”. They were asked to discriminate which sound was presented centrally and ignore the flanking distracters that were phonetically either congruent (50%) or incongruent (50%) with the target. Our cortical MEG/EEG oscillatory estimates demonstrated a direct relationship between performance and brain activity, showing that efficient conflict resolution, as measured with reduced conflict-induced RT lags, is predicted by theta/alpha phase coupling between cACC and right lateral frontal cortex regions intersecting the right frontal eye fields (FEF) and DLPFC, as well as by increased pre-stimulus gamma (60–110 Hz) power in the left inferior fontal cortex. Notably, cACC connectivity patterns that correlated with behavioral conflict-resolution measures were found during both the pre-stimulus and the pre-response periods. Our data provide evidence that, instead of being only transiently activated upon conflict detection, cACC is involved in sustained engagement of attentional resources required for effective sound object selection performance.
Publication Altered Onset Response Dynamics in Somatosensory Processing in Autism Spectrum Disorder
(Frontiers Media S.A., 2016) Khan, Sheraz; Hashmi, Javeria A.; Mamashli, Fahimeh; Bharadwaj, Hari; Ganesan, Santosh; Michmizos, Konstantinos P.; Kitzbichler, Manfred G.; Zetino, Manuel; Garel, Keri-Lee A.; Hamalainen, Matti; Kenet, TalAbnormalities in cortical connectivity and evoked responses have been extensively documented in autism spectrum disorder (ASD). However, specific signatures of these cortical abnormalities remain elusive, with data pointing toward abnormal patterns of both increased and reduced response amplitudes and functional connectivity. We have previously proposed, using magnetoencephalography (MEG) data, that apparent inconsistencies in prior studies could be reconciled if functional connectivity in ASD was reduced in the feedback (top-down) direction, but increased in the feedforward (bottom-up) direction. Here, we continue this line of investigation by assessing abnormalities restricted to the onset, feedforward inputs driven, component of the response to vibrotactile stimuli in somatosensory cortex in ASD. Using a novel method that measures the spatio-temporal divergence of cortical activation, we found that relative to typically developing participants, the ASD group was characterized by an increase in the initial onset component of the cortical response, and a faster spread of local activity. Given the early time window, the results could be interpreted as increased thalamocortical feedforward connectivity in ASD, and offer a plausible mechanism for the previously observed increased response variability in ASD, as well as for the commonly observed behaviorally measured tactile processing abnormalities associated with the disorder.
Publication A fast statistical significance test for baseline correction and comparative analysis in phase locking
(Frontiers Media S.A., 2013) Rana, Kunjan D.; Vaina, Lucia; Hamalainen, MattiHuman perception, cognition, and action are supported by a complex network of interconnected brain regions. There is an increasing interest in measuring and characterizing these networks as a function of time and frequency, and inter-areal phase locking is often used to reveal these networks. This measure assesses the consistency of phase angles between the electrophysiological activity in two areas at a specific time and frequency. Non-invasively, the signals from which phase locking is computed can be measured with magnetoencephalography (MEG) and electroencephalography (EEG). However, due to the lack of spatial specificity of reconstructed source signals in MEG and EEG, inter-areal phase locking may be confounded by false positives resulting from crosstalk. Traditional phase locking estimates assume that no phase locking exists when the distribution of phase angles is uniform. However, this conjecture is not true when crosstalk is present. We propose a novel method to improve the reliability of the phase-locking measure by sampling phase angles from a baseline, such as from a prestimulus period or from resting-state data, and by contrasting this distribution against one observed during the time period of interest.
Publication Different Cortical Dynamics in Face and Body Perception: An MEG study
(Public Library of Science, 2013) Meeren, Hanneke K. M.; de Gelder, Beatrice; Ahlfors, Seppo; Hamalainen, Matti; Hadjikhani, NouchineEvidence from functional neuroimaging indicates that visual perception of human faces and bodies is carried out by distributed networks of face and body-sensitive areas in the occipito-temporal cortex. However, the dynamics of activity in these areas, needed to understand their respective functional roles, are still largely unknown. We monitored brain activity with millisecond time resolution by recording magnetoencephalographic (MEG) responses while participants viewed photographs of faces, bodies, and control stimuli. The cortical activity underlying the evoked responses was estimated with anatomically-constrained noise-normalised minimum-norm estimate and statistically analysed with spatiotemporal cluster analysis. Our findings point to distinct spatiotemporal organization of the neural systems for face and body perception. Face-selective cortical currents were found at early latencies (120–200 ms) in a widespread occipito-temporal network including the ventral temporal cortex (VTC). In contrast, early body-related responses were confined to the lateral occipito-temporal cortex (LOTC). These were followed by strong sustained body-selective responses in the orbitofrontal cortex from 200–700 ms, and in the lateral temporal cortex and VTC after 500 ms latency. Our data suggest that the VTC region has a key role in the early processing of faces, but not of bodies. Instead, the LOTC, which includes the extra-striate body area (EBA), appears the dominant area for early body perception, whereas the VTC contributes to late and post-perceptual processing.
Publication MEG and EEG data analysis with MNE-Python
(Frontiers Media S.A., 2013) Gramfort, Alexandre; Luessi, Martin; Larson, Eric; Engemann, Denis A.; Strohmeier, Daniel; Brodbeck, Christian; Goj, Roman; Jas, Mainak; Brooks, Teon; Parkkonen, Lauri; Hamalainen, MattiMagnetoencephalography and electroencephalography (M/EEG) measure the weak electromagnetic signals generated by neuronal activity in the brain. Using these signals to characterize and locate neural activation in the brain is a challenge that requires expertise in physics, signal processing, statistics, and numerical methods. As part of the MNE software suite, MNE-Python is an open-source software package that addresses this challenge by providing state-of-the-art algorithms implemented in Python that cover multiple methods of data preprocessing, source localization, statistical analysis, and estimation of functional connectivity between distributed brain regions. All algorithms and utility functions are implemented in a consistent manner with well-documented interfaces, enabling users to create M/EEG data analysis pipelines by writing Python scripts. Moreover, MNE-Python is tightly integrated with the core Python libraries for scientific comptutation (NumPy, SciPy) and visualization (matplotlib and Mayavi), as well as the greater neuroimaging ecosystem in Python via the Nibabel package. The code is provided under the new BSD license allowing code reuse, even in commercial products. Although MNE-Python has only been under heavy development for a couple of years, it has rapidly evolved with expanded analysis capabilities and pedagogical tutorials because multiple labs have collaborated during code development to help share best practices. MNE-Python also gives easy access to preprocessed datasets, helping users to get started quickly and facilitating reproducibility of methods by other researchers. Full documentation, including dozens of examples, is available at http://martinos.org/mne.
Publication Encoding Cortical Dynamics in Sparse Features
(Frontiers Media S.A., 2014) Khan, Sheraz; Lefèvre, Julien; Baillet, Sylvain; Michmizos, Konstantinos P.; Ganesan, Santosh; Kitzbichler, Manfred G.; Zetino, Manuel; Hamalainen, Matti; Papadelis, Christos; Kenet, TalDistributed cortical solutions of magnetoencephalography (MEG) and electroencephalography (EEG) exhibit complex spatial and temporal dynamics. The extraction of patterns of interest and dynamic features from these cortical signals has so far relied on the expertise of investigators. There is a definite need in both clinical and neuroscience research for a method that will extract critical features from high-dimensional neuroimaging data in an automatic fashion. We have previously demonstrated the use of optical flow techniques for evaluating the kinematic properties of motion field projected on non-flat manifolds like in a cortical surface. We have further extended this framework to automatically detect features in the optical flow vector field by using the modified and extended 2-Riemannian Helmholtz–Hodge decomposition (HHD). Here, we applied these mathematical models on simulation and MEG data recorded from a healthy individual during a somatosensory experiment and an epilepsy pediatric patient during sleep. We tested whether our technique can automatically extract salient dynamical features of cortical activity. Simulation results indicated that we can precisely reproduce the simulated cortical dynamics with HHD; encode them in sparse features and represent the propagation of brain activity between distinct cortical areas. Using HHD, we decoded the somatosensory N20 component into two HHD features and represented the dynamics of brain activity as a traveling source between two primary somatosensory regions. In the epilepsy patient, we displayed the propagation of the epileptic activity around the margins of a brain lesion. Our findings indicate that HHD measures computed from cortical dynamics can: (i) quantitatively access the cortical dynamics in both healthy and disease brain in terms of sparse features and dynamic brain activity propagation between distinct cortical areas, and (ii) facilitate a reproducible, automated analysis of experimental and clinical MEG/EEG source imaging data.
Publication Normal Evoked Response to Rapid Sequences of Tactile Pulses in Autism Spectrum Disorders
(Frontiers Media S.A., 2016) Ganesan, Santosh; Khan, Sheraz; Garel, Keri-Lee A.; Hamalainen, Matti; Kenet, TalAutism spectrum disorder (ASD) is a developmental disorder diagnosed behaviorally, with many documented neurophysiological abnormalities in cortical response properties. While abnormal sensory processing is not considered core to the disorder, most ASD individuals report sensory processing abnormalities. Yet, the neurophysiological correlates of these abnormalities have not been fully mapped. In the auditory domain, studies have shown that cortical responses in the early auditory cortex in ASD are abnormal in multiple ways. In particular, it has been shown that individuals with ASD have abnormal cortical auditory evoked responses to rapid, but not slow, sequences of tones. In parallel, there is substantial evidence of somatosensory processing abnormalities in ASD, including in the temporal domain. Here, we tested the somatosensory domain in ASD for abnormalities in rapid processing of tactile pulses, to determine whether abnormalities there parallel those observed in the auditory domain. Specifically, we tested the somatosensory cortex response to a sequence of two tactile pulses with different (short and long) temporal separation. We analyzed the responses in cortical space, in primary somatosensory cortex. As expected, we found no group difference in the evoked response to pulses with long (700 ms) temporal separation. Contrary to findings in the auditory domain, we also found no group differences in the evoked responses to the sequence with a short (200 ms) temporal separation. These results suggest that rapid temporal processing deficits in ASD are not generalized across multiple sensory domains, and are unlikely to underlie the behavioral somatosensory abnormalities observed in ASD.
Publication A Review of Issues Related to Data Acquisition and Analysis in EEG/MEG Studies
(MDPI, 2017) Puce, Aina; Hamalainen, MattiElectroencephalography (EEG) and magnetoencephalography (MEG) are non-invasive electrophysiological methods, which record electric potentials and magnetic fields due to electric currents in synchronously-active neurons. With MEG being more sensitive to neural activity from tangential currents and EEG being able to detect both radial and tangential sources, the two methods are complementary. Over the years, neurophysiological studies have changed considerably: high-density recordings are becoming de rigueur; there is interest in both spontaneous and evoked activity; and sophisticated artifact detection and removal methods are available. Improved head models for source estimation have also increased the precision of the current estimates, particularly for EEG and combined EEG/MEG. Because of their complementarity, more investigators are beginning to perform simultaneous EEG/MEG studies to gain more complete information about neural activity. Given the increase in methodological complexity in EEG/MEG, it is important to gather data that are of high quality and that are as artifact free as possible. Here, we discuss some issues in data acquisition and analysis of EEG and MEG data. Practical considerations for different types of EEG and MEG studies are also discussed.
Publication Early Preferential Responses to Fear Stimuli in Human Right Dorsal Visual Stream - A Meg Study
(Nature Publishing Group, 2016) Meeren, Hanneke K. M.; Hadjikhani, Nouchine; Ahlfors, Seppo P.; Hamalainen, Matti; de Gelder, BeatriceEmotional expressions of others are salient biological stimuli that automatically capture attention and prepare us for action. We investigated the early cortical dynamics of automatic visual discrimination of fearful body expressions by monitoring cortical activity using magnetoencephalography. We show that right parietal cortex distinguishes between fearful and neutral bodies as early as 80-ms after stimulus onset, providing the first evidence for a fast emotion-attention-action link through human dorsal visual stream.
Publication Differences in cortical response to acupressure and electroacupuncture stimuli
(Springer Nature, 2011) Witzel, Thomas; Napadow, Vitaly; Kettner, Norman W; Vangel, Mark; Hamalainen, Matti; Dhond, Rupali PBackground FMRI studies focus on sub-cortical effects of acupuncture stimuli. The purpose of this study was to assess changes in primary somatosensory (S1) activity over the course of different types of acupuncture stimulation. We used whole head magnetoencephalography (MEG) to map S1 brain response during 15 minutes of electroacupuncture (EA) and acupressure (AP). We further assessed how brain response changed during the course of stimulation.
Results Evoked brain response to EA differed from AP in its temporal dynamics by showing clear contralateral M20/M30 peaks while the latter demonstrated temporal dispersion. Both EA and AP demonstrated significantly decreased response amplitudes following five minutes of stimulation. However, the latency of these decreases were earlier in EA (~30 ms post-stimulus) than AP (> 100 ms). Time-frequency responses demonstrated early onset, event related synchronization (ERS), within the gamma band at ~70-130 ms and the theta band at ~50-200 ms post-stimulus. A prolonged event related desynchronization (ERD) of alpha and beta power occurred at ~100-300 ms post-stimulus. There was decreased beta ERD at ~100-300 ms over the course of EA, but not AP.
Conclusion Both EA and AP demonstrated conditioning of SI response. In conjunction with their subcortical effects on endogenous pain regulation, these therapies show potential for affecting S1 processing and possibly altering maladaptive neuroplasticity. Thus, further investigation in neuropathic populations is needed.