Interpretable Adversarial Attacks in Superposition - #2882
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://nccgroup.com/research/interpretable-adversarial-attacks-in-superposition Content Categories: Based on the analysis, this content was categorized under "AI > AI Security > Mechanistic-Interpretability-Guided Adversarial Attacks / Superposition Feature Interference". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Classification and scope. The NCC Group research article, published on July 17, 2026, describes a research-stage white-box adversarial machine-learning technique rather than a conventional software vulnerability. It has no CVE, targets neural networks that represent more semantic features than available activation dimensions, and uses mechanistic interpretability to construct human-understandable adversarial inputs. The demonstrated attack targets a deliberately small MNIST model; exploit...
🔧 Technical Details
Superposition feature-interference attack. When a neural network or an interpretable representation encodes more semantic features than available activation dimensions, feature vectors become non-orthogonal. A white-box attacker can calculate decoder-vector similarities, select several legitimate features whose projections point toward a target direction, and construct an input that activates those contributors together. If their combined projection exceeds the target’s normal activation threshold, the linear decoder and ReLU reconstruct the absent target feature, causing downstream computation to treat it as present. A useful geometric test is
Iₜ = Σᵢ≠ₜ |aᵢ(vᵢ·vₜ)/||vₜ|| | > max(a), while accounting for signed cancellation, decoder bias, and ReLU thresholds.Interpretability-guided input synthesis. Recover feature directions with encoder inspection, sparse autoencoders, circuit analysis, or similar tools; render inputs that maximise individual fe...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/AI/AI-Mechanistic-Interpretability-Adversarial-Attacks.mdsrc/AI/README.md.src/SUMMARY.md.Validation
git diff --checkpassed.mdbookwas unavailable in the environment, so a full build was not run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.