paper-with-me

홈 › Papers

PolyLoss: A Polynomial Expansion Perspective of Classification Loss Functions

2022-04-26 · ICLR 2022 4 · Zhaoqi Leng, Mingxing Tan, Chenxi Liu, Ekin Dogus Cubuk, Xiaojie Shi, Shuyang Cheng, Dragomir Anguelov

Cross-entropy loss and focal loss are the most common choices when training deep neural networks for classification problems. Generally speaking, however, a good loss function can take on much more flexible forms, and should be tailored for different tasks and datasets. Motivated by how functions can be approximated via Taylor expansion, we propose a simple framework, named PolyLoss, to view and design loss functions as a linear combination of polynomial functions. Our PolyLoss allows the importance of different polynomial bases to be easily adjusted depending on the targeting tasks and datasets, while naturally subsuming the aforementioned cross-entropy loss and focal loss as special cases. Extensive experimental results show that the optimal choice within the PolyLoss is indeed dependent on the task and dataset. Simply by introducing one extra hyperparameter and adding one line of code, our Poly-1 formulation outperforms the cross-entropy loss and focal loss on 2D image classification, instance segmentation, object detection, and 3D object detection tasks, sometimes by a large margin.

📄 PDF Abstract BibTeX arXiv:2204.12511

Code (19)

MindCode-4/code-8/tree/main/polyloss mindspore
MindSpore-scientific-2/code-4/tree/main/PolyLoss mindspore
MindSpore-scientific-2/code-5/tree/main/PolyLoss mindspore
MindSpore-scientific-2/code-8/tree/main/PolyLoss mindspore
MindSpore-scientific/code-1/tree/main/PolyLoss mindspore
MindSpore-scientific/code-10/tree/main/PolyLoss mindspore
MindSpore-scientific/code-11/tree/main/PolyLoss mindspore
MindSpore-scientific/code-13/tree/main/PolyLoss mindspore
MindSpore-scientific/code-5/tree/main/polyloss mindspore
MindSpore-scientific/code-8/tree/main/PolyLoss mindspore
abhuse/polyloss-pytorch pytorch
frgfm/Holocron pytorch
jahongir7174/EfficientNetV2 pytorch
jahongir7174/MaskRCNN pytorch
jahongir7174/PolyLoss pytorch
lumia-group/apl pytorch
nachiket273/loss-tryout pytorch
pwc-1/Paper-9/tree/main/7/PolyLoss mindspore
yiyixuxu/polyloss-pytorch pytorch

Tasks

3D Object Detectionimage-classificationImage ClassificationInstance SegmentationObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Yet@SMM4H’22: Improved BERT-based classification models with Rdrop and PolyLoss

2022-10-01 · SMM4H (COLING) 2022 10 · Yan Zhuang, Yanru Zhang

This paper describes our approach for 11 classification tasks (Task1a, Task2a, Task2b, Task3a, Task3b, Task4, Task5, Task6, Task7, Task8 and Task9) from Social Media Mining for Health (SMM4H) 2022 Shared Tasks. We develo…

Asymmetric Polynomial Loss For Multi-Label Classification

2023-04-10 · Yusheng Huang, Jiexing Qi, Xinbing Wang, Zhouhan Lin

Various tasks are reformulated as multi-label classification problems, in which the binary cross-entropy (BCE) loss is frequently utilized for optimizing well-designed models. However, the vanilla BCE loss cannot be tail…

Classificationimage-classificationImage ClassificationMulti-Label Classification+4

Robust Lane Detection through Self Pre-training with Masked Sequential Autoencoders and Fine-tuning with Customized PolyLoss

2023-05-26 · Ruohan Li, Yongqi Dong

Lane detection is crucial for vehicle localization which makes it the foundation for automated driving and many intelligent and advanced driving assistant systems. Available vision-based lane detection methods do not mak…

Lane Detection

Polynomial expansion of the binary classification function

2012-03-26 · Péter Kövesárki

This paper describes a novel method to approximate the polynomial coefficients of regression functions, with particular interest on multi-dimensional classification. The derivation is simple, and offers a fast, robust cl…

Binary ClassificationClassificationGeneral Classificationregression+1

Consistency regularization-based Deep Polynomial Chaos Neural Network Method for Reliability Analysis

2022-03-29 · Xiaohu Zheng, Wen Yao, Yunyang Zhang, Xiaoya Zhang

Polynomial chaos expansion (PCE) is a powerful surrogate model-based reliability analysis method. Generally, a PCE model with a higher expansion order is usually required to obtain an accurate surrogate model for some co…