Skip to content

intsystems/2023-Project-141

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test status Test coverage Docs status

Название исследуемой задачи:Метрический анализ пространства параметров глубоких нейросетей
Тип научной работы:M1P
Автор:Эрнест Рашидович Насыров
Научный руководитель:доктор ф.-м. наук, Стрижов Вадим Викторович
Научный консультант**???**:степень, Фамилия Имя Отчество

Читать статью про то, как заниматься наукой

Диипломные работы кафедры.

Abstract

Исследуется проблема снижения размерности пространства параметров модели машинного обучения. Решается задача восстановления временного ряда. Для восстановления используются авторегресионные модели: линейные, автоенкодеры, реккурентные сети - с непрерывным и дискретным временем. Проводится метрический анализ пространства параметров модели. Предполагается, что отдельные параметры модели, случайные величины, собираются в векторы, многомерные случайные величины, анализ взаимного расположения которых в пространстве и представляет предмет исследования нашей работы. Этот анализ снижает число параметров модели, оценивает значимости параметров, отбирая их. Для определения положения вектора параметров в пространстве оцениваются его матожидание и матрица ковариации с помощью методов textit{бутстрэпа} и textit{вариационного вывода}. Эксперименты проводятся на задачах восстановления синтетических временных рядов, квазипериодических показаний акселерометра, периодических видеоданных. Для восстановления применяются модели SSA, нелинейного PCA, RNN, Neural ODE.

LinkReview, Paper, Slides.

Software modules developed as part of the study

  1. Код экспериментов по восстановлению временного ряда с SSA здесь.
    На текущий момент использовались данные синтетического $sin$, colab-версия.
  2. Код экспериментов по восстановлению временного ряда с 2NN здесь.
    На текущий момент использовались данные синтетического $sin$, colab-версия.

Presentations at conferences on the topic of research

  1. Планируется участие в конференции МФТИ. Дедлайн - 15 марта.

Research publications

Problem statment

Problem 141 * __Title__: Metric analysis of deep network space parameters * __Problem__: The structure of a neural work is exhaustive. The dimensionality of the parameter space should be reduced. The autoencoder in the subject of the investigation. Due to the continuous-time nature of the data, we analyze several types of autoencoders. We reconstruct spatial-time data, minimizing the error. * __Data__:

  • Synthetic data sine for 2D visualizaion of the parameter distributions
  • Accelerometer quasiperiodic data
  • Limb movement quasiperiodic data (if any)
  • Video periodic data (cartoon, walking persona)
  • Video, fMRI, ECoG from the s41597-022-01173-0
  • __References__:
  • __Baseline__: RNN-like variational autoencoder in the criteria: error vs. complexity (number of parameters)
  • __Roadmap__:
    • Prepare data so that the reconstruction work on a basic model (like SSA)
    • Estimate expectation and covariance of parameters (using VAE or else, to be discussed)
    • Reduce dimensionality, plot the error/complexity, plot the covariance
    • Run RNN-like model, plot
    • Assign the expectation and covariation matrix to each neuron of the model
    • Plot the parameter space regarding covariance as its metric tensor (end of minimum part)
    • Suggest a dimensionality reduction algorithm (naive part)
    • Run Neuro ODE/CDE model and plot the parameter space
    • Analyse the data distribution as the normalized flow
    • Suggest the parameter space modification in terms of the normalized flow (paradoxical part, diffusion model is needed)
    • Compare all models according to the criterion error/complexity (max part)
    • Construct the decoder model for any pair of data like fMRI-ECoG tensor and neuro CDE (supermax part)
  • __Proposed solution__: description of the idea to implement in the project
  • __Novelty__: Continous-time models are supposed to be simple due to their periodic nature. Since they approximate the vector fields, these models are universal. The model selection for the continuous time is not considered now, but at the time, it is acute for wearable multimedia devices for metaverse and augmented reality.
  • __Supergoal__ To join two encoders in a signal decoding model to reveal the connection between video and fMRI, between fMRI and ECoG.
  • __Authors__: Expert Strijov, consultant ?

About

Study of latent space between 2 real spaces

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages