PulseAugur
EN
LIVE 13:30:22

MLP classifier trained on Android device achieves 4.59% Imagenet-1k accuracy

A user has successfully trained an MLP classifier for the Imagenet-1k dataset entirely on an Android device. The model, featuring approximately 500,000 parameters, achieved a validation accuracy of 4.59% after training for 5 epochs on a downscaled 32x32 version of the dataset. The training process utilized the device's CPU, specifically four Arm Cortex-X4 cores of a Dimensity 9300+, and took around 30 minutes to complete. The user noted that an MLP was chosen for stability and faster training times on mobile compared to CNNs, though they acknowledged the model's current low accuracy and plan to develop an improved version. AI

IMPACT Demonstrates feasibility of on-device AI model training, potentially enabling more distributed and privacy-preserving AI applications.

RANK_REASON User-developed model release with benchmark results. [lever_c_demoted from research: ic=1 ai=1.0]

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

MLP classifier trained on Android device achieves 4.59% Imagenet-1k accuracy

COVERAGE [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Tall_Abrocoma_3533 ·

    Imagenet-1k Classifier trained entirely on an Android [P]

    <!-- SC_OFF --><div class="md"><p>It's an MLP architecture with around 500K total parameters.</p> <p>Top1</p> <p>Training accuracy: 5.11%</p> <p>Validation accuracy 4.59% </p> <p>Detailed Validation accuracy numbers:</p> <p>Top-1 Acc: 4.59%</p> <p>Top-3 Acc: 9.44%</p> <p>Top-5 Ac…