Skip to main content

Unitary, an EF alumnus, raises £1.3M seed for its content moderation AI

Unitary, a startup that’s developing AI to automate content moderation for “harmful content” so that humans don’t have to, has picked up £1.35 million in funding. The company is still in development mode but launched a trial of its technology in September.

Led by Rocket Internet’s GFC, the seed round also includes backing from Jane VC (the cold email-friendly firm backing female-led startups), SGH Capital, and a number of unnamed angel investors. Unitary had previously raised pre-seed funding from Entrepreneur First, as an alumnus of the company builder program.

“Every minute, over 500 hours of new video footage are uploaded to the internet, and the volume of disturbing, abusive and violent content that is put online is quite astonishing,” Unitary CEO and co-founder Sasha Haco, who previously worked with Stephen Hawking on black holes, tells me. “Currently, the safety of the internet relies on armies of human moderators who have to watch and take down inappropriate material. But humans cannot possibly keep up”.

Not only is the volume of content uploaded ever-increasing, but the people employed to moderate the content on platforms like Facebook can suffer greatly. “Repeated exposure to such disturbing footage is leaving many moderators with PTSD,” says Haco. “Regulations are responding to this crisis and putting increasing pressure on platforms to deal with harmful content and protect our children from the worst of the internet. But currently, there is no adequate solution”.

Which, of course, is where Unitary wants to step in, with a stated mission to “make the internet a safer place” by automatically detecting harmful content. Its proprietary AI technology, which uses “state of the art” computer vision and graph-based techniques, claims to be able to recognise harmful content at the point of upload, including “interpreting context to tackle even the more nuanced videos,” explains Haco.

Meanwhile, although there are already several solutions offered to developers that can detect restricted content that is more obvious, such as explicit nudity or extreme violence (AWS, for example, has one such API), the Unitary CEO argues that none of these are remotely good enough to “truly displace human involvement”.

“These systems fail to understand more subtle behaviours or signs, especially on video,” she says. “While current AI can deal well with short video clips, longer videos still require humans in order to understand them. On top of this, it is often the context of the upload that makes all the difference to its meaning, and it is the ability to incorporate contextual understanding that is both extremely challenging and fundamental to moderation. We are tackling each of these core issues in order to achieve a technology that will, even in the near term, massively cut down on the level of human involvement required and one day achieve a much safer internet”.



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

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...