Skip to main content
  1. Home
  2. Emerging Tech
  3. Computing
  4. News

Facial-recognition algorithm will tell you if you look more like Clinton or Trump

Add as a preferred source on Google

It’s no secret that Hillary Clinton and Donald Trump were two of the most popular Halloween costumes this year.

But how much do you resemble either of the presidential candidates for the 2016 election cycle, without the use of fake tan or pantsuits? Ntechlab, the company behind one of the world’s most accurate facial recognition systems, want to give you a way of finding out.

Recommended Videos

FaceElections 2016 is a project designed to give everyone the opportunity to compare their face to the faces of the two main presidential candidates in America,” Ntechlab co-founder Alexander Kabakov told Digital Trends. “We’ve got maybe the best algorithm in the world for facial recognition, and we thought it would be interesting to voters to be able to see the degree of similarity they share, expressed as a number.”

Ntechlab’s FindFace system made waves last year when its beat one developed by Google for University of Washington’s Megaface Championship 2015. At the event, FindFace achieved an impressive 73 percent accuracy with a database of 1 million pictures. When that number dropped to 10,000 images, the system’s accuracy rose to 95 percent.

Since then, it has used its expertise to create a facial recognition-based dating app which has racked up more than 1 million users — although the idea of doing a new project based on this year’s presidential race proved too tempting to ignore.

FaceElection 2016 is a free website, which lets users upload an image of themselves and the website assigns a similarity score to both Clinton and Trump.

screen-shot-2016-10-31-at-20-21-37
Image used with permission by copyright holder

Does it work? Given that there is no objective measure to be had on whether we really are facially 54 percent Donald Trump, it is tough to determine for certain. Uploading pictures of ourselves never resulted in looking more Hillary than Donald, although the numbers did change depending on the image we uploaded. On the other hand, images of Trump and Clinton throughout their lives were successfully recognized as the person in question.

One interesting detail is that Kabakov said that the neural network used for measuring similarity was tweaked to avoid weighting gender too heavily. “We developed a gender-tolerant algorithm so that your own gender and that of the candidate is not taken too much into consideration,” he said. “If you’re a woman, it won’t automatically say you’re similar to Hillary Clinton, while men won’t automatically be taken as looking similar to Donald Trump. Gender is one of the points of similarity, but it’s not the main one. We have many others, such as the type of face, the sizes of eyes and more.”

So do voters tend to vote for candidates who look like them, like the old saying about dogs resembling their owners (or vice versa)? “We haven’t researched that, but it’s definitely an interesting question,” Kabakov laughed.

Maybe we will find out as people share the results on social media.

Luke Dormehl
I'm a UK-based tech writer covering Cool Tech at Digital Trends. I've also written for Fast Company, Wired, the Guardian…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more