paper-with-me

Papers

PR-MIM: Delving Deeper into Partial Reconstruction in Masked Image Modeling

2024-11-24 · Zhong-Yu Li, Yunheng Li, Deng-Ping Fan, Ming-Ming Cheng

Masked image modeling has achieved great success in learning representations but is limited by the huge computational costs. One cost-saving strategy makes the decoder reconstruct only a subset of masked tokens and throw the others, and we refer to this method as partial reconstruction. However, it also degrades the representation quality. Previous methods mitigate this issue by throwing tokens with minimal information using temporal redundancy inaccessible for static images or attention maps that incur extra costs and complexity. To address these limitations, we propose a progressive reconstruction strategy and a furthest sampling strategy to reconstruct those thrown tokens in an extremely lightweight way instead of completely abandoning them. This approach involves all masked tokens in supervision to ensure adequate pre-training, while maintaining the cost-reduction benefits of partial reconstruction. We validate the effectiveness of the proposed method across various existing frameworks. For example, when throwing 50% patches, we can achieve lossless performance of the ViT-B/16 while saving 28% FLOPs and 36% memory usage compared to standard MAE. Our source code will be made publicly available

📄 PDF Abstract BibTeX arXiv:2411.15746

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
MAE 설명 없음

Similar Papers 제목 키워드 기반

Delving Deeper into Data Scaling in Masked Image Modeling

2023-05-24 · Cheng-Ze Lu, Xiaojie Jin, Qibin Hou, Jun Hao Liew 외

Understanding whether self-supervised learning methods can scale with unlimited data is crucial for training large-scale models. In this work, we conduct an empirical study on the scaling capability of masked image model…

Self-Supervised Learning

Radical Embedding: Delving Deeper to Chinese Radicals

2015-07-01 · IJCNLP 2015 7 · Xinlei Shi, Junjie Zhai, Xudong Yang, Zehua Xie 외
Chinese Word SegmentationText Categorization

Delving into Latent Spectral Biasing of Video VAEs for Superior Diffusability

2025-12-05 · Shizhan Liu, Xinran Deng, Zhuoyi Yang, Jiayan Teng 외 arxiv

Latent diffusion models pair VAEs with diffusion backbones, and the structure of VAE latents strongly influences the difficulty of diffusion training. However, existing video VAEs typically focus on reconstruction fideli…

Text-to-Video Generation

MAETrack: Unleashing the Potential of Pretrained Geometric Priors for 3D Single Object Tracking

2026-09-15 · Sifan Zhou, Qiwei Wang, Linyue Tan, Ziyu Liu 외 arxiv

Large-scale pre-training has transformed representation learning in 2D vision, yet its transferability to 3D single object tracking (SOT) remains insufficiently understood. Directly fine-tuning self-supervised 3D encoder…

Representation Learning3D ReconstructionObject Tracking

Robust Class-Conditional Distribution Alignment for Partial Domain Adaptation

2023-10-18 · Sandipan Choudhuri, Arunabha Sen

Unwanted samples from private source categories in the learning objective of a partial domain adaptation setup can lead to negative transfer and reduce classification performance. Existing methods, such as re-weighting o…

Domain AdaptationPartial Domain Adaptation