← Latest papers
💻 computer science

Pixels or Positions? Benchmarking Modalities in Group Activity Recognition

This paper introduces SoccerNet-GAR, a synchronized multimodal dataset of World Cup 2022 matches, to benchmark group activity recognition and demonstrate that tracking-based models using a novel role-aware graph architecture significantly outperform video-based approaches in both accuracy and computational efficiency.

Original authors: Drishya Karki, Merey Ramazanova, Anthony Cioppa, Silvio Giancola, Bernard Ghanem

Published 2026-04-22
📖 5 min read🧠 Deep dive

Original authors: Drishya Karki, Merey Ramazanova, Anthony Cioppa, Silvio Giancola, Bernard Ghanem

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 trying to understand a complex soccer game. You have two ways to watch it:

  1. The "Cinema" View (Pixels): You watch the full broadcast on TV. You see the green grass, the colorful jerseys, the sweat on the players' faces, and the crowd cheering. It's rich in detail, but it's also heavy, messy, and can get confusing if the camera zooms in too much or if players block each other.
  2. The "Tactical Board" View (Positions): You look at a simplified digital map. You don't see the players' faces or the grass; you just see 22 dots moving around a field, connected by lines showing who is passing to whom. It's stripped of all the "fluff," leaving only the pure logic of the game.

This paper asks a simple but profound question: To understand what a team is actually doing as a group, which view is better? The rich movie or the simple map?

The Problem: We've Been Guessing

For years, researchers have tried to teach computers to recognize "Group Activities" (like a "Counter-Attack" or a "Set Piece"). They mostly used the Cinema View (video). It works okay, but it's expensive to compute and gets confused easily (e.g., if a player's jersey is the same color as the grass).

Meanwhile, the Tactical Board View (tracking data) has been largely ignored for this specific task, even though it's compact and perfectly captures how players move in relation to each other. The problem? No one had a fair way to compare them. It was like trying to compare a Ferrari to a bicycle without a track that both could drive on.

The Solution: SoccerNet-GAR

The authors built a brand new "race track" called SoccerNet-GAR.

  • They took 64 matches from the 2022 World Cup.
  • They took the raw broadcast video (the movie) and the raw tracking data (the dots on the map).
  • They synchronized them perfectly so that for every single action (like a "Goal" or a "Pass"), the computer sees both the video and the map at the exact same time.
  • They created a dataset of nearly 88,000 events to test the computers.

The Experiment: The Heavyweight vs. The Lightweight

They set up a race between two types of AI:

  1. The Video AI (The Heavyweight): This model is like a giant, hungry monster. It eats massive amounts of video data. It has 86 million parameters (think of these as "brain cells"). It needs a lot of electricity (GPU hours) to train.
  2. The Tracking AI (The Lightweight): This model is a nimble, efficient athlete. It only looks at the dots and lines. It has only 180,000 parameters. It's tiny compared to the video model.

The Results: The Underdog Wins Big

The results were shocking. The Lightweight Tracking AI didn't just win; it crushed the Heavyweight Video AI.

  • Accuracy: The Tracking AI got 77.8% accuracy. The Video AI only got 60.9%.
  • Efficiency: The Tracking AI used 479 times fewer "brain cells" than the Video AI.
  • Speed: It took 7 times less time and energy to train the Tracking AI.

The Analogy: Imagine trying to identify a specific dance move.

  • The Video AI is like a photographer taking 10,000 high-resolution photos of the dancer, analyzing the lighting, the fabric of the shirt, and the background. It's slow and gets confused if the dancer wears a different shirt.
  • The Tracking AI is like a choreographer watching the dancers' feet and arm positions on a grid. It ignores the clothes and the lighting. It instantly sees the pattern of the movement.

Why Did the "Map" Win?

The paper found that for team sports, structure matters more than appearance.

  • The "Role" Secret: The Tracking AI was smart. It knew that a "Goalkeeper" is always near the goal, and a "Forward" is near the opponent's goal. It connected the dots based on these tactical roles (like a coach drawing lines on a whiteboard). This gave it a huge advantage.
  • The Video Struggle: The Video AI got distracted. It tried to guess the action based on what the players looked like. If the lighting changed or a player was blocked by another, it got confused.

The Only Exception

There was one moment where the Video AI won: Headers.
When a player jumps to hit the ball with their head, the visual of the jump is very distinct. The simple dots on the map couldn't quite capture the "jumping" nuance as well as the video could. But for almost everything else (Passes, Tackles, Goals), the map was superior.

The Big Takeaway

This paper changes the game. It proves that for understanding team sports, you don't need a 4K camera; you need a good map.

By focusing on where players are and how they move relative to each other (positions), rather than what they look like (pixels), we can build AI that is:

  1. Smarter (more accurate).
  2. Faster (trains in hours, not days).
  3. Cheaper (runs on small computers, not supercomputers).

The authors are now releasing this data and code to the world, inviting everyone to build better, lighter, and smarter sports AI.

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 →