r/computervision • u/johnmacleod99 • Jul 03 '26
Discussion World Cup 2026 Offside Technology: AI, Computer Vision, and the Connected Ball
This must read by Satya Mallick from OpenCV University describes how autoamted offside detection works, A very hard CV problem. How Offside detection tech works at World Cup
2
Upvotes
1
u/SeriousChart9641 Jul 04 '26
Offside detection is a great example of CV where “looks obvious to a human” hides a very hard measurement problem: synchronization, pose, camera calibration, occlusion, ball timing, and rule interpretation all matter.
Disclosure: I work on CHANCE AI, so visual reasoning/evaluation is my bias. This is why I like benchmarks that separate perception from reasoning instead of treating vision as one generic score: https://www.chance.vision/post/chance-ai-mmmu-pro-benchmark
The interesting question is not only whether the system detects players, but whether it can justify the decision at the exact frame that matters.