TL;DR
JointFM is the primary AI basis mannequin for zero-shot joint distributional forecasting in multivariate time-series techniques. By producing coherent future situations in milliseconds, it allows real-time portfolio decision-making with out the lag of conventional numerical simulations. JointFM represents a paradigm shift in quantitative modeling: educated on an infinite stream of dynamics from artificial stochastic differential equations (SDEs), JointFM acts as your digital quant.
Setting the stage: why quantitative modeling wants a brand new method
Modeling advanced techniques has historically required a painful trade-off. Classical quant strategies (like correlation copulas or coupled SDEs) supply excessive mathematical constancy however are inflexible, sluggish, and costly. They typically require specialised groups to rebuild fashions each time the market regime or asset combine adjustments. Conversely, present time-series basis fashions supply pace and suppleness however are single-target, lacking the crucial cross-variable dependencies that outline systemic threat.
JointFM is your “digital quant“ to bridge this hole. Skilled on an infinite stream of artificial stochastic differential equations (SDEs), it learns the common physics of time-series dynamics, making it really domain-agnostic. Whether or not for an influence grid or a inventory portfolio, it predicts the complete joint chance distribution of the system in milliseconds. That is the muse of prompt decision-making in extremely advanced setups and is quick sufficient to combine with brokers for ad-hoc enterprise selections.

