Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Understanding ML Kit offerings in Android

Understanding ML Kit offerings in Android

ML Kit is the SDK that makes machine learning features more straightforward for the mobile developers to incorporate in their apps. Since ML Kit has been made a core ingredient of Firebase ,its robust ML APIs can be implemented seamlessly in both android & IOS apps like it’s any other feature such as analytics, crashlytics etc.

The flexibility provided by ML Kit for mobile developers to use On-device or On-Cloud ML Apis as per the use case is quite significant . In this session we will take deep dive in the different ready to use APIs of ML Kit encapsulating the features of Mobile Vision, Google Cloud Vision API, TensorFlow Lite and Neural Network API and also will discuss how custom models can be hosted seamlessly.We will understand new features such as Language Identification & Smart Reply using NLP . Additionally , we will look into the applications of recently announced Object Detection and Tracking APIs along with sneak peek into AutoML Vision Edge using which custom image classification models can be created as per our requirements .

Gaurav Bhatnagar

September 19, 2019
Tweet

More Decks by Gaurav Bhatnagar

Other Decks in Programming

Transcript

  1. ´ Background ´ ML Kit Stack and Ingredients ´ Base

    APIs ´ Custom Models & AutoML ´ Recap Agenda
  2. Achievable – Hard On-Device ML challenges On-Cloud ML Drawbacks In-Flexibility

    in using custom TF-Lite models Underlying mathematics and data science Climbing The ML Mountain
  3. Optimized for mobile Ready to use APIs Making Google ML

    Expertise easily accessible On-Device ML On-Cloud API Custom Models & Auto ML Making Machine Learning normal Introducing Firebase ML Kit SDK
  4. Features of ML Kit SDK ´ Available for both Android

    & IOS devices. ´ Base APIs(Out of the box solutions) now in Vision & NLP ´ Included in Firebase Suite. ´ Flexibility of using custom TF lite models(via dynamic downloads) or building our own models with AutoML Vision Edge.
  5. ML Kit Stack TensorFlow Lite Mobile Vision API Google Cloud

    Vision API Neural Networks iOS Metal API NLP API
  6. ML Base Apis using Mobile Vision and Google Cloud Vision

    API Image Labelling Landmark Recognition Text Recognition Bar Code Scanning Face Detection ML Kit Ingredients Object Detection & Tracking
  7. On-Device On-Cloud Text Recognition Face Detection Barcode Scanning Image Labelling

    Landmark Recognition Smart Replies Language Identification Translation ODT Ease of switching for predefined ML capabilities
  8. Create project in Firebase Download google- services.json to current project

    Enable Cloud API Provide Input Data Applying ML via base/custom models Basic Workflow of ML Kit App
  9. Bitmap Image URI/ File Media. Image ByteArray ByteBuffer Firebase Vision

    Image Mechanisms to process the input in Vision
  10. Capture Image via Camera Converting Image to Bitmap Firebase Vision

    Image FirebaseVisionText Recognizer Processing Firebase Vision Image FirebaseVision Text Lines & Blocks Text Recognition Workflow FirebaseVisionText – textBlocks -> line -> element -> text FirebaseVisionCloudText – page -> block -> paragraph -> word -> symbol
  11. Capture Image via Camera Converting Image to Bitmap Firebase Vision

    Image FirebaseVisionLabel Detector Processing Firebase Vision Image FirebaseVision Labels Name,Confidence & Entity ID Image Labelling Workflow VisionLabel DetectorO ptions
  12. On-Device Cloud Pricing Free Free for first 1000 requests every

    month. Label coverage 400+ Labels for each category 10000+ labels in many categories Knowledge graph entity ID support Available Available Features of On-Device and On-Cloud API
  13. Barcode Scanning Workflow Firebase Vision Barcode TYPE_PHONE TYPE_SMS TYPE_URL TYPE_WIFI

    TYPE_CALENDER_EVENT TYPE_CONTACT_ INFO TYPE_DRIVER_LICENSE TYPE_EMAIL TYPE_GEO FirebaseVisionBarcode.SMS FirebaseVisionBarcode.URL FirebaseVisionBarcode.WIFI FirebaseVisionBarcode.CalenderEvent FirebaseVisionBarcode.ContactInfo FirebaseVisionBarcode.DriverLicense FirebaseVisionBarcode.Email FirebaseVisionBarcode.Geo FirebaseVisionBarcode.Phone
  14. Landmark Detection Workflow Firebase Vision Image ByteArray ByteBuffer Image URI/File

    Bitmap Media.Image FirebaseVision CloudLandmark Detector getBoundingBox() getConfidence() getEntityId() getLandmark() FirebaseVisionCloudLandM ark Instances FirebaseVisio nCloudDete ctorOptions getLocations()
  15. Face Detection Features FirebaseVisionFace.boundingBox FirebaseVisionFace.rightEyeOpenProb ability FirebaseVisionFaceLandmark.NOSE _BASE FirebaseVisionFaceLandmark.RIGHT_ MOUTH

    FirebaseVisionFace.leftEyeOpenP robability FirebaseVisionFace.smilingProbabil ity FirebaseVisionFaceLandmark.LEFT_ MOUTH FirebaseVisionFaceLandmark.BOTTO M_MOUTH This picture does not specify all face detection features
  16. Object Detection and Tracking ML Kit ODT Cloud Visual Search

    On-Device Cloud Detect Objects Track Objects Coarse Classification Cloud Vision Product Search (or any solution) Google Code labs(ODT): http://bit.ly/2kQrHji
  17. Block Diagram for On-Device Component Localizer Classifier Tracker ML Kit

    ODT < 10 m sec 50 m sec 50 m sec Firebase Vision Object
  18. Object Detection & Tracking Details VisionObjectDetectorOptions Detector Mode : Single

    Image / Stream Mode Single/Multiple Objects Classification Bounding Box Classifica tion Category Tracking ID (In Stream Mode) Firebase Vision Object The object returned after processing
  19. Language Identification Base ML APIs Ø Recognizes text in 110

    different languages Ø Fast and provides response within 1- 2 ms in Android or IOS Ø identifyLanguage() returns BCP-47 Language code for input text. Ø List of possible languages and their confidence level is also returned. Google Code labs: http://bit.ly/2koCGjI
  20. Smart Replies Base APIs Ø This API provides suggestions based

    on last 10 messages in a conversation. (although it works based on 1 previous message as well) Ø Stateless API : fully runs on device. Ø No Message history kept in memory or on server. Ø Worked closely with textPlus to ensure this API is ready for production. Google Code labs: http://bit.ly/2kR9GkW
  21. Translation API (On-Device 1/2) Ø Translations available between 59 languages

    Ø Same NMT models as Google Translate in offline mode. Ø Offered at no additional cost. Ø Fully functions on device. Google Code labs: http://bit.ly/2mjdyvf
  22. Translation API (On-Device 2/2) Phrase based MT --> Neural Machine

    Translation Discreet Local Decision -> Continuous Global Decision Language packs downloads dynamically through download API. To reduce language pairs we are using English as an intermediate language. Danish English Chinese Heros plads er betagende -> Hero's square is breathtaking -> “英雄的⼴场令⼈叹为观⽌” (Yīngxióng de guǎngchǎng lìng rén tànwéiguānzhǐ)
  23. Translation Workflow TranslatorO ptions (S & D Lang) Text in

    Source Language FirebaseTranslator Download Model if Needed Text in Destination Language FirebaseM odelDownl oadCondit ions
  24. User TF Lite Model for Inference Host with Firebase Convert

    TF Lite Model Build & Train Custom TF Model ´ Automatic Model Fallback ´ Automatic Model Updates ´ A/B Testing and specializing custom models using remote config (Dynamic Selection). Main Benefits Implementation Path Custom Models ML Kit acts as an API layer for your custom model.
  25. AutoML Vision Edge Create your own Data Set AutoML Vision

    Edge On-Demand Image Classification Models ML Kit Training the model TensorFlow Lite Models
  26. AutoML Vision Edge ´ Hence with combination of ML Kit

    & AutoML we can train, refine, evaluate and deploy the model in the mobile app to achieve our objective. ´ Almost 1.8 x faster than handcrafted models ´ Custom Image Classifier : http://bit.ly/2knilLB Google Code labs: http://bit.ly/2mikN6F
  27. Recap Ø Main purpose for ML Kit SDK is to

    minimize the process from ideation to the final delivery of a specific use case. Ø More Base(Ready-to-use) API will continue to get added. Ø More scenarios in Vision, Speech & Text ecospace will continue be covered. Ø Collaboration of ML & Material Design also becomes an important reference point. Ø Simplify the use of mobile optimized custom models with AutoML & custom image classifier .
  28. References ´ https://goo.gl/fovxvH – ML Kit Introduction ´ https://goo.gl/CHfMhU -

    Google IO 2018 ML Kit Video ´ https://goo.gl/v9iFWF - ML Kit series by Joe Birch ´ https://goo.gl/8pVYqj - ML series by Britt Barak ´ https://bit.ly/2OflaMF - ML series by Mark Allision ´ https://bit.ly/2ycT5LW - ML series by Ray Wenderlich ´ https://bit.ly/2Eeu3By - ML series by Harshit Dwivedi ´ http://bit.ly/fbasamples - Github repo for Android Samples ´ http://bit.ly/2m2lbGf - Google IO 2019 ML Kit Video ´ https://bit.ly/2RITNsn - GitHub Sample repo
  29. “AI is probably the most important thing humanity has ever

    worked on. I think of it as something more profound than electricity or fire.” Sundar Pichai “Artificial Intelligence is the New Electricity” — Andrew Ng