← Latest papers
📊 statistics

Neural Networks for Parameter Estimation of the Discretely Observed Hawkes Process

This paper proposes a computationally efficient, likelihood-free method using fully connected neural networks trained on simulated data to estimate parameters of discretely observed Hawkes processes, achieving accuracy comparable to existing approximate likelihood estimators while significantly reducing computational time and enabling fast uncertainty quantification.

Original authors: Jason J. Lambe, Feng Chen, Tom Stindl, Tsz-Kit Jeffrey Kwan

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Jason J. Lambe, Feng Chen, Tom Stindl, Tsz-Kit Jeffrey Kwan

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Blind Count"

Imagine you are trying to understand a very busy coffee shop. You want to know exactly when every single customer walked through the door and how many new customers arrived because of the buzz of the previous ones (self-excitation). This is what a "Hawkes Process" models: events that trigger more events, like earthquakes triggering aftershocks or a viral tweet sparking more shares.

Usually, to understand the rules of this coffee shop, you need a perfect video recording of every arrival time. But in the real world, you often only have a daily logbook. You know that 15 people came between 9:00 and 10:00, and 20 came between 10:00 and 11:00. You don't know exactly when they arrived, just the total count for that hour.

In statistics, this is called discrete observation or "interval censoring." The problem is that when you only have these counts, the math required to figure out the underlying rules (the parameters) becomes impossibly complex. It's like trying to solve a 1,000-piece puzzle when you've only been given the picture on the box, but the pieces are all mixed up in a bag.

The Old Solutions: Slow or Biased

Scientists have tried to fix this before, but they hit a wall:

  • The "Guess-and-Check" Method: Some tried to guess the missing times and then refine their guess. This is fast but often leads to the wrong answer (biased).
  • The "Supercomputer" Method: Others built a method that is incredibly accurate but takes so much computing power that it's like using a nuclear reactor to boil a single egg. It works, but it's too slow for real-time use.

The New Solution: The "AI Coach"

The authors of this paper propose a clever workaround. Instead of trying to solve the impossible math equation every time you get new data, they train a Neural Network (NN)—a type of artificial intelligence—to act like a seasoned coach.

Here is how they trained the coach:

  1. Simulate the World: They created a computer simulation of the coffee shop (the Hawkes Process) thousands of times. They knew the "true rules" for each simulation.
  2. Create the Logbook: For each simulation, they pretended they only had the daily logbook (the counts), hiding the exact arrival times.
  3. The "Quick Estimate" Trick: To help the AI learn, they used a simple, fast trick to make a rough guess of the missing times. Think of this as the coach looking at the logbook and saying, "If 15 people came in an hour, let's pretend they arrived evenly spaced." This isn't perfect, but it's a good starting point.
  4. Training: They fed the AI the "rough guess" and the "logbook counts" and asked it to predict the "true rules" they started with. The AI learned the pattern: "When the logbook looks like X and my rough guess is Y, the true rules are Z."

The Magic of Summary Statistics

The paper's key innovation is what they fed the AI. Instead of giving the AI the entire logbook (which could be huge), they gave it a Summary Statistic.

Imagine you are trying to guess the weather. You don't need to know the temperature of every single second of the day; you just need the average temperature, the highest temperature, and the lowest temperature.

  • The authors created a "summary" of the data that captures the most important clues about the rules of the process.
  • Because this summary is small and simple, the AI can learn it very quickly.
  • Once trained, the AI can look at a new logbook, calculate this simple summary, and instantly spit out the answer.

Why This is a Game Changer

The paper claims three main victories:

  1. Speed: The AI is "amortized." This means the hard work (training) happens only once. After that, making a prediction takes a fraction of a second. It's like buying a map once and then being able to navigate any city instantly, rather than drawing a new map every time you leave the house.
  2. Accuracy: Even though the AI was trained on "rough guesses," it performs just as well as the "Supercomputer" method (PMMH) mentioned earlier.
  3. Uncertainty: The AI doesn't just give one answer; it gives a range. It can say, "I'm 95% sure the rule is between X and Y." This is crucial for knowing how much to trust the result.

Real-World Tests

The authors tested this method on two real-world scenarios:

  • Measles in Tokyo: They analyzed weekly counts of measles cases.
  • Salmonella in Australia: They analyzed weekly counts of Salmonella cases, accounting for seasonal changes (like how flu spikes in winter).

In both cases, the AI method produced results very similar to the most accurate existing methods but did it much faster.

The Bottom Line

This paper introduces a way to use Artificial Intelligence to solve a difficult math problem that usually requires massive computing power. By training an AI on simulated data and using a clever "summary" of the information, they created a tool that is fast, accurate, and ready to handle real-world data where we only know the totals, not the exact timing of events.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →