COOPERTRIM: Adaptive Data Selection for Uncertainty-Aware Cooperative Perception

COOPERTRIM is an adaptive data selection framework for cooperative perception that leverages temporal continuity and a novel conformal uncertainty metric to dynamically filter redundant information, achieving significant bandwidth reduction (up to 80%) while maintaining or improving detection and segmentation accuracy compared to existing methods.

Shilpa Mukhopadhyay, Amit Roy-Chowdhury, Hang Qiu

Published 2026-03-02
📖 4 min read☕ Coffee break read

Imagine a group of self-driving cars driving down a busy highway. To stay safe, they need to "talk" to each other, sharing what their sensors see. This is called Cooperative Perception.

However, there's a big problem: The bandwidth (internet speed) is too slow to handle all the data.

If every car tried to send a full, high-definition video of everything it sees to every other car, the network would crash. It's like trying to stream 4K movies to 100 people simultaneously on a dial-up connection.

Current solutions try to fix this by either:

  1. Compressing the data: Squeezing the video until it's blurry (losing important details).
  2. Sending everything anyway: Hoping the network can handle it (which it usually can't).

Enter COOPERTRIM.

Think of COOPERTRIM as a smart, adaptive "News Editor" for these cars. Instead of sending a raw, unedited 24-hour feed of the road, COOPERTRIM decides exactly what news is worth sending at any given moment.

Here is how it works, using simple analogies:

1. The "Bored vs. Busy" Analogy (Temporal Uncertainty)

Imagine you are driving on a long, straight, empty highway at night. Nothing is changing. You know exactly where you are.

  • Old Way: Your car screams, "LOOK AT ME! HERE IS THE ROAD! HERE IS THE SKY! HERE IS THE ROAD AGAIN!" to the car behind you, frame after frame. It's repetitive and wasteful.
  • COOPERTRIM: Your car thinks, "Hey, nothing changed since the last second. I'm confident. I don't need to tell the other car anything new." It stays silent, saving bandwidth.

Now, imagine you approach a chaotic intersection with jaywalkers, construction, and turning trucks.

  • COOPERTRIM: Your car suddenly realizes, "Whoa, things are changing fast! The other car might not see this!" It immediately starts shouting, "SEND ME THE DATA ABOUT THAT TRUCK AND THE JAYWALKER!"

The Magic: COOPERTRIM uses Time as a clue. It compares what it sees now with what it saw a split-second ago. If the world is static, it sends nothing. If the world is chaotic, it sends everything.

2. The "Conformal Gating" (The Smart Filter)

How does the car know what to send?
Imagine a bouncer at a club (the Conformal Temporal Uncertainty).

  • The bouncer checks your ID (the data).
  • If you look exactly like everyone else who entered last night (low uncertainty), the bouncer says, "You're fine, no need to check you again."
  • If you look different, or if the crowd is getting rowdy (high uncertainty), the bouncer says, "Stop! We need to check you closely."

COOPERTRIM uses a mathematical trick (inspired by a field called Conformal Prediction) to act as this bouncer. It only lets through the "suspicious" or "changing" parts of the image that the other car actually needs to see.

3. The "Elastic Band" (Dynamic Quantity)

Most systems have a fixed rule: "Send 10% of the data."
COOPERTRIM has an elastic band.

  • Simple day? The band shrinks. You send almost nothing.
  • Chaotic day? The band stretches. You send more data.
    It doesn't just guess; it learns from the environment. If the road gets complex, it automatically knows to ask for more help.

Why is this a big deal?

The paper tested this on real-world tasks like 3D Object Detection (finding cars) and Semantic Segmentation (painting the road, lanes, and sidewalks).

  • The Result: COOPERTRIM reduced the amount of data sent by up to 80% (for segmentation) and 72% (for detection) compared to standard methods.
  • The Catch? None. The cars didn't get confused. In fact, because they weren't drowning in useless data, they were often more accurate than cars trying to process everything.
  • The "Super Compression": When they combined COOPERTRIM with standard compression, they managed to send data at 1.46% of the original size! That's like sending a full movie as a single text message, but the other car still understands the plot perfectly.

The Bottom Line

COOPERTRIM is like a smart conversation between cars.

  • Old cars: "Blah blah blah, here is the road, blah blah blah, here is the sky..." (Noise).
  • COOPERTRIM cars: "Hey, I see a kid running into the street. Watch out!" (Signal).

It solves the "bandwidth bottleneck" by realizing that not all information is created equal. By only sharing what is new, uncertain, or critical, it allows autonomous vehicles to work together safely without clogging the internet.

Get papers like this in your inbox

Personalized daily or weekly digests matching your interests. Gists or technical summaries, in your language.

Try Digest →