CVAIMar 22, 2022

Self-supervision through Random Segments with Autoregressive Coding (RandSAC)

arXiv:2203.12054v218 citationsh-index: 58
Originality Incremental advance
AI Analysis

This work addresses visual feature learning for computer vision researchers, offering incremental improvements by adapting language model techniques to vision tasks.

The paper tackled the problem of applying self-supervised autoregressive representation learning to visual feature learning by introducing RandSAC, a strategy that groups image tokens into hierarchical segments for parallel and sequential predictions, resulting in improved performance on datasets like CIFAR10, CIFAR100, and ImageNet.

Inspired by the success of self-supervised autoregressive representation learning in natural language (GPT and its variants), and advances in recent visual architecture design with Vision Transformers (ViTs), in this paper, we explore the effect various design choices have on the success of applying such training strategies for visual feature learning. Specifically, we introduce a novel strategy that we call Random Segments with Autoregressive Coding (RandSAC). In RandSAC, we group patch representations (image tokens) into hierarchically arranged segments; within each segment, tokens are predicted in parallel, similar to BERT, while across segment predictions are sequential, similar to GPT. We illustrate that randomized serialization of the segments significantly improves the performance and results in distribution over spatially-long (across-segments) and -short (within-segment) predictions which are effective for feature learning. We illustrate the pertinence of these design choices and explore alternatives on a number of datasets (e.g., CIFAR10, CIFAR100, ImageNet). While our pre-training strategy works with a vanilla Transformer, we also propose a conceptually simple, but highly effective, addition to the decoder that allows learnable skip-connections to encoder$'$s feature layers, which further improves the performance.

Foundations

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

Your Notes