Close Menu
Ztoog
    What's Hot
    AI

    Creating bespoke programming languages for efficient visual AI systems | Ztoog

    Mobile

    Microsoft to bring Age of Empires to mobile in October

    Science

    How a Firefly Course Is Saving Japan’s Favorite Glowing Insect

    Important Pages:
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram Pinterest
    Facebook X (Twitter) Instagram Pinterest
    Ztoog
    • Home
    • The Future

      What is Project Management? 5 Best Tools that You Can Try

      Operational excellence strategy and continuous improvement

      Hannah Fry: AI isn’t as powerful as we think

      FanDuel goes all in on responsible gaming push with new Play with a Plan campaign

      Gettyimages.com Is the Best Website on the Internet Right Now

    • Technology

      Iran war: How could it end?

      Democratic senators question CFTC staffing cuts in Chicago enforcement office

      Google’s Cloud AI lead on the three frontiers of model capability

      AMD agrees to backstop a $300M loan from Goldman Sachs for Crusoe to buy AMD AI chips, the first known case of AMD chips used as debt collateral (The Information)

      Productivity apps failed me when I needed them most

    • Gadgets

      macOS Tahoe 26.3.1 update will “upgrade” your M5’s CPU to new “super” cores

      Lenovo Shows Off a ThinkBook Modular AI PC Concept With Swappable Ports and Detachable Displays at MWC 2026

      POCO M8 Review: The Ultimate Budget Smartphone With Some Cons

      The Mission: Impossible of SSDs has arrived with a fingerprint lock

      6 Best Phones With Headphone Jacks (2026), Tested and Reviewed

    • Mobile

      Android’s March update is all about finding people, apps, and your missing bags

      Watch Xiaomi’s global launch event live here

      Our poll shows what buyers actually care about in new smartphones (Hint: it’s not AI)

      Is Strava down for you? You’re not alone

      The Motorola Razr FIFA World Cup 2026 Edition was literally just unveiled, and Verizon is already giving them away

    • Science

      Big Tech Signs White House Data Center Pledge With Good Optics and Little Substance

      Inside the best dark matter detector ever built

      NASA’s Artemis moon exploration programme is getting a major makeover

      Scientists crack the case of “screeching” Scotch tape

      Blue-faced, puffy-lipped monkey scores a rare conservation win

    • AI

      Online harassment is entering its AI era

      Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

      New method could increase LLM training efficiency | Ztoog

      The human work behind humanoid robots is being hidden

      NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    • Crypto

      Google paid startup Form Energy $1B for its massive 100-hour battery

      Ethereum Breakout Alert: Corrective Channel Flip Sparks Impulsive Wave

      Show Your ID Or No Deal

      Jane Street sued for alleged front-running trades that accelerated Terraform Labs meltdown

      Bitcoin Trades Below ETF Cost-Basis As MVRV Signals Mounting Pressure

    Ztoog
    Home » Accelerating machine learning prototyping with interactive tools – Ztoog
    AI

    Accelerating machine learning prototyping with interactive tools – Ztoog

    Facebook Twitter Pinterest WhatsApp
    Accelerating machine learning prototyping with interactive tools – Ztoog
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp

    Posted by Ruofei Du, Interactive Perception & Graphics Lead, Google Augmented Reality, and Na Li, Tech Lead Manager, Google CoreML

    Update — 2023/05/08: This publish has been up to date to incorporate open-source particulars for the Visual Blocks framework.

    Recent deep learning advances have enabled a plethora of high-performance, real-time multimedia functions primarily based on machine learning (ML), equivalent to human physique segmentation for video and teleconferencing, depth estimation for 3D reconstruction, hand and physique monitoring for interplay, and audio processing for distant communication.

    However, creating and iterating on these ML-based multimedia prototypes will be difficult and dear. It often entails a cross-functional group of ML practitioners who fine-tune the fashions, consider robustness, characterize strengths and weaknesses, examine efficiency within the end-use context, and develop the functions. Moreover, fashions are regularly up to date and require repeated integration efforts earlier than analysis can happen, which makes the workflow ill-suited to design and experiment.

    In “Rapsai: Accelerating Machine Learning Prototyping of Multimedia Applications through Visual Programming”, introduced at CHI 2023, we describe a visible programming platform for fast and iterative growth of end-to-end ML-based multimedia functions. Visual Blocks for ML, previously known as Rapsai, supplies a no-code graph constructing expertise via its node-graph editor. Users can create and join totally different parts (nodes) to quickly construct an ML pipeline, and see the ends in real-time with out writing any code. We display how this platform allows a greater mannequin analysis expertise via interactive characterization and visualization of ML mannequin efficiency and interactive knowledge augmentation and comparability. We have launched the Visual Blocks for ML framework, alongside with a demo and Colab examples. Try it out your self right now.

    Visual Blocks makes use of a node-graph editor that facilitates fast prototyping of ML-based multimedia functions.

    Formative research: Design targets for fast ML prototyping

    To higher perceive the challenges of current fast prototyping ML options (LIME, VAC-CNN, EnsembleMatrix), we carried out a formative research (i.e., the method of gathering suggestions from potential customers early within the design means of a know-how product or system) utilizing a conceptual mock-up interface. Study members included seven laptop imaginative and prescient researchers, audio ML researchers, and engineers throughout three ML groups.

    The formative research used a conceptual mock-up interface to assemble early insights.

    Through this formative research, we recognized six challenges generally present in current prototyping options:

    1. The enter used to guage fashions sometimes differs from in-the-wild enter with precise customers when it comes to decision, side ratio, or sampling charge.
    2. Participants couldn’t shortly and interactively alter the enter knowledge or tune the mannequin.
    3. Researchers optimize the mannequin with quantitative metrics on a hard and fast set of knowledge, however real-world efficiency requires human reviewers to guage within the software context.
    4. It is troublesome to check variations of the mannequin, and cumbersome to share one of the best model with different group members to attempt it.
    5. Once the mannequin is chosen, it may be time-consuming for a group to make a bespoke prototype that showcases the mannequin.
    6. Ultimately, the mannequin is simply half of a bigger real-time pipeline, during which members need to look at intermediate outcomes to know the bottleneck.

    These recognized challenges knowledgeable the event of the Visual Blocks system, which included six design targets: (1) develop a visible programming platform for quickly constructing ML prototypes, (2) help real-time multimedia person enter in-the-wild, (3) present interactive knowledge augmentation, (4) evaluate mannequin outputs with side-by-side outcomes, (5) share visualizations with minimal effort, and (6) present off-the-shelf fashions and datasets.

    Node-graph editor for visually programming ML pipelines

    Visual Blocks is principally written in JavaScript and leverages TensorFlow.js and TensorFlow Lite for ML capabilities and three.js for graphics rendering. The interface allows customers to quickly construct and work together with ML fashions utilizing three coordinated views: (1) a Nodes Library that incorporates over 30 nodes (e.g., Image Processing, Body Segmentation, Image Comparison) and a search bar for filtering, (2) a Node-graph Editor that permits customers to construct and modify a multimedia pipeline by dragging and including nodes from the Nodes Library, and (3) a Preview Panel that visualizes the pipeline’s enter and output, alters the enter and intermediate outcomes, and visually compares totally different fashions.

    The visible programming interface permits customers to shortly develop and consider ML fashions by composing and previewing node-graphs with real-time outcomes.

    Iterative design, growth, and analysis of distinctive fast prototyping capabilities

    Over the final 12 months, we’ve been iteratively designing and enhancing the Visual Blocks platform. Weekly suggestions periods with the three ML groups from the formative research confirmed appreciation for the platform’s distinctive capabilities and its potential to speed up ML prototyping via:

    • Support for varied forms of enter knowledge (picture, video, audio) and output modalities (graphics, sound).
    • A library of pre-trained ML fashions for frequent duties (physique segmentation, landmark detection, portrait depth estimation) and customized mannequin import choices.
    • Interactive knowledge augmentation and manipulation with drag-and-drop operations and parameter sliders.
    • Side-by-side comparability of a number of fashions and inspection of their outputs at totally different phases of the pipeline.
    • Quick publishing and sharing of multimedia pipelines on to the net.

    Evaluation: Four case research

    To consider the usability and effectiveness of Visual Blocks, we carried out 4 case research with 15 ML practitioners. They used the platform to prototype totally different multimedia functions: portrait depth with relighting results, scene depth with visible results, alpha matting for digital conferences, and audio denoising for communication.

    The system streamlining comparability of two Portrait Depth fashions, together with custom-made visualization and results.

    With a brief introduction and video tutorial, members have been in a position to shortly determine variations between the fashions and choose a greater mannequin for his or her use case. We discovered that Visual Blocks helped facilitate fast and deeper understanding of mannequin advantages and trade-offs:

    “It gives me intuition about which data augmentation operations that my model is more sensitive [to], then I can go back to my training pipeline, maybe increase the amount of data augmentation for those specific steps that are making my model more sensitive.” (Participant 13)

    “It’s a fair amount of work to add some background noise, I have a script, but then every time I have to find that script and modify it. I’ve always done this in a one-off way. It’s simple but also very time consuming. This is very convenient.” (Participant 15)

    The system permits researchers to check a number of Portrait Depth fashions at totally different noise ranges, serving to ML practitioners determine the strengths and weaknesses of every.

    In a post-hoc survey utilizing a seven-point Likert scale, members reported Visual Blocks to be extra clear about the way it arrives at its last outcomes than Colab (Visual Blocks 6.13 ± 0.88 vs. Colab 5.0 ± 0.88, < .005) and extra collaborative with customers to return up with the outputs (Visual Blocks 5.73 ± 1.23 vs. Colab 4.15 ± 1.43, < .005). Although Colab assisted customers in pondering via the duty and controlling the pipeline extra successfully via programming, Users reported that they have been in a position to full duties in Visual Blocks in only a few minutes that would usually take as much as an hour or extra. For instance, after watching a 4-minute tutorial video, all members have been in a position to construct a customized pipeline in Visual Blocks from scratch inside quarter-hour (10.72 ± 2.14). Participants often spent lower than 5 minutes (3.98 ± 1.95) getting the preliminary outcomes, then have been attempting out totally different enter and output for the pipeline.

    User scores between Rapsai (preliminary prototype of Visual Blocks) and Colab throughout 5 dimensions.

    More ends in our paper confirmed that Visual Blocks helped members speed up their workflow, make extra knowledgeable selections about mannequin choice and tuning, analyze strengths and weaknesses of various fashions, and holistically consider mannequin habits with real-world enter.

    Conclusions and future instructions

    Visual Blocks lowers growth limitations for ML-based multimedia functions. It empowers customers to experiment with out worrying about coding or technical particulars. It additionally facilitates collaboration between designers and builders by offering a standard language for describing ML pipelines. In the longer term, we plan to open this framework up for the neighborhood to contribute their very own nodes and combine it into many alternative platforms. We anticipate visible programming for machine learning to be a standard interface throughout ML tooling going ahead.

    Acknowledgements

    This work is a collaboration throughout a number of groups at Google. Key contributors to the venture embrace Ruofei Du, Na Li, Jing Jin, Michelle Carney, Xiuxiu Yuan, Kristen Wright, Mark Sherwood, Jason Mayes, Lin Chen, Jun Jiang, Scott Miles, Maria Kleiner, Yinda Zhang, Anuva Kulkarni, Xingyu “Bruce” Liu, Ahmed Sabie, Sergio Escolano, Abhishek Kar, Ping Yu, Ram Iyengar, Adarsh Kowdle, and Alex Olwal.

    We want to prolong our due to Jun Zhang, Satya Amarapalli and Sarah Heimlich for a couple of early-stage prototypes, Sean Fanello, Danhang Tang, Stephanie Debats, Walter Korman, Anne Menini, Joe Moran, Eric Turner, and Shahram Izadi for offering preliminary suggestions for the manuscript and the weblog publish. We would additionally wish to thank our CHI 2023 reviewers for his or her insightful suggestions.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp

    Related Posts

    AI

    Online harassment is entering its AI era

    AI

    Meet NullClaw: The 678 KB Zig AI Agent Framework Running on 1 MB RAM and Booting in Two Milliseconds

    AI

    New method could increase LLM training efficiency | Ztoog

    AI

    The human work behind humanoid robots is being hidden

    AI

    NVIDIA Releases DreamDojo: An Open-Source Robot World Model Trained on 44,711 Hours of Real-World Human Video Data

    AI

    Personalization features can make LLMs more agreeable | Ztoog

    AI

    AI is already making online crimes easier. It could get much worse.

    AI

    NVIDIA Researchers Introduce KVTC Transform Coding Pipeline to Compress Key-Value Caches by 20x for Efficient LLM Serving

    Leave A Reply Cancel Reply

    Follow Us
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    Top Posts
    Crypto

    Grayscale’s Bitcoin ETF Shift May Cause $2.7B Outflow: JPMorgan

    In a brand new evaluation, JPMorgan has raised issues in regards to the potential outflow…

    Technology

    Memorial Day Sales 2024: Shop the Very Best Deals at Amazon, Walmart, Best Buy and More

    Our Experts Written by  Adam Oram, Stephanie Barnes, Aashna Gheewalla, Oliver Haslam, Adrian Marlow Our…

    AI

    A New AI Research Releases SWIM-IR: A Large-Scale Synthetic Multilingual Retrieval Dataset with 28 Million Training Pairs over 33 Languages

    Researchers from Google Research, Google DeepMind, and the University of Waterloo introduce SWIM-IR, an artificial…

    Mobile

    Google is letting Android app developers integrate Gemini Pro

    What it’s essential knowGoogle is making its latest synthetic intelligence mannequin, Gemini Pro, obtainable for…

    Mobile

    Here are Apple’s promo videos for the iPhone 15, 15 Plus, 15 Pro, 15 Pro Max, and Apple Watch Series 9

    As you most likely already heard, Apple introduced a bunch of recent merchandise at a…

    Our Picks
    The Future

    It Wasn’t Just You: Apple Took Steps To Block Access to iMessage Using Fake Credentials

    Gadgets

    Honor 90 Review: The Lukewarm Return

    Crypto

    IMF Unveils Plans for Global CBDC Platform

    Categories
    • AI (1,560)
    • Crypto (1,826)
    • Gadgets (1,870)
    • Mobile (1,910)
    • Science (1,939)
    • Technology (1,862)
    • The Future (1,716)
    Most Popular
    Mobile

    VR news of the week: A Nintendo-Google partnership (?!) and more Quest 3 leaks

    Mobile

    Powerhouse Galaxy Z Fold 6 gets huge discount ahead of New Year’s Eve

    Mobile

    Wallpaper Wednesday: Android wallpapers 2023-09-27

    Ztoog
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • About Us
    • Contact us
    • Privacy Policy
    • Terms & Conditions
    © 2026 Ztoog.

    Type above and press Enter to search. Press Esc to cancel.