paper-with-me

홈 › Papers

SpecFormer: Guarding Vision Transformer Robustness via Maximum Singular Value Penalization

2024-01-02 · Xixu Hu, Runkai Zheng, Jindong Wang, Cheuk Hang Leung, Qi Wu, Xing Xie

Vision Transformers (ViTs) are increasingly used in computer vision due to their high performance, but their vulnerability to adversarial attacks is a concern. Existing methods lack a solid theoretical basis, focusing mainly on empirical training adjustments. This study introduces SpecFormer, tailored to fortify ViTs against adversarial attacks, with theoretical underpinnings. We establish local Lipschitz bounds for the self-attention layer and propose the Maximum Singular Value Penalization (MSVP) to precisely manage these bounds By incorporating MSVP into ViTs' attention layers, we enhance the model's robustness without compromising training efficiency. SpecFormer, the resulting model, outperforms other state-of-the-art models in defending against adversarial attacks, as proven by experiments on CIFAR and ImageNet datasets. Code is released at https://github.com/microsoft/robustlearn.

📄 PDF Abstract BibTeX arXiv:2402.03317

Code (1)

microsoft/robustlearn 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Specformer: Spectral Graph Neural Networks Meet Transformers

2023-03-02 · Deyu Bo, Chuan Shi, Lele Wang, Renjie Liao

Spectral graph neural networks (GNNs) learn graph representations via spectral-domain graph convolutions. However, most existing spectral graph filters are scalar-to-scalar functions, i.e., mapping a single eigenvalue to…

Decoder

DiffSpectra: Molecular Structure Elucidation from Spectra using Diffusion Models

2025-07-09 · Liang Wang, Yu Rong, Tingyang Xu, Zhenyi Zhong 외 arxiv

Molecular structure elucidation from spectra is a fundamental challenge in molecular science. Conventional approaches rely heavily on expert interpretation and lack scalability, while retrieval-based machine learning app…

Scaling LLM Speculative Decoding: Non-Autoregressive Forecasting in Large-Batch Scenarios

2025-11-25 · Luohe Shi, Zuchao Li, Lefei Zhang, Baoyuan Qi 외 arxiv

Speculative decoding accelerates LLM inference by utilizing otherwise idle computational resources during memory-to-chip data transfer. Current speculative decoding methods typically assume a considerable amount of avail…

Gaussian Process Limit Reveals Structural Benefits of Graph Transformers

2026-03-18 · Nil Ayday, Lingchu Yang, Debarghya Ghoshdastidar arxiv

Graph transformers are the state-of-the-art for learning from graph-structured data and are empirically known to avoid several pitfalls of message-passing architectures. However, there is limited theoretical analysis on …

Guarding a Translating Line with an Attached Defender

2022-07-08 · Goutam Das, Daigo Shishika

In this paper we consider a Target-guarding differential game where the Defender must protect a linearly moving line segment by intercepting the Attacker who tries to reach it. In contrast to common Target-guarding probl…