paper-with-me

Papers

pyFAST: A Modular PyTorch Framework for Time Series Modeling with Multi-source and Sparse Data

2025-08-26 · Zhijin Wang, Senzhen Wu, Yue Hu, Xiufeng Liu arxiv

Modern time series analysis demands frameworks that are flexible, efficient, and extensible. However, many existing Python libraries exhibit limitations in modularity and in their native support for irregular, multi-source, or sparse data. We introduce pyFAST, a research-oriented PyTorch framework that explicitly decouples data processing from model computation, fostering a cleaner separation of concerns and facilitating rapid experimentation. Its data engine is engineered for complex scenarios, supporting multi-source loading, protein sequence handling, efficient sequence- and patch-level padding, dynamic normalization, and mask-based modeling for both imputation and forecasting. pyFAST integrates LLM-inspired architectures for the alignment-free fusion of sparse data sources and offers native sparse metrics, specialized loss functions, and flexible exogenous data fusion. Training utilities include batch-based streaming aggregation for evaluation and device synergy to maximize computational efficiency. A comprehensive suite of classical and deep learning models (Linears, CNNs, RNNs, Transformers, and GNNs) is provided within a modular architecture that encourages extension. Released under the MIT license at GitHub, pyFAST provides a compact yet powerful platform for advancing time series research and applications.

📄 PDF Abstract BibTeX arXiv:2508.18891

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyTime Series Analysis

Similar Papers 제목 키워드 기반

Flow Forecast: A deep learning for time series forecasting, classification, and anomaly detection framework built in PyTorch

2021-01-18 · Anonymous

Flow Forecast (FF) is a multi-purpose deep learning for time series forecasting, classification, and anomaly detection framework that contains state of the art time series models. Flow Forecast utilizes modular code des…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Forecasting

PyTorch Frame: A Modular Framework for Multi-Modal Tabular Learning

2024-03-31 · Weihua Hu, Yiwen Yuan, Zecheng Zhang, Akihiro Nitta 외

We present PyTorch Frame, a PyTorch-based framework for deep learning over multi-modal tabular data. PyTorch Frame makes tabular deep learning easy by providing a PyTorch-based data structure to handle complex tabular da…

Binary ClassificationDeep LearningToxic Comment Classification

PyTorchVideo: A Deep Learning Library for Video Understanding

2021-11-18 · Haoqi Fan, Tullie Murrell, Heng Wang, Kalyan Vasudev Alwala 외

We introduce PyTorchVideo, an open-source deep-learning library that provides a rich set of modular, efficient, and reproducible components for a variety of video understanding tasks, including classification, detection,…

Deep LearningSelf-Supervised LearningVideo Understanding

TorchGAN: A Flexible Framework for GAN Training and Evaluation

2019-09-08 · Avik Pal, Aniket Das

TorchGAN is a PyTorch based framework for writing succinct and comprehensible code for training and evaluation of Generative Adversarial Networks. The framework's modular design allows effortless customization of the mod…

Conditional Image GenerationImage Generation

Super-Selfish: Self-Supervised Learning on Images with PyTorch

2020-12-04 · Nicolas Wagner, Anirban Mukhopadhyay

Super-Selfish is an easy to use PyTorch framework for image-based self-supervised learning. Features can be learned with 13 algorithms that span from simple classification to more complex state of theart contrastive pret…

Self-Supervised Learning