Skip to content

rosariopiognazzo/Thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ Bachelor's Thesis - Time series forecasting as image reconstruction using U-Net

Thesis Title: Forecasting come Image Reconstruction: un approccio basato sull'architettura U-Net
Degree: BSc in Statistical Sciences for Big Data University: UniversitΓ  degli Studi di Salerno Academic Year: 2023/2024


πŸ“Œ Project Overview

This thesis proposes a novel approach to time series forecasting by reframing it as an image reconstruction task using deep learning. Instead of traditional numeric-based forecasting models, this work leverages image-based methods by converting time series data into 2D representations.


πŸ”¬ Methodology

  1. Data Transformation
    Time series are converted into images using:

    • GASF (Gramian Angular Summation Field)
    • GADF (Gramian Angular Difference Field)
    • MTF (Markov Transition Field)
  2. Model Architecture

    • Custom U-Net models were trained for each image representation.
    • Models were designed to perform forecasting as image reconstruction.
  3. Comparison Baseline

    • A traditional autoregressive (AR) statistical model was implemented as a benchmark.

πŸ“Š Evaluation Metrics

  • Forecasting Accuracy:
    • Mean Squared Error (MSE)
    • Mean Absolute Error (MAE)
  • Image Quality:
    • Peak Signal-to-Noise Ratio (PSNR)
    • Structural Similarity Index Measure (SSIM)

πŸ† Key Results

  • The GASF-based U-Net model outperformed other deep learning models in terms of image quality.
  • The AR model was superior in pure forecasting accuracy (lower MSE and MAE).
  • The best model depends on the target: visual quality vs. numerical accuracy.

πŸš€ Future Work

The thesis outlines several directions for improving deep learning performance:

  • Enlarging the dataset
  • Reducing prediction windows
  • Exploring advanced architectures like Transformers and Diffusion Models

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published