Skip to content

KaidenHsu/STN-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redesign STN Localization Net (L-STN)

GitHub License GitHub release (latest SemVer) GitHub top language GitHub contributors GitHub last commit

Implementation to the L-STN network in our ISASD, 2024 paper "An Improved Spatial Transformer Network based on Lightweight Localization Net (L-STN)"

📝 Paper Abstract

Spatial transformer network (STN) is a powerful module that improves the spatial invariance of convolutional neural networks. Amid all components, the localization net serves as the backbone as it intakes the feature map and generates the affine transformation parameters, deciding how the transformation to be operated. Meanwhile, the design of the localization net is closely correlated to the outcome of transformation consequently affecting the system performance. This work simulates through different localization net designs and examines them with several prominent models on various datasets, and which aims to discover a modern localization network architecture that boosts the performance of STN transformation with less parameters and computational overhead.

🧑‍🏫 Demo

sample

sample

sample sample

sample

📁 Folder Hierarchy

code/STN
├── Caltech101
│   ├── alexnet_sp.ipynb
│   ├── DenseNet121_sp.ipynb
│   ├── DenseNet161_sp.ipynb
│   ├── DenseNet169_sp.ipynb
│   ├── DenseNet201_sp.ipynb
│   ├── EfficientNetb0_sp.ipynb
│   ├── EfficientNetb1_sp.ipynb
│   ├── EfficientNetb2_sp.ipynb
│   ├── EfficientNetb3_sp.ipynb
│   ├── EfficientNetb4_sp.ipynb
│   ├── EfficientNetb5_sp.ipynb
│   ├── ResNet-101_sp.ipynb
│   ├── ResNet-152_sp.ipynb
│   ├── ResNet-18_sp.ipynb
│   ├── ResNet34_sp.ipynb
│   └── ResNet-50_sp.ipynb
├── Cifar10
│   ├── alexnet_sp.ipynb
│   ├── DenseNet121_sp.ipynb
│   ├── DenseNet161_sp.ipynb
│   ├── DenseNet169_sp.ipynb
│   ├── DenseNet201_sp.ipynb
│   ├── EfficientNetb0_sp.ipynb
│   ├── EfficientNetb1_sp.ipynb
│   ├── EfficientNetb2_sp.ipynb
│   ├── EfficientNetb3_sp.ipynb
│   ├── EfficientNetb4_sp.ipynb
│   ├── ResNet-101_sp.ipynb
│   ├── ResNet-152_sp.ipynb
│   ├── ResNet-18_sp.ipynb
│   ├── ResNet34_sp.ipynb
│   └── ResNet-50_sp.ipynb
└── TSRD
    ├── alexnet_sp.ipynb
    ├── DenseNet121_sp.ipynb
    ├── DenseNet.ipynb
    ├── EfficientNetb0_sp.ipynb
    ├── EfficientNetb1_sp.ipynb
    ├── EfficientNetb2_sp.ipynb
    ├── EfficientNetb3_sp.ipynb
    ├── ResNet-101_sp.ipynb
    ├── ResNet-152_sp.ipynb
    ├── ResNet-18_sp.ipynb
    ├── ResNet-34_sp.ipynb
    └── ResNet-50_sp.ipynb

About

Code to my ISASD, 2024 paper "An Improved Spatial Transformer Network based on Lightweight Localization Net (L-STN)"

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%