y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#time-series News & Analysis

52 articles tagged with #time-series. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

52 articles
AIBullisharXiv – CS AI · 4d ago7/10
🧠

Comparative Analysis of Liquid Neural Networks and LSTM for Sequential Pattern Recognition: Robustness, Efficiency, and Clinical Utility

Researchers benchmark Liquid Neural Networks (LNNs) against traditional LSTMs across four sequential data domains, finding that LNNs deliver superior parameter efficiency and robustness in handling sparse, temporal data—particularly valuable for clinical applications. The study demonstrates LNNs' continuous-time modeling approach outperforms discrete-step RNNs when data is missing or irregularly sampled, suggesting significant implications for real-world AI deployment in healthcare and edge computing.

AIBullisharXiv – CS AI · May 127/10
🧠

FactoryNet: A Large-Scale Dataset toward Industrial Time-Series Foundation Models

Researchers introduce FactoryNet, the first universal pretraining dataset for industrial time-series data containing 51M datapoints across 23k task executions in robotic and machining domains. The dataset employs a novel S-E-F-C schema enabling cross-embodiment transfer and efficient anomaly detection, advancing toward industrial foundation models.

🏢 Meta
AIBullisharXiv – CS AI · May 97/10
🧠

Time Series Reasoning via Process-Verifiable Thinking Data Synthesis and Scheduling for Tailored LLM Reasoning

Researchers introduce VeriTime, a framework that enhances large language models for time series analysis through synthetic data generation, intelligent data scheduling, and specialized reinforcement learning. The approach enables smaller models (3B-4B parameters) to match or exceed the reasoning capabilities of larger proprietary LLMs on time series tasks.

AIBullisharXiv – CS AI · Apr 207/10
🧠

EVIL: Evolving Interpretable Algorithms for Zero-Shot Inference on Event Sequences and Time Series with LLMs

Researchers introduce EVIL, an LLM-guided evolutionary approach that discovers interpretable Python algorithms for zero-shot inference on time series and event sequences without traditional neural network training. The evolved algorithms match or exceed deep learning performance while remaining transparent and significantly faster, demonstrating a novel paradigm for dynamical systems inference.

AIBullisharXiv – CS AI · Mar 177/10
🧠

EARCP: Self-Regulating Coherence-Aware Ensemble Architecture for Sequential Decision Making -- Ensemble Auto-Regule par Coherence et Performance

Researchers introduce EARCP, a new ensemble architecture for AI that dynamically weights different expert models based on performance and coherence. The system provides theoretical guarantees with sublinear regret bounds and has been tested on time series forecasting, activity recognition, and financial prediction tasks.

AINeutralarXiv – CS AI · Mar 127/10
🧠

Dissecting Chronos: Sparse Autoencoders Reveal Causal Feature Hierarchies in Time Series Foundation Models

Researchers applied sparse autoencoders to analyze Chronos-T5-Large, a 710M parameter time series foundation model, revealing how different layers process temporal data. The study found that mid-encoder layers contain the most causally important features for change detection, while early layers handle frequency patterns and final layers compress semantic concepts.

AINeutralarXiv – CS AI · Mar 57/10
🧠

Effective Sample Size and Generalization Bounds for Temporal Networks

Researchers propose a new evaluation methodology for temporal deep learning that controls for effective sample size rather than raw sequence length. Their analysis of Temporal Convolutional Networks on time series data shows that stronger temporal dependence can actually improve generalization when properly evaluated, contradicting results from standard evaluation methods.

AIBullisharXiv – CS AI · Mar 57/10
🧠

TSPulse: Tiny Pre-Trained Models with Disentangled Representations for Rapid Time-Series Analysis

IBM researchers introduce TSPulse, an ultra-lightweight pre-trained AI model with only 1M parameters that achieves state-of-the-art performance in time-series analysis tasks. The model uses disentangled representations across temporal, spectral, and semantic views, delivering significant performance gains of 20-50% across multiple diagnostic tasks while being 10-100x smaller than competing models.

🏢 Hugging Face
AINeutralarXiv – CS AI · Mar 47/103
🧠

Forecasting as Rendering: A 2D Gaussian Splatting Framework for Time Series Forecasting

Researchers introduce TimeGS, a novel time series forecasting framework that reimagines prediction as 2D generative rendering using Gaussian splatting techniques. The approach addresses key limitations in existing methods by treating future sequences as continuous latent surfaces and enforcing temporal continuity across periodic boundaries.

AIBullisharXiv – CS AI · Mar 46/103
🧠

cPNN: Continuous Progressive Neural Networks for Evolving Streaming Time Series

Researchers developed cPNN (Continuous Progressive Neural Networks), a new AI architecture that handles evolving data streams with temporal dependencies while avoiding catastrophic forgetting. The system addresses concept drift in time series data by combining recurrent neural networks with progressive learning techniques, showing quick adaptation to new concepts.

AIBullisharXiv – CS AI · Mar 37/102
🧠

Reasoning on Time-Series for Financial Technical Analysis

Researchers introduce Verbal Technical Analysis (VTA), a framework that combines Large Language Models with time-series analysis to produce interpretable stock forecasts. The system converts stock price data into textual annotations and uses natural language reasoning to achieve state-of-the-art forecasting accuracy across U.S., Chinese, and European markets.

AIBullisharXiv – CS AI · 3d ago6/10
🧠

Tiny but Trusted: Efficient Vision-Language Reasoning for Time-Series Anomaly Detection

