Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

The Conditional Intensity Function

A Progression of Point Process Models for Satellite Methane Detection

A temporal point process is a mathematical framework for modeling random events occurring over continuous time. In the context of atmospheric monitoring, it is fully defined by its conditional intensity function, λ(t)\lambda(t), which represents the infinitesimal rate at which satellite-detected CH4\text{CH}_4 plumes are expected to occur given the history of past detections Cusworth et al., 2025.

The following presents a progression of point process models, starting from the foundational baseline and building to the most complex, showing how each addresses the limitations of the last while applying them to satellite observations of global methane sources Cusworth et al., 2021.


1. The Simplest Baseline: Homogeneous Poisson Process (HPP)

The Homogeneous Poisson Process is the bedrock of temporal modeling. It is completely “memoryless,” meaning the future is entirely independent of the past.

Physical Intuition (Methane Context): Imagine a vast, stable network of aging natural gas distribution pipelines. Small, uncoordinated leaks happen entirely at random. A satellite passing overhead detects these transient plumes at a constant average background rate.

Detailed Assumptions:

  1. Constant Rate (Stationarity): Plume events happen at a constant average rate, λ>0\lambda > 0 (e.g., λ=2\lambda = 2 plumes/day). The probability of a satellite detecting a new plume in a tiny time interval (dtdt) is exactly λdt\lambda \cdot dt.

  2. Independent Increments: The number of plumes in any two disjoint time intervals are completely independent of each other. Knowing that 100 plumes were detected in Texas yesterday tells you absolutely nothing about how many will be detected today.

  3. Orderliness (No Simultaneous Events): The probability of two or more distinct leak events spontaneously occurring in the exact same infinitesimally small fraction of a second is zero.

The intensity under an HPP is governed by Eq. (3) in the homogeneous case:

λ(t)=λ\lambda(t) = \lambda

(The intensity is a strict constant, completely independent of time or past emission events.)

Visualization: Intensity & Distribution

Intensity λ(t) [Plumes/Day]               Inter-arrival Distribution P(Δt)
^                                         ^
|  λ = 2 (constant background leak rate)  | *
|---------------------------------------  |  *
|                                         |   *
|                                         |     *
+---x-------x---x-----------x-------x-->  +-------*--------*------------->
   t₁      t₂  t₃          t₄      t₅       0              Δt [Days]
   (Plumes detected completely randomly)    (Exponentially distributed wait times)

2. Inhomogeneous Poisson Process (IPP)

Limitation Addressed: The HPP assumes a constant event rate. In the real world, methane emission rates fluctuate over time. Agricultural emissions, wetlands, and permafrost thawing are highly dependent on temperature, sunlight, and seasonal cycles Omara et al., 2018.

The Evolution: We relax the “Stationarity” assumption. The intensity is no longer a constant λ\lambda, but a deterministic function of time: λ(t)\lambda(t) Plant et al., 2024.

λ(t)=g(t)\lambda(t) = g(t)

(The intensity g(t)g(t) changes over time tt, but is still strictly deterministic and independent of past emission history.)

Visualization: Intensity & Distribution

Intensity λ(t) [Plumes/Day]               Inter-arrival Distribution P(Δt)
^                                         ^
|       .---.                   .---      | (Depends on the season/time t.
|      /     \                 /          |  During summer warming peaks,
|     /       \               /           |  the exponential decay is
|    /         \             /            |  steeper, meaning shorter
+---x--x-x--x---x-----------x--x-x--x-->  +  wait times between plumes.)
   t₁ t₂t₃ t₄   t₅         t₆ t₇t₈ t₉
   (Plumes cluster during warm seasons)

3. Log Gaussian Cox Process (LGCP)

Limitation Addressed: The IPP forces us to assume the fluctuating rate g(t)g(t) is a perfectly known, deterministic function. In reality, atmospheric and operational conditions are inherently noisy and uncertain. We do not just have uncertainty in the events; we have uncertainty in the rate itself.

Physical Intuition: Instead of a rigid seasonal curve, imagine the background leak rate is driven by unobserved, fluctuating subsurface pressures or shifting regional economics. The rate itself becomes a random, undulating variable. This creates a “doubly stochastic” system: first, nature rolls the dice to determine what the leak rate is today, and second, nature rolls the dice to see if a leak actually happens at that rate Daniels & others, 2025.

The Evolution: We elevate the deterministic g(t)g(t) to a stochastic Gaussian Process (GP).

