← Search

Mehul Motani

12 accepted papers

2025

FEAT-KD: Learning Concise Representations for Single and Multi-Target Regression via TabNet Knowledge Distillation

ICML 2025poster

In this work, we propose a novel approach that combines the strengths of FEAT and TabNet through knowledge distillation (KD), which we term FEAT-KD. FEAT is an intrinsically interpretable machine learning (ML) algorithm that constructs a weighted linear combination of concisely-represented features…

Cited by 0SourcePDFScholar
2025

Pointwise Information Measures as Confidence Estimators in Deep Neural Networks: A Comparative Study

ICML 2025poster

Estimating the confidence of deep neural network predictions is crucial for safe deployment in high-stakes applications. While softmax probabilities are commonly used, they are often poorly calibrated, and existing calibration methods have been shown to be detrimental to failure prediction. In this…

Cited by 0SourcePDFScholar
2024

Multi-Level Symbolic Regression: Function Structure Learning for Multi-Level Data

AISTATS 2024poster

Symbolic Regression (SR) is an approach which learns a closed-form function relating the predictors to the outcome in a dataset. Datasets are often multi-level (MuL), meaning that certain features can be used to split data into groups for analysis (we refer to these features as levels). The advantag…

2023

Rethinking Symbolic Regression: Morphology and Adaptability in the Context of Evolutionary Algorithms

ICLR 2023poster

Symbolic Regression (SR) is the well-studied problem of finding closed-form analytical expressions that describe the relationship between variables in a measurement dataset. In this paper, we rethink SR from two perspectives: morphology and adaptability. Morphology: Current SR algorithms typically u…

Cited by 7SourcePDFScholar
2023

Using Sliced Mutual Information to Study Memorization and Generalization in Deep Neural Networks

AISTATS 2023poster

In this paper, we study the memorization and generalization behaviour of deep neural networks (DNNs) using sliced mutual information (SMI), which is the average of the mutual information (MI) between one-dimensional random projections. We argue that the SMI between features in a DNN ($T$) and ground…

Cited by 16SourcePDFScholar
2021

Network-to-Network Regularization: Enforcing Occam's Razor to Improve Generalization

NeurIPS 2021poster

What makes a classifier have the ability to generalize? There have been a lot of important attempts to address this question, but a clear answer is still elusive. Proponents of complexity theory find that the complexity of the classifier's function space is key to deciding generalization, whereas ot…