CVLGROJun 10, 2024

Adapting Pretrained ViTs with Convolution Injector for Visuo-Motor Control

arXiv:2406.06072v1
Originality Incremental advance
AI Analysis

This work addresses the adaptation challenge for pretrained ViTs in robotics and control applications, offering an incremental improvement by integrating convolutional biases to enhance task-specific performance.

The paper tackled the problem of adapting pretrained Vision Transformers (ViTs) for visuo-motor control tasks by addressing their lack of control-centric inductive biases like spatial locality and translation equivariance. They introduced Convolution Injector (CoIn), an add-on module that injects convolutional biases into ViTs, and demonstrated consistent performance improvements across 12 control tasks in three domains using three pretrained ViT models.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes