paper-with-me

Papers

Adapting Pretrained ViTs with Convolution Injector for Visuo-Motor Control

2024-06-10 · Dongyoon Hwang, Byungkun Lee, Hojoon Lee, Hyunseung Kim, Jaegul Choo

Vision Transformers (ViT), when paired with large-scale pretraining, have shown remarkable performance across various computer vision tasks, primarily due to their weak inductive bias. However, while such weak inductive bias aids in pretraining scalability, this may hinder the effective adaptation of ViTs for visuo-motor control tasks as a result of the absence of control-centric inductive biases. Such absent inductive biases include spatial locality and translation equivariance bias which convolutions naturally offer. To this end, we introduce Convolution Injector (CoIn), an add-on module that injects convolutions which are rich in locality and equivariance biases into a pretrained ViT for effective adaptation in visuo-motor control. We evaluate CoIn with three distinct types of pretrained ViTs (CLIP, MVP, VC-1) across 12 varied control tasks within three separate domains (Adroit, MetaWorld, DMC), and demonstrate that CoIn consistently enhances control task performance across all experimented environments and models, validating the effectiveness of providing pretrained ViTs with control-centric biases.

📄 PDF Abstract BibTeX arXiv:2406.06072

Code (1)

dojeon-ai/CoIn 공식 구현 pytorch

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Boosting Image Quality Assessment through Efficient Transformer Adaptation with Local Feature Enhancement

2024-01-01 · CVPR 2024 1 · Kangmin Xu, Liang Liao, Jing Xiao, Chaofeng Chen 외

Image Quality Assessment (IQA) constitutes a fundamental task within the field of computer vision yet it remains an unresolved challenge owing to the intricate distortion conditions diverse image contents and limited…

Image Quality AssessmentInductive BiasLocal Distortion

Local Distortion Aware Efficient Transformer Adaptation for Image Quality Assessment

2023-08-23 · Kangmin Xu, Liang Liao, Jing Xiao, Chaofeng Chen 외

Image Quality Assessment (IQA) constitutes a fundamental task within the field of computer vision, yet it remains an unresolved challenge, owing to the intricate distortion conditions, diverse image contents, and limited…

Image Quality AssessmentInductive BiasLocal Distortion

ChangeViT: Unleashing Plain Vision Transformers for Change Detection

2024-06-18 · Duowang Zhu, Xiaohu Huang, Haiyan Huang, Zhenfeng Shao 외

Change detection in remote sensing images is essential for tracking environmental changes on the Earth's surface. Despite the success of vision transformers (ViTs) as backbones in numerous computer vision applications, t…

Change Detection

UniFormerV2: Unlocking the Potential of Image ViTs for Video Understanding

2023-01-01 · ICCV 2023 1 · Kunchang Li, Yali Wang, Yinan He, Yizhuo Li 외

The prolific performances of Vision Transformers (ViTs) in image tasks have prompted research into adapting the image ViTs for video tasks. However, the substantial gap between image and video impedes the spatiotempo…

Video Understanding

Restoring Neural Network Plasticity for Faster Transfer Learning

2026-03-21 · Xander Coetzer, Arné Schreuder, Anna Sergeevna Bosman arxiv

Transfer learning with models pretrained on ImageNet has become a standard practice in computer vision. Transfer learning refers to fine-tuning pretrained weights of a neural network on a downstream task, typically unrel…

Image ClassificationContinual LearningTransfer Learning