Researchers introduce VisAnomReasoner, a parameter-efficient Vision-Language Model designed for time-series anomaly detection, trained on VisAnomBench—a new benchmark augmented with high-quality natural language explanations. The model achieves significant performance improvements over existing approaches, demonstrating 21-23 percentage point gains in precision and F1 scores.

AINeutralarXiv – CS AI · 3d ago6/10
🧠

TelecomTS: A Multi-Modal Observability Dataset for Time Series and Language Analysis

Researchers introduce TelecomTS, a large-scale observability dataset from 5G telecommunications networks designed to advance time series analysis and anomaly detection. The dataset addresses a critical gap in AI research by providing de-anonymized, scale-preserved metrics that reflect real-world system monitoring challenges, while benchmarking reveals that current foundation models struggle with the noisy, high-variance characteristics of enterprise observability data.

AINeutralarXiv – CS AI · 4d ago6/10
🧠

QuITE: Query-Based Irregular Time Series Embedding

Researchers introduce QuITE, a plug-and-play embedding module that enables standard machine learning models to effectively process irregularly-sampled time series data without interpolation or architectural redesign. The approach uses learnable query tokens and self-attention to handle irregular temporal patterns, demonstrating significant performance improvements across forecasting and classification tasks.

AINeutralarXiv – CS AI · 5d ago6/10
🧠

Modeling Dynamic Mixtures of Time-Delay Systems from Streaming Time Series

Researchers present DelayMix, an online machine learning framework that models streaming time series as dynamic mixtures of time-delay systems, enabling rapid adaptation to regime shifts while maintaining memory efficiency. The method uses tensor decomposition to capture system dynamics and input delays, demonstrating superior forecasting accuracy on non-stationary data compared to existing approaches.

AINeutralarXiv – CS AI · 5d ago6/10
🧠

High-Quality Synthetic Financial Time-Series using a GAN-Diffusion Framework

Researchers present CoMeTS-GAN, a hybrid generative framework combining GANs and diffusion models to create realistic synthetic financial time-series data that accurately reproduce stock market stylized facts and inter-asset correlations. The approach addresses data scarcity challenges for financial institutions while improving upon existing general-purpose generative architectures.

AINeutralarXiv – CS AI · May 126/10
🧠

TTCD:Transformer Integrated Temporal Causal Discovery from Non-Stationary Time Series Data

Researchers introduce TTCD (Transformer Integrated Temporal Causal Discovery), a novel machine learning framework designed to identify causal relationships in non-stationary time series data. The method combines transformer-based feature learning with causal structure inference, demonstrating superior performance over existing approaches on synthetic and real-world datasets.

AINeutralarXiv – CS AI · May 126/10
🧠

Spectral Transformer Neural Processes

Researchers propose Spectral Transformer Neural Processes (STNPs), an enhanced machine learning architecture that improves how neural networks handle periodic and quasi-periodic data by incorporating frequency-domain analysis. The method addresses a key limitation of existing Neural Processes by embedding spectral information directly into transformer models, enabling better generalization beyond training data.

AINeutralarXiv – CS AI · May 126/10
🧠

Learning Unified Representations of Normalcy for Time Series Anomaly Detection

Researchers present U²AD, a novel unsupervised anomaly detection framework for multivariate time series that uses score-based generative modeling to learn robust representations of normal data distributions. The method demonstrates superior performance in detecting anomalies earlier than existing approaches, addressing a critical challenge in time series analysis where anomalous patterns must be identified without prior examples.

AINeutralarXiv – CS AI · May 126/10
🧠

TIDES: Implicit Time-Awareness in Selective State Space Models

Researchers introduce TIDES, a new selective state space model architecture that combines the expressivity of input-dependent models like Mamba with the native irregular time-series handling of continuous-time models like S5. By moving input-dependence to the state matrix rather than the discretization step, TIDES maintains the physical meaning of time intervals while preserving per-token expressivity, achieving state-of-the-art results on time-series benchmarks.

AINeutralarXiv – CS AI · May 126/10
🧠

Intervention-Based Time Series Causal Discovery via Simulator-Generated Interventional Distributions

Researchers introduce SVAR-FM, a framework that uses physics-based simulators to discover causal relationships in time series data by treating simulation interventions as Pearl's do operator. The method recovers correct causal directions where observational methods fail due to confounding, with theoretical guarantees and empirical validation across multiple scientific domains.

AINeutralarXiv – CS AI · May 126/10
🧠

Yield Curve Forecasting using Machine Learning and Econometrics: A Comparative Analysis

A comprehensive study comparing machine learning, deep learning, and traditional econometric methods for forecasting U.S. Treasury yield curves reveals that classical ARIMA models and naive benchmarks generally outperform advanced algorithms, though TimeGPT and RNNs show promise among machine learning approaches. The research challenges assumptions about deep learning's universal superiority in financial forecasting.

AINeutralarXiv – CS AI · May 116/10
🧠

Mask2Cause: Causal Discovery via Adjacency Constrained Causal Attention

Researchers introduce Mask2Cause, a deep learning framework that discovers causal relationships in time series data by integrating causal graph extraction directly into the forecasting process. The method achieves state-of-the-art results while reducing model parameters by over 70% compared to existing approaches.

AINeutralarXiv – CS AI · May 116/10
🧠

TSRBench: A Comprehensive Multi-task Multi-modal Time Series Reasoning Benchmark for Generalist Models

TSRBench introduces a comprehensive benchmark with 4,125 problems across 14 domains to evaluate how well AI models perform at time series reasoning tasks. Testing 30+ leading models reveals that current LLMs and multimodal models struggle with numerical forecasting despite strong semantic understanding, and fail to effectively combine textual and visual data inputs.

Page 1 of 3Next →