CVSep 3, 2024

Convolutional Networks as Extremely Small Foundation Models: Visual Prompting and Theoretical Perspective

arXiv:2409.10555v1h-index: 5
Originality Incremental advance
AI Analysis

This work addresses efficient few-shot adaptation for computer vision tasks, though it appears incremental as it combines existing nonparametric methods with deep networks.

The paper tackles the problem of adapting generic deep networks to new tasks with minimal computation by proposing a prompting module called Semi-parametric Deep Forest (SDForest), which achieves competitive performance on video object segmentation benchmarks (DAVIS2016 and DAVIS2017) while running in real-time on CPU without training.

Comparing to deep neural networks trained for specific tasks, those foundational deep networks trained on generic datasets such as ImageNet classification, benefits from larger-scale datasets, simpler network structure and easier training techniques. In this paper, we design a prompting module which performs few-shot adaptation of generic deep networks to new tasks. Driven by learning theory, we derive prompting modules that are as simple as possible, as they generalize better under the same training error. We use a case study on video object segmentation to experiment. We give a concrete prompting module, the Semi-parametric Deep Forest (SDForest) that combines several nonparametric methods such as correlation filter, random forest, image-guided filter, with a deep network trained for ImageNet classification task. From a learning-theoretical point of view, all these models are of significantly smaller VC dimension or complexity so tend to generalize better, as long as the empirical studies show that the training error of this simple ensemble can achieve comparable results from a end-to-end trained deep network. We also propose a novel methods of analyzing the generalization under the setting of video object segmentation to make the bound tighter. In practice, SDForest has extremely low computation cost and achieves real-time even on CPU. We test on video object segmentation tasks and achieve competitive performance at DAVIS2016 and DAVIS2017 with purely deep learning approaches, without any training or fine-tuning.

Foundations

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

Your Notes