← Latest papers
💻 computer science

GLST: Defending Confidence-Driven V2X Collaborative Perception Against Stealthy Multi-Attacker Feature Injection

This paper introduces Global-Local Structural Trust (GLST), a lightweight defense mechanism that secures confidence-driven V2X collaborative perception against stealthy multi-attacker feature injection attacks by fusing global, local, and structural consistency signals to robustly identify and suppress unreliable collaborators where existing single-signal defenses fail.

Original authors: Ji He, Ying Wang, Lijie Zheng, Xinghui Zhu, Yulong Shen, Xiaohong Jiang

Published 2026-07-28
📖 5 min read🧠 Deep dive

Original authors: Ji He, Ying Wang, Lijie Zheng, Xinghui Zhu, Yulong Shen, Xiaohong Jiang

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 a fleet of self-driving cars cruising down a highway, not as isolated islands, but as a chatty team sharing their eyes and ears. This is the world of Collaborative Perception (CP). Instead of just relying on their own cameras and sensors, these cars talk to each other via V2X (Vehicle-to-Everything) communication, swapping digital "snapshots" of what they see. This helps them spot cars hidden behind trucks or around blind corners, creating a super-powered, shared view of the road.

But here's the catch: to keep the conversation fast and the internet bills low, these cars don't send everything. They use a smart filter called confidence-driven communication. Think of it like a group chat where everyone only types out the parts of the story they are most sure about. If a car is 99% sure it sees a pedestrian, it shouts it out. If it's only 50% sure, it stays quiet to save bandwidth. This works great for efficiency, but it creates a sneaky loophole. What if a bad actor joins the chat, pretending to be super confident about something that isn't there? Or worse, what if they whisper a lie right into the one spot where everyone is already unsure? That's the security puzzle this paper tackles: how do you trust your teammates when the very system designed to make communication efficient can be tricked into amplifying lies?


The Sneaky "Pretend Benign" Attack

The authors of this paper decided to test the safety of this "chatty car" system using a popular framework called Where2comm. They discovered a nasty vulnerability: the system's trust in "high-confidence" areas can be weaponized.

Enter the Pretend Benign (PB) attack. Imagine a hacker who doesn't just scream "FIRE!" in a crowded room (which would be obvious and ignored). Instead, they whisper a very convincing, slightly confusing story right into the ear of someone who is already squinting and unsure. The PB attack is a "stealthy feature injection." It doesn't try to break the car's sensors; it injects malicious digital data that looks perfectly normal and "benign" to the system's filters.

The attacker targets the exact spots where the cars are uncertain. Because the system is designed to prioritize information from these uncertain-but-critical zones, it eagerly grabs the malicious data, thinking, "Oh, this looks helpful!" The result? The car's brain gets confused, missing real cars or seeing ghosts, all while the attacker's data looks innocent to standard security checks.

The Multi-Attacker Trap

The paper also points out a flaw in how we usually defend against these hackers. Most current defenses act like a teacher checking homework: they look for one student who doesn't match the class average. If one student is lying, the teacher spots them.

But what if three students are in on the secret? The authors found that when multiple attackers work together (even without talking to each other), they can create a pseudo-consensus. They all whisper similar lies. To a defense system looking for a single outlier, these liars suddenly look like the majority. The defense thinks, "Well, three people agree, so they must be right," and accidentally boosts the attackers' trust scores. The paper argues that relying on a single "consistency check" is like trying to spot a fake news story by only checking if one person agrees with it; if a whole group agrees, the check fails.

The Solution: GLST (Global-Local-Structural Trust)

To fix this, the team proposed a new defense framework called GLST (Global-Local-Structural Trust). Instead of just asking, "Does this data look like the average?" GLST asks three different questions, like a detective using three different clues:

  1. Global Consistency: Does this car's overall data look like the general crowd? (The "Big Picture" check).
  2. Local Residuals: If we zoom in on the specific, uncertain spots where the attack happened, does the data look weirdly different from what a "safe" consensus would look like? (The "Microscope" check).
  3. Structural Consistency: Does the shape and pattern of the data match the "self" (the ego vehicle's own view)? (The "Fingerprint" check).

GLST combines these three angles to give each car a "trust score." If a car looks good globally but weird locally, or if it matches the crowd but has a weird internal structure, GLST flags it. It then lowers that car's "volume" in the group chat, so its lies don't drown out the truth.

What the Numbers Say

The team tested this on a massive dataset of simulated driving scenarios called OPV2V. They pitted GLST against the "Pretend Benign" attack and other known attacks like PGD and BIM.

  • The Bad News: Without any defense, the "Pretend Benign" attack was devastating. When four attackers joined the chat, the system's ability to detect objects (measured as AP@0.5) crashed from a healthy 0.92 down to a pathetic 0.09.
  • The Old Defenses: Existing methods like LUCIA (which relies on a single consistency check) did great against one attacker (scoring 0.85), but they collapsed when faced with four attackers, dropping to 0.11. They fell for the "pseudo-consensus" trap.
  • The GLST Win: GLST held the line. Even with four attackers, it kept the detection score at a robust 0.67 (for AP@0.5) and 0.50 (for AP@0.7). It successfully ignored the coordinated liars while keeping the honest cars' voices loud and clear.

The authors suggest that this multi-level approach is essential. While the results are based on simulations and not real-world road tests yet, the data strongly suggests that to keep our future self-driving fleets safe, we need a defense that doesn't just count heads, but looks at the whole picture, the fine details, and the underlying structure all at once.

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 →