Seminar Papers

[Article] Review on Psychological Stress Detection Using Biosignals. IEEE Transactions on Affective Computing.

Summary: This paper provides a comprehensive overview of how psychological stress can be detected through various biosignals. It discusses the physiological processes triggered by stress, which are measurable through signals like EEG, ECG, EDA, and others(7 more bio-signals). The paper aims to establish reliable biosignal indices that can effectively indicate stress levels, emphasizing the need for consistency and robustness in biosignal data features.

Giannakakis, Giorgos, et al. “Review on psychological stress detection using biosignals.” IEEE transactions on affective computing 13.1 (2019): 440-460.

[Article] Eye-lrcn: A long-term recurrent convolutional network for eye blink completeness detection. IEEE Transactions on Neural Networks and Learning Systems.

Summary: The article introduces Eye-LRCN, a new method for eye blink detection that also evaluates blink completeness using a Long-Term Recurrent Convolutional Network (LRCN). This approach combines a CNN for feature extraction with a bidirectional RNN for sequence learning, and employs a Siamese architecture to handle class imbalance and limited data. Eye-LRCN demonstrates superior performance in blink detection and completeness assessment, and achieves noticeable results in eye state detection.

de la Cruz, Gonzalo, et al. “Eye-lrcn: A long-term recurrent convolutional network for eye blink completeness detection.” IEEE Transactions on Neural Networks and Learning Systems 35.4 (2022): 5130-5140.

[Article] 20 years of the default mode network: A review and synthesis. Neuron.

Summary: The author thoroughly reviewed organization of the default mode network (DMN) and cognitive roles of the DMN (i.e., self-reference, social cognition, memory, mind wandering). Finally, he suggested a new perspective of the DMN function in human cognitition, in which the DMN intergrate and “broadcast” various representations to create coherent “interal narrative”.

Menon, V. (2023). 20 years of the default mode network: A review and synthesis. Neuron.

[Article] Shared functional specialization in transformer-based language models and the human brain.

Summary: Transformers are recently being compared to the brain. Usually, the internal representations (“embeddings”) are adopted for comparisons. However, the authors focused on “transformations” that integrate contextual information across words, and found that they are more layer-specific than the embeddings. It differs from existing research in that it focuses on transformations related to attention instead of embeddings, which has been one of our recent interests.

Kumar, S., Sumers, T. R., Yamakoshi, T., Goldstein, A., Hasson, U., Norman, K. A., … & Nastase, S. A. (2024). Shared functional specialization in transformer-based language models and the human brain. Nature Communications, 15(1), 5523.

[not published] 1. Protocol to investigate the strategic manipulation of human causal inference through in-silico task design 2. Improving the Adaptivity of Reinforcement Learning Agent Based on the Prefrontal Cortex Meta-Control Theory of the Human Brain

summary : This study introduces a cognitive model and task controller to enhance human causal inference abilities through controlled learning strategies, including one-shot and incremental learning. It aims to optimize the efficiency of learning causal relationships by manipulating the presentation sequence of stimulus-outcome pairs, with potential applications in cognitive training.
summary : This thesis investigates methods to enhance the adaptivity of reinforcement learning agents based on the prefrontal cortex meta-control theory of the human brain. The proposed Meta-Dyna algorithm is designed to adapt flexibly to changes in the environment and has demonstrated optimal performance in various settings.

KJH_lab_seminar_24Jul17.pdf

[Article] BrainLM: A foundation model for brain activity recordings

BrainLM: A foundation model for brain activity recordings

Summary: This paper suggested BrainLM which is a foundation model for brain activity dynamics trained on 6,700 hours of fMRI recordings.

Ortega Caro, Josue, et al. “BrainLM: A foundation model for brain activity recordings.” bioRxiv (2023): 2023-09.

[Article] A shared neural basis underlying psychiatric comorbidity.

Summary: Utilizing large longitudinal neuroimaging cohort (from adolescence to young adulthood) (IMAGEN), they use multitask connectomes to find neuropsychopathological (NP) factor. They also check generalizability of the NP factor with ABCD (and other) datasets.

Xie, C., Xiang, S., Shen, C., Peng, X., Kang, J., Li, Y., … & ZIB Consortium. (2023). A shared neural basis underlying psychiatric comorbidity. Nature medicine, 29(5), 1232-1242.

[Article] Auditory beat stimulation and its effects on cognition and mood states.

Summary: This paper presents a comprehensive review of auditory beat stimulation, with a particular focus on the applications and features of binaural beats. Despite the extensive research conducted on binaural beats, there is still a lack of consensus regarding the consistent effects and the underlying neural mechanisms.

Chaieb, Leila, et al. “Auditory beat stimulation and its effects on cognition and mood states.” Frontiers in psychiatry 6 (2015): 136819.

[Article] Endogenous theta stimulation during meditation predicts reduced opioid dosing following treatment with Mindfulness-Oriented Recovery Enhancement.

Summary: This study investigates the effectiveness of the Mindfulness-Oriented Recovery Enhancement (MORE) program for police opioid users. Experimental results showed that participants exhibited an increase in theta and alpha brain waves during mindfulness meditation, along with improved coherence of mid-frontal theta. These neurophysiological changes were associated with reductions in opioid use, related to self-transcendence induced by mindfulness.

Hudak, J., Hanley, A.W., Marchand, W.R. et al. Endogenous theta stimulation during meditation predicts reduced opioid dosing following treatment with Mindfulness-Oriented Recovery Enhancement. Neuropsychopharmacol. 46, 836–843 (2021)

[Article] Expression snippet transformer for robust video-based facial expression recognition

Summary: Although Transformer can be powerful for modeling visual relations and describing complicated patterns, it could still perform unsatisfactorily for video-based facial expression recognition, since the expression movements in a video can be too small to reflect meaningful spatial-temporal relations. They propose to decompose the modeling of expression movements of a video into the modeling of a series of expression snippets, each of which contains a few frames. Their propsed model, Expression Snippet Transformer (EST) process intra-snippet and inter-snippet information seperately and combine them together. Code is available in github.

Liu, Y., Wang, W., Feng, C., Zhang, H., Chen, Z., & Zhan, Y. (2023). Expression snippet transformer for robust video-based facial expression recognition. Pattern Recognition, 138, 109368.