Healthcare & Institutions

NuVasive strives to develop novel surface and structural technologies to enhance the osseointegration and biomechanical properties of surgical materials. They develop proprietary design and manufacturing methods behind Advanced Materials Science that create implants intelligently designed for fusion. As the leader in spine technology innovation, they maintain focus on transforming spine surgery to deliver clinically-proven surgical outcomes. LessRay powered by Surgical Intelligence, is an image enhancement platform designed to take low-quality, low-dose images and improve them to look like conventional full-dose images. X-ray or fluoroscopic radiation has been identified as a potential cause for a host of medical problems. LessRay offers the physician and hospital system the opportunity to use significantly reduced radiation imaging in the O.R.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Nuvasive wanted us to collaborate with them on a proof of concept project which would completely change the way their LessRay platform operates. Our first challenge was to quickly grasp the way their current system operates, and the logic behind LessRay X-ray imaging.

Infinity Mesh - Case Study - Challenge 2

Instead of just enhancing low-dose images that x-ray device records, it would have an embedded neural network which would isolate specific areas on the low-dose image. Challenge was to grasp how the neural network works and how it ties together with Mask R-CNN framework, and to validate and assess the quality of Mask R-CNN resulting images.

Infinity Mesh - Case Study - Challenge 3

Final challenge was to design an algorithm would then locate the same areas on a full-dose image and replace low-quality, grainy areas with appropriate high resolution areas from full-dose image using geometric transformations.

The Cape Ann Solution

Tensorflow was used to manipulate the neural network which has a state of the art Mask R-CNN framework for object segmentation built on top of it. This neural network (NN) was trained using a vast amount of images Nuvasive provided for NN calibration, and then used on fresh images to test how well the recognition algorithm works in practice. After Mask R-CNN locates and marks the areas of interest (zones) on low-dose image, these same zones would be located on the full-dose image and replaced accordingly. Due to complex and sensitive nature of project, only scalar transformations are allowed on the image. We successfully set up the network and Mask R-CNN framework running in the environment and used Python for zone extraction. Big emphasis was placed on speed of development because this was only a prototype project. This is why Python and all the sci libraries like Tensorflow, scipy, opencv, keras, and others available in it were put in use.

Technology Companies

Unilever is a British-Dutch transnational consumer goods company co-headquartered in London, United Kingdom and Rotterdam, Netherlands. Its products include food and beverages (about 40 percent of its revenue), cleaning agents and personal care products. It is the world's largest consumer goods company measured by 2012 revenue.It is Europe’s seventh most valuable company. Unilever is one of the oldest multinational companies; its products are available in around 190 countries.

The Challenge

Infinity Mesh - Case Study - Challenge 1

With increasing number of projects Unilever was working on, it was becoming increasingly difficult to manage them. Consolidating available data and getting project status update to the client was becoming a problem. We stepped in to develop a tool to help them deal with these issues.

Infinity Mesh - Case Study - Challenge 2

Processes which these projects generate, governed by internal business logic are the key business aspect Unilever wanted to have a grasp on at any time. Our second challenge was to understand and incorporate their internal business logic into the application we were developing.

Infinity Mesh - Case Study - Challenge 3

One of the main purposes of this app would be to help stakeholders have a clear overview of what stage their projects are in at any given time. This is why we had to heavily research ways to visualize project flow and key project assets and metrics in an intuitive and simple manner to ensure key information was understood by the stakeholders.

The Cape Ann Solution

While client was still figuring out the nuisances of their large business data model, we were brought in to design a custom project management tool on top of that model. We partitioned the data model into separate segments and went on to develop those. We took an agile approach developing these features, and finished them in record time, only a couple of weeks after kickoff meeting. Even though data model was complex, we minimized the number of sections and pages the web tool had, and by grouping various information on one page in a smart manner and reducing the number of different forms for data input we have minimized the amount of clicks user needs to get to where they want to be. App was deployed to client for testing and Unilever was very satisfied with the results.

What Unilever said...

Testimonial - VP Unilever
VP Unilever
Technology Companies

RevTwo is a pioneer company offering support for mobile or Internet of Things applications. Their brand name is layered and comes from two words, revision - which is another word for GENERATION and two - which in this case symbolizes a new iteration of something, the NEXT version. This alludes to RevTwo providing the next generation of support in a world where Internet of Things is becoming an increasingly growing topic. IoT is affecting our lives and the way we operate on a daily basis. Revtwo combines remote access and support which scales to IoT levels.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Develop a service which would provide communication and remote access to Linux OS or container

Infinity Mesh - Case Study - Challenge 2

Make SDK for adding data and custom logic for the application running on Linux

Infinity Mesh - Case Study - Challenge 3

Make a web application which would serve as a workspace

The Cape Ann Solution

We used C++ to develop a complex agent service with an SDK allowing the application to collect data. We ensured communication would happen in realtime and agent was always online and ready to respond by using PubNub's realtime push/subscribe messaging API and their network currently serving over 300 million devices and streaming more than 750 billion messages per month. We used WebRTC to handle the session and data transfer, which ensures a fast peer-to-peer connection. This approach was very elegant and it secured key product strengths: reliability, high speed and responsiveness.

What RevTwo said...

Testimonial - Dale Calder
Dale Calder
Founder and CEO – RevTwo, Inc
Manufacturers & Distributors

Rochester Electronics is the world’s largest continuous source of semiconductors–100% Authorized by over 70 leading semiconductor manufacturers. Rochester's comprehensive semiconductor lifecycle solutions include authorized distribution, licensed manufacturing, and manufacturing services.

The Challenge

Infinity Mesh - Case Study - Challenge 1

Dealing with an ever-increasing number of Bills of Materials from clients, Rochester Electronics decided that it's time to upgrade the BOM maintenance and administration system.

Infinity Mesh - Case Study - Challenge 2

Our team was tasked with system redesign in order to accommodate increasing customer needs. We had to fully grasp how Rochester Electronics operates their business, and also be mindful of their interaction with other clients, because the system would have to communicate with third party API's.

Infinity Mesh - Case Study - Challenge 3

We had to develop a custom tailored web app, which would facilitate easy data manipulation and setup a series of scheduled tasks, which would perform heavy data transactions between the database and large number of BOM's.

The Cape Ann Solution

We created a modern web application, focusing on ease of use, delivering all the requested operations that were to be performed on a BOM, such as entry, edit, deletion, upload and save. App was customized to accept, recognize and be able to modify excel spreadsheets which are commonly used in this scenario. We carefully implemented custom scheduled tasks to perform batch transactions with database, and log if any errors were to happen during transfer. Special care was taken when designing this aspect of the application, because we had to ensure no server clogging would happen at any given time. MEAN stack architecture was used very effectively due to large quantities of data being moved around.