FindIt: Generalized Localization with Natural Language Queries

Abstract

We propose FindIt, a simple and versatile framework that unifies a variety of visual grounding and localization tasks including referring expression comprehension, text-based localization, and object detection. Key to our architecture is an efficient multi-scale fusion module that unifies the disparate localization requirements across the tasks. In addition, we discover that a standard object detector is surprisingly effective in unifying these tasks without a need for task-specific design, losses, or pre-computed detections. Our end-to-end trainable framework responds flexibly and accurately to a wide range of referring expression, localization or detection queries for zero, one, or multiple objects. Jointly trained on these tasks, FindIt outperforms the state of the art on both referring expression and text-based localization, and shows competitive performance on object detection. Finally, FindIt generalizes better to out-of-distribution data and novel categories compared to strong single-task baselines. All of these are accomplished by a single, unified and efficient model. The code will be released at: https://github.com/google-research/google-research/tree/master/findit.

Cite

Text

Kuo et al. "FindIt: Generalized Localization with Natural Language Queries." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20059-5_29

Markdown

[Kuo et al. "FindIt: Generalized Localization with Natural Language Queries." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/kuo2022eccv-findit/) doi:10.1007/978-3-031-20059-5_29

BibTeX

@inproceedings{kuo2022eccv-findit,
  title     = {{FindIt: Generalized Localization with Natural Language Queries}},
  author    = {Kuo, Weicheng and Bertsch, Fred and Li, Wei and Piergiovanni, Aj and Saffar, Mohammad and Angelova, Anelia},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-20059-5_29},
  url       = {https://mlanthology.org/eccv/2022/kuo2022eccv-findit/}
}