Field Converter: Geometry-Initialized Temporal Residual Refinement for World-Grounded Player Pose Estimation from Soccer Broadcasts

TL;DR

Field Converter reduces player pose estimation error in soccer broadcasts from 49cm to 10cm using geometry initialization and temporal residual refinement.

cs.CV 🔴 Advanced 2026-09-10 83 views
Simon Khan Laurent Gajny Jennyfer Lecompte Sébastien Laporte
3D pose estimation temporal refinement soccer broadcasts geometry initialization Transformer models

Key Findings

Methodology

Field Converter combines geometry initialization and temporal residual refinement. Player root positions are initialized via camera-pitch geometry and refined using MLP, TCN, or Transformer networks.

Key Results

  • Geometry initialization yields a root error of 49cm, reduced to 14cm with MLP, 10cm with TCN, and 11cm with Transformer. Final MPJPE is 13.2cm.
  • Ablation studies confirm residual refinement outperforms direct regression, with temporal context being more critical than network architecture.
  • Failure analysis identifies airborne motion as the main limitation of geometric initialization.

Significance

This work addresses the challenge of world-grounded player localization in monocular sports broadcasts, enabling precise tactical analysis, biomechanical studies, and immersive replays.

Technical Contribution

Introduces a novel framework combining geometry initialization and temporal residual refinement, significantly reducing pose estimation error in world coordinates and highlighting the importance of temporal context.

Novelty

First to integrate geometry initialization with temporal residual refinement for world-grounded pose estimation, addressing the disconnect between local pose and global position.

Limitations

  • Airborne motion introduces significant error in geometric initialization.
  • Model relies on accurate camera calibration and pitch geometry.
  • Multi-camera fusion is unexplored but could improve performance.

Future Work

Future directions include handling airborne motion, exploring multi-camera fusion, and extending the framework to other sports scenarios.

AI Executive Summary

Estimating 3D player poses from monocular sports broadcasts is challenging, especially when localization in a shared world coordinate system is required. Field Converter addresses this by combining geometry initialization and temporal residual refinement. Player root positions are first estimated using camera-pitch geometry, then refined using temporal networks, achieving high accuracy.

Experiments show geometry initialization yields a root error of 49cm, reduced to 14cm with MLP, 10cm with TCN, and 11cm with Transformer networks. The final MPJPE is 13.2cm, outperforming direct regression methods. Ablation studies confirm the importance of temporal context over network architecture.

This method has broad applications in tactical analysis, biomechanics, and immersive replays. However, limitations include errors in airborne motion and reliance on accurate camera calibration. Future work could explore multi-camera fusion and extend the approach to other sports scenarios.

Deep Analysis

Background

Recent advances in monocular 3D pose estimation, such as VideoPose3D and MotionBERT, have improved local pose accuracy but fail to address global localization in world coordinates. This gap is critical for team sports like soccer, where relative positions and pitch geometry are essential.

Core Problem

Existing methods struggle to accurately localize players in a shared world coordinate system, limiting tactical analysis and biomechanical studies. Challenges include camera motion, pitch geometry, and the complexity of monocular video.

Innovation

Field Converter innovatively combines geometry initialization with temporal residual refinement. Geometry initialization estimates player root positions using camera-pitch geometry, while temporal networks refine these estimates, significantly improving accuracy.

Methodology

  • �� Geometry initialization computes player root positions via camera-pitch intersection.
  • �� Temporal residual refinement uses MLP, TCN, or Transformer networks to correct errors.
  • �� Refined root positions anchor relative skeletons in world coordinates.
  • �� Ablation studies validate the importance of temporal context and network architecture.

Experiments

Evaluated on the FIFA Skeletal Tracking Light 2026 dataset, comprising 89 soccer broadcast clips. Strict match-disjoint evaluation protocol ensures generalization. Metrics include MPJPE and root error, with ablation studies on temporal context.

Results

Geometry initialization yields a root error of 49cm, reduced to 14cm with MLP, 10cm with TCN, and 11cm with Transformer. Final MPJPE is 13.2cm, outperforming direct regression methods.

Applications

Applications include tactical analysis, biomechanical studies, and immersive replays, enabling precise player motion and position analysis in soccer broadcasts.

Limitations & Outlook

Airborne motion introduces significant error in geometric initialization. The method relies on accurate camera calibration and pitch geometry. Future work could explore multi-camera fusion and extensions to other sports.

Plain Language Accessible to non-experts

Imagine a soccer field where the camera acts like a detective, observing players' movements. Field Converter first uses the field's geometry and camera position to estimate where players are, like guessing an object's location from its shadow. Then, it acts like a coach, analyzing video details to refine the estimate and pinpoint players' exact positions.

ELI14 Explained like you're 14

Imagine you're watching a soccer game, and you want to know exactly where players are on the field. Field Converter is like a super-smart assistant! First, it uses the field's lines and camera angles to guess their positions. Then, it uses AI to analyze the video and fix any mistakes. Boom! Now you know exactly where everyone is!

Glossary

Geometry Initialization

Estimates player root positions using camera and pitch geometry.

Used for initial localization of players.

Temporal Residual Refinement

Refines geometric initialization errors using temporal networks.

Improves localization accuracy.

MPJPE (Mean Per Joint Position Error)

Metric for evaluating 3D pose estimation error, measured in centimeters.

Used to assess pose estimation accuracy.

Transformer

A deep learning model based on self-attention, effective for sequence data.

Used for temporal residual refinement.

FIFA Skeletal Tracking Light 2026

A dataset of soccer broadcast videos with 3D pose annotations.

Used for model training and evaluation.

Open Questions Unanswered questions from this research

  • 1 How to handle errors caused by airborne motion?
  • 2 Can multi-camera fusion further improve accuracy?
  • 3 How to generalize this method to other sports scenarios?

Applications

Immediate Applications

Soccer Tactical Analysis

Helps coaches analyze player positions and movements for strategy planning.

Immersive Replays

Provides viewers with more realistic replay experiences.

Long-term Vision

Cross-Sport Expansion

Extends the method to basketball, tennis, and other sports for enhanced motion analysis.

Abstract

Recovering 3D human pose from monocular sports broadcasts remains challenging when players must be localized in a shared metric world coordinate system rather than only reconstructed relative to their own body. We introduce Field Converter, a geometry-initialized temporal residual framework for world-grounded 3D player pose estimation from calibrated soccer broadcasts. Our method first uses camera and pitch geometry to initialize the player root through ray-ground intersection, then predicts a temporal residual correction from pose, image, camera, and geometric cues. On match-disjoint evaluation sequences, residual refinement reduces root error from 49cm with geometry alone to 14cm with a frame-wise MLP and 10cm with a TCN, while a Transformer achieves a comparable 11cm. The resulting world-space MPJPE reaches 13.2cm, and ablations show that residual prediction clearly outperforms direct global-root regression while temporal context matters more than the specific temporal backbone. Failure analysis further identifies airborne motion as the main limitation of the ground-based geometric initialization.

cs.CV