English
Related papers

Related papers: Fast-Vollib: A Fast Implied Volatility Library for…

200 papers

SOL is an open-source library for scalable online learning algorithms, and is particularly suitable for learning with high-dimensional data. The library provides a family of regular and sparse online learning algorithms for large-scale…

Machine Learning · Computer Science 2016-10-31 Yue Wu , Steven C. H. Hoi , Chenghao Liu , Jing Lu , Doyen Sahoo , Nenghai Yu

We present a fast and robust calibration method for stochastic volatility models that admit Fourier-analytic transform-based pricing via characteristic functions. The design is structure-preserving: we keep the original pricing transform…

Computational Finance · Quantitative Finance 2025-10-23 Keyuan Wu , Tenghan Zhong , Yuxuan Ouyang

Predicting volatility is important for asset predicting, option pricing and hedging strategies because it cannot be directly observed in the financial market. The Black-Scholes option pricing model is one of the most widely used models by…

Computational Finance · Quantitative Finance 2023-12-01 Soohan Kim , Seok-Bae Yun , Hyeong-Ohk Bae , Muhyun Lee , Youngjoon Hong

Value iteration can find the optimal replenishment policy for a perishable inventory problem, but is computationally demanding due to the large state spaces that are required to represent the age profile of stock. The parallel processing…

Artificial Intelligence · Computer Science 2025-04-07 Joseph Farrington , Kezhi Li , Wai Keong Wong , Martin Utley

Developing robust and high performance quantum software is challenging due to the dynamic nature of existing Python-based frameworks, which often suffer from runtime errors and scalability bottlenecks. In this work, we present LogosQ, a…

Quantum Physics · Physics 2026-01-01 Shiwen An , Jiayi Wang , Konstantinos Slavakis

Polylab is a MATLAB toolbox for multivariate polynomial scalars and polynomial matrices with a unified symbolic-numeric interface across CPU and GPU-oriented backends. The software exposes three aligned classes: MPOLY for CPU execution,…

Mathematical Software · Computer Science 2026-04-10 Yi-Shuai Niu , Shing-Tung Yau

Variational inference is an increasingly popular method in statistics and machine learning for approximating probability distributions. We developed LINFA (Library for Inference with Normalizing Flow and Annealing), a Python library for…

Machine Learning · Computer Science 2023-07-17 Yu Wang , Emma R. Cobian , Jubilee Lee , Fang Liu , Jonathan D. Hauenstein , Daniele E. Schiavazzi

Existing GPU libraries often struggle to fully exploit the parallel resources and on-chip memory (SRAM) of GPUs when chaining multiple GPU functions as individual kernels. While Kernel Fusion (KF) techniques like Horizontal Fusion (HF) and…

Distributed, Parallel, and Cluster Computing · Computer Science 2025-09-09 Oscar Amoros , Albert Andaluz , Johnny Nunez , Antonio J. Pena

This paper presents a lightweight, open-source and high-performance python package for solving peridynamics problems in solid mechanics. The development of this solver is motivated by the need for fast analysis tools to achieve the large…

Software Engineering · Computer Science 2021-09-15 B. Boys , T. J. Dodwell , M. Hobbs , M. Girolami

We use modifications of the Adams method and very fast and accurate sinh-acceleration method of the Fourier inversion (iFT) (S.Boyarchenko and Levendorski\u{i}, IJTAF 2019, v.22) to evaluate prices of vanilla options; for options of…

Mathematical Finance · Quantitative Finance 2024-12-23 Svetlana Boyarchenko , Sergei Levendorskiǐ

Massively parallel Fourier transforms are widely used in computational sciences, and specifically in computational fluid dynamics which involves unbounded Poisson problems. In practice the latter is usually the most time-consuming operation…

Distributed, Parallel, and Cluster Computing · Computer Science 2023-03-22 Pierre Balty , Philippe Chatelain , Thomas Gillis

Following the initial publication of hdlib, a Python library for designing Vector-Symbolic Architectures (VSA), we introduce a major extension that significantly enhances its machine learning capabilities. VSA, also known as…

Machine Learning · Computer Science 2026-01-07 Fabio Cumbo , Kabir Dhillon , Daniel Blankenberg

We present a deep learning framework for pricing options based on market-implied volatility surfaces. Using end-of-day S\&P 500 index options quotes from 2018-2023, we construct arbitrage-free volatility surfaces and generate training data…

Computational Finance · Quantitative Finance 2025-09-09 Lijie Ding , Egang Lu , Kin Cheung

Recent empirical evidence has highlighted the crucial role of jumps in both price and volatility within the cryptocurrency market. In this paper, we integrate price--volatility co-jumps and volatility short-term dependency into a coherent…

Pricing of Securities · Quantitative Finance 2025-06-17 Boyi Li , Weixuan Xia

While results visualization is a critical phase to the communication of new academic results, plots are frequently shared without the complete combination of code, input data, execution context and outputs required to independently…

Software Engineering · Computer Science 2026-03-24 Gabriele Padovani , Sandro Fiore

We present volkit, an open source library with high performance implementations of image manipulation and computer vision algorithms that focus on 3D volumetric representations. Volkit implements a cross-platform, performance-portable API…

Computer Vision and Pattern Recognition · Computer Science 2022-03-22 Stefan Zellmann , Giovanni Aguirre , Jürgen P. Schulze

Processing-in-memory (PIM) promises to alleviate the data movement bottleneck in modern computing systems. However, current real-world PIM systems have the inherent disadvantage that their hardware is more constrained than in conventional…

Mathematical Software · Computer Science 2023-09-07 Maurus Item , Juan Gómez-Luna , Yuxin Guo , Geraldo F. Oliveira , Mohammad Sadrosadati , Onur Mutlu

Managing exotic derivatives requires accurate mark-to-market pricing and stable Greeks for reliable hedging. The Local Volatility (LV) model distinguishes itself from other pricing models by its ability to match observable market prices…

Computational Finance · Quantitative Finance 2025-09-24 Ruozhong Yang , Hao Qin , Charlie Che , Liming Feng

Deep metric learning algorithms have a wide variety of applications, but implementing these algorithms can be tedious and time consuming. PyTorch Metric Learning is an open source library that aims to remove this barrier for both…

Computer Vision and Pattern Recognition · Computer Science 2020-08-24 Kevin Musgrave , Serge Belongie , Ser-Nam Lim

We present DeepAL, a Python library that implements several common strategies for active learning, with a particular emphasis on deep active learning. DeepAL provides a simple and unified framework based on PyTorch that allows users to…

Machine Learning · Computer Science 2021-12-01 Kuan-Hao Huang