Implementation to the L-STN network in our ISASD, 2024 paper "An Improved Spatial Transformer Network based on Lightweight Localization Net (L-STN)"
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.
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




