← Search

Ikko Yamane

6 accepted papers

2023

Is the Performance of My Deep Network Too Good to Be True? A Direct Approach to Estimating the Bayes Error in Binary Classification

ICLR 2023top-5%

There is a fundamental limitation in the prediction performance that a machine learning model can achieve due to the inevitable uncertainty of the prediction target. In classification problems, this can be characterized by the Bayes error, which is the best achievable error with any classifier. The…

2023

Mediated Uncoupled Learning and Validation with Bregman Divergences: Loss Family with Maximal Generality

AISTATS 2023poster

In mediated uncoupled learning (MU-learning), the goal is to predict an output variable $Y$ given an input variable $X$ as in ordinary supervised learning while the training dataset has no joint samples of $(X, Y)$ but only independent samples of $(X, U)$ and $(U, Y)$ each observed with a mediating…

2021

Mediated Uncoupled Learning: Learning Functions without Direct Input-output Correspondences

ICML 2021spotlight

Ordinary supervised learning is useful when we have paired training data of input $X$ and output $Y$. However, such paired data can be difficult to collect in practice. In this paper, we consider the task of predicting $Y$ from $X$ when we have no paired data of them, but we have two separate, indep…

2020

Do We Need Zero Training Loss After Achieving Zero Training Error?

ICML 2020poster

Overparameterized deep networks have the capacity to memorize training data with zero \emph{training error}. Even after memorization, the \emph{training loss} continues to approach zero, making the model overconfident and the test performance degraded. Since existing regularizers do not directly aim…