λ(t)=exp(f(t))f(t)GP(0,K(t,t))\begin{aligned} \lambda(t) &= \exp(f(t)) \\ f(t) &\sim \mathcal{GP}(0, K(t, t')) \end{aligned}

(The intensity is the exponential of a Gaussian Process, defined by a mean of zero and a covariance function KK dictating how smoothly the physical rate evolves over time.)

Visualization: Intensity & Distribution

Intensity λ(t) [Plumes/Day]               Inter-arrival Distribution
^                                         ^
|           _..._                         | (Highly variable. High variance
|         /       \      _                |  in the GP leads to intense
|       /           \___/  \              |  clustering of events, heavily
|     /                     \___          |  skewing the wait times compared
+----x-x-x---------x----------x------>    +  to a standard Poisson model.)
     t₁t₂t₃        t₄         t₅
   (Plumes cluster strictly under the
    peaks of the latent GP curve)

4. Renewal Process

Limitation Addressed: All Poisson processes (HPP, IPP, LGCP) enforce strictly independent inter-arrival times modeled by the Exponential distribution (cf. Eq. (1)). This means the time until the next plume detection never depends on how long you’ve already been waiting. In reality, consider intermittent venting from an industrial facility (e.g., a liquid natural gas storage tank). Pressure builds up steadily over time; the longer it has been since the last deliberate vent, the more likely the pressure relief valve will open in the next hour Frankenberg & others, 2024.

The Evolution: We relax the Exponential distribution requirement Murthy et al., 1994.

λ(t)=h(ttlast)\lambda(t) = h(t - t_{\text{last}})

(The intensity is defined by a hazard function hh, which depends purely on the time elapsed since the most recent plume detection, tlastt_{\text{last}}.)

Visualization: Intensity & Distribution

Intensity λ(t) (Increasing Pressure)      Inter-arrival Dist P(Δt) (e.g., Normal)
^                                         ^
|     /|      /|           /|             |       ***
|    / |     / |          / |             |      * *
|   /  |    /  |         /  |             |     * *
|  /   |   /   |        /   |             |    * *
+-x----+--x----+-------x----+---------->  +---*---------*---------------->
 t₁       t₂           t₃                   0              Δt [Days]
(Vent risk grows as pressure builds)        (Venting happens at regular intervals)

5. Hawkes Process (Self-Exciting Point Process)

Limitation Addressed: All previous models assume events are strictly independent. However, in many industrial domains, events cause more events. An earthquake damages oil infrastructure; a major pipeline rupture stresses the surrounding network, causing pressure surges that trigger secondary valve failures and subsequent methane leaks in nearby connected infrastructure others, 2021others, 2024.

The Evolution: We introduce explicit history dependence. The intensity function λ(t)\lambda(t) jumps up whenever a plume is detected, and then decays back down over time as the system stabilizes or operators rush to patch the leaks.

λ(t)=μ+ti<tαexp(β(tti))\lambda(t) = \mu + \sum_{t_i < t} \alpha \cdot \exp\bigl(-\beta(t - t_i)\bigr)

(The intensity is the sum of a baseline μ\mu plus an exponentially decaying boost α\alpha [boost in plumes/day] for every single infrastructure failure tit_i that occurred in the past, decaying at rate β\beta [1/days].)

Visualization: Intensity & Distribution

Intensity λ(t) [Plumes/Day]               Inter-arrival Distribution
^                                         ^
|       |\                                | (Highly complex and multimodal.
|       | \         |\                    |  Wait times are a mix of long
|       |  \        | \                   |  waits for background leaks
|   |\  |   \       |  \                  |  and very short waits for
|___| \_|____\______|___\_______ Base(μ)  |  rapidly cascading failures.)
+---x---|----x------x------------------>  +
    t₁  |    t₂     t₃
        Triggered secondary leak
        (caused by pressure surge from t₁)

6. Mechanistic ODE Point Process

Limitation Addressed: Purely statistical point processes (like LGCP or Hawkes) are phenomenological---they map curves to data without understanding why the curves behave the way they do. They lack absolute physical constraints. If we know the thermodynamic laws governing a facility, guessing the rate with a statistical kernel is a severe waste of prior knowledge others, 2021.

Physical Intuition: Methane buildup inside a sealed tank is governed by fluid dynamics. If we model the internal state (pressure, volume, temperature) as an Ordinary Differential Equation (ODE), we force our point process to obey the laws of physics. The intensity of satellite detections becomes a direct mapping of the simulated internal stress of the pipeline.

The Evolution: We replace the statistical prior with a mechanistic vector field.

dz(t)dt=α(1+sin(ωt))βz(t)λ(t)=ln(1+exp(z(t)))\begin{aligned} \frac{dz(t)}{dt} &= \alpha \cdot (1 + \sin(\omega \cdot t)) - \beta \cdot z(t) \\ \lambda(t) &= \ln(1 + \exp(z(t))) \end{aligned}

(The intensity is mathematically tethered to an underlying differential equation, where α\alpha is the accumulation amplitude, ω\omega is the diurnal frequency, and β\beta is the structural dissipation constant.)

Visualization: Intensity & Distribution

Latent State z(t) & Intensity λ(t)        Inter-arrival Distribution
^                                         ^
|  [ODE Models Internal Pressure]         | (Highly structured. Wait times
|         __                    __        |  are entirely dictated by the
|       /    \                /    \      |  resonance and frequency of
|      /      \              /      \     |  the underlying physical
|-----/--------\------------/--------\->  |  differential equations.)
|    /          \          /          \   |
|   / (Negative  \        /            \  +
|  /   Pressure)  \      /
| /                \    /

7. Neural / Deep Point Processes

Limitation Addressed: The Hawkes process and ODE models rely on strict mathematical assumptions about how the past influences the present or how the physics operate. They force you to choose a specific parametric shape. But what if the true relationship involves unmodeled, complex, non-linear interactions, or long-term inhibitions (where an event prevents future events)?

Physical Intuition: Consider a massive, multi-source region like the Permian Basin Cusworth et al., 2025. Plume detections depend on a massive interplay of factors: oil price fluctuations driving extraction rates, complex facility maintenance schedules, weather patterns obscuring satellite visibility, and regulatory crackdowns. A massive super-emitter event might attract regulatory fines, actively inhibiting (lowering) the rate of future leaks as operators scramble to tighten their systems.

The Evolution: We abandon hand-crafted mathematical kernels and physics equations, relying entirely on Deep Learning to model λ(t)\lambda(t).

h(t)=RNN(h(ti1),tti1)λ(t)=f(Wh(t)+b)\begin{aligned} \mathbf{h}(t) &= \text{RNN}(\mathbf{h}(t_{i-1}), \, t - t_{i-1}) \\ \lambda(t) &= f(\mathbf{W}^\top \cdot \mathbf{h}(t) + b) \end{aligned}

(The hidden state h(t)\mathbf{h}(t) continuously evolves based on neural network weights capturing regional dynamics, and the expected leak intensity is mapped from this highly non-linear, historically aware state.)

Visualization: Intensity & Distribution

Intensity λ(t) [Plumes/Day]               Inter-arrival Distribution
^                                         ^
|     .                                   | (Completely arbitrary and learned
|    / \          .---.                   |  directly from the satellite
|   /   |   /\   /     \                  |  training data. Adapts to
|__/    \__/  \_/       \___              |  complex human/nature cycles.)
+--x----x--x--x---------x-------------->  +
   t₁   t₂ t₃ t₄        t₅
(Intensity curves freely, factoring in
 economics, weather, and past leaks)
References
  1. Cusworth, D. H., Duren, R. M., & Thorpe, A. K. (2025). Relating multi-scale plume detection and area estimates of methane emissions. Environmental Science & Technology. 10.1021/acs.est.4c07415
  2. Cusworth, D. H., Duren, R. M., Thorpe, A. K., Olson-Duvall, W., Heckler, J., Chapman, J. W., Eastwood, M. L., Helmlinger, M. C., Green, R. O., Asner, G. P., Dennison, P. E., & Miller, C. E. (2021). Intermittency of large methane emitters in the Permian Basin. Environmental Science & Technology Letters, 8(7), 567–573. 10.1021/acs.estlett.1c00173
  3. Omara, M., Zimmerman, N., Sullivan, M. R., Li, X., Robinson, A., Presto, A. A., Subramanian, R., Henne, S., Clièment, D., Lacour, S. A., Wongkhluam, P., Shen, X., Lyon, D. R., Zavala-Araiza, D., & Hamburg, S. P. (2018). Temporal variability largely explains top-down/bottom-up difference in methane emission estimates from a natural gas production region. Proceedings of the National Academy of Sciences, 115(46), 11712–11717. 10.1073/pnas.1805687115
  4. Plant, G., Kort, E. A., Murray, L. T., Maasakkers, J. D., & Aben, I. (2024). Geostationary satellite observations of extreme and transient methane emissions from oil and gas infrastructure. Proceedings of the National Academy of Sciences, 121(2), e2310797120. 10.1073/pnas.2310797120
  5. Daniels, W., & others. (2025). A Bayesian hierarchical model for methane emission source apportionment. arXiv Preprint. https://arxiv.org/abs/2506.03395
  6. Frankenberg, C., & others. (2024). Temporal Variation and Persistence of Methane Emissions from Oil and Gas. ACS Environmental Science & Technology. 10.1021/acs.est.3c08066
  7. Murthy, D. N. P., Bulmer, M., & Eccleston, J. A. (1994). Weibull renewal processes. Annals of the Institute of Statistical Mathematics, 46(4), 641–648. https://www.ism.ac.jp/editsec/aism/pdf/046_4_0641.pdf
  8. others. (2021). An Environmentally-Adaptive Hawkes Process with Applications. arXiv Preprint. https://arxiv.org/pdf/2101.09942.pdf
  9. others. (2024). Hawkes Models And Their Applications. arXiv Preprint. https://arxiv.org/html/2405.10527v1
  10. others. (2021). Modeling temporal variability in the surface expression above a methane leak: the ESCAPE model. Science of the Total Environment. 10.1016/j.scitotenv.2021.152680