paper-with-me

홈 › Papers

Channel-Wise Early Stopping without a Validation Set via NNK Polytope Interpolation

2021-07-27 · David Bonet, Antonio Ortega, Javier Ruiz-Hidalgo, Sarath Shekkizhar

State-of-the-art neural network architectures continue to scale in size and deliver impressive generalization results, although this comes at the expense of limited interpretability. In particular, a key challenge is to determine when to stop training the model, as this has a significant impact on generalization. Convolutional neural networks (ConvNets) comprise high-dimensional feature spaces formed by the aggregation of multiple channels, where analyzing intermediate data representations and the model's evolution can be challenging owing to the curse of dimensionality. We present channel-wise DeepNNK (CW-DeepNNK), a novel channel-wise generalization estimate based on non-negative kernel regression (NNK) graphs with which we perform local polytope interpolation on low-dimensional channels. This method leads to instance-based interpretability of both the learned data representations and the relationship between channels. Motivated by our observations, we use CW-DeepNNK to propose a novel early stopping criterion that (i) does not require a validation set, (ii) is based on a task performance metric, and (iii) allows stopping to be reached at different points for each channel. Our experiments demonstrate that our proposed method has advantages as compared to the standard criterion based on validation set performance.

📄 PDF Abstract BibTeX arXiv:2107.12972

Code (1)

STAC-USC/CW-DeepNNK_Early_Stopping 공식 구현 tf

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Early Stopping without a Validation Set

2017-03-28 · Maren Mahsereci, Lukas Balles, Christoph Lassner, Philipp Hennig

Early stopping is a widely used technique to prevent poor generalization performance when training an over-expressive model by means of gradient-based optimization. To find a good point to halt the optimizer, a common pr…

regression

Beyond Fixed Rounds: Data-Free Early Stopping for Practical Federated Learning

2026-01-30 · Youngjoon Lee, Hyukjoon Lee, Seungrok Jung, Andy Luo 외 arxiv

Federated Learning (FL) facilitates decentralized collaborative learning without transmitting raw data. However, reliance on fixed global rounds or validation data for hyperparameter tuning hinders practical deployment b…

Federated Learning

Don't stop me now: Rethinking Validation Criteria for Model Parameter Selection

2026-02-25 · Andrea Apicella, Francesco Isgrò, Andrea Pollastro, Roberto Prevete arxiv

Despite the extensive literature on training loss functions, the evaluation of generalization on the validation set remains underexplored. In this work, we conduct a systematic empirical and statistical study of how the …

Early Stopping Against Label Noise Without Validation Data

2025-02-11 · Suqin Yuan, Lei Feng, Tongliang Liu

Early stopping methods in deep learning face the challenge of balancing the volume of training and validation data, especially in the presence of label noise. Concretely, sparing more data for validation from training da…

Learning with noisy labels

Noisy Early Stopping for Noisy Labels

2024-09-10 · William Toner, Amos Storkey

Training neural network classifiers on datasets contaminated with noisy labels significantly increases the risk of overfitting. Thus, effectively implementing Early Stopping in noisy label environments is crucial. Under …