On this undertaking, we show its energy in quantitative finance, constructing on NVIDIA’s quantitative portfolio optimization blueprint. JointFM allows prompt portfolio optimization (IPO), changing brittle in a single day batch processes with a digital quant that may rebalance portfolios in actual time and adapt to new property or market circumstances with out retraining.
Key takeaways
- The primary zero-shot basis mannequin for joint distributions: JointFM predicts full multivariate distributions out of the field, capturing correlations and tail threat.
- Prompt simulation at portfolio scale: 1000’s of coherent future situations are generated in milliseconds, unbiased of portfolio complexity, enabling real-time decision-making and AI agent integration.
- Matches the risk-adjusted returns of the classical benchmark: throughout 200 managed artificial trials, JointFM achieved equal risk-adjusted efficiency.
- Pre-trained on artificial stochastic processes: by studying from hundreds of thousands of generated dynamics, JointFM generalizes to new property and market circumstances with out retraining.
- From monetary modeling to monetary AI: JointFM replaces classical pipelines with a scalable, domain-agnostic basis mannequin.
The core problem: pace, constancy, and suppleness
In quantitative finance, portfolio managers have lengthy confronted a personalized trilemma:
- Quick however flawed: fashions like Geometric Brownian Movement (GBM) are computationally low-cost however assume regular distributions and fixed correlations. They fail spectacularly throughout market crashes, when property develop into extremely correlated and fats tails seem.
- Correct however sluggish: heavy Monte Carlo simulations with advanced copulas or regime-switching variations seize actuality higher however take for much longer to calibrate and run, making them impractical when you could rebalance your portfolio on quick discover.
- Inflexible and costly: growing high-fidelity fashions requires specialised quantitative modeling groups, vital time, and cash. Worse, these fashions are sometimes brittle; when the market regime shifts otherwise you need to swap asset courses, you typically want to begin modeling once more from scratch.
Enter JointFM: a basis mannequin for joint distributions
JointFM adjustments the sport by “skipping” the modeling step. As a substitute of becoming parameters for every time sequence each day, JointFM is a pre-trained mannequin that generalizes to unseen information out of the field. Whereas we apply it right here to monetary markets, the mannequin itself is domain-agnostic. It learns the language of stochastic processes, not simply inventory tickers.
The innovation
Till now, modeling joint distributions required vital compromises. You would outline advanced techniques of SDEs (mathematically troublesome), match specialised classical fashions to particular datasets (sluggish and requiring retraining), or use copulas (bespoke and inflexible).
None of those are zero-shot.
However, present basis fashions are zero-shot however fail to seize cross-variable dependencies. JointFM is the primary to bridge this divide, providing the size and zero-shot pace of a basis mannequin with the mathematical depth of a rigorous joint chance framework.
This zero-shot functionality solves the rigidity drawback. Dealing with a brand new market state of affairs the place you don’t know the underlying dynamics? Need to swap difficult-to-model property immediately? JointFM works simply the identical. As a result of it has realized to foretell future joint distributions from nearly any dynamic throughout its various pre-training, it serves as the very best start line for unknown environments with out the necessity for a devoted quant crew to construct a brand new mannequin from scratch.
Key capabilities
- Joint distributional forecasting: not like customary univariate time-series fashions that predict marginal possibilities for one variable at a time, JointFM explicitly fashions the complete multivariate distribution of all variables concurrently. In finance, that is crucial for diversification. You can not optimize a portfolio with out understanding how property transfer collectively.
- Zero-shot inference: no coaching required on the person’s information. The mannequin has already “seen all of it” throughout pre-training.
- State of affairs slicing: the mannequin can situation predictions on exogenous variables (e.g., “Present me the distribution of variables if an exterior issue rises”).
If you wish to learn extra about time-series and tabular basis fashions, take a look at this text on the brewing GenAI information science revolution, which supplies an introduction to the sector and explains why a mannequin like JointFM is the following logical step.
Below the hood: structure & pace
JointFM leverages a specialised transformer-based structure designed to deal with the distinctive high-dimensional constraints of multivariate time sequence.
1. Environment friendly high-dimensional context
To mannequin portfolios with many property over lengthy historical past home windows, JointFM strikes past the quadratic complexity of ordinary consideration mechanisms. Like different single-target fashions, JointFM employs a factored consideration technique that effectively decouples temporal dynamics from cross-variable dependencies. This enables the mannequin to scale linearly with the complexity of the portfolio, processing a whole bunch of property with out turning into a computational bottleneck.
2. Heavy-tailed distributional heads
Actual-world information isn’t regular; it typically reveals heavy tails and skewness. JointFM makes use of a versatile output layer able to parameterizing sturdy, fat-tailed multivariate distributions. This permits the mannequin to naturally seize the chance of maximum occasions (“black swans”) which can be crucial for correct threat evaluation.
3. Parallel decoding for immediate outcomes
Velocity is the central enabler of prompt portfolio optimization. Whereas additionally supporting an autoregressive mode, the mannequin structure is optimized for parallel decoding, permitting it to foretell all future horizons concurrently in a single ahead cross. This functionality—distinct from the sluggish, sequential technology of conventional autoregressive fashions—allows the technology of 1000’s of coherent market situations in milliseconds on a GPU.
The key sauce: artificial pre-training
Why does JointFM work so effectively on actual information with out seeing it? Artificial pre-training.
Actual historic information is usually finite, noisy, and regime-specific. To construct a really basic basis mannequin, JointFM is educated on an infinite curriculum of artificial information generated by a versatile engine. We lead with finance due to its notoriously advanced dynamics and its significance as a benchmark utility for our work. Nevertheless, whereas the area is specialised, the core know-how is common.
- SDESampler: that is the core of the system. It generates advanced stochastic differential equations (SDEs) with jumps, advanced drifts, path-dependent reminiscence, and regimes. It’s designed to simulate any continuous-time system with stochastic parts.
- FinanceSampler: to handle the big selection of monetary asset courses, we developed a specialised sampler that works alongside our generic engine. For the aim of this straightforward benchmark comparability, we restricted the choice to essentially the most basic asset courses: equities, valuable metals, and international trade (FX).
- Customized extensibility: whereas we centered on finance, the identical structure permits us to construct different samplers (e.g., for climate, power, or sensor information) to focus on completely different domains.
This method exposes the mannequin to hundreds of thousands of regimes, making certain it learns the elemental physics of time-series dynamics moderately than simply memorizing historic patterns.
Efficiency analysis: benchmarking in opposition to classical strategies
We in contrast JointFM-optimized portfolios in opposition to classical Geometric Brownian Movement (GBM)-optimized portfolios as a easy baseline. Examine our experiment setup beneath, adopted by the outcomes.
Experimental setup
Our portfolio optimization setup, whereas drawing inspiration from the NVIDIA blueprint, incorporates a couple of key variations. Much like the blueprint, we make the most of the identical GBM simulation and Imply-CVaR optimization however use JointFM in its place situation generator and our FinanceSampler in addition to S&P 500 inventory costs as enter information.

- Enter:
- Artificial actuality: We generate advanced asset histories utilizing the FinanceSampler (SDEs with stochastic volatility, correlated drifts, and so on.). This ensures we’ve a ground-truth multiverse of future prospects for goal analysis.
- Actual information (secondary test): we additionally plug in actual historic returns (S&P 500) to substantiate the mannequin generalizes to the noisy, imperfect actual world.
- Inference:
- GBM—classical SDE calibration and path technology from the NVIDIA blueprint.
- JointFM—educated on related however not similar artificial physics—generates 10,000+ believable future return situations in milliseconds. It successfully acts as a “future oracle” that intimately understands the statistical legal guidelines governing the property.
- Danger optimization:
- A Imply-CVaR (conditional worth in danger) optimizer solves for the portfolio weights that maximize risk-adjusted returns (balancing anticipated return in opposition to tail threat).
- A Imply-CVaR (conditional worth in danger) optimizer solves for the portfolio weights that maximize risk-adjusted returns (balancing anticipated return in opposition to tail threat).
- Execution and scoring:
- We deploy the optimum weights into the identified future:
- Artificial ground-truth information supplies 1000’s of situations for analysis per experiment step.
- Actual information has one identified future for each historic experiment.
- We deploy the optimum weights into the identified future:
Velocity: simulate the longer term immediately
JointFM generates situations in milliseconds, even orders of magnitude quicker than comparatively easy geometric Brownian movement (GBM) simulations.

This architectural benefit allows well timed reactions to market adjustments and makes it sensible to combine refined simulation and portfolio optimization straight into an AI agent. In consequence, traders can discover and talk about funding selections in actual time with out further operational overhead.
Efficiency on marginals: one asset at a time
JointFM recovers the marginal distributions of advanced property to some extent. Under we present the Q-Q (quantile-quantile) plot for every percentile and two random property of 1 anecdotal simulation/prediction.
Whereas we clearly intention to additional enhance the marginal predictability, there are two issues right here which can be crucial to know:
- The dynamics of monetary property are notoriously exhausting to foretell (right here 63 days forward).
- Being good at making marginal predictions alone doesn’t assist with threat administration very a lot. It’s crucial to seize asset correlations as effectively.

Straight evaluating high-dimensional joint chance distributions is impractical. As a substitute, we current a easy demonstration exhibiting that JointFM supplies constant and dependable predictions for portfolio optimization, matching or exceeding the baseline quantitative methodology.
Portfolio analysis (artificial floor fact)
To carefully consider efficiency, we performed 200 repeated portfolio optimization trials utilizing artificial information wherein the true future joint distributions are identified. This managed setting permits us to straight examine JointFM-generated portfolios and our baseline in opposition to the ground-truth optimum.
The outcomes
- Easy returns: JointFM portfolios achieved 1.17% greater returns on common.
- Danger-adjusted returns: the Sharpe ratio is virtually the identical. JointFM exhibits a barely higher risk-adjusted return.

On the artificial oracle information, the JointFM portfolio has a 1.17% greater return on common however at a roughly similar risk-adjusted return (Sharpe ratio), which signifies that the outperformance resulted from extra risk-taking. Given its roughly similar efficiency by way of risk-adjusted return, which is the extra vital metric, our first model of JointFM emerges as a quick, low-cost, versatile, and easy drop-in different to the baseline method.
Actual-world sanity test
Addressing the potential concern that our mannequin is just good at fixing the precise artificial issues it was educated on, we validated the method on actual S&P 500 information (Yahoo Finance). We randomly sampled 10 property over 200 completely different time durations out of a universe of 391 completely different shares from the S&P 500.
The outcomes
JointFM-portfolios, just like their efficiency on the artificial take a look at datasets, confirmed a better easy return. Their risk-adjusted return is roughly the identical because the comparability, barely outperforming it. This confirms that the mannequin has realized generalizable guidelines of volatility and correlation, not simply memorized a selected set of data-generating processes.

Wrapping up: prompt portfolio optimization
By changing inflexible statistical assumptions with a versatile, pre-trained basis mannequin, JointFM allows a brand new class of buying and selling and threat administration brokers. These brokers don’t simply react to cost adjustments; they immediately re-simulate the longer term multiverse to search out one of the best path ahead. JointFM considerably accelerates inference by front-loading the intensive scientific modeling into the coaching stage. This enables for near-instantaneous inference execution.
This represents a shift from monetary modeling (becoming equations) to monetary AI (utilizing basis fashions), providing each the pace required for contemporary markets and the depth required for survival.
Ought to you might have any questions, please contact us at analysis@datarobot.com.
