Generalized Coarse-to-Fine Visual Recognition with Progressive Training
Xutong Ren, Lingxi Xie, Chen Wei, Siyuan Qiao, Chi Su, Jiaying Liu, Qi, Tian, Elliot K. Fishman, Alan L. Yuille

TL;DR
This paper introduces a generalized coarse-to-fine framework with a novel progressive training strategy that enhances learning across various vision tasks by gradually increasing the reliance on coarse predictions.
Contribution
It proposes a unified C2F propagation method and a progressive training approach, improving accuracy in image classification, object localization, and semantic segmentation.
Findings
Consistent accuracy improvements across three vision tasks.
Effective integration of coarse predictions as additional input.
Progressive training enhances model readiness for testing.
Abstract
Computer vision is difficult, partly because the desired mathematical function connecting input and output data is often complex, fuzzy and thus hard to learn. Coarse-to-fine (C2F) learning is a promising direction, but it remains unclear how it is applied to a wide range of vision problems. This paper presents a generalized C2F framework by making two technical contributions. First, we provide a unified way of C2F propagation, in which the coarse prediction (a class vector, a detected box, a segmentation mask, etc.) is encoded into a dense (pixel-level) matrix and concatenated to the original input, so that the fine model takes the same design of the coarse model but sees additional information. Second, we present a progressive training strategy which starts with feeding the ground-truth instead of the coarse output into the fine model, and gradually increases the fraction of coarse…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Machine Learning and Algorithms
