PulseAugur
EN
LIVE 21:44:52

PrintGuard 2.0 launches with 5MB TFLite model for browser and CPython

PrintGuard 2.0 is an updated system for detecting failures in 3D printing, utilizing a ShuffleNetV2 encoder and a prototypical network for few-shot fault detection. The new version features a significantly smaller TensorFlow Lite model, approximately 5 MB, which can run unmodified in both CPython and browser environments via Pyodide. This allows for flexible deployment and tuning of sensitivity and thresholds without retraining, with dynamic inference scheduling for fairness and efficiency. AI

IMPACT Enables efficient, on-device AI for specialized tasks like 3D printing fault detection.

RANK_REASON This is a software tool release, not a frontier model or significant industry event.

Read on r/MachineLearning →

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

COVERAGE [1]

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

    PrintGuard 2.0 — ShuffleNetV2 + few-shot prototypical network, TFLite via LiteRT, ≈5 MB, runs unmodified in the browser (Pyodide) and on CPython [P]

    <!-- SC_OFF --><div class="md"><p>Hi everyone,</p> <p>I shared PrintGuard here about a year ago as a few-shot FDM failure detector built on a ShuffleNetV2 backbone classified by a prototypical network — the model from my dissertation, packaged with a hub and a web UI. v2.0 ships …