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...

The Flexible Permanence of Copper Tape Circuits

Somewhere between shoving components into a breadboard temporarily and committing them to a piece of protoboard or a PCB lies the copper tape method. This flexible Manhattan-style method of circuitry formed the basis for [Bunnie Huang]’s Chibitronics startup, and has since inspired many to stop etching boards and start fetching hoards of copper tape. [Hales] hit the ground running when he learned about this method , and has made many a copper tape circuit in the last year or so. He offers several nice tips on his site that speak from experience with this method, and he’ll even show you how to easily work an SMD breakout board into the mix. Generally speaking, [Hales] prefers plywood as the substrate to paper or cardboard for durability. He starts by drawing out the circuit and planning where all the tape traces will go and how wide they need to be. Then he lays out copper traces and pads, rubs the tape against the substrate to make it adhere strongly, and reinforces joints and laps w...

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...