paper-with-me

홈 › Papers

Exploring the Coordination of Frequency and Attention in Masked Image Modeling

2022-11-28 · Jie Gui, Tuo Chen, Minjing Dong, Zhengqi Liu, Hao Luo, James Tin-Yau Kwok, Yuan Yan Tang

Recently, masked image modeling (MIM), which learns visual representations by reconstructing the masked patches of an image, has dominated self-supervised learning in computer vision. However, the pre-training of MIM always takes massive time due to the large-scale data and large-size backbones. We mainly attribute it to the random patch masking in previous MIM works, which fails to leverage the crucial semantic information for effective visual representation learning. To tackle this issue, we propose the Frequency \& Attention-driven Masking and Throwing Strategy (FAMT), which can extract semantic patches and reduce the number of training patches to boost model performance and training efficiency simultaneously. Specifically, FAMT utilizes the self-attention mechanism to extract semantic information from the image for masking during training in an unsupervised manner. However, attention alone could sometimes focus on inappropriate areas regarding the semantic information. Thus, we are motivated to incorporate the information from the frequency domain into the self-attention mechanism to derive the sampling weights for masking, which captures semantic patches for visual representation learning. Furthermore, we introduce a patch throwing strategy based on the derived sampling weights to reduce the training cost. FAMT can be seamlessly integrated as a plug-and-play module and surpasses previous works, \emph{e.g.} reducing the training phase time by nearly $50\%$ and improving the linear probing accuracy of MAE by $1.3\% \sim 3.9\%$ across various datasets, including CIFAR-10/100, Tiny ImageNet, and ImageNet-1K. FAMT also demonstrates superior performance in downstream detection and segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2211.15362

Code (1)

guijiejie/amt 공식 구현 pytorch

Tasks

AttributeRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

Attention Consistency Refined Masked Frequency Forgery Representation for Generalizing Face Forgery Detection

2023-07-21 · Decheng Liu, Tao Chen, Chunlei Peng, Nannan Wang 외

Due to the successful development of deep image generation technology, visual data forgery detection would play a more important role in social and economic security. Existing forgery detection methods suffer from unsati…

Image Generation

One Stone with Two Birds: A Null-Text-Null Frequency-Aware Diffusion Models for Text-Guided Image Inpainting

2025-10-09 · Haipeng Liu, Yang Wang, Meng Wang arxiv

Text-guided image inpainting aims at reconstructing the masked regions as per text prompts, where the longstanding challenges lie in the preservation for unmasked regions, while achieving the semantics consistency betwee…

Image Inpainting

Joint Attention for Multi-Agent Coordination and Social Learning

2021-04-15 · Dennis Lee, Natasha Jaques, Chase Kew, Jiaxing Wu 외

Joint attention - the ability to purposefully coordinate attention with another agent, and mutually attend to the same thing -- is a critical component of human social cognition. In this paper, we ask whether joint atten…

Deep Reinforcement LearningInductive BiasReinforcement Learning (RL)

Exploring Self-Supervised Learning with U-Net Masked Autoencoders and EfficientNet B7 for Improved Classification

2024-10-25 · Vamshi Krishna Kancharla, Pavan Kumar Kaveti

We present a self-supervised U-Net-based masked autoencoder and noise removal model designed to reconstruct original images. Once adequately trained, this model extracts high-level features, which are then combined with …

Self-Supervised Learning

Compact Transformer Tracker with Correlative Masked Modeling

2023-01-26 · Zikai Song, Run Luo, Junqing Yu, Yi-Ping Phoebe Chen 외

Transformer framework has been showing superior performances in visual object tracking for its great strength in information aggregation across the template and search image with the well-known attention mechanism. Most …

DecoderObject TrackingVisual Object Tracking