Mobile CNN

Mobile CNNs are convolutional neural networks optimized for deployment on resource-constrained mobile devices, aiming to balance high accuracy with low computational cost and latency. Current research focuses on developing novel architectures like EfficientNet, MobileNetV2, and hybrid CNN-ViT models (e.g., RepViT, MoCoViT) that achieve state-of-the-art performance while minimizing computational demands. These advancements are significant for expanding the accessibility of AI-powered applications in mobile devices, impacting diverse fields such as smart agriculture, mobile photography, and real-time object detection. Further improvements are being explored through techniques like sparse attention mechanisms and hardware-software co-design, including the integration of in-memory computing architectures.

Papers