菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-12
📄 Abstract - Self-Supervised Learning via Flow-Guided Neural Operator on Time-Series Data

Self-supervised learning (SSL) is a powerful paradigm for learning from unlabeled time-series data. However, popular methods such as masked autoencoders (MAEs) rely on reconstructing inputs from a fixed, predetermined masking ratio. Instead of this static design, we propose treating the corruption level as a new degree of freedom for representation learning, enhancing flexibility and performance. To achieve this, we introduce the Flow-Guided Neural Operator (FGNO), a novel framework combining operator learning with flow matching for SSL training. FGNO learns mappings in functional spaces by using Short-Time Fourier Transform to unify different time resolutions. We extract a rich hierarchy of features by tapping into different network layers and flow times that apply varying strengths of noise to the input data. This enables the extraction of versatile representations, from low-level patterns to high-level global features, using a single model adaptable to specific tasks. Unlike prior generative SSL methods that use noisy inputs during inference, we propose using clean inputs for representation extraction while learning representations with noise; this eliminates randomness and boosts accuracy. We evaluate FGNO across three biomedical domains, where it consistently outperforms established baselines. Our method yields up to 35% AUROC gains in neural signal decoding (BrainTreeBank), 16% RMSE reductions in skin temperature prediction (DREAMT), and over 20% improvement in accuracy and macro-F1 on SleepEDF under low-data regimes. These results highlight FGNO's robustness to data scarcity and its superior capacity to learn expressive representations for diverse time series.

顶级标签: machine learning model training medical
详细标签: self-supervised learning neural operator flow matching time-series biomedical signals 或 搜索:

基于流引导神经算子的时间序列数据自监督学习 / Self-Supervised Learning via Flow-Guided Neural Operator on Time-Series Data


1️⃣ 一句话总结

本文提出了一种名为流引导神经算子的新方法,它通过动态调整数据加噪程度来学习时间序列的多层次特征,在多个生物医学任务中显著提升了模型性能,尤其在数据稀缺时表现优异。

源自 arXiv: 2602.12267