First International StepUP Competition for Biometric Footstep Recognition: Methods, Results and Remaining Challenges

The First International StepUP Competition leveraged the newly released UNB StepUP-P150 dataset to advance biometric footstep recognition, culminating in a global contest where the top team achieved a 10.77% equal error rate while highlighting persistent challenges in generalizing to unfamiliar footwear.

Robyn Larracy, Eve MacDonald, Angkoon Phinyomark, Saeid Rezaei, Mahdi Laghaei, Ali Hajighasem, Aaron Tabor, Erik Scheme

Published 2026-03-05
📖 6 min read🧠 Deep dive

Imagine you are walking through a busy airport. Usually, security checks your face or scans your fingerprint. But what if the security system could recognize you just by how you walk? Specifically, by the unique pressure pattern your feet make on the floor, like a hidden signature left in the dust.

This is the idea behind Footstep Biometrics. It's a new kind of security technology that doesn't require you to stop, look at a camera, or press a finger on a scanner. You just walk, and the floor knows who you are.

However, there's a big problem: People change how they walk.

  • If you wear heavy boots instead of your running shoes, your steps change.
  • If you are in a hurry (fast) or tired (slow), your steps change.
  • If you are carrying a heavy bag, your steps change.

For a computer to recognize you, it needs to learn your "walking signature" from just a few samples (like a quick enrollment). But then, it has to recognize you later, even if you've changed your shoes or your speed. This is like trying to recognize a friend's handwriting even if they are writing with their non-dominant hand or using a different pen.

The Big Race: The StepUP Competition

To solve this, the researchers at the University of New Brunswick created a massive library of footstep data called StepUP-P150. It contains over 200,000 footprints from 150 different people, wearing 300 different pairs of shoes, walking at different speeds.

To see if anyone could crack the code, they launched the First International StepUP Competition. It was like a "Olympics for AI," where teams from universities and tech companies around the world tried to build the smartest "footstep detective."

The Challenge:
The teams were given the big library of data to study. Then, they were tested on a secret group of people.

  • The Test: "Is this person who they say they are?"
  • The Twist: The test included tricky scenarios. Some people were wearing shoes the AI had never seen before. Some were walking super fast or super slow. The AI had to guess correctly even when the conditions were totally different from what it learned.

The Winners and Their Secret Weapons

Out of 23 teams, three stood out. Here is how they did it, explained simply:

1. The Winner: Saeid UCC (Ireland) - The "Auto-Coach"

  • The Problem: Building a perfect AI is hard. You have to choose the right "brain structure" (architecture) and the right "training settings" (hyperparameters). Usually, humans guess and check, which takes forever.
  • The Solution: They built an AI Coach (called a Generative Reward Machine). Imagine a coach who watches a student athlete practice for just 5 minutes and can predict, "If you keep training this way, you will win the gold medal!"
  • How it worked: The coach didn't wait for the AI to finish training. It looked at the early signs of learning and instantly decided, "This setup is great, keep going!" or "This one is failing, stop and try something else." This saved huge amounts of time and found the perfect combination of settings automatically.
  • Result: They got the best score, making only about 11 mistakes out of 100 tricky tests.

2. The Runner-Up: Peneter ML (Iran) - The "Smart Simulator"

  • The Problem: Testing every possible setting on the full, high-quality data is too expensive and slow (like trying to learn to drive by only driving on real highways).
  • The Solution: They used a Transfer Learning trick. First, they trained their AI on "cheap" data (simplified versions of the footprints or fewer people). It was like practicing on a driving simulator first.
  • How it worked: Once the AI learned the basics on the simulator, they "transferred" that knowledge to the real, high-quality data. This gave the AI a "warm start," so it didn't have to learn everything from scratch.
  • Result: Very close to the winner, proving that smart shortcuts work.

3. Third Place: CyberTI (Australia) - The "Curriculum Teacher"

  • The Problem: AI often gets overwhelmed if you throw all the hard data at it at once.
  • The Solution: They created an Evolutionary Curriculum. Imagine a teacher who doesn't give a student a calculus textbook on day one. They start with simple addition, then move to algebra, then calculus.
  • How it worked: Their AI started by learning only from easy walking conditions (barefoot, normal speed). As it got better, the "curriculum" automatically added harder conditions (heavy boots, running fast). The AI evolved its own training schedule to learn the hardest lessons only when it was ready.
  • Result: A very strong performance, showing that how you teach the AI matters just as much as the AI itself.

The Big Takeaway: The "Shoe Problem"

The competition was a huge success, but it also revealed a stubborn problem.

  • When the shoes were familiar: The AI was amazing. It could recognize people with near-perfect accuracy.
  • When the shoes were new: The AI struggled. If a person wore a pair of shoes the AI had never seen before, the error rate jumped significantly.

The Analogy:
Think of it like recognizing a friend's voice.

  • If they call you on their usual phone, you recognize them instantly.
  • If they call you on a brand new, weirdly distorted phone, or if they are whispering, you might think it's a stranger.

The AI is great at recognizing the "voice" (the walking style) but gets confused when the "phone" (the shoes) changes the sound. The biggest challenge for the future is teaching the AI to ignore the shoes and focus only on the person.

Why This Matters

This competition wasn't just about winning a trophy. It proved that:

  1. Footstep recognition is possible and could be used in airports, banks, and secure buildings without annoying people.
  2. Big, diverse data is key. You can't build a smart system with small, boring data. You need data that covers every possible shoe and speed.
  3. Automation is the future. The winners didn't just tweak the code; they built systems that automatically figured out the best way to learn.

The researchers are now inviting everyone to keep trying to beat their scores. The goal is to create a security system that knows you by your walk, no matter what shoes you're wearing or how fast you're running.