paper-with-me

Papers

Using mixup as regularization and tuning hyper-parameters for ResNets

2021-11-23 · Venkata Bhanu Teja Pallakonda

While novel computer vision architectures are gaining traction, the impact of model architectures is often related to changes or exploring in training methods. Identity mapping-based architectures ResNets and DenseNets have promised path-breaking results in the image classification task and are go-to methods for even now if the data given is fairly limited. Considering the ease of training with limited resources this work revisits the ResNets and improves the ResNet50 \cite{resnets} by using mixup data-augmentation as regularization and tuning the hyper-parameters.

📄 PDF Abstract BibTeX arXiv:2111.11616

Code (1)

pvbhanuteja/mixrnet 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Depthwise Hyperparameter Transfer in Residual Networks: Dynamics and Scaling Limit

2023-09-28 · Blake Bordelon, Lorenzo Noci, Mufan Bill Li, Boris Hanin 외

The cost of hyperparameter tuning in deep learning has been rising with model sizes, prompting practitioners to find new tuning methods using a proxy of smaller networks. One such proposal uses $\mu$P parameterized netwo…

Hyperparameter Tuning and Implicit Regularization in Minibatch SGD

2019-09-25 · Samuel L Smith, Erich Elsen, Soham De

This paper makes two contributions towards understanding how the hyperparameters of stochastic gradient descent affect the final training loss and test accuracy of neural networks. First, we argue that stochastic gradien…

k-Mixup Regularization for Deep Learning via Optimal Transport

2021-06-05 · Kristjan Greenewald, Anming Gu, Mikhail Yurochkin, Justin Solomon 외

Mixup is a popular regularization technique for training deep neural networks that improves generalization and increases robustness to certain distribution shifts. It perturbs input training data in the direction of othe…

Adversarial RobustnessDeep LearningHyperparameter Optimization

Field theory for optimal signal propagation in ResNets

2023-05-12 · Kirsten Fischer, David Dahmen, Moritz Helias

Residual networks have significantly better trainability and thus performance than feed-forward networks at large depth. Introducing skip connections facilitates signal propagation to deeper layers. In addition, previous…

Sensitivity

Scalable Gradient-Based Tuning of Continuous Regularization Hyperparameters

2015-11-20 · Jelena Luketina, Mathias Berglund, Klaus Greff, Tapani Raiko

Hyperparameter selection generally relies on running multiple full training trials, with selection based on validation set performance. We propose a gradient-based approach for locally adjusting hyperparameters during tr…

Hyperparameter Optimization