paper-with-me

Papers

Neural Loss Function Evolution for Large-Scale Image Classifier Convolutional Neural Networks

2024-01-30 · Brandon Morgan, Dean Hougen

For classification, neural networks typically learn by minimizing cross-entropy, but are evaluated and compared using accuracy. This disparity suggests neural loss function search (NLFS), the search for a drop-in replacement loss function of cross-entropy for neural networks. We apply NLFS to image classifier convolutional neural networks. We propose a new search space for NLFS that encourages more diverse loss functions to be explored, and a surrogate function that accurately transfers to large-scale convolutional neural networks. We search the space using regularized evolution, a mutation-only aging genetic algorithm. After evolution and a proposed loss function elimination protocol, we transferred the final loss functions across multiple architectures, datasets, and image augmentation techniques to assess generalization. In the end, we discovered three new loss functions, called NeuroLoss1, NeuroLoss2, and NeuroLoss3 that were able to outperform cross-entropy in terms of a higher mean test accuracy as a simple drop-in replacement loss function across the majority of experiments.

📄 PDF Abstract BibTeX arXiv:2403.08793

Code (0)

등록된 구현이 없습니다.

Tasks

Image Augmentation

Similar Papers 제목 키워드 기반

Evolving Loss Functions for Specific Image Augmentation Techniques

2024-04-09 · Brandon Morgan, Dean Hougen

Previous work in Neural Loss Function Search (NLFS) has shown a lack of correlation between smaller surrogate functions and large convolutional neural networks with massive regularization. We expand upon this research by…

Image Augmentation

Evolving Losses for Unsupervised Video Representation Learning

2020-02-26 · CVPR 2020 6 · AJ Piergiovanni, Anelia Angelova, Michael S. Ryoo

We present a new method to learn video representations from large-scale unlabeled video data. Ideally, this representation will be generic and transferable, directly usable for new tasks such as action recognition and ze…

Action RecognitionFew-Shot LearningMulti-Task LearningRepresentation Learning+1

Image Super-Resolution Improved by Edge Information

2019-10-06 · SMC 2019 10 · Eldrey Galindo, Helio Pedrini

As well as in other knowledge domains, deep learning techniques have revolutionized the development of image super-resolution approaches. State-of-the-art algorithms for this problem have employed convolutional neural ne…

Image Super-ResolutionMS-SSIMSSIMSuper-Resolution

Next Generation Loss Function for Image Classification

2024-04-19 · Shakhnaz Akhmedova, Nils Körber

Neural networks are trained by minimizing a loss function that defines the discrepancy between the predicted model output and the target value. The selection of the loss function is crucial to achieve task-specific behav…

Classificationimage-classificationImage Classification

Neural Network Weights Do Not Converge to Stationary Points: An Invariant Measure Perspective

2021-10-12 · Jingzhao Zhang, Haochuan Li, Suvrit Sra, Ali Jadbabaie

This work examines the deep disconnect between existing theoretical analyses of gradient-based algorithms and the practice of training deep neural networks. Specifically, we provide numerical evidence that in large-scale…