Papers
Topics
Authors
Recent
Search
2000 character limit reached

DeepTau Algorithm Overview

Updated 11 November 2025
  • DeepTau is a CNN-based tau lepton identification method that uses image-based PF representations and domain adaptation to enhance discrimination of genuine taus from backgrounds.
  • It achieves a 30–50% reduction in jet misidentification rates at fixed tau efficiency, thereby improving simulation fidelity to collision data.
  • Its architecture integrates multiple input grids, high-level features, and an adversarial branch, ensuring robust calibration and effective performance in CMS analyses.

DeepTau is a tau lepton identification algorithm developed for the Compact Muon Solenoid (CMS) experiment at the Large Hadron Collider (LHC), designed to discriminate hadronic tau decays (τh\tau_\mathrm{h}) from backgrounds such as quark and gluon jets, electrons, and muons. Employing convolutional neural network (CNN) techniques and, in its version 2.5, domain adaptation via backpropagation, DeepTau v2.5 substantially improves both the fidelity of simulation to collision data and the overall identification performance, achieving a 30–50% reduction in jet-to-tau misidentification at fixed efficiency. Its design leverages “image-based” representations of particle-flow (PF) objects around each candidate and incorporates robust calibration strategies for direct usage in physics analyses at s=13\sqrt{s}=13 and $13.6$ TeV.

1. Architecture and Input Representation

DeepTau v2.5 utilizes a multi-branch CNN architecture designed to exploit spatial and high-level feature representations of particles near candidate τh\tau_\mathrm{h} objects:

  • Input Construction:
    • Two overlapping grids in the η\etaϕ\phi plane are centered on each HPS-reconstructed τh\tau_\mathrm{h} candidate:
    • Inner grid: 11×1111 \times 11 cells, each of size Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.02 (corresponding to the signal cone with radius R=0.1R=0.1).
    • Outer grid: s=13\sqrt{s}=130 cells, each of size s=13\sqrt{s}=131 (corresponding to the isolation cone with radius s=13\sqrt{s}=132).
    • Each cell encodes up to seven PF-reconstructed particle types (electron, muon, photon, charged hadron, neutral hadron, and standalone electron/muon) with associated kinematical and identification features (such as s=13\sqrt{s}=133, s=13\sqrt{s}=134, s=13\sqrt{s}=135, electric charge, PUPPI weights, electromagnetic/hadronic calorimeter cluster properties, and track-to-vertex compatibility).
  • Additional Features:
    • 43 high-level variables summarize s=13\sqrt{s}=136 kinematics (e.g., s=13\sqrt{s}=137, s=13\sqrt{s}=138, charge, decay mode prongs), isolation balances, leading track and secondary vertex information, variables for discrimination between electromagnetic and hadronic showers, pileup characteristics, etc.
  • Network Structure:
    • The architecture consists of three distinct branches:
    • 1. The 43 high-level features processed by fully connected (FC) layers.
    • 2. The inner s=13\sqrt{s}=139 grid processed by convolutional and pooling layers, yielding a $13.6$0 embedding.
    • 3. The outer $13.6$1 grid processed similarly to provide a $13.6$2 representation.
    • Outputs from all branches are concatenated and passed through a stack of FC layers and a final softmax layer producing per-class scores $13.6$3.
    • Parametric ReLU (PReLU) activation is used:

    $13.6$4 - Batch normalization and dropout ($13.6$5--$13.6$6 per FC layer) are applied for regularization.

2. Domain Adaptation via Backpropagation

To reduce data–simulation discrepancies, DeepTau v2.5 employs a domain adaptation strategy using a gradient reversal layer (GRL):

  • Gradient Reversal Layer (GRL):

    • Inserted between the shared feature-extracting layers and an adversarial branch tasked with classifying the source domain (simulation vs. real data).
    • Forward pass: identity; backward pass: multiplies the incoming gradient by $13.6$7 for domain loss, effectively reversing it.
  • Loss Functions:
    • Classification loss ($13.6$8): Combines categorical cross-entropy (for genuine $13.6$9), focal loss components (for overall background discrimination), and targeted cross-entropy penalties for separating jets, electrons, and muons when τh\tau_\mathrm{h}0 is large.
    • Adversarial (domain) loss:

    τh\tau_\mathrm{h}1

    where τh\tau_\mathrm{h}2 for data, τh\tau_\mathrm{h}3 for simulation. - Combined objective:

    τh\tau_\mathrm{h}4

    GRL ensures that the gradient from τh\tau_\mathrm{h}5 is negated in the feature-extraction trunk:

    τh\tau_\mathrm{h}6 - This leads to domain-invariant feature learning, especially in regions with high purity of genuine τh\tau_\mathrm{h}7 candidates.

