paper-with-me

Papers

Improving Pixel-based MIM by Reducing Wasted Modeling Capability

2023-08-01 · ICCV 2023 1 · YuAn Liu, Songyang Zhang, Jiacheng Chen, Zhaohui Yu, Kai Chen, Dahua Lin

There has been significant progress in Masked Image Modeling (MIM). Existing MIM methods can be broadly categorized into two groups based on the reconstruction target: pixel-based and tokenizer-based approaches. The former offers a simpler pipeline and lower computational cost, but it is known to be biased toward high-frequency details. In this paper, we provide a set of empirical studies to confirm this limitation of pixel-based MIM and propose a new method that explicitly utilizes low-level features from shallow layers to aid pixel reconstruction. By incorporating this design into our base method, MAE, we reduce the wasted modeling capability of pixel-based MIM, improving its convergence and achieving non-trivial improvements across various downstream tasks. To the best of our knowledge, we are the first to systematically investigate multi-level feature fusion for isotropic architectures like the standard Vision Transformer (ViT). Notably, when applied to a smaller model (e.g., ViT-S), our method yields significant performance gains, such as 1.2\% on fine-tuning, 2.8\% on linear probing, and 2.6\% on semantic segmentation. Code and models are available at https://github.com/open-mmlab/mmpretrain.

📄 PDF Abstract BibTeX arXiv:2308.00261

Code (1)

open-mmlab/mmpretrain 공식 구현 pytorch

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

SwiftNet: Real-time Video Object Segmentation

2021-02-09 · CVPR 2021 1 · Haochen Wang, XiaoLong Jiang, Haibing Ren, Yao Hu 외

In this work we present SwiftNet for real-time semisupervised video object segmentation (one-shot VOS), which reports 77.8% J &F and 70 FPS on DAVIS 2017 validation dataset, leading all present solutions in overall accur…

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object Segmentation+2

ReAD: Reinforcement-Guided Capability Distillation for Large Language Models

2026-05-11 · Xueqi Cheng, Xugui Zhou, Tyler Derr, Yushun Dong arxiv

Capability distillation applies knowledge distillation to selected model capabilities, aiming to compress a large language model (LLM) into a smaller one while preserving the abilities needed for a downstream task. Howev…

Knowledge Distillation

Novel tile segmentation scheme for omnidirectional video

2021-03-10 · Jisheng Li, Ziyu Wen, Sihan Li, Yikai Zhao 외

Regular omnidirectional video encoding technics use map projection to flatten a scene from a spherical shape into one or several 2D shapes. Common projection methods including equirectangular and cubic projection have va…

Video SegmentationVideo Semantic Segmentation

Optimizing LLM Code Suggestions: Feedback-Driven Timing with Lightweight State Bounds

2025-11-24 · Mohammad Nour Al Awad, Sergey Ivanov, Olga Tikhonova arxiv

Large Language Models (LLMs) have transformed code auto-completion by generating context-aware suggestions. Yet, deciding when to present these suggestions remains underexplored, often leading to interruptions or wasted …

Early Diagnosis of Wasted Computation in Multi-Agent LLM Systems via Failure-Aware Observability

2026-05-31 · Xianyou Li, Weiran Yan, Yichao Wu, Penghao Liang 외 arxiv

Failure-aware observability diagnoses wasted computation in multi-agent LLM systems before final-answer evaluation can explain what went wrong. We propose a trace-based framework for a three-agent architecture -- orchest…