Google Announces MediaPipe Model Maker
Monday, 05 June 2023

Google has announced a tool for customizing existing machine learning (ML) models to work with your data and applications. MediaPipe Model Maker provides a faster alternative to building and training a new ML model.

While the overall tool is new, it's actually based on several existing tools, specifically MediaPipe Solutions, TensorFlow Lite Task Library, and TensorFlow Lite Model Maker.

mediapipe

MediaPipe provides a low-code API to create and deploy advanced ML solutions across platforms, that in the new tool has been optimized to go beyond single model inference. MediaPipe also has a Model Maker low-code API to customize solutions using a users own data; and MediaPipe Studio to view and check solutions.

mediapipe2

Google says Model Maker uses transfer learning for training ML models. This retrains existing models with new data, meaning a model re-uses a significant portion of the existing model logic, so training takes less time than training a new model, and can be done with less data.

Model Maker works on various types of models including object detection, gesture recognition, and classifiers for images, text, or audio data. The tool retrains models by removing the last few layers of the model that classify data into specific categories, and rebuilds those layers using new data you provide. Model Maker also supports some option to fine tune model layers to improve accuracy and performance.

The MediaPipe team says retraining a model using Model Maker usually makes the model smaller, and can be retrained with significantly less data than training a new model. The recommendation when retraining a model with new data is that you should have around 100 data samples for each trained class.

mediapipe

More Information

Google MediaPipe Model Maker

Related Articles

AI Advances At Google I/O

Google Adds Code Generation To Bard

Google's Large Language Model Takes Control

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Parasoft Adds AI Assistant To C/C++ Test
30/06/2025

Parasoft has updated its C/C++ Test software with an AI-powered documentation assistant, along with complete support for MISRA C:2025 and auto-suppression of equivalent violations. C/C++ Test can be u [ ... ]



Kotlin And Spring - A Love Story Unfolds
17/06/2025

JetBrains has made special arrangements with Spring to facilitate the framework's better integration with the Kotlin language. What can we expect from this new partnership?


More News

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 05 June 2023 )