paper-with-me

홈 › Papers

SCI-Defense: Defending Manipulation Attacks from Generative Engine Optimization

2026-05-21 · Xucheng Yu, Haibo Jin, Huimin Zeng, Haohan Wang arxiv

LLM-based ranking systems are vulnerable to Generative Engine Optimization (GEO) attacks, where adversaries inject semantic signals into product descriptions to artificially boost rankings. We propose SCI-Defense, a three-component defense framework combining Perplexity detection (PPL), Semantic Integrity Scoring (SIS), and Inter-Candidate Detection (ICD). SIS evaluates four manipulation dimensions: Authority Attribution (AA), Narrative Purposiveness (NP), Comparative Claims (CA), and Temporal Claims (TC). Evaluated on 600 Amazon product descriptions across 6 categories, SCI-Defense achieves Precision=1.000 and FPR=0.000, with Recall of 1.000, 0.952, and 0.830 against String, Reasoning, and Review attacks respectively. On 600 MS MARCO web passages, String attacks are blocked with perfect recall while Review attacks yield near-zero recall, as web passages lack the persuasion-oriented signals that SIS targets in product descriptions. We demonstrate that existing defenses -- PPL-only filters, SafetyClf content classifiers, and paraphrasing -- achieve zero recall against semantic manipulation attacks. We further demonstrate new attacks such as Specification Amplification and Use-Case Saturation can expose semantic relevance manipulation as a structural defense blind spot that suggests directions for future research.

📄 PDF Abstract BibTeX arXiv:2605.21948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Surface-Level Detection: Towards Cognitive-Driven Defense Against Jailbreak Attacks via Meta-Operations Reasoning

2025-08-05 · Rui Pu, Chaozhuo Li, Rui Ha, Litian Zhang 외 arxiv

Defending large language models (LLMs) against jailbreak attacks is essential for their safe and reliable deployment. Existing defenses often rely on shallow pattern matching, which struggles to generalize to novel and u…

Reinforcement Learning

Defending Distributed Classifiers Against Data Poisoning Attacks

2020-08-21 · Sandamal Weerasinghe, Tansu Alpcan, Sarah M. Erfani, Christopher Leckie

Support Vector Machines (SVMs) are vulnerable to targeted training data manipulations such as poisoning attacks and label flips. By carefully manipulating a subset of training samples, the attacker forces the learner to …

Data Poisoning

UnGANable: Defending Against GAN-based Face Manipulation

2022-10-03 · Zheng Li, Ning Yu, Ahmed Salem, Michael Backes 외

Deepfakes pose severe threats of visual misinformation to our society. One representative deepfake application is face manipulation that modifies a victim's facial attributes in an image, e.g., changing her age or hair c…

Face SwappingMisinformation

Ensemble Generative Cleaning with Feedback Loops for Defending Adversarial Attacks

2020-04-23 · CVPR 2020 6 · Jianhe Yuan, Zhihai He

Effective defense of deep neural networks against adversarial attacks remains a challenging problem, especially under powerful white-box attacks. In this paper, we develop a new method called ensemble generative cleaning…

Defending Diffusion Models Against Membership Inference Attacks via Higher-Order Langevin Dynamics

2025-09-17 · Benjamin Sterling, Yousef El-Laham, Mónica F. Bugallo arxiv

Recent advances in generative artificial intelligence applications have raised new data security concerns. This paper focuses on defending diffusion models against membership inference attacks. This type of attack occurs…