Does Visual Pretraining Help End-to-End Reasoning?
This addresses the challenge of compositional generalization in visual reasoning for AI systems, showing incremental progress by improving over existing pretraining methods.
The study tackled the problem of whether visual pretraining enables end-to-end learning for visual reasoning without explicit visual abstraction, finding that their self-supervised framework outperforms traditional supervised pretraining by large margins on benchmarks like CATER and ACRE.
We aim to investigate whether end-to-end learning of visual reasoning can be achieved with general-purpose neural networks, with the help of visual pretraining. A positive result would refute the common belief that explicit visual abstraction (e.g. object detection) is essential for compositional generalization on visual reasoning, and confirm the feasibility of a neural network "generalist" to solve visual recognition and reasoning tasks. We propose a simple and general self-supervised framework which "compresses" each video frame into a small set of tokens with a transformer network, and reconstructs the remaining frames based on the compressed temporal context. To minimize the reconstruction loss, the network must learn a compact representation for each image, as well as capture temporal dynamics and object permanence from temporal context. We perform evaluation on two visual reasoning benchmarks, CATER and ACRE. We observe that pretraining is essential to achieve compositional generalization for end-to-end visual reasoning. Our proposed framework outperforms traditional supervised pretraining, including image classification and explicit object detection, by large margins.