A Set-Sequence Model for Time Series
Elliot L. Epstein, Apaar Sadhwani, Kay Giesecke

TL;DR
Set-Sequence is a novel model that captures cross-sectional effects in large collections of time series without manual feature engineering, improving prediction accuracy and interpretability in finance and economics applications.
Contribution
It introduces a permutation-invariant Set module integrated with sequence models, enabling direct learning of cross-sectional structure and scalable prediction across unaligned and varying-sized series.
Findings
Outperforms baselines in synthetic contagion task
Achieves higher Sharpe ratios in portfolio optimization
Improves AUC in loan risk prediction
Abstract
Many prediction problems across science and engineering, especially in finance and economics, involve large cross-sections of individual time series, where each unit (e.g., a loan, stock, or customer) is driven by unit-level features and latent cross-sectional dynamics. While sequence models have advanced per-unit temporal prediction, capturing cross-sectional effects often still relies on hand-crafted summary features. We propose Set-Sequence, a model that learns cross-sectional structure directly, enhancing expressivity and eliminating manual feature engineering. At each time step, a permutation-invariant Set module summarizes the unit set; a Sequence module then models each unit's dynamics conditioned on both its features and the learned summary. The architecture accommodates unaligned series, supports varying numbers of units at inference, integrates with standard sequence backbones…
Peer Reviews
Decision·Submitted to ICLR 2026
- The proposed model addresses the challenge of cross-sectional modeling. - Linear scaling in the number of units is a practical advantage. - The expressivity result under exchangeability maps naturally to factor-model intuition: cross-sectional moments summarize latent common variation.
- The assumption of exchangeability is strong, which may not generally hold in real markets across all periods. - It’s unclear how stable the model is across market regimes, such as bull vs. bear and calm vs. crisis. Performance may be different at distinct periods and events.
- The idea is clear: set over units → sequence over time. - The method is scalable, with theoretical complexity analysis, and can be extended when M is large. - Empirical results are broad and strong, both in Synthetic contagion and real-world datasets. - The model gives the Interpretability.
- The Set-Sequence architecture extends the idea of multiple instance learning mean pooling to the temporal domain. There are a few related works that are encouraged to be discussed or compared. [1] Zaheer, Manzil, et al. "Deep sets." Advances in neural information processing systems 30 (2017). [2] Ilse, Maximilian, Jakub Tomczak, and Max Welling. "Attention-based deep multiple instance learning." International conference on machine learning. PMLR, 2018. [3] Chen, Xiwen, et al. "TimeMIL: Adva
Strength 1: Set-Sequence models cross-sectional dependencies as a permutation-invariant set summary. Linear pooling plus a shallow readout is proven to uniformly approximate any continuous permutation-invariant target. This result supplies an expressive lower bound under exchangeability and directly informs the choice of pooling order and hyper-parameters. Strength 2: The module plugs into any temporal backbone with Θ(M) complexity. A single scan and per-unit temporal update reduce FLOPs by an
Limited methodological novelty: The proposed Set-Sequence model lacks substantial innovation. It simply combines an existing permutation-invariant set encoder with a standard sequential backbone, following the design principles of Deep Sets and Set Transformer with only minor modifications. Theoretical results are mostly restatements of known approximation properties rather than new insights. Overall, the contribution feels more like an engineering integration than a novel modeling paradigm. Ou
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Machine Learning in Healthcare · Time Series Analysis and Forecasting
MethodsSparse Evolutionary Training
