Skip to content

Official implementation of "Forecasting fMRI Images From Video Sequences: Linear Model Analysis".

License

Notifications You must be signed in to change notification settings

DorinDaniil/Forecasting-fMRI-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecasting fMRI Images From Video Sequences: Linear Model Analysis

Daniil Dorin1 📧 *, Nikita Kiselev2 *, Andrey Grabovoy3, Vadim Strijov1

1 Forecsys, Moscow, Russia

2 Research Center for Artificial Intelligence, Innopolis University, Innopolis, Russia

3 Antiplagiat Company, Moscow, Russia

📧 Corresponding author, * Equal contribution

📝 Paper, </> Code, 🎬 Video, 🎫 Poster

💡 Abstract

The issue of reconstructing the relationship between functional magnetic resonance imaging (fMRI) sensor readings and human perception of the external is investigated. The study analyzes the dependence between the fMRI images and the videos viewed by individuals. Based on this analysis, a method is proposed for approximating the fMRI readings using the video sequence. The method is based on the assumption that there is a time-invariant hemodynamic response to changes in blood oxygen levels. A linear model is constructed for each individual voxel in the fMRI image, assuming that the image sequence follows a Markov property. To test the proposed method, a computational experiment was conducted on a dataset collected during tomographic examinations of a large number of individuals. The performance of the method was evaluated based on the experimental data, and hypotheses were tested regarding the invariance of the model weights and the correctness of the method.

🔎 Overview

overview

🛠️ Repository Structure

The repository is structured as follows:

  • paper: This directory contains the main paper in PDF format (main.pdf) and the LaTeX source file (main.tex). Also there is a directory figures with images used in the paper.
  • code: This directory contains the code used in the paper. It has its own README.md file providing a detailed description of the code files.
Forecasting-fMRI-Images
├── LICENSE
├── README.md
├── code
│   ├── README.md
│   ├── dataloader.py
│   ├── main.ipynb
│   ├── models.py
│   ├── utils.py
│   └── visualizer.py
└── paper
    ├── figs
    ├── main.pdf
    ├── main.tex
    ├── references.bib
    ├── sn-jnl.cls
    └── sn-mathphys-num.bst

📚 Citation

@article{dorin2024forecastingfmriimages,
	author = {Dorin, Daniil and Kiselev, Nikita and Grabovoy, Andrey and Strijov, Vadim},
	journal = {Health Information Science and Systems},
	number = {1},
	pages = {55},
	title = {Forecasting fMRI images from video sequences: linear model analysis},
	volume = {12},
	year = {2024}
}

About

Official implementation of "Forecasting fMRI Images From Video Sequences: Linear Model Analysis".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published