paper-with-me

Papers

Expediting Large-Scale Vision Transformer for Dense Prediction without Fine-tuning

2022-10-03 · Weicong Liang, Yuhui Yuan, Henghui Ding, Xiao Luo, WeiHong Lin, Ding Jia, Zheng Zhang, Chao Zhang, Han Hu

Vision transformers have recently achieved competitive results across various vision tasks but still suffer from heavy computation costs when processing a large number of tokens. Many advanced approaches have been developed to reduce the total number of tokens in large-scale vision transformers, especially for image classification tasks. Typically, they select a small group of essential tokens according to their relevance with the class token, then fine-tune the weights of the vision transformer. Such fine-tuning is less practical for dense prediction due to the much heavier computation and GPU memory cost than image classification. In this paper, we focus on a more challenging problem, i.e., accelerating large-scale vision transformers for dense prediction without any additional re-training or fine-tuning. In response to the fact that high-resolution representations are necessary for dense prediction, we present two non-parametric operators, a token clustering layer to decrease the number of tokens and a token reconstruction layer to increase the number of tokens. The following steps are performed to achieve this: (i) we use the token clustering layer to cluster the neighboring tokens together, resulting in low-resolution representations that maintain the spatial structures; (ii) we apply the following transformer layers only to these low-resolution representations or clustered tokens; and (iii) we use the token reconstruction layer to re-create the high-resolution representations from the refined low-resolution representations. The results obtained by our method are promising on five dense prediction tasks, including object detection, semantic segmentation, panoptic segmentation, instance segmentation, and depth estimation.

📄 PDF Abstract BibTeX arXiv:2210.01035

Code (4)

Expedit-LargeScale-Vision-Transformer/Expedit-DINO 공식 구현 pytorch
Expedit-LargeScale-Vision-Transformer/Expedit-DPT 공식 구현 pytorch
Expedit-LargeScale-Vision-Transformer/Expedit-Segmenter 공식 구현 pytorch
Expedit-LargeScale-Vision-Transformer/Expedit-SWAG pytorch

Tasks

ClusteringDepth EstimationGPUimage-classificationImage ClassificationInstance Segmentationobject-detectionObject DetectionPanoptic SegmentationPredictionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Seven Ways to Contact How can i speak to someone at Expedia 설명 없음

Similar Papers 제목 키워드 기반

QClusformer: A Quantum Transformer-based Framework for Unsupervised Visual Clustering

2024-05-30 · Xuan-Bac Nguyen, Hoang-Quan Nguyen, Samuel Yen-Chi Chen, Samee U. Khan 외

Unsupervised vision clustering, a cornerstone in computer vision, has been studied for decades, yielding significant outcomes across numerous vision tasks. However, these algorithms involve substantial computational dema…

Clustering

Multi-Layer Dense Attention Decoder for Polyp Segmentation

2024-03-27 · Krushi Patel, Fengjun Li, Guanghui Wang

Detecting and segmenting polyps is crucial for expediting the diagnosis of colon cancer. This is a challenging task due to the large variations of polyps in color, texture, and lighting conditions, along with subtle diff…

DecoderSegmentation

DenSe-AdViT: A novel Vision Transformer for Dense SAR Object Detection

2025-04-18 · Yang Zhang, Jingyi Cao, Yanan You, Yuanyuan Qiao

Vision Transformer (ViT) has achieved remarkable results in object detection for synthetic aperture radar (SAR) images, owing to its exceptional ability to extract global features. However, it struggles with the extracti…

object-detectionObject Detection

Expediting Contrastive Language-Image Pretraining via Self-distilled Encoders

2023-12-19 · Bumsoo Kim, Jinhyung Kim, Yeonsik Jo, Seung Hwan Kim

Recent advances in vision language pretraining (VLP) have been largely attributed to the large-scale data collected from the web. However, uncurated dataset contains weakly correlated image-text pairs, causing data ineff…

Knowledge Distillation

FastMIM: Expediting Masked Image Modeling Pre-training for Vision

2022-12-13 · Jianyuan Guo, Kai Han, Han Wu, Yehui Tang 외

The combination of transformers and masked image modeling (MIM) pre-training framework has shown great potential in various vision tasks. However, the pre-training computational budget is too heavy and withholds the MIM …