KANFormer for Predicting Fill Probabilities via Survival Analysis in Limit Order Books
By: Jinfeng Zhong , Emmanuel Bacry , Agathe Guilloux and more
This paper introduces KANFormer, a novel deep-learning-based model for predicting the time-to-fill of limit orders by leveraging both market- and agent-level information. KANFormer combines a Dilated Causal Convolutional network with a Transformer encoder, enhanced by Kolmogorov-Arnold Networks (KANs), which improve nonlinear approximation. Unlike existing models that rely solely on a series of snapshots of the limit order book, KANFormer integrates the actions of agents related to LOB dynamics and the position of the order in the queue to more effectively capture patterns related to execution likelihood. We evaluate the model using CAC 40 index futures data with labeled orders. The results show that KANFormer outperforms existing works in both calibration (Right-Censored Log-Likelihood, Integrated Brier Score) and discrimination (C-index, time-dependent AUC). We further analyze feature importance over time using SHAP (SHapley Additive exPlanations). Our results highlight the benefits of combining rich market signals with expressive neural architectures to achieve accurate and interpretabl predictions of fill probabilities.
Similar Papers
KANMixer: Can KAN Serve as a New Modeling Core for Long-term Time Series Forecasting?
Machine Learning (CS)
Predicts future events more accurately than ever before.
A Primer on Kolmogorov-Arnold Networks (KANs) for Probabilistic Time Series Forecasting
Machine Learning (CS)
Predicts future traffic with less guessing.
KAN vs LSTM Performance in Time Series Forecasting
Machine Learning (CS)
LSTM predicts stock prices much better than KAN.