Home/Soccer Analytics/Optimal Defensive Disruption via Probabilistic Verification

Optimal Defensive Disruption via Probabilistic Verification

Tactical AnalysisLevel 4 — Expert

What It Is

Using probabilistic verification — a technique from AI that computes exact probabilities within Markov models — to find the optimal defensive strategy for disrupting a specific team's buildup. Rather than devising a defensive plan against each individual buildup pattern (impossible — Barcelona alone used dozens of patterns), this approach asks the higher-level question: which defensive setup (high/low block, left/right forcing) and which teammate-blocking strategy minimizes the opponent's probability of reaching the final third? The model answers counterfactual questions: "What WOULD have happened if we had forced them right instead of left?"

Correct Execution

(1) Build buildup MDPs per team per defensive setup (from buildup-sequence-markov-model). (2) Apply probabilistic verification to compute P(reaching final third) for each MDP. (3) Compare across defensive setups to find which minimizes the opponent's efficiency. Three levels of analysis:

  • Starting side: Does letting them start from their left or right side yield lower efficiency? (e.g., Real Madrid: forcing right start reduces efficiency regardless of block)
  • Forcing direction: Does actively forcing them left or right via block shape reduce efficiency? (e.g., Atlético: force left is better)
  • Teammate blocking: Using 360 data, does blocking reachable teammates on the center-back's left or right side reduce efficiency? (e.g., Barcelona: block right-side teammates under high block)

Key insight: the optimal strategy differs per team AND per block structure. Some teams (3 of 20 analyzed) require switching sides between high and low blocks — a nuance that wouldn't be captured by a single "force them right" instruction.

Progression Levels

Diagnostic Tree

Coaching Cues

  • "The model tells you the best starting plan. When they adapt, you need the second-best plan too."
  • "Barcelona doesn't care which side you force them to. Block their center instead."
  • "Against Real Madrid: force right, regardless of block. Against Granada: switch sides between high and low block."

Common Errors

  1. Assuming one strategy works against all teams: The optimal defensive setup differs per opponent. Real Madrid requires right-forcing; Atlético requires left-forcing under low block.
  2. Ignoring block-dependent strategy switching: 3 of 20 teams required different forcing sides under high vs. low block. A single "force them right" instruction may be wrong for one block type.
  3. Treating the model output as deterministic: Probabilities of reaching the final third might differ by only 2-3%. Small differences may not be practically significant.

Edges

💎 Elite-Only Behavior

Some Teams Require Different Defensive Strategies Under High Block vs. Low Block

Using probabilistic verification on buildup MDPs, the optimal defensive disruption strategy (which side to force, which block height) differs per team AND per block structure. 3 of 20 La Liga/Bundesliga top teams required switching forcing sides between high and low blocks. A single "force them right" instruction may be correct under one block but wrong under the other. Barcelona, uniquely, doesn't care which side you force them to — the exploit is blocking their central players' passing options instead.

What most people do
Give one defensive instruction for the whole match: "force them to the right side."
What the best do
Prepare block-dependent defensive plans. Under high block, force direction X; under low block, force direction Y. For symmetrical teams like Barcelona, focus on teammate-blocking (isolating specific central players' passing options) rather than directional forcing. Have the second-best strategy ready for when the opponent adapts.
Why it's an edge: The nuance of block-dependent strategy switching is invisible to standard scouting. Most opposition analysis identifies one weakness and builds a single plan. The best teams have plans that adapt to their own tactical state, not just the opponent's.
How to exploit: Build buildup MDPs per opponent per defensive setup. Use probabilistic verification to find the optimal forcing direction under each block height. Prepare two defensive briefings: one for high block, one for low block. If the opponent adapts mid-match, switch to the pre-prepared alternative strategy.
Micah, KU Leuven, StatsBomb Conference, 2021-11-04. 3/20 teams requiring block-dependent strategy switching. Barcelona's center-first, symmetrical buildup.
💎 Elite-Only Behavior

The Optimal Defensive Strategy Differs Per Team AND Per Your Block Structure — A Single "Force Them Right" Instruction Is Dangerously Oversimplified

Analysis of 20 teams showed that 3 of them require switching forcing direction between high block and low block. A team that's best forced right under your high block may need to be forced LEFT under your low block — the optimal disruption strategy depends on the interaction between the opponent's buildup patterns AND your defensive structure, not just the opponent alone. A single "force them right" instruction that doesn't account for your own block structure is wrong for at least some configurations.

What most people do
Identify the opponent's weaker buildup side and instruct "force them right" regardless of own defensive setup.
What the best do
Compute disruption probabilities per opponent per defensive setup (high block/low block x force left/force right). For 15% of teams analyzed, the optimal forcing direction SWITCHES between high and low block — meaning a single instruction is correct for one setup but wrong for the other.
Why it's an edge: The interaction between your block and their buildup is invisible without the MDP analysis. Coaches who give blanket forcing instructions based only on the opponent's tendencies will be suboptimal for every game state where they change their own block height.
How to exploit: For each opponent, compute disruption efficiency under all combinations of your block structure and their buildup. If the optimal strategy differs between your high and low block, prepare TWO forcing instructions and communicate the switch trigger.
Micah, KU Leuven, StatsBomb Conference, 2021-11-04. 3 of 20 teams analyzed required different forcing directions under different block structures.

Sources

  • Micah, KU Leuven (DTAI Sports Analytics Lab), StatsBomb Conference 2021, YouTube, 2021-11-04 — presented probabilistic verification for optimal defensive disruption; analyzed top-10 La Liga/Bundesliga teams; showed team-specific and block-dependent optimal strategies