Compound and Parallel Modes of Tropical Convolutional Neural Networks

Mingbo Li, Liying Liu, Ye Luo·April 09, 2025

Summary

Proposed cTCNN and pTCNN models optimize tropical convolutional neural networks, reducing multiplications while matching or surpassing feature expressiveness. Designed for PyTorch compatibility, these models balance resource demands with reduced complexity, ensuring accessible integration into deep learning frameworks. LeNet-based models excel on UrbanSound8K, Speech Command, and ECG datasets, with variants demonstrating high performance. ResNet18-Parallel-I offers top accuracy but at a high computational cost, while ResNet34-Compound-II outperforms other ResNet34 models. Simplified LeNet models maintain or enhance performance with fewer parameters, making them ideal for resource-limited settings. ResNet18 matches full models' accuracy on various datasets, suitable for resource-limited environments. It outperforms ResNet34 on CIFAR-10 and SVHN. Papers "Shufflenet" and "Rethinking bottleneck structure" introduce efficient convolutional networks for mobile devices, improving performance and design.

Background
Overview of Convolutional Neural Networks (CNNs)
Importance of CNNs in deep learning
Challenges in Tropical Convolutional Neural Networks (cTCNNs)
Multiplication reduction and feature expressiveness
Objective
Aim of the Proposed Models
Optimizing cTCNNs for resource efficiency
Compatibility and Accessibility
PyTorch integration for broad application
Method
Data Collection
Selection of datasets (UrbanSound8K, Speech Command, ECG, CIFAR-10, SVHN)
Data Preprocessing
Preparation steps for model training
Proposed Models
cTCNN and pTCNN
Architecture and design principles
LeNet-based Models
Performance on specific datasets
ResNet Variants
ResNet18-Parallel-I and ResNet34-Compound-II
Simplified LeNet Models
Parameter reduction and performance
ResNet18 Comparison
Performance on CIFAR-10 and SVHN
Related Work
Efficient Convolutional Networks
"Shufflenet" and "Rethinking bottleneck structure"
Contributions
Advancements in mobile device performance and design
Conclusion
Summary of Findings
Future Directions
Potential improvements and applications
Basic info
papers
computer vision and pattern recognition
artificial intelligence
Advanced features
Insights
In what ways do the proposed models ensure compatibility with deep learning frameworks like PyTorch?
How do simplified LeNet models maintain or enhance performance with fewer parameters on datasets like UrbanSound8K and Speech Command?
How do the cTCNN and pTCNN models optimize tropical convolutional neural networks for PyTorch?
What are the key implementation differences between ResNet18-Parallel-I and ResNet34-Compound-II?