paper-with-me

Papers

SPANet: Frequency-balancing Token Mixer using Spectral Pooling Aggregation Modulation

2023-08-22 · ICCV 2023 1 · Guhnoo Yun, Juhan Yoo, Kijung Kim, Jeongho Lee, Dong Hwan Kim

Recent studies show that self-attentions behave like low-pass filters (as opposed to convolutions) and enhancing their high-pass filtering capability improves model performance. Contrary to this idea, we investigate existing convolution-based models with spectral analysis and observe that improving the low-pass filtering in convolution operations also leads to performance improvement. To account for this observation, we hypothesize that utilizing optimal token mixers that capture balanced representations of both high- and low-frequency components can enhance the performance of models. We verify this by decomposing visual features into the frequency domain and combining them in a balanced manner. To handle this, we replace the balancing problem with a mask filtering problem in the frequency domain. Then, we introduce a novel token-mixer named SPAM and leverage it to derive a MetaFormer model termed as SPANet. Experimental results show that the proposed method provides a way to achieve this balance, and the balanced representations of both high- and low-frequency components can improve the performance of models on multiple computer vision tasks. Our code is available at $\href{https://doranlyong.github.io/projects/spanet/}{\text{https://doranlyong.github.io/projects/spanet/}}$.

📄 PDF Abstract BibTeX arXiv:2308.11568

Code (1)

DoranLyong/SPANet-official 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

MetaFormer MetaFormer is a general architecture abstracted from Transformers by not specifying the token mixer.
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Spectral-Adaptive Modulation Networks for Visual Perception

2025-03-31 · Guhnoo Yun, Juhan Yoo, Kijung Kim, Jeongho Lee 외

Recent studies have shown that 2D convolution and self-attention exhibit distinct spectral behaviors, and optimizing their spectral properties can enhance vision model performance. However, theoretical analyses remain li…

object-detectionObject DetectionSemantic Segmentation

CHASM: Cross-frequency Harmonized Axis-Separable Mixing for Spectral Token Operators

2026-05-14 · Pengcheng Fang, Hongli Chen, Yuxia Chen, Tengjiao Sun 외 arxiv

Spectral token mixers based on Fourier transforms provide an efficient way to model global interactions in visual feature maps. Existing designs often either apply filter-wise spectral responses along fixed channel axes,…

Image ReconstructionMRI Reconstruction

FreqSpaNet: Frequency and Spatial Learning of SFPF for Physical Layer Hardware Integrity Detection

2026-09-15 · Xiaoxuan Huang, Jinlong Xu, YiZhe Wang, Meng Zhang 외 arxiv

Unauthorized hardware replacement can preserve a wireless device's logical identity while altering its physical implementation, posing a challenge to hardware integrity verification. Spatio-frequency polarization fingerp…

Representation LearningAnomaly Detection

STS-Mixer: Spatio-Temporal-Spectral Mixer for 4D Point Cloud Video Understanding

2026-04-13 · Wenhao Li, Xueying Jiang, Gongjie Zhang, Xiaoqin Zhang 외 arxiv

4D point cloud videos capture rich spatial and temporal dynamics of scenes which possess unique values in various 4D understanding tasks. However, most existing methods work in the spatiotemporal domain where the underly…

Representation Learning3D Action RecognitionSemantic Segmentation

Adaptive Frequency Filters As Efficient Global Token Mixers

2023-07-26 · ICCV 2023 1 · Zhipeng Huang, Zhizheng Zhang, Cuiling Lan, Zheng-Jun Zha 외

Recent vision transformers, large-kernel CNNs and MLPs have attained remarkable successes in broad vision tasks thanks to their effective information fusion in the global scope. However, their efficient deployments, espe…