What do these badges mean?
- 🚀ShippingCode exists. Multiple GitHub repos already reference this paper — people are building on it.
- 📈ClimbingCitation velocity is rising. Researchers are starting to pick it up.
- 💤QuietPublished but no notable signal yet. Most papers live here — could become anything later.
- 🎭HypeHeavy social buzz but no shipping signal. The counter-signal — defer until Twitter/X data is wired up.
- 💤Quiet2608.23473·Aug 24, 2026·~8 mincs.LGcs.AI
MetaCaster: Meta-Harness-Optimized Agent for End-to-End Few-Shot Learning of Lightweight Time Series Forecasters
ChengAo Shen, Wenchao Yu, Fangyu Wu, Dongjin Song, +5
⭐ 0 stars / 0 repos📚 0 citesELI5MetaCaster is a system where AI agents help create small, fast forecasting models that work well even when you only have a few examples of data. Instead of the agent doing the forecasting itself, it acts like a coach that generates extra training examples and automatically tunes a lightweight model to do the job.
Problem solvedCompanies need forecasting models that are fast and cheap to run, but these small models usually need lots of training data. MetaCaster solves this by letting agents generate synthetic training data, so you can build good forecasters from just a handful of real examples—critical for privacy-sensitive or scarce data scenarios.
- 💤Quiet2608.23416·Aug 24, 2026·~5 mincs.LGq-fin.PM
The Axiomatic Trader: Latent Regularity, Information Budgets, and the Canonical Form of a Quantitative Investment System
Jiayu Li
⭐ 0 stars / 0 repos📚 0 citesELI5A framework that describes what makes trading strategies work by identifying five key numbers—how often patterns repeat, how accurate your model is, how long trends last, signal strength, and regime dependency—which together determine what a winning trading system needs to look like.
Problem solvedQuantitative traders build systems that often fail because they don't understand the underlying principles driving market regularities. This framework gives traders a principled way to diagnose what properties a market has and what trading system architecture will actually work on it.
- 💤Quiet2608.21324·Aug 21, 2026·~6 mincs.LG
Time-Aware Tranformer-Based Prediction Model for AECOPD
Weihao Qu, Ling Zheng, Dongyang Wang, Jiacun Wang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A new AI system predicts when COPD patients will have dangerous breathing crises by analyzing data from their home ventilators in real-time, rather than waiting for lab results—catching problems hours or days faster.
Problem solvedCOPD exacerbations change rapidly and require urgent treatment, but traditional prediction relies on clinical labs that take time to process. Home ventilator data is available instantly, so this model catches deterioration earlier to enable faster intervention.
- 💤Quiet2608.21277·Aug 21, 2026·~9 mincs.LG
ConceptTS: LLM-Guided Concept Bottlenecks for Interpretable Multivariate Time-Series Forecasting
Yichen Jiang, Yueqiao Chen, Dongyu Liu
⭐ 0 stars / 0 repos📚 0 citesELI5This system teaches an AI to forecast future time-series data (like air quality over time) by first breaking down its reasoning into human-readable concepts—like 'pollution trend' or 'weather pattern'—which it learns from an LLM's suggestions. Instead of a black box, you can see exactly which concepts the model used to make each prediction.
Problem solvedTime-series forecasting models are accurate but opaque—you can't tell why they predicted what they did, making them risky for regulated domains like environmental monitoring or finance. This adds interpretability without sacrificing accuracy, so practitioners can audit predictions and spot when the model relies on suspicious patterns.
- 💤Quiet2608.21251·Aug 21, 2026·~12 mincs.LGstat.ML
TRACE-C: Rank-Calibrated Relational Anomaly Detection for Multi-Stream Operational Telemetry
Matthew Faucher
⭐ 0 stars / 0 repos📚 0 citesELI5A system that detects when multiple data streams (like power grid sensors) are acting strangely together, even if each one looks normal individually—by comparing their relationships to each other rather than just checking each stream in isolation.
Problem solvedPower grid operators and other industrial systems need to spot anomalies in multi-sensor telemetry where individual readings are fine but their patterns together signal problems. Existing methods miss these correlated anomalies because they monitor streams independently.
- 💤Quiet2608.20285·Aug 20, 2026·~5 mincs.LG
Dynamic Structural Causal Modeling for Sleep
Ranveer Singh, Saurabh Mathur, Pranuthi Tenali, Arun Badi, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers used statistical techniques to figure out what causes sleep apnea events in different groups of patients by analyzing breathing and oxygen data from home sleep tests. They discovered that the causal relationships differ between men/women and younger/older patients, which could lead to better personalized treatments.
Problem solvedSleep apnea treatment is one-size-fits-all despite affecting different patient groups differently. By mapping out the causal chains of what triggers apnea episodes in specific populations, doctors can now develop targeted interventions instead of generic ones.
- 💤Quiet2608.20052·Aug 20, 2026·~10 mincs.LG
DecoVAE: a Lightweight Interpretable Trend-Seasonal VAE Framework for Efficient Probabilistic Time Series Forecasting
Alexander Marusov, Dmitry Anikin, Alexey Zaytsev
⭐ 0 stars / 0 repos📚 0 citesELI5A smarter forecasting model that splits time series data into trend (long-term direction) and seasonal (repeating patterns) parts using different math tricks for each, then recombines them—like having specialized tools for different types of changes instead of one generic tool.
Problem solvedTime series forecasting models are either accurate but bloated, or fast but inaccurate. This lightweight model captures both trend and seasonal patterns better while using 93% fewer weights and running 74% faster than competing methods.
- 💤Quiet2608.20044·Aug 20, 2026·~9 mincs.LG
End-to-end Early Classification of Time Series in Non-Stationary Environments
Aurélien Renault, Alexis Bondu, Antoine Cornuéjols, Vincent Lemaire
⭐ 0 stars / 0 repos📚 0 citesELI5A system that learns to make predictions on streaming data as soon as it has enough information, without waiting for the full sequence. It handles situations where the data patterns keep changing over time by learning classification, timing, and feature representation all together rather than separately.
Problem solvedReal-world time series (sensor data, stock prices, etc.) change behavior over time, making it hard to decide when to classify and which features matter. Existing methods treat these as separate problems and assume stable patterns, failing when conditions drift—this work makes classification and timing decisions jointly to adapt to change.
- 💤Quiet2608.20025·Aug 20, 2026·~8 mincs.LG
CLaST: Context-aware Contrastive VAE for Probabilistic Time Series Forecasting
Alexander Marusov, Dmitry Anikin, Petr Sokerin, Vitaliy Pozdnyakov, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A neural network model that predicts future time series values (like stock prices or energy demand) by learning to group similar past patterns together, then using those patterns to make better probability estimates about what comes next.
Problem solvedCurrent forecasting models struggle to understand which past patterns are actually similar to each other, resulting in weak predictions. This model learns meaningful patterns from context, improving forecast accuracy by up to 48% on longer-term predictions.
- 💤Quiet2608.20024·Aug 20, 2026·~13 mincs.LG
Systematic Evaluation of TabPFN-TS for Zero-Shot Probabilistic Heat Load Forecasting in District Heating Networks
Ben Spoek, Karim K. Ben Hicham, Kai Derzsi, Philipp Althaus, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A model trained on fake data instead of real data can predict heat demand in district heating systems without retraining for each new building or network—it adapts on the fly from recent observations, much like a weather forecaster who learns patterns from a few days of current conditions.
Problem solvedDistrict heating operators waste time and resources retraining forecasting models every time their network changes (new buildings, retrofits, system updates). This model works out-of-the-box on new networks without retraining, saving operational overhead while maintaining forecast accuracy for scheduling.
- 💤Quiet2608.20005·Aug 20, 2026·~8 mincs.LG
Scale-Aware Pretraining of Time Series Foundation Models via Multi-Patch Token Alignment and Hybrid Masking
Taihua Chen, Xiang Ma, Yixin Zhang, Tailin Zhan, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A training method that lets a single time series model work well across datasets with different measurement frequencies (like hourly vs. daily data), by aligning how the model handles different chunk sizes and using a smarter masking approach during training.
Problem solvedTime series models struggle when trained on mixed datasets with different sampling rates—they either need separate models per frequency or waste capacity with a one-size-fits-all approach. SATS fixes this by making one model handle all frequencies efficiently without sacrificing accuracy.
- 💤Quiet2608.19171·Aug 19, 2026·~14 mincs.LG
Lévy Attention: Single-Pass Predictive Uncertainty for Continuous-Time Attention
Sotirios P. Chatzis, Loukas Papadoulas
⭐ 0 stars / 0 repos📚 0 citesELI5A smarter attention mechanism for time-series models that automatically tells you how confident it should be in each prediction—without extra computation. It works like regular attention but uses a mathematical trick (Poisson random measures) to extract both a prediction and a measure of uncertainty from the same pass.
Problem solvedTime-series models on irregular data can make predictions but have no built-in way to quantify uncertainty without expensive ensemble methods. This lets you get calibrated confidence intervals for free, which matters for high-stakes applications like patient risk ranking where you need to know which predictions to trust.
- 💤Quiet2608.19119·Aug 19, 2026·~9 mincs.LGcs.AI
Discretizing Continuous Time Series for Imputation with Masked Diffusion Training
Dongbin Kim, Seungyun Lee, Geonwoo Shin, Jaewook Lee
⭐ 0 stars / 0 repos📚 0 citesELI5A model that fills in missing values in time series data by learning to predict the original measurements directly, using a special masking approach borrowed from image models. It treats continuous data as discrete tokens while preserving their ordered relationships.
Problem solvedTime series datasets often have gaps due to sensor failures or data collection issues. Existing methods struggle because they treat missing and real values the same way, and many are slow or inaccurate. This approach is faster and more robust across different types of missing data patterns.
- 💤Quiet2608.18021·Aug 18, 2026·~11 mincs.LG
Revisiting WEASEL 2.0: Reproduction, Sensitivity, and an Adaptive Ensemble-Size Rule
Cian Higgins, Gerard Carrigan, Pinar Sungu Isiacik, Georgiana Ifrim
⭐ 0 stars / 0 repos📚 0 citesELI5A time series classification method called WEASEL 2.0 uses random sliding windows to extract features from sequential data. This paper checks if the original settings actually work well, finds one rule wastes memory on long sequences, and proposes a smarter rule that cuts memory use by ~37 MB without losing accuracy.
Problem solvedWEASEL 2.0's original hyperparameter thresholds were guessed, not tested—leading to unnecessary memory and compute waste on long time series datasets. Practitioners need clarity on which settings actually matter and ways to optimize for their data characteristics.
- 💤Quiet2608.16833·Aug 17, 2026·~7 mincs.LG
Time-Aware Validation of Machine Learning Fuel Consumption Models: Evidence from 1\,Hz Operational Data, CCGS \textit{Sir Wilfrid Laurier}
Samarasimha Reddy Chittamuru, Ayhan Akinturk, Allison Kennedy, Joshua Barnes, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Ships burn fuel at different rates depending on how they're operated. This paper shows that most fuel prediction models are tested in ways that accidentally give them future information, making them look better than they actually work. Using proper time-based testing on real ship data, the authors show what models actually perform in the real world.
Problem solvedMaritime operators need accurate fuel consumption predictions to optimize routes and reduce emissions, but existing models are validated using methods that leak future data into training, making their real-world performance much worse than reported. This creates a disconnect between lab results and actual ship operations.
- 💤Quiet2608.14456·Aug 14, 2026·~12 mincs.AI
Shift Aware Transfer Learning with Adaptive Dual-Encoder Fusion for PM Forecasting in Data-Limited Environments
Shahab Band, Hamed Mohammadi
⭐ 0 stars / 0 repos📚 0 citesELI5A system that predicts air pollution levels in Taiwan by combining knowledge learned from U.S. pollution data with local Taiwan patterns. It uses two separate neural network branches—one frozen from U.S. training, one trained fresh on Taiwan data—to balance general knowledge with local adaptation.
Problem solvedAir quality forecasting fails when you have limited local data and conditions differ from training regions. This method prevents negative transfer while capturing complex temporal patterns, improving PM2.5 prediction accuracy by ~7% over standard transfer learning.
- 💤Quiet2608.13518·Aug 13, 2026·~10 mincs.LGcs.CV
Intervention-Aware Clinical World Model for Post-Op Outcome Forecasting in Cardiology
Yunsung Chung, Yingshuo Liu, Abboud F. Hassan, Han Feng, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A model that watches how a patient recovers after heart ablation surgery by tracking irregular medical events (tests, medications, imaging) over time, updating its risk prediction as new information arrives—like predicting if arrhythmia will come back based on the full recovery story, not just baseline data.
Problem solvedAfter heart procedures, doctors need to know who's at risk of relapse, but current models ignore the messy, asynchronous patient data collected during recovery. This system uses the actual post-op timeline to give better recurrence predictions without requiring follow-up imaging.
- 💤Quiet2608.07427·Aug 7, 2026·~11 mincs.AIcs.PF
A Picture is Worth a Thousand Tokens: How Vision Language Models Cut AI Energy Costs While Improving Accuracy
Bhavika Jalli, Nikhil Korati Prasanna, Jayanta Choudhury
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of converting time-series data (like network metrics) into thousands of text tokens, researchers convert them to images and feed them to vision-language models, cutting input size 3.6-10x and energy use 1.8-2.5x while actually getting more accurate predictions.
Problem solvedLLM inference burns massive energy proportional to input tokens. Telecom monitoring and time-series analysis create thousands of tokens from numerical data, making inference expensive and hitting context limits. This approach slashes both energy and input size while improving accuracy.
- 💤Quiet2608.07363·Aug 7, 2026·~11 mincs.AI
QFCQT: A Chaotically Gated Quantformer Framework for Volatile Time-Series Forecasting
Junkai Lin, Siqi Hou, Raymond Lee
⭐ 0 stars / 0 repos📚 0 citesELI5A new time-series forecasting model that uses chaotic oscillator-based activations instead of standard neural network functions to better catch sudden jumps and swings in volatile data like stock prices or power consumption.
Problem solvedStandard deep learning forecasters struggle with sudden regime changes and volatility spikes in financial or energy data because their smooth activation functions can't react fast enough to abrupt shifts.
- 💤Quiet2608.07333·Aug 7, 2026·~13 mincs.LG
When GNNs Fail: Quantifying and Overcoming Temporal Correlation Volatility in Time Series
Chen Shao, Yue Wang, Zhenyi Zhu, Zhanbo Huang, +3
⭐ 0 stars / 0 repos📚 0 citesELI5When you model time series as networks where connections between series change dramatically over time, standard graph neural networks fail because they assume stable relationships. This paper identifies when and why that happens, then builds a better GNN layer that adapts to shifting connections.
Problem solvedCompanies forecasting multiple related metrics (like energy demand across regions or stock prices) lose prediction accuracy when the correlations between series shift unpredictably. Existing GNNs assume static relationships and degrade sharply when reality doesn't match that assumption.
- 💤Quiet2608.06340·Aug 6, 2026·~14 minstat.MLcs.LGmath.ST
Scalable estimation of VARMA models
Daniel Paulin, Victor Elvira
⭐ 0 stars / 0 repos📚 0 citesELI5A new method makes it practical to fit VARMA models (statistical models for time series with multiple variables) by replacing the expensive likelihood computation with fast Fourier-based calculations, so each optimization step takes the same time regardless of how long your dataset is.
Problem solvedVARMA models are more efficient than simpler VAR models but were impractical at scale because fitting them required scanning the entire time series repeatedly and solving non-convex problems. This method unblocks practitioners who need compact models for high-dimensional forecasting without VAR's bloat.
- 💤Quiet2608.06294·Aug 6, 2026·~11 mincs.AIcs.ET
QuanTiMedAI: Quantum-Enhanced Time-Series Model guided by Agentic AI for Cardiac Arrest Mortality Prediction
Mutasim Fuad Sarker, Adiba Rahman Namira, Wafa Binte Alam, Md Adnan Arefeen, +2
⭐ 0 stars / 0 repos📚 0 citesELI5A system that predicts which cardiac arrest patients will survive using quantum computing and AI agents. It watches how a patient's vital signs change over time in the ICU rather than just looking at initial measurements, and uses an AI assistant to pick the most important signals to monitor.
Problem solvedDoctors need early warnings about cardiac arrest patients who won't survive so they can adjust care plans. Current prediction tools only look at snapshot data from admission, missing the critical patterns of how patients get worse or improve over hours and days in the ICU.
- 💤Quiet2608.03927·Aug 4, 2026·~10 mincs.LG
A Physics-Flavored Transformer Network for Parametrizing Contraction Dynamics of Engineered Skeletal Muscle Tissues
Mattias Luber, Timo Betz
⭐ 0 stars / 0 repos📚 0 citesELI5A neural network that learns to read muscle tissue force measurements and automatically extract the key parameters describing how they contract, by first learning from simulated data and then fine-tuning on real noisy measurements without manual labels.
Problem solvedBiologists currently waste muscle tissue data by only measuring peak force, missing crucial contraction dynamics. Extracting full kinetic parameters requires complex math models that don't scale. This tool automates that extraction from raw force measurements at scale.
- 💤Quiet2607.29621·Jul 31, 2026·~12 mincs.LGcs.AI
CENDRe: Concept Extraction with Natural Domain Representations
Antonia Holzapfel, Andres Felipe Posada Moreno, Sebastian Trimpe
⭐ 0 stars / 0 repos📚 0 citesELI5A method that automatically finds and explains what patterns a neural network is actually looking at when it analyzes time-series data — like vibration or sensor readings — by checking both what happens over time and what frequencies matter most.
Problem solvedEngineers need to trust AI models making critical decisions (like detecting machine failures), but existing explainability tools either miss important frequency patterns, require guessing how many concepts to find, or point to the wrong parts of the data. This automatically finds the right concepts and explanations in both time and frequency domains.
- 💤Quiet2607.24673·Jul 27, 2026·~6 mincs.LGstat.ME
Causal-TS: A Python Library for Causal Discovery in High-Dimensional and Nonstationary Time Series
Mohammad Fesanghary
⭐ 0 stars / 0 repos📚 0 citesELI5A toolkit that figures out what causes what in messy, changing time series data (like stock prices or sensor readings). It detects when the rules suddenly change and re-learns relationships for each new period.
Problem solvedTime series causal discovery is hard when data is high-dimensional, patterns shift over time, or you need GPU speed. This library bundles proven algorithms with automatic changepoint detection so practitioners can go from raw data to causal estimates without building from scratch.
- 💤Quiet2607.22491·Jul 24, 2026·~8 mincs.LG
Susceptible Reservoir Architectures for Regime-Conditional Volatility Forecasting
Aliaksei Kaliutau
⭐ 0 stars / 0 repos📚 0 citesELI5A new machine learning system for predicting how volatile stock prices will be by using special reservoir-style neural networks that understand different market conditions (calm vs. stressed). It treats volatility forecasting like multiple experts, each specialized in recognizing what kind of market state you're in.
Problem solvedStock traders and risk managers need accurate volatility forecasts, but most volatility is just noise and past values repeating—leaving little signal for AI to find. This approach extracts hidden patterns by conditioning on market regimes, beating traditional GARCH models on some assets.
- 💤Quiet2607.21573·Jul 23, 2026·~9 mincs.LGcs.AI
Beyond Sufficiency: Time Series Explanation with Counterfactual Necessity
Hongnan Ma, Yiwei Shi, Mengyue Yang, Weiru Liu
⭐ 0 stars / 0 repos📚 0 citesELI5This method explains what parts of a time series a model actually needs to make its prediction, not just what parts happen to support it. It's like finding which ingredients are truly essential to a recipe versus which ones just taste good but aren't necessary.
Problem solvedCurrent time-series explanation methods highlight parts that correlate with predictions but aren't actually critical—like flagging a red herring in a detective story. You need to know what the model genuinely depends on, not just what correlates with its answer.
- 💤Quiet2607.21444·Jul 23, 2026·~13 minmath.OCcs.LG
Climate-resilient electric vehicle charging infrastructure for sustainable cities: An interpretable causal-ensemble framework for preventive maintenance and low-carbon mobility
Cande Lian, Wentao Zeng, Jiabin Wu, Yiming Bie, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A system that predicts which EV charging stations will break down in the next 1–30 days by blending weather data, equipment history, and usage patterns, then uses causal analysis to figure out which climate factors actually cause failures and by how much.
Problem solvedEV charging networks fail unpredictably in extreme heat and storms, forcing expensive emergency repairs and service gaps. Knowing which stations will fail weeks ahead lets cities fix them before they break, keeping the grid reliable and keeping people using electric vehicles.
- 💤Quiet2607.20309·Jul 22, 2026·~12 minstat.MLcs.LG
Adaptive deep nonparametric regression from dependent data under covariate shift
William Kengne, Ehud Mossa Ockegna
⭐ 0 stars / 0 repos📚 0 citesELI5When you train a model on one type of data but need it to work on different data, standard methods fail. This paper shows how to use deep neural networks to learn from shifted data while handling time-series dependencies, achieving the same accuracy as if your training and test data matched.
Problem solvedIn real applications, training data and real-world data often come from different distributions (e.g., different user demographics, market conditions). Existing methods assume the data is independent and identically distributed, breaking down when distributions shift or data points are correlated over time.
- 💤Quiet2607.14871·Jul 16, 2026·~11 mincs.LGcs.AI
Asymmetric Peak-Aware Loss for Peak-Critical Time Series Forecasting
Theivaprakasham Hari, Yanan Xin, Winnie Daamen, Serge Paul Hoogendoorn, +1
⭐ 0 stars / 0 repos📚 0 citesELI5A better way to train time-series forecasters that cares more about getting the spikes right (like sudden crowd surges) rather than being equally accurate everywhere. It penalizes missing peaks harder and focuses training on those critical moments.
Problem solvedIn real forecasting systems like demand prediction, missing a spike is far costlier than slightly overestimating average demand, but standard models train to minimize overall error equally. This causes them to fail exactly when it matters most—during peaks.
- 💤Quiet2607.09662·Jul 10, 2026·~12 minq-bio.NCcs.AIcs.LG
PHINN-EEG: Topological Time-Series Analysis of Dream-State EEG -- Dynamic Betti Curves for Dream Content Classification and Topology-Conditioned Neural Signal Synthesis
Ren Takahashi, Emre Yusuf, Jayabrata Bhaduri
⭐ 0 stars / 0 repos📚 0 citesELI5This paper uses topological mathematics (studying how shapes and patterns connect) on EEG brain waves to detect when people are dreaming, then generates synthetic dream EEG signals. Instead of just measuring signal power like current methods, it analyzes the geometric structure of neural activity patterns.
Problem solvedCurrent dream detection from EEG barely works (70% accuracy). This matters for brain-computer interfaces and sleep research where you need to know what state someone's brain is in. The paper proposes topology-based features that theoretically achieve much higher accuracy (82-90%) by capturing the actual geometry of brain activity patterns.
- 💤Quiet2607.08555·Jul 9, 2026·~8 mincs.LG
CAAD: Causality-Aware Multivariate Time Series Anomaly Detection via Multi-Scale Alignment and Structural Causal Consistency
Xin Wang, Yunshi Wen, Yanan He, Haotian Xu, +3
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of just looking at whether sensor readings change over time, this system checks whether the relationships between sensors break down—like noticing when a temperature sensor stops affecting a pressure sensor like it normally does. It catches the invisible failures that happen before obvious numbers go haywire.
Problem solvedIndustrial systems fail due to broken internal relationships between components, not just weird readings. Current anomaly detectors miss these silent failures until they cascade into disasters. This catches causal breakdowns early, preventing costly downtime in factories and power plants.
- 💤Quiet2607.08475·Jul 9, 2026·~10 mincs.LG
Frequency-Domain Multi-Modality Transportation Modeling
Jiewen Deng, Hangchen Liu, Junchen Li, Boyuan Zhang, +1
⭐ 0 stars / 0 repos📚 0 citesELI5This method predicts traffic and transit patterns by analyzing how different transportation modes (cars, buses, trains) interact with each other in the frequency domain—like tuning a radio to pick up the right signals from each mode instead of treating them all the same way.
Problem solvedTraffic forecasting systems struggle because different transportation modes have different rhythms and don't interact uniformly across time scales. Existing methods can't selectively learn which modes help predict each other at different frequencies, leading to poor predictions and wasted effort learning irrelevant cross-mode patterns.
- 💤Quiet2607.07640·Jul 8, 2026·~10 mincs.LGcs.AI
ALER-TI: Aligned Latent Embedding Retrieval for Time Series Imputation
Xuan-Thong Truong, Trung-Kien Le, Tung Kieu, Thi-Thu Nguyen, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When time series data has missing values, this system finds similar complete patterns from historical data and uses them to fill gaps better. It aligns the patterns smartly so old data can help with new broken sequences.
Problem solvedTime series imputation struggles with non-repeating patterns and weak temporal correlations using only nearby data. This lets you retrieve and reuse relevant historical sequences, making reconstruction more reliable when local context is poor.
- 💤Quiet2607.07634·Jul 8, 2026·~11 minquant-phcs.AI
QCNN with Rough Path Signature Kernels
Leonardo Nogueira Falabella, Vasily Sazonov
⭐ 0 stars / 0 repos📚 0 citesELI5A hybrid system combining quantum computers with classical AI to classify time series (like handwritten digits over time) by using a mathematical trick called path signatures that ignores how fast or slow the writing happens.
Problem solvedTime series classification is hard because the same pattern written fast or slow looks different to models. This approach uses path signatures (a math framework immune to speed changes) plus quantum computing to make feature extraction more efficient.
- 💤Quiet2607.06504·Jul 7, 2026·~9 mincs.AI
RMISC: A Large-scale Real-world Multivariate Corpus for Time Series Foundation Models
Qian Sun, Yong-Ming Tian, Jia-Wei Huang, Cheng Feng, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built a massive collection of real-world time series data (142 billion data points across 200 datasets) and used it to train AI models that predict sequences of numbers over time, then tested whether models trained on real data beat those trained on fake synthetic data.
Problem solvedMost time series AI models today train on synthetic data because it's cheap to generate at scale, but nobody knew if real-world data would actually make them work better. This dataset and benchmark lets teams test whether investing in real data collection pays off in model performance.
- 💤Quiet2607.02437·Jul 2, 2026·~10 mincs.LG
Extreme Adaptive Transformer for Time Series Forecasting
Sanjeev Shrestha, Hui Liu, Yifan Zhang
⭐ 0 stars / 0 repos📚 0 citesELI5A smarter AI model for predicting water flow that pays special attention to rare dangerous floods, not just average patterns. Instead of treating all data points equally, it has a spotlight that focuses on extreme events.
Problem solvedFlood forecasting models miss rare but critical peak water levels because they treat all data equally. This causes poor predictions exactly when early warnings matter most—during dangerous flooding events.
- 💤Quiet2606.30500·Jun 29, 2026·~3 minstat.MLcs.LGstat.CO
Doubly Robust Adaptive Conformal Inference for Causal Effects Under Temporal Dependence
Andreas Koukorinis, Ricardo Silva
⭐ 0 stars / 0 repos📚 0 citesELI5A method that builds reliable confidence bands around causal effect estimates when your data points are correlated over time (like stock prices or patient measurements), using a doubly-robust approach that works even if one of your statistical models is slightly wrong.
Problem solvedCausal inference with time-series data is tricky because observations aren't independent, and standard confidence intervals become unreliable. This fixes that by combining two estimation strategies so you get valid uncertainty estimates even when modeling assumptions slip.
- 💤Quiet2606.30398·Jun 29, 2026·~7 mincs.AIcs.IRcs.LG
ENC-ODE: Event-level Neurodegenerative Modeling in Continuous Time with Neural ODEs
Yujee Song, Seunghun Baek, Guorong Wu, Won Hwa Kim
⭐ 0 stars / 0 repos📚 0 citesELI5A system that predicts how brain biomarkers (like brain volume) will change over time in patients with Alzheimer's disease, even when their medical visits are sparse and irregular. It learns from clinical events rather than treating time as a continuous stream.
Problem solvedPredicting Alzheimer's progression requires frequent patient visits to track biomarker changes, but these visits are expensive and burdensome. This model works with sparse, irregularly-spaced data to forecast future brain changes for earlier diagnosis and better patient management.
- 💤Quiet2606.28228·Jun 26, 2026·~8 mincs.LGstat.ML
Disentangling Continuous-Time Latent Dynamics: Identifiability of Latent SDEs via Diffusion Shifts
Yuanyuan Wang, Wenjie Wang, Haoxuan Li, Mingming Gong, +1
⭐ 0 stars / 0 repos📚 0 citesELI5When you record time-series data from sensors in different conditions, you can figure out the hidden factors driving the system by looking at how the randomness (noise) changes between conditions — even if the underlying dynamics are hidden inside a complex transformation.
Problem solvedTime-series data hides causal structure behind unknown transformations and randomness. Previous methods only worked for discrete-time models; this enables recovery of true latent dynamics from continuous-time systems like sensor networks or physical processes, without needing sparse assumptions on the relationships.
- 💤Quiet2606.27282·Jun 25, 2026·~12 mincs.LG
How Good Can Linear Models Be for Time-Series Forecasting?
Lang Huang, Jinglue Xu, Luke Darlow
⭐ 0 stars / 0 repos📚 0 citesELI5Simple linear models (Ridge regression) can beat fancy transformers at forecasting if you tune how much historical data to use, how to normalize it, and how much to regularize—suggesting researchers have been overcomplicating time-series forecasting.
Problem solvedTeams building forecasting systems assumed bigger models = better accuracy, leading to expensive transformer deployments. This shows cheap, interpretable linear models often work better when preprocessing is optimized, saving compute and making decisions auditable.
- 💤Quiet2606.20459·Jun 18, 2026·~8 mincs.AI
Context-Aware Hierarchical Bayesian Modeling of IVF Laboratory Environmental Conditions
Zahra Asghari Varzaneh, Reza Khoshkangini, Pia Saldeen, Lars Johansson, +1
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers discovered that precise, continuous monitoring of temperature and humidity in IVF incubators—tracking things like how quickly conditions recover after stress—predicts pregnancy success far better than just averaging sensor readings. They built a model that learns these patterns from one clinic and applies them to another.
Problem solvedIVF clinics waste detailed environmental sensor data by only looking at averages, missing the real dynamics that affect embryo viability. This work shows that capturing environmental stability patterns can improve success prediction and transfer insights across clinics.
- 💤Quiet2606.20443·Jun 18, 2026·~7 mineess.SYcs.LGmath.AT
Topological Data Analysis for High-Dimensional Dynamic Process Monitoring
Angan Mukherjee, Tyler A. Soderstrom, Michael J. Kurtz, Victor M. Zavala
⭐ 0 stars / 0 repos📚 0 citesELI5Instead of looking at individual numbers in sensor data, this method looks at the overall shape and structure of the data to spot problems—like noticing a patient's vital signs pattern has changed rather than just checking if one number is high.
Problem solvedFactory monitoring systems get overwhelmed by high-dimensional sensor data and miss subtle problems. This approach catches equipment failures and anomalies earlier by tracking how the data's underlying structure evolves, not just individual measurements.
- 💤Quiet2606.19292·Jun 17, 2026·~10 mincs.LG
Risk Stratification for ICU Delirium using Pervasive Ambient Sensing Information
Jiaqing Zhang, Sabyasachi Bandyopadhyay, Miguel Contreras, Jessica Sena, +7
⭐ 0 stars / 0 repos📚 0 citesELI5Researchers built AI models that predict which ICU patients will develop delirium (confusion/disorientation) by analyzing room noise and light levels—basically, the hospital environment itself—rather than just medical tests. Sound data alone was surprisingly good at spotting high-risk patients.
Problem solvedICU delirium costs hospitals millions and harms patients, but doctors catch it late. This work shows you can predict it days ahead using cheap sensors already available, letting staff intervene early instead of waiting for symptoms to appear.
- 💤Quiet2606.19255·Jun 17, 2026·~8 mincs.LG
SCAN: Enhance Time Series Anomaly Detection via Multi-Scale Neighborhood-Centered Clustering
Xingze Zheng, Hanyin Cheng, Siyuan Wang, Yiting Hao, +3
⭐ 0 stars / 0 repos📚 0 citesELI5A new method for detecting unusual patterns in time-series data (like sensor readings over time) by using multiple levels of clustering to help neural networks learn what's normal, then flagging deviations from both reconstruction errors and cluster membership patterns.
Problem solvedCurrent anomaly detection methods either learn too broadly (missing real anomalies) or too narrowly (false alarms). This combines clustering with reconstruction to get a better balance, making detection more reliable in real industrial and monitoring applications.
- 💤Quiet2606.17028·Jun 15, 2026·~13 mincs.LGcs.AIcs.AR
HAMON: Passive Optical Sequence Mixing for Long-Horizon Forecasting
Alper Yıldırım
⭐ 23 stars / 13 repos📚 0 citesELI5Instead of using neural networks to predict future time series, researchers built a system that encodes past data into light patterns and uses optical lenses to naturally shape those patterns into predictions—like letting physics do the forecasting work.
Problem solvedTime-series forecasting often doesn't need complex neural networks, yet we still build them as digital software. This explores whether optical hardware can do the same job more efficiently, offering a path toward specialized hardware that's faster and uses less power.
- 💤Quiet2606.17014·Jun 15, 2026·~13 mincs.LGmath.STstat.ML
Filtered Conformal Ellipsoids for Graph-Native Time Series
Yannick Limmer
⭐ 23 stars / 8 repos📚 0 citesELI5When predicting multiple related time series together (like traffic speeds at different locations), you need prediction boxes that cover the right answers. This paper uses a learned prediction model to shape those boxes and then calibrates their size using past prediction errors, so the boxes are tight but still reliable.
Problem solvedMulti-step time series forecasts need confidence regions that account for correlations between variables and stay valid under distribution shift. Existing methods either assume Gaussian tails (risky) or ignore learned structure; this approach combines a learned filter's covariance with calibration to get tighter, guaranteed-valid prediction sets.