All Projects → PRIS-CV → OSLNet

PRIS-CV / OSLNet

Licence: MIT license
Code release for OSLNet: Deep Small-Sample Classification with an Orthogonal Softmax Layer (TIP2020)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OSLNet

Orthogonality-in-CNNs
[NeurIPS '18] "Can We Gain More from Orthogonality Regularizations in Training Deep CNNs?" Official Implementation.
Stars: ✭ 112 (+166.67%)
Mutual labels:  orthogonal
isometric
A lightweight JavaScript library, written in TypeScript to create isometric projections using SVGs
Stars: ✭ 53 (+26.19%)
Mutual labels:  orthogonal
lin-im2im
Linear image-to-image translation
Stars: ✭ 39 (-7.14%)
Mutual labels:  orthogonal

OSLNet: Deep Small-Sample Classification with an Orthogonal Softmax Layer

Code release for OSLNet: Deep Small-Sample Classification with an Orthogonal Softmax Layer (TIP2020) DOI

Changelog

  • 2020/04/21 upload the code.

Dataset

CIFAR-100

Requirements

  • python 3.6
  • PyTorch 1.2.0
  • torchvision

Training

  • Download datasets
  • Train: python OS-CNN.py or python CNN.py
  • Description : PyTorch CIFAR-100 Training with OSNet or PyTorch CIFAR-100 Training with Vanilla Model.

Accuracy and Cross-entropy loss

AccuracyandCross-entropyloss

Citation

If you find this paper useful in your research, please consider citing:

@ARTICLE{9088302,

  author={X. {Li} and D. {Chang} and Z. {Ma} and Z. {Tan} and J. {Xue} and J. {Cao} and J. {Yu} and J. {Guo}},
  journal={IEEE Transactions on Image Processing}, 
  title={OSLNet: Deep Small-Sample Classification with an Orthogonal Softmax Layer}, 
  year={2020},
  volume={},
  number={},
  pages={1-1},
}

Contact

Thanks for your attention! If you have any suggestion or question, you can leave a message here or contact us directly:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].