Adapting Pretrained ViTs with Convolution Injector for Visuo-Motor Control
Dongyoon Hwang, Byungkun Lee, Hojoon Lee, Hyunseung Kim, Jaegul Choo
TL;DR
This paper tackles the challenge of adapting pretrained Vision Transformers (ViTs) for visuo-motor control by introducing CoIn, a lightweight Convolution Injector that injects locality and translation equivariance biases via a compact CNN encoder and deformable cross-attention. By keeping the ViT architecture intact and only adding CoIn, the method leverages strong pretrained representations while providing control-centric inductive biases, enabling effective end-to-end finetuning with modest computational overhead. Across 12 tasks in Adroit, MetaWorld, and DMC and three pretrained ViTs (CLIP, MVP, VC-1), CoIn yields consistent performance gains, notably an 11.3-point mean uplift with CLIP and meaningful gains with MVP and VC-1, highlighting its ability to deepen ViT representations for motor control. The work demonstrates the practical viability of integrating convolutional priors into foundation models to enhance real-world visuo-motor capabilities, with promising directions for reinforcement learning and real-robot deployment.
Abstract
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.
