Skip to main content

Israeli seed fund Remagine is financing media’s AI revolution

While large entertainment companies scramble to catch up to streaming content platforms, more fundamental upheaval is headed their way as a result of technological advances in artificial intelligence and 5G. 

Former ProSiebenSat.1 executive Kevin Baxpehler (based in Tel Aviv) and former Google Ventures partner Eze Vidra (based in London) launched Remagine Ventures earlier this year with a $35 million fund that bridges the gap between technologists at the forefront of change and the largest owners of content.

Backed by a roster of multi-billion-dollar media companies in Europe, Asia and the U.S. as its limited partners, their firm operates independently (and focuses on financial return) but aims to provide strategic value to portfolio companies and insight into the future for its LPs. Vidra referred to it as “a multi-corporate Google Ventures type of model.”

The firm’s focus on entertainment technologies has a B2B bent, with a geographic focus on Israel as its primary hub and with most of its initial portfolio selling to enterprise media companies. That makes Remagine’s ability to guide entrepreneurs through the halls of traditional media giants highly relevant; it also means it can gauge whether traditional media companies are likely to buy a startup’s product before they invest.

I spoke with Baxpehler and Vidra to learn more about their playbook and why they believe a wave of entertainment tech companies is about to come out of Israel. Here’s the transcript of our conversation (edited for length and clarity):

Eric Peckham: Are there specific investment theses within entertainment that you are hunting for startups in?

Kevin Baxpehler: Our investment thesis is based on two main drivers: new advancements in so-called AI technologies — specifically deep-learning, computer-vision and NLP — coupled with new consumer trends such as esports, visual search, and engaging with computer-generated imagery (CGI) like Lil Miquela. 

We believe that recent technological developments such as GANs (generative adversarial networks), coupled with new powerful computing power like new microprocessing chips and 5G, will change how brands, consumers, and stars/influencers will all interact. It creates tremendous opportunities to invest. 

Eze Vidra: Remagine Ventures invests independently in seed and pre-seed startups at the intersection of entertainment, tech, data and commerce. Seed investing is particularly hard for corporates to do directly (because of a combination of reasons including speed, signaling risk and the challenges of deal flow for corporates) so we specialise at that stage by sourcing real time feedback from the market. 

We are seeing industries and disciplines converge and find the intersections to be the most ripe areas of opportunity. For example, content + commerce, AI + entertainment, gaming + live stream tech giving us esports as a cultural phenomenon changing consumer behaviour.

Give me some examples of what startups at these intersection points will look like.

Vidra: The two core tenants of our thesis are 1) changing consumer behavior — for example, how esports is moving young viewers to engage with gaming — and 2) new technologies that make new forms of entertainment possible, primarily driven by AI.

Our portfolio company Syte is an image-recognition and computer-vision company that recognizes the products inside images and videos with a very high degree of accuracy. They are working with top retailers globally and Samsung selected them to power the Bixby assistant and is rolling them out globally. It’s been tried before, but the difference with Syte’s product is the level of accuracy. 

We invested in HourOne, which is a synthetic video company using generative adversarial networks to generate video without the camera. It has multiple use cases, from reducing the cost of video production to programmatic video, to text-to-speech to gaming. 

Another example is Vault, which uses deep learning to predict the success of scripted projects, whether it’s movies or TV shows down to the box office opening Rotten Tomatoes scores, the probability of there being a season two, the demographics that are most impacted, etc. So bringing a more data-driven approach to marketing films and shows.

Being vertically-focused means that we can attract relevant dealflow from both entrepreneurs and co-investors. As we evaluate startups, we look for interesting teams that are leveraging new technology (or taking an interesting consumer angle) that can scale and we focus on helping them open doors internationally. 

To what extent is your interest focused on startups selling their technology to enterprise media companies versus startups building tools for the broader landscape of small content creators?



from TechCrunch https://ift.tt/2NpRwRo

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...