CVJul 27, 2022

SiRi: A Simple Selective Retraining Mechanism for Transformer-based Visual Grounding

arXiv:2207.13325v126 citationsh-index: 70
Originality Incremental advance
AI Analysis

This addresses the problem of optimizing visual grounding models for researchers, offering a simple method with significant performance gains, though it appears incremental as it builds on existing transformer architectures.

The paper tackles improving visual grounding with vision-language transformers by proposing a selective retraining mechanism (SiRi) that periodically re-initializes non-encoder parameters to leverage a better-initialized encoder, achieving 83.04% Top1 accuracy on RefCOCO+ testA and outperforming state-of-the-art by over 10.21%.

In this paper, we investigate how to achieve better visual grounding with modern vision-language transformers, and propose a simple yet powerful Selective Retraining (SiRi) mechanism for this challenging task. Particularly, SiRi conveys a significant principle to the research of visual grounding, i.e., a better initialized vision-language encoder would help the model converge to a better local minimum, advancing the performance accordingly. In specific, we continually update the parameters of the encoder as the training goes on, while periodically re-initialize rest of the parameters to compel the model to be better optimized based on an enhanced encoder. SiRi can significantly outperform previous approaches on three popular benchmarks. Specifically, our method achieves 83.04% Top1 accuracy on RefCOCO+ testA, outperforming the state-of-the-art approaches (training from scratch) by more than 10.21%. Additionally, we reveal that SiRi performs surprisingly superior even with limited training data. We also extend it to transformer-based visual grounding models and other vision-language tasks to verify the validity.

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