tsGAP2
tsGAP2
This repository is related to the tsGAP2(Time-series Graph-Attention Perfomance Predict model), a novel neural network-based method called, designed for predicting the error and training time of neural network models used for imputing missing values in multivariate time series. The input data for the method are neural network represented as a directed acyclic graphs, where nodes correspond to layers and edges represent connections between them. The method involves three components: an Autoencoder, which transforms the graph-based representation of the model into a compact vector form; an Encoder, which encodes the hyperparameters and characteristics of the computational device; and an Aggregator, which combines the vector representations to generate the prediction. Training of the tsGAP2 neural network model is carried out using a composite loss function, defined as a weighted sum of multiple components. Each component evaluates different aspects of the tsGAP2 model’s output, including the correctness of the decoded neural network model from the vector representation, the prediction of the model’s error, and its training time. For the study, a search space comprising 200 different architectures was constructed. During the experiments, 12,000 training runs were conducted on time series from various application domains.
Citation
@article{Yurtin2025ICMMG,
author = {Юртип, А. А.},
title = {Метод прогнозирования ошибки времени обучения нейросетевых моделей восстановления многомерных временных рядов},
journal = {Проблемы информатики},
year = {2025},
number = {3},
pages = {72--95},
doi = {10.24412/2073-0667-2025-3-72-95},
langid = {russian}
}