Artificial Intelligence | News | Insights | AiThority
[bsfp-cryptocurrency style=”widget-18″ align=”marquee” columns=”6″ coins=”selected” coins-count=”6″ coins-selected=”BTC,ETH,XRP,LTC,EOS,ADA,XLM,NEO,LTC,EOS,XEM,DASH,USDT,BNB,QTUM,XVG,ONT,ZEC,STEEM” currency=”USD” title=”Cryptocurrency Widget” show_title=”0″ icon=”” scheme=”light” bs-show-desktop=”1″ bs-show-tablet=”1″ bs-show-phone=”1″ custom-css-class=”” custom-id=”” css=”.vc_custom_1523079266073{margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}”]

Fyusion Cracks the Code on Making Machine Learning Work on Any Mobile Device…and They Just Shared that Code with the World

In the machine learning world, making models run across a variety of mobile phones is notoriously challenging. This is why Fyusion, a visual intelligence company owned by Cox Automotive, has delivered a powerful new open-source library that makes it easy and efficient to run machine learning models on almost any mobile device. Now available on GitHub, this lightweight yet powerful software library called FyuseNet can take a wide variety of machine learning models and write incredibly fast implementation for whichever platform the developer chooses—all while maintaining a lean application.

Recommended AI News: Pure Storage and Snowflake Deliver Increased Data Accessibility

“At Fyusion, we live at the intersection of high-tech research and pragmatic engineering, bringing big ideas to life in a way that can truly benefit people around us,” said Stephen Miller, Fyusion Co-Founder and Chief Product Officer. “We know how powerful FyuseNet is, as we’ve used it for years in our own work, and we believe that this can be the one beautiful library that everyone uses to accelerate advancements in machine learning.”

With stark differences between operating systems, as well as fragmentation across older and newer generations of phones, creating machine learning models for mobile phones has been notoriously inefficient. This has led to innovations mostly being reserved for the $1,000+ flagship phones that are out of the reach of many people.

However, the team at Fyusion is on a mission to democratize machine learning and ensure that these technologies are more accessible to more people. That’s why it was important to them to open access to FyuseNet, as its lightweight implementation makes it compatible with the majority of devices—regardless of manufacturer or specific processor details—even when there’s no network connectivity available. Created in 2016 for internal use, FyuseNet has been iterated on for years within Fyusion before making its inaugural appearance on GitHub this year.

The Technical Details:

Related Posts
1 of 40,370

FyuseNet is an OpenGL(ES) based library that enables the running of neural network inference on GPUs that support OpenGL and OpenGL(ES). The library was written in portable C++ and runs on a variety of desktop, edge and mobile platforms. FyuseNet is made freely available under the MIT License.

Recommended AI News: Nasuni Acquires DBM Cloud Systems’ Data Mobility Technology

In order to deliver the performance required to run in real-time, the developers integrated a number of tweaks into the library, with the most important being the ability to fuse some operations in a single layer/shader. A second trick that FyuseNet employs is to make use of the raster operation processors of the GPU. This has the added benefit of getting some arithmetic operations essentially for free, as it does not change execution time within the shader. The runtime has no notable external dependency aside from OpenGL, so users get clean, simple, extremely portable code.

“When we founded Fyusion, one of our goals was to take our team’s immense technical expertise and use it to solve real world problems facing everyday people,” added Radu Rusu, Fyusion Co-Founder and CEO. “And since innovations in machine learning happen quickly, we believe that making FyuseNet freely available will help us build a wider community of developers who can collectively contribute as discoveries are made and ensure that even more people can benefit from it for years to come.”

Based in San Francisco, Fyusion employs some of the world’s top researchers and developers in machine learning and AI, helping customers view and analyze millions of 3D automotive images every year. Acquired by Cox Automotive, the world’s largest automotive services and technology provider, in 2020, Fyusion remains on the cutting edge of computer vision advancement, leveraging software, imaging technology, sensors and services to extract actionable insights from visual data.

Recommended AI News: Dell Technologies Storage Software Innovations Power New Levels of Automation, Security and Multi-Cloud Flexibility

[To share your insights with us, please write to sghosh@martechseries.com]

Comments are closed.