paper-with-me

Papers

Scalable Interpretability via Polynomials

2022-05-27 · Abhimanyu Dubey, Filip Radenovic, Dhruv Mahajan

Generalized Additive Models (GAMs) have quickly become the leading choice for inherently-interpretable machine learning. However, unlike uninterpretable methods such as DNNs, they lack expressive power and easy scalability, and are hence not a feasible alternative for real-world tasks. We present a new class of GAMs that use tensor rank decompositions of polynomials to learn powerful, {\em inherently-interpretable} models. Our approach, titled Scalable Polynomial Additive Models (SPAM) is effortlessly scalable and models {\em all} higher-order feature interactions without a combinatorial parameter explosion. SPAM outperforms all current interpretable approaches, and matches DNN/XGBoost performance on a series of real-world benchmarks with up to hundreds of thousands of features. We demonstrate by human subject evaluations that SPAMs are demonstrably more interpretable in practice, and are hence an effortless replacement for DNNs for creating interpretable and high-performance systems suitable for large-scale machine learning. Source code is available at https://github.com/facebookresearch/nbm-spam.

📄 PDF Abstract BibTeX arXiv:2205.14108

Code (1)

facebookresearch/nbm-spam 공식 구현 pytorch

Tasks

Additive modelsBIG-bench Machine LearningInterpretable Machine Learning

Similar Papers 제목 키워드 기반

Recursive n-gram hashing is pairwise independent, at best

2007-05-31 · Daniel Lemire, Owen Kaser

Many applications use sequences of n consecutive symbols (n-grams). Hashing these n-grams can be a performance bottleneck. For more speed, recursive hash families compute hash values by updating previous values. We prove…

All you need is SAMPAT

2026-07-10 · Jayadeva, Madhur Aswani arxiv

The current state of the art in AI/ML rests on deep neural architectures, which, in general, suffer from a lack of interpretability. Interpretability is crucial to gleaning insights while analyzing experimental data, whe…

Robust normalizing flows using Bernstein-type polynomials

2021-02-06 · Sameera Ramasinghe, Kasun Fernando, Salman Khan, Nick Barnes

Modeling real-world distributions can often be challenging due to sample data that are subjected to perturbations, e.g., instrumentation errors, or added random noise. Since flow models are typically nonlinear algorithms…

Vocal Bursts Type Prediction

Chebyshev Polynomial-Based Kolmogorov-Arnold Networks: An Efficient Architecture for Nonlinear Function Approximation

2024-05-12 · Sidharth SS, Keerthana AR, Gokul R, Anas KP

Accurate approximation of complex nonlinear functions is a fundamental challenge across many scientific and engineering domains. Traditional neural network architectures, such as Multi-Layer Perceptrons (MLPs), often str…

Kolmogorov-Arnold Networks

Bayesian Deep Learning Hyperparameter Search for Robust Function Mapping to Polynomials with Noise

2021-06-23 · Nidhin Harilal, Udit Bhatia, Auroop R. Ganguly

Advances in neural architecture search, as well as explainability and interpretability of connectionist architectures, have been reported in the recent literature. However, our understanding of how to design Bayesian Dee…

Neural Architecture SearchUncertainty Quantification