paper-with-me

홈 › Papers

When Training-Free NAS Meets Vision Transformer: A Neural Tangent Kernel Perspective

2024-03-15 · Qiqi Zhou, Yichen Zhu

This paper investigates the Neural Tangent Kernel (NTK) to search vision transformers without training. In contrast with the previous observation that NTK-based metrics can effectively predict CNNs performance at initialization, we empirically show their inefficacy in the ViT search space. We hypothesize that the fundamental feature learning preference within ViT contributes to the ineffectiveness of applying NTK to NAS for ViT. We both theoretically and empirically validate that NTK essentially estimates the ability of neural networks that learn low-frequency signals, completely ignoring the impact of high-frequency signals in feature learning. To address this limitation, we propose a new method called ViNTK that generalizes the standard NTK to the high-frequency domain by integrating the Fourier features from inputs. Experiments with multiple ViT search spaces on image classification and semantic segmentation tasks show that our method can significantly speed up search costs over prior state-of-the-art NAS for ViT while maintaining similar performance on searched architectures.

📄 PDF Abstract BibTeX arXiv:2405.04536

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
NTK 설명 없음

Similar Papers 제목 키워드 기반

When Adversarial Training Meets Vision Transformers: Recipes from Training to Architecture

2022-10-14 · Yichuan Mo, Dongxian Wu, Yifei Wang, Yiwen Guo 외

Vision Transformers (ViTs) have recently achieved competitive performance in broad vision tasks. Unfortunately, on popular threat models, naturally trained ViTs are shown to provide no more adversarial robustness than co…

Adversarial Robustness

Local Masking Meets Progressive Freezing: Crafting Efficient Vision Transformers for Self-Supervised Learning

2023-12-02 · Utku Mert Topcuoglu, Erdem Akagündüz

In this paper, we present an innovative approach to self-supervised learning for Vision Transformers (ViTs), integrating local masked image modeling with progressive layer freezing. This method focuses on enhancing the e…

Self-Supervised Learning

Two-Sided Matching Meets Fair Division

2021-07-15 · Rupert Freeman, Evi Micha, Nisarg Shah

We introduce a new model for two-sided matching which allows us to borrow popular fairness notions from the fair division literature such as envy-freeness up to one good and maximin share guarantee. In our model, each ag…

FairnessVocal Bursts Valence Prediction

Tree Meets Transformer: A Hybrid Architecture for Scalable Power Allocation in Cell-Free Networks

2025-12-27 · Irched Chafaa, Giacomo Bacci, Luca Sanguinetti arxiv

Power allocation remains a fundamental challenge in wireless communication networks, particularly under dynamic user loads and large-scale deployments. While Transformerbased models have demonstrated strong performance, …

LViT: Language meets Vision Transformer in Medical Image Segmentation

2022-06-29 · Zihan Li, Yunxiang Li, Qingde Li, Puyang Wang 외

Deep learning has been widely used in medical image segmentation and other aspects. However, the performance of existing medical image segmentation models has been limited by the challenge of obtaining sufficient high-qu…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2