← Latest papers
💻 computer science

SpikingMOT: A Spike-Driven Multi-Object Tracker

The paper introduces SpikingMOT, a spike-driven multi-object tracker that leverages activation sparsity preference and spiking neural networks to achieve state-of-the-art performance on SportsMOT and DanceTrack benchmarks while significantly reducing parameters and energy consumption.

Original authors: Yiding Sun, Xiangyang Yang, Dongxu Zhang, Qirui Wang, Zijie Xu, Wenxuan Liu, Shuiwang Li, Jihua Zhu, Zhaofei Yu, Tiejun Huang

Published 2026-07-23
📖 5 min read🧠 Deep dive

Original authors: Yiding Sun, Xiangyang Yang, Dongxu Zhang, Qirui Wang, Zijie Xu, Wenxuan Liu, Shuiwang Li, Jihua Zhu, Zhaofei Yu, Tiejun Huang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are watching a busy street corner from a high window. Hundreds of people are walking, running, and weaving through the crowd. Your brain doesn't try to track every single person by calculating their exact speed and direction every millisecond; instead, it focuses on the most important movements and ignores the rest. This is the magic of Multi-Object Tracking (MOT), a superpower for computers that lets them follow moving things like cars, players, or drones in videos. For a long time, computers tried to do this by using massive, "dense" brains (called Artificial Neural Networks) that fire off signals for everything at once, like a stadium full of people shouting at the same time. But this uses a lot of energy and can get confused by the noise. The big question scientists have been asking is: Do we really need all that shouting to keep track of who is who, or could a quieter, more selective approach work just as well?

This is where a new paper called SpikingMOT comes in. The researchers, led by Yiding Sun and his team, decided to test a wild idea: what if we made the computer's tracking brain act more like a human brain? Human brains use "spikes"—tiny, electric bursts that only happen when something important needs to be said. The team discovered that for tracking moving objects, being "sparse" (only firing when necessary) isn't just a backup plan; it's actually a superpower. They found that by using a special type of brain-inspired network called a Spiking Neural Network (SNN), they could track objects with incredible accuracy while using way less energy and computer memory.

The Problem: The Shouting Stadium

For years, the best trackers worked like a chaotic stadium. Every time a video frame changed, the computer's "dense" neural network would activate thousands of neurons to predict where objects would go next. The researchers noticed something strange: even when they forced the computer to be quiet and only let a few neurons speak (a process called "dropout"), the tracking actually got better in many cases. It was as if the stadium crowd was shouting so loud that the important messages were getting lost in the noise. They called this observation the Activation Sparsity Preference (ASP). Essentially, the data suggested that for predicting where a ball or a person will move next, you don't need a full choir; you just need the right soloists.

The Solution: The Brain's Secret Code

To solve this, the team built SpikingMOT, the first tracker that runs entirely on these "spikes." Instead of a constant hum of activity, SpikingMOT waits for specific moments to fire, much like a neuron in your own brain. But simply making the network quiet wasn't enough. The team realized they needed a smart way to decide which neurons should fire.

They designed a two-step "brain-inspired" loop:

  1. The Decomposition (The Menu): Imagine the computer has a menu of possible moves (like "turn left," "speed up," or "stop"). Instead of trying to guess the exact move, SpikingMOT breaks the movement down into a set of "pseudo-trajectories" (fake paths). It's like having a deck of cards representing different ways a person might move.
  2. The Calibration (The Correction): After the computer guesses where an object will be, it checks the real video to see if it was right. If the object was actually somewhere else, the computer uses that "mistake" (the error) to adjust its menu for the next second. It's like a chef tasting a soup, realizing it needs more salt, and then adjusting the recipe for the next batch. This creates a closed loop where the tracker learns from its own mistakes in real-time.

The Results: Faster, Smarter, and Greener

The results were impressive. When they tested SpikingMOT on tricky datasets like SportsMOT (where players run fast and change direction suddenly) and DanceTrack (where dancers look very similar and cross paths often), it didn't just keep up; it took the lead.

  • On SportsMOT, it achieved a top score of 74.9 (called HOTA), beating the previous best.
  • On DanceTrack, it hit 56.5, also a new record.
  • But the real magic was in the efficiency. By using this spike-driven approach, they reduced the number of computer parameters (the "brain size") by 72% and slashed the energy usage by 86.7%.

Why It Matters

The paper suggests that for tracking moving objects, we don't need to build bigger, louder, and more energy-hungry computers. Instead, we can build smarter, quieter ones that mimic how nature solves problems. The researchers showed that by letting the computer "spike" only when it has something important to say, and by constantly correcting its own predictions based on what it sees, it can track complex movements better than ever before. While the team notes that their energy savings are currently calculated based on math rather than tested on special "neuromorphic" hardware chips, the results strongly suggest that the future of tracking might be less about brute force and more about biological efficiency. They have opened a door to a new way of thinking: sometimes, to see the whole picture, you just need to listen to the right whispers.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →