paper-with-me

홈 › Papers

Deep Lattice Networks and Partial Monotonic Functions

2017-09-19 · NeurIPS 2017 12 · Seungil You, David Ding, Kevin Canini, Jan Pfeifer, Maya Gupta

We propose learning deep models that are monotonic with respect to a user-specified set of inputs by alternating layers of linear embeddings, ensembles of lattices, and calibrators (piecewise linear functions), with appropriate constraints for monotonicity, and jointly training the resulting network. We implement the layers and projections with new computational graph nodes in TensorFlow and use the ADAM optimizer and batched stochastic gradients. Experiments on benchmark and real-world datasets show that six-layer monotonic deep lattice networks achieve state-of-the art performance for classification and regression with monotonicity guarantees.

📄 PDF Abstract BibTeX arXiv:1709.06680

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationregression

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Monotonic Kronecker-Factored Lattice

2021-01-01 · ICLR 2021 1 · William Taylor Bakst, Nobuyuki Morioka, Erez Louidor

It is computationally challenging to learn flexible monotonic functions that guarantee model behavior and provide interpretability beyond a few input features, and in a time where minimizing resource use is increasingly …

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…

Monotonic Calibrated Interpolated Look-Up Tables

2015-05-23 · Maya Gupta, Andrew Cotter, Jan Pfeifer, Konstantin Voevodski 외

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…

BIG-bench Machine Learning

Preorder-Based Triangle: A Modified Version of Bilattice-Based Triangle for Belief Revision in Nonmonotonic Reasoning

2016-09-19 · Kumar Sankar Ray, Sandip Paul, Diganta Saha

Bilattice-based triangle provides an elegant algebraic structure for reasoning with vague and uncertain information. But the truth and knowledge ordering of intervals in bilattice-based triangle can not handle repetitive…

How to Incorporate Monotonicity in Deep Networks While Preserving Flexibility?

2019-09-24 · Akhil Gupta, Naman Shukla, Lavanya Marla, Arinbjörn Kolbeinsson 외

The importance of domain knowledge in enhancing model performance and making reliable predictions in the real-world is critical. This has led to an increased focus on specific model properties for interpretability. We fo…