Skip to content

ZhengZixiang/softmax_loss_variants_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

loss_for_text_classification_pytorch

The PyTorch implementation of variants of loss for text classification & text matching.

基于PyTorch实现的文本分类与文本匹配损失函数变种

Related Papers

  • Distilling the Knowledge in a Neural Network (NIPS 2014 DeepLearning Workshop) [paper] - Soft Target & Soft Softmax Loss
  • FaceNet: A Unified Embedding for Face Recognition and Clustering (CVPR 2015) [paper] - Triplet Loss
  • Applying Deep Learning to Answer Selection: A Study and An Open Task (ASRU 2015) [paper]
  • Holistically-Nested Edge Detection (ICCV 2015) [paper] - Weigted Softmax Loss
  • V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation (3DV 2016) [paper] - Dice Loss
  • UnitBox: An Advanced Object Detection Network (ACM Multimedia 2016) [paper] - IoU Loss
  • Rethinking the Inception Architecture for Computer Vision (CVPR 2016) [paper] - Label Smoothing
  • A Discriminative Feature Learning Approach for Deep Face Recognition (ECCV 2016) [paper] - Center Loss
  • Large-Margin Softmax Loss for Convolutional Neural Networks (ICML 2016) [paper] - L-softmax Loss
  • SphereFace: Deep Hypersphere Embedding for Face Recognition (CVPR 2017) [paper] - A-softmax Loss
  • Focal Loss for Dense Object Detection (ICCV 2017) [paper] - Focal Loss
  • The Lovász-Softmax Loss: A Tractable Surrogate for The Optimization of The Intersection-over-Union Measure in Neural Networks (CVPR 2018) [paper] [code] - Lovasz Softmax Loss
  • Island Loss for Learning Discriminative Features in Facial Expression Recognition (FG 2018) [paper] - Island Loss
  • Feature Incay for Representation Regularization (ICLR 2018 Workshop) [paper]
  • Additive Margin Softmax for Face Verification (ICLR 2018 Workshop) [paper] [code] - AM-softmax Loss
  • AnatomyNet: Deep Learning for Fast and Fully Automated Whole-volume Segmentation of Head and Neck Anatomy (Medical Physics 2018) [paper] - Exponential Logarithmic Loss (Focal Loss + Dice Loss)
  • ArcFace: Additive Angular Margin Loss for Deep Face Recognition (CVPR 2019) [paper] - AA-softmax Loss
  • Mixtape: Breaking the Softmax Bottleneck Efficiently (NeurIPS 2019) [paper] - Mixtape
  • When Does Label Smoothing Help? (NeuIPS 2019) [paper]
  • Complement Objective Training (ICLR 2019) [paper] - COT
  • Dice Loss for Data-imbalanced NLP Tasks (CoRR 2019) [paper] - Dice Loss
  • Tversky Loss Function for Image Segmentation Using 3D Fully Convolutional Deep Networks (MLMI@MICCAI 2017) [paper] - Tversky Loss

Related Chinese Posts

About

The PyTorch implementation of variants of loss for text classification & text matching. 基于PyTorch实现的文本分类与文本匹配损失函数变种

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published