← Latest papers
🤖 machine learning

Contrastive Learning for Interpretable Anomaly Detection at Collider Experiments

The paper introduces ORCA, a two-stage framework combining supervised contrastive learning with autoencoders to achieve both improved sensitivity and interpretability in collider anomaly detection by mapping events into an embedding space where anomalous samples can be quantitatively attributed to known physics processes.

Original authors: Haoyi Jia, Sagar Addepalli, Julia Gonski

Published 2026-08-17
📖 6 min read🧠 Deep dive

Original authors: Haoyi Jia, Sagar Addepalli, Julia Gonski

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

Imagine the Large Hadron Collider (LHC) as the world's most powerful particle smasher. It fires protons at each other at nearly the speed of light, creating a chaotic explosion of new particles. Physicists are hunting for "new physics"—mysterious particles or forces that don't fit into our current rulebook, known as the Standard Model. The problem is that these new particles are like needles in a haystack, hidden among billions of boring, ordinary collisions. To find them, scientists use "Anomaly Detection," a bit like a security guard at a party who ignores the usual crowd and only stops anyone acting strangely.

However, traditional security guards have two big flaws. First, they often get confused by how loud the party is (the energy of the collision) or how many people are dancing (the number of particles), flagging normal events as suspicious just because they are energetic. Second, when the guard does stop someone, they can't explain why. They just say, "This person is weird," without telling you if they are a spy, a lost tourist, or just wearing a funny hat. This paper introduces a new, smarter security system called ORCA that not only spots the weirdos better but also explains exactly what kind of weirdness they are.


The ORCA Method: A Two-Step Detective Story

The authors, Haoyi Jia, Sagar Addepalli, and Julia Gonski, propose a new framework called ORCA (Organized Representation via Contrastive learning for Anomaly detection). Think of ORCA as a two-step process designed to clean up the mess at the particle party before the security guard even starts looking.

Step 1: The "Sorter" (Contrastive Learning)
Imagine you have a giant pile of mixed-up LEGO bricks from different sets: a castle, a spaceship, and a race car. If you just throw them all in a box, it's hard to tell which brick belongs to which set. Traditional methods try to rebuild the whole pile, but they often get confused by the red bricks that look similar across all sets.

ORCA's first step uses a technique called Contrastive Learning. It's like a super-smart teacher who takes the bricks and sorts them into distinct piles based on their type before you even try to build anything. The model is trained on 48 different Standard Model processes (the "known" physics), grouping them into 14 categories like "Single Vector Boson" or "Top Pair." It learns to push bricks from different sets far apart in a virtual space, while keeping bricks from the same set close together.

The result is a highly organized "embedding space." Instead of a messy pile of raw data, the model now has a neat map where every known type of physics event has its own distinct neighborhood. This solves the first problem: the model stops getting confused by the sheer energy or number of particles because it has already organized the data by what the particles are.

Step 2: The "Security Guard" (Autoencoder)
Once the data is sorted into these neat neighborhoods, the second step kicks in. This is a standard Autoencoder, which acts like a security guard. The guard is trained only on the "background" events (the boring, normal stuff). It learns to perfectly reconstruct the layout of the normal neighborhoods.

When a new event comes in, the guard tries to rebuild it. If the event is normal, the guard can rebuild it easily. But if the event is an anomaly (a new physics signal), it doesn't fit the pattern of the known neighborhoods. The guard struggles to rebuild it, and the "reconstruction error" becomes huge. This error score is the anomaly score. Because the data was already sorted by the first step, this score is much more accurate and less likely to be fooled by high energy or crowded events.

What They Found: Better Detection and a Clearer Explanation

The researchers tested ORCA on a simulated dataset of 750 million proton-proton collisions, mimicking the conditions of the High-Luminosity LHC. They compared ORCA to a standard autoencoder that looked directly at the raw data without the sorting step.

1. Smarter Detection
The results showed that ORCA is significantly better at spotting new physics. Across almost all the different types of signals they tested, ORCA found more "true" anomalies while ignoring more "false" alarms. In the language of the paper, it improved both the "breadth" (finding more types of signals) and the "depth" (finding them even when the background noise was huge). The only slight exception was a specific low-mass resonance, which the model still treated as background-like, but for almost everything else, the new method was a clear winner.

2. The "Why" Behind the "Weird"
The most exciting part of the paper is the interpretability. In the past, if a detector flagged an event as "weird," scientists were left guessing. Was it a new particle? Was it a glitch?

With ORCA, because the events are sorted into distinct neighborhoods, scientists can now look at the "weird" event and ask: "Which known neighborhood does this look most like?" They use a statistical technique called a template fit. Imagine you have a mystery guest at the party. Instead of just saying "they are weird," you can say, "This guest looks 80% like a lost tourist from the 'Top Pair' neighborhood and 20% like a spy from the 'Di-Higgs' neighborhood."

The paper demonstrates this by "injecting" fake new signals into the data. When they did this, ORCA could accurately count how many fake signals were there and correctly identify which known physics process they resembled most. For example, if they injected a "Di-Higgs" signal but didn't tell the model it existed, the model correctly categorized the events as looking like "Top Pair" events, revealing that the model had learned the underlying physics structure (like the number of particles in the final state) even without being explicitly told.

The Bottom Line

This paper suggests that by adding a "sorting" step before the "searching" step, we can make anomaly detection at particle colliders both more powerful and more understandable. It's not just about finding the needle in the haystack; it's about being able to describe the needle's shape, color, and origin once you find it.

The authors emphasize that this is a simulation-based result. They tested it on a dataset of 750 million simulated collisions, not on real data from the LHC yet. However, the framework is designed to be modular. The "sorter" could be swapped for a faster version to run on the actual hardware triggers, and the "guard" could be any other anomaly detector. This opens the door for future real-world experiments to not just find new physics, but to immediately start understanding what it might be.

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 →