Inductive Visual Localisation: Factorised Training for Superior Generalisation
Ankush Gupta, Andrea Vedaldi, Andrew Zisserman

TL;DR
This paper introduces a factorised training approach for RNNs that explicitly models inductive steps, significantly improving their ability to generalise to longer and more complex visual sequences in tasks like text spotting and object counting.
Contribution
The work proposes a novel inductive training method for RNNs that restricts internal states to a spatial memory, enhancing generalisation in visual sequence tasks.
Findings
Improved generalisation on visual sequence tasks
Enhanced performance in text spotting and object counting
RNNs better handle longer sequences than during training
Abstract
End-to-end trained Recurrent Neural Networks (RNNs) have been successfully applied to numerous problems that require processing sequences, such as image captioning, machine translation, and text recognition. However, RNNs often struggle to generalise to sequences longer than the ones encountered during training. In this work, we propose to optimise neural networks explicitly for induction. The idea is to first decompose the problem in a sequence of inductive steps and then to explicitly train the RNN to reproduce such steps. Generalisation is achieved as the RNN is not allowed to learn an arbitrary internal state; instead, it is tasked with mimicking the evolution of a valid state. In particular, the state is restricted to a spatial memory map that tracks parts of the input image which have been accounted for in previous steps. The RNN is trained for single inductive steps, where it…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Natural Language Processing Techniques · Multimodal Machine Learning Applications
