paper-with-me

Papers

Fast Linear Interpolation for Piecewise-Linear Functions, GAMs, and Deep Lattice Networks

2019-09-25 · Nathan Zhang, Kevin Canini, Sean Silva, and Maya R. Gupta

We present fast implementations of linear interpolation operators for both piecewise linear functions and multi-dimensional look-up tables. We use a compiler-based solution (using MLIR) for accelerating this family of workloads. On real-world multi-layer lattice models and a standard CPU, we show these strategies deliver $5-10\times$ faster runtimes compared to a C++ interpreter implementation that uses prior techniques, producing runtimes that are 1000s of times faster than TensorFlow 2.0 for single evaluations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

Gray level image enhancement using the Bernstein polynomials

2014-12-18 · Vasile Patrascu

This paper presents a method for enhancing the gray level images. This presented method takes part from the category of point operations and it is based on piecewise linear functions. The interpolation nodes of these fun…

Image Enhancement

Tightening the mixed integer linear formulation for the piecewise linear approximation in general dimensions

2025-08-13 · Quentin Ploussard, Xiang Li, Matija Pavičević arxiv

This paper addresses the problem of tightening the mixed-integer linear programming (MILP) formulation for continuous piecewise linear (CPWL) approximations of data sets in arbitrary dimensions. The MILP formulation leve…

The Quadratic Local Variance Gamma Model: an arbitrage-free interpolation of class C3 for option prices

2023-05-23 · Fabien Le Floc'h

This paper generalizes the local variance gamma model of Carr and Nadtochiy, to a piecewise quadratic local variance function. The formulation encompasses the piecewise linear Bachelier and piecewise linear Black local v…

Representing Piecewise Linear Functions by Functions with Small Arity

2023-05-26 · Christoph Koutschan, Bernhard Moser, Anton Ponomarchuk, Josef Schicho

A piecewise linear function can be described in different forms: as an arbitrarily nested expression of $\min$- and $\max$-functions, as a difference of two convex piecewise linear functions, or as a linear combination o…

Representing Piecewise-Linear Functions by Functions with Minimal Arity

2024-06-04 · Christoph Koutschan, Anton Ponomarchuk, Josef Schicho

Any continuous piecewise-linear function $F\colon \mathbb{R}^{n}\to \mathbb{R}$ can be represented as a linear combination of $\max$ functions of at most $n+1$ affine-linear functions. In our previous paper [``Representi…