3. Training Datasets, Workflow, and Hyperparameters

  • Datasets:

    • Simulation (2018 conditions): Mix of Z+jets, W+jets, τh\tau_\mathrm{h}8, single-top, diboson, τh\tau_\mathrm{h}9, QCD multijet, “η\eta0-gun,” η\eta1 processes, ensuring uniform η\eta2 and η\eta3 distributions per class.
    • Real data (2018, 13 TeV, 60 fbη\eta4): Zη\eta5 (“η\eta6 control sample”) where η\eta7 purity is approximately η\eta8 is used exclusively for domain adaptation.
  • Workflow:
    • Main optimizer (Adam/NAdam) for shared and classification layers, learning rate ϕ\phi0.
    • Separate optimizer (Adam) for domain branch, learning rate ϕ\phi1.
    • Domain loss weighting: ϕ\phi2.
  • This staged training decouples classification performance from simulation–data mismodeling, reducing systematic uncertainties associated with modeling detector effects.

4. Performance Evaluation

  • Metrics:
    • ϕ\phi3 identification efficiency: ϕ\phi4.
    • Misidentification (fake) rate: ϕ\phi5.
  • Results at 13 TeV (2018 sim):
    • At fixed ϕ\phi6 efficiency, DeepTau v2.5 achieves marked reductions in fake rates compared to v2.1:
    • For ϕ\phi7: ϕ\phi8 reduced from ϕ\phi9 to τh\tau_\mathrm{h}0.
    • For τh\tau_\mathrm{h}1: τh\tau_\mathrm{h}2 reduced from τh\tau_\mathrm{h}3 to τh\tau_\mathrm{h}4.
    • Electron misidentification reduced by up to τh\tau_\mathrm{h}5 at the tightest working points; muon misidentification remains τh\tau_\mathrm{h}6.
  • Robustness at 13.6 TeV (2022 data):
    • Despite being trained on 2018 data, domain adaptation reduces data–simulation disagreement in high–τh\tau_\mathrm{h}7 regions to τh\tau_\mathrm{h}8, compared to τh\tau_\mathrm{h}9 pre-adaptation.

5. Calibration Strategies and Application in Analyses

  • Tag-and-probe Calibration:
    • Tag-and-probe methods in 11×1111 \times 110 and 11×1111 \times 111 events are used to fit visible mass (11×1111 \times 112) distributions and extract:
    • 11×1111 \times 113 energy scale corrections (TES): 11×1111 \times 114 within 11×1111 \times 115.
    • 11×1111 \times 116 identification scale factors (SF11×1111 \times 117) within 11×1111 \times 118–11×1111 \times 119.
    • Both individual (fix TES, fit SF) and combined (profile likelihood in both TES and SF) fitting procedures are implemented.
  • High-Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.020 Calibration:
    • In Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.021 events with Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.022 GeV, control regions and Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.023 fits provide SFΔη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.024 in Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.025 bins: [100–200], Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.026200 GeV. The resulting SFs are Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.027–Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.028 at high Δη×Δϕ=0.02×0.02\Delta\eta \times \Delta\phi = 0.02 \times 0.029.
  • Lepton-to-R=0.1R=0.10 Misidentification Calibration:
    • R=0.1R=0.11 (“R=0.1R=0.12 probe”) and R=0.1R=0.13 (“R=0.1R=0.14 probe”) tag-and-probe methods are used to determine mis-ID rate scale factors (SFs) as functions of R=0.1R=0.15 and R=0.1R=0.16 decay mode:
    • SFR=0.1R=0.17 rises to R=0.1R=0.18 for R=0.1R=0.19.
    • SFs=13\sqrt{s}=1300 typically within s=13\sqrt{s}=1301–s=13\sqrt{s}=1302 depending on decay mode and detector region.
  • Systematic uncertainties (including luminosity, trigger/isolation, background shaping, mis-ID energy scale, and PDF/scale variations for s=13\sqrt{s}=1303) are catalogued for each DeepTau v2.5 working point, and correction factors are propagated to CMS physics analyses for s=13\sqrt{s}=1304 and s=13\sqrt{s}=1305 TeV.

6. Context, Significance, and Outlook

DeepTau v2.5's use of image-based PF encoding, advanced convolutional architectures, adversarial domain adaptation, and extensive calibration achieves significant improvements in distinguishing genuine s=13\sqrt{s}=1306 from jets and other fakes. The 30–50% reduction in jet misidentification for fixed signal efficiency, combined with the reduction of data–simulation discrepancies to a few percent across both LHC Run 2 and early Run 3 datasets, enhances the reliability of CMS analyses involving s=13\sqrt{s}=1307 signatures.

A plausible implication is that further developments could continue to target robustness to changing detector conditions and evolving pileup profiles, leveraging similar domain adaptation frameworks. The algorithm's modular, image-based structure provides a foundation for ongoing improvement and adaptation to future LHC datasets.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to DeepTau Algorithm.