PulseAugur
EN
LIVE 09:43:20

New 'Season' framework boosts adversarial attack transferability across AI models

Researchers have developed a new framework called Season to improve the effectiveness of adversarial attacks on image recognition models. This framework specifically addresses the challenge of transferability, where attacks successful on one model architecture often fail on another due to differing feature extraction methods (CNNs focusing on local textures vs. Vision Transformers on global shapes). Season refines gradient updates by separating them into low-frequency (structural) and high-frequency (textural) components, then strategically reallocating energy and ensuring orthogonality to minimize interference. When applied as a plug-and-play wrapper to existing attacks, Season demonstrated an average improvement of 6.6 percentage points in transfer success rates across various CNN, ViT, and MLP architectures. AI

IMPACT Enhances understanding of model vulnerabilities and potential defenses against adversarial attacks across diverse AI architectures.

RANK_REASON The cluster contains a research paper detailing a new technical framework for adversarial attacks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CV →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New 'Season' framework boosts adversarial attack transferability across AI models

COVERAGE [1]

  1. arXiv cs.CV TIER_1 English(EN) · Tianyi Wang, Zhenghao Gao, Shengjie Xu ·

    Season: Spectrum-Aware Orthogonal Gradient Refinement for Transfer-Based Adversarial Attacks

    arXiv:2608.04441v1 Announce Type: new Abstract: Transfer-based adversarial attacks often transfer poorly across heterogeneous architectures because CNNs favor local textures while Vision Transformers (ViTs) rely on global shapes. We propose Season, a spectrum-aware orthogonal gra…