Skip to content

The official implementation of the paper "Asymmetric Polynomial Loss for Multi-Label Classification"(ICASSP 2023)

License

Notifications You must be signed in to change notification settings

LUMIA-Group/APL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Asymmetric Polynomial Loss for Multi-Label Classification

Source code for ICASSP 2023 paper: Asymmetric Polynomial Loss for Multi-Label Classification.

APL is one step further beyond BCE-loss, ASL-loss, and PolyLoss. Surprisingly effective. Theoretically and experimentally validated.

Our code is based on ASL.

Quick Usage:

  1. Replace your torch.nn.BCELoss() or ASL-loss with APLloss.py.

  2. Adjust the parameters according to the discussion in the paper.

  3. See the stable performance improvement.

Experiment results:

We conduct experiments on Text Classification, Relation Extraction, and Image Classification.

Please click the above links and follow the steps in Quick Usage.

About

The official implementation of the paper "Asymmetric Polynomial Loss for Multi-Label Classification"(ICASSP 2023)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages