paper-with-me

홈 › 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, is a recurrent concern. This paper introduces the Overfitting Index (OI), a novel metric devised to quantitatively assess a model's tendency to overfit. Through extensive experiments on the Breast Ultrasound Images Dataset (BUS) and the MNIST dataset using architectures such as MobileNet, U-Net, ResNet, Darknet, and ViT-32, we illustrate the utility and discernment of the OI. Our results underscore the variable overfitting behaviors across architectures and highlight the mitigative impact of data augmentation, especially on smaller and more specialized datasets. The ViT-32's performance on MNIST further emphasizes the robustness of certain models and the dataset's comprehensive nature. By providing an objective lens to gauge overfitting, the OI offers a promising avenue to advance model optimization and ensure real-world efficacy.

📄 PDF Abstract BibTeX arXiv:2308.08682

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationModel Optimization

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Kaiming Initialization 설명 없음
Residual Connection 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Friend or Foe? Harnessing Controllable Overfitting for Anomaly Detection

2024-11-30 · Long Qian, Bingke Zhu, Yingying Chen, Ming Tang 외

Overfitting has long been stigmatized as detrimental to model performance, especially in the context of anomaly detection. Our work challenges this conventional view by introducing a paradigm shift, recasting overfitting…

Anomaly DetectionMulti-class Anomaly Detection

Deep Reinforcement Learning for Cryptocurrency Trading: Practical Approach to Address Backtest Overfitting

2022-09-12 · Berend Jelmer Dirk Gort, Xiao-Yang Liu, Xinghang Sun, Jiechao Gao 외

Designing profitable and reliable trading strategies is challenging in the highly volatile cryptocurrency market. Existing works applied deep reinforcement learning methods and optimistically reported increased profits i…

Algorithmic TradingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

DroneSR: Rethinking Few-shot Thermal Image Super-Resolution from Drone-based Perspective

2025-09-02 · Zhipeng Weng, Xiaopeng Liu, Ce Liu, Xingyuan Guo 외 arxiv

Although large scale models achieve significant improvements in performance, the overfitting challenge still frequently undermines their generalization ability. In super resolution tasks on images, diffusion models as re…

Representation LearningImage Super-ResolutionImage Reconstruction

Objectness-Aware Few-Shot Semantic Segmentation

2020-04-06 · Yinan Zhao, Brian Price, Scott Cohen, Danna Gurari

Few-shot semantic segmentation models aim to segment images after learning from only a few annotated examples. A key challenge for them is how to avoid overfitting because limited training data is available. While prior …

Few-Shot Semantic SegmentationSegmentationSemantic Segmentation

Covariance-Driven Regression Trees: Reducing Overfitting in CART

2026-01-12 · Likun Zhang, Wei Ma arxiv

Decision trees are powerful machine learning algorithms, widely used in fields such as economics and medicine for their simplicity and interpretability. However, decision trees such as CART are prone to overfitting, espe…