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


CISA and NSA - Use Rust Or Perhaps Java
02/07/2025

The CISA and the NSA are urging us to adopt memory-safe languages (MSLs) for the sake of cybersecurity. You probably think they mean Rust but things aren't as clear cut as you might expect.



Deno Not Giving Up Over JavaScript Trademark
01/07/2025

Deno has faced a setback in its attempt to get Oracle to relinquish the JavaScript Trademark. The US Patents Office Trademark Trial and Appeal Board (TTAB) dismissed Deno's fraud claim which is one th [ ... ]


More News

pico book

 

Comments




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

Last Updated ( Monday, 05 June 2023 )