paper-with-me

홈 › Papers

Quantifying Overfitting: Evaluating Neural Network Performance through Analysis of Null Space

2023-05-30 · Hossein Rezaei, Mohammad Sabokrou

Machine learning models that are overfitted/overtrained are more vulnerable to knowledge leakage, which poses a risk to privacy. Suppose we download or receive a model from a third-party collaborator without knowing its training accuracy. How can we determine if it has been overfitted or overtrained on its training data? It's possible that the model was intentionally over-trained to make it vulnerable during testing. While an overfitted or overtrained model may perform well on testing data and even some generalization tests, we can't be sure it's not over-fitted. Conducting a comprehensive generalization test is also expensive. The goal of this paper is to address these issues and ensure the privacy and generalization of our method using only testing data. To achieve this, we analyze the null space in the last layer of neural networks, which enables us to quantify overfitting without access to training data or knowledge of the accuracy of those data. We evaluated our approach on various architectures and datasets and observed a distinct pattern in the angle of null space when models are overfitted. Furthermore, we show that models with poor generalization exhibit specific characteristics in this space. Our work represents the first attempt to quantify overfitting without access to training data or knowing any knowledge about the training samples.

📄 PDF Abstract BibTeX arXiv:2305.19424

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Quantifying Overfitting: Introducing the Overfitting Index

2023-08-16 · Sanad Aburass

In the rapidly evolving domain of machine learning, ensuring model generalizability remains a quintessential challenge. Overfitting, where a model exhibits superior performance on training data but falters on unseen data…

Data AugmentationModel Optimization

Quantifying the COVID19 infection risk due to droplet/aerosol inhalation

2021-10-06 · Rahul Bale, Akiyoshi Iida, Masashi Yamakawa, ChungGang Li 외

The dose-response model has been widely used for quantifying the risk of infection of airborne diseases like COVID-19. The model has been used in the room-average analysis of infection risk and analysis using passive sca…

Noisy Information Bottlenecks for Generalization

2018-09-27 · Julius Kunze, Louis Kirsch, Hippolyt Ritter, David Barber

We propose Noisy Information Bottlenecks (NIB) to limit mutual information between learned parameters and the data through noise. We show why this benefits generalization and allows mitigation of model overfitting both f…

Conditional Bayesian Quadrature

2024-06-24 · Zonghao Chen, Masha Naslidnyk, Arthur Gretton, François-Xavier Briol

We propose a novel approach for estimating conditional or parametric expectations in the setting where obtaining samples or evaluating integrands is costly. Through the framework of probabilistic numerical methods (such …

Decision MakingDecision Making Under UncertaintySensitivity

Evaluating Loss Landscapes from a Topology Perspective

2024-11-14 · Tiankai Xie, Caleb Geniesse, Jiaqing Chen, Yaoqing Yang 외

Characterizing the loss of a neural network with respect to model parameters, i.e., the loss landscape, can provide valuable insights into properties of that model. Various methods for visualizing loss landscapes have be…

Topological Data Analysis