VWAP Execution with Signature-Enhanced Transformers: A Multi-Asset Learning Approach
Remi Genet
TL;DR
This work tackles VWAP execution challenges by introducing a globally-fitted transformer framework augmented with learnable path signatures to capture long-range, geometry-rich temporal patterns. The model, built on Temporal Kolmogorov-Arnold Transforms with a Variable Selection Network, demonstrates strong cross-asset generalization across 80 cryptocurrency pairs and outperforms asset-specific baselines, especially when signatures are included (GFT-Sig). Empirical results show significant reductions in both absolute and quadratic VWAP losses, with notable robustness to unseen assets and longer execution horizons. A real-time simulation confirms practical viability, indicating substantial improvements over TWAP and potential operational advantages for multi-asset trading desks.
Abstract
In this paper I propose a novel approach to Volume Weighted Average Price (VWAP) execution that addresses two key practical challenges: the need for asset-specific model training and the capture of complex temporal dependencies. Building upon my recent work in dynamic VWAP execution arXiv:2502.18177, I demonstrate that a single neural network trained across multiple assets can achieve performance comparable to or better than traditional asset-specific models. The proposed architecture combines a transformer-based design inspired by arXiv:2406.02486 with path signatures for capturing geometric features of price-volume trajectories, as in arXiv:2406.17890. The empirical analysis, conducted on hourly cryptocurrency trading data from 80 trading pairs, shows that the globally-fitted model with signature features (GFT-Sig) achieves superior performance in both absolute and quadratic VWAP loss metrics compared to asset-specific approaches. Notably, these improvements persist for out-of-sample assets, demonstrating the model's ability to generalize across different market conditions. The results suggest that combining global parameter sharing with signature-based feature extraction provides a scalable and robust approach to VWAP execution, offering significant practical advantages over traditional asset-specific implementations.
