paper-with-me

홈 › Papers

Monotonic Calibrated Interpolated Look-Up Tables

2015-05-23 · Maya Gupta, Andrew Cotter, Jan Pfeifer, Konstantin Voevodski, Kevin Canini, Alexander Mangylov, Wojtek Moczydlowski, Alex van Esbroeck

Real-world machine learning applications may require functions that are fast-to-evaluate and interpretable. In particular, guaranteed monotonicity of the learned function can be critical to user trust. We propose meeting these goals for low-dimensional machine learning problems by learning flexible, monotonic functions using calibrated interpolated look-up tables. We extend the structural risk minimization framework of lattice regression to train monotonic look-up tables by solving a convex problem with appropriate linear inequality constraints. In addition, we propose jointly learning interpretable calibrations of each feature to normalize continuous features and handle categorical or missing data, at the cost of making the objective non-convex. We address large-scale learning through parallelization, mini-batching, and propose random sampling of additive regularizer terms. Case studies with real-world problems with five to sixteen features and thousands to millions of training samples demonstrate the proposed monotonic functions can achieve state-of-the-art accuracy on practical problems while providing greater transparency to users.

📄 PDF Abstract BibTeX arXiv:1505.06378

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Fast and Flexible Monotonic Functions with Ensembles of Lattices

2016-12-01 · NeurIPS 2016 12 · Mahdi Milani Fard, Kevin Canini, Andrew Cotter, Jan Pfeifer 외

For many machine learning problems, there are some inputs that are known to be positively (or negatively) related to the output, and in such cases training the model to respect that monotonic relationship can provide reg…

Learning Series-Parallel Lookup Tables for Efficient Image Super-Resolution

2022-07-26 · Cheng Ma, Jingyi Zhang, Jie zhou, Jiwen Lu

Lookup table (LUT) has shown its efficacy in low-level vision tasks due to the valuable characteristics of low computational cost and hardware independence. However, recent attempts to address the problem of single image…

Image Super-ResolutionSuper-Resolution

Comprehensive Energy Footprint Benchmarking of Strong Parallel Electrified Powertrain

2021-06-01 · Hamza Anwar, Aashrith Vishwanath, Apurva Chunodkar, Qadeer Ahmed

This work presents comprehensive energy management and in-depth energy footprint analysis of an electrified strong parallel commercial vehicle. We use the PS3 framework, validated real-world powertrain system models, and…

Benchmarkingenergy managementManagement

Cascade hash tables: a series of multilevel double hashing schemes with O(1) worst case lookup time

2015-06-25 · Li Shaohua

In this paper, the author proposes a series of multilevel double hashing schemes called cascade hash tables. They use several levels of hash tables. In each table, we use the common double hashing scheme. Higher level ha…

On the Within-Group Fairness of Screening Classifiers

2023-01-31 · Nastaran Okati, Stratis Tsirtsis, Manuel Gomez Rodriguez

Screening classifiers are increasingly used to identify qualified candidates in a variety of selection processes. In this context, it has been recently shown that, if a classifier is calibrated, one can identify the smal…

Fairness