Visual Relationships as Functions: Enabling Few-Shot Scene Graph Prediction

Abstract

Scene graph prediction — classifying the set of objects and predicates in a visual scene — requires substantial training data. The long-tailed distribution of relationships can be an obstacle for such approaches, however, as they can only be trained on the small set of predicates that carry sufficient labels. We introduce the first scene graph prediction model that supports few-shot learning of predicates, enabling scene graph approaches to generalize to a set of new predicates. First, we introduce a new model of predicates as functions that operate on object features or image locations. Next, we define a scene graph model where these functions are trained as message passing protocols within a new graph convolution framework. We train the framework with a frequently occurring set of predicates and show that our approach outperforms those that use the same amount of supervision by 1.78 at recall@50 and performs on par with other scene graph models. Next, we extract object representations generated by the trained predicate functions to train few-shot predicate classifiers on rare predicates with as few as 1 labeled example. When compared to strong baselines like transfer learning from existing state-of-the-art representations, we show improved 5-shot performance by 4.16 recall@1. Finally, we show that our predicate functions generate interpretable visualizations, enabling the first interpretable scene graph model.

Cite

Text

Dornadula et al. "Visual Relationships as Functions: Enabling Few-Shot Scene Graph Prediction." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00214

Markdown

[Dornadula et al. "Visual Relationships as Functions: Enabling Few-Shot Scene Graph Prediction." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/dornadula2019iccvw-visual/) doi:10.1109/ICCVW.2019.00214

BibTeX

@inproceedings{dornadula2019iccvw-visual,
  title     = {{Visual Relationships as Functions: Enabling Few-Shot Scene Graph Prediction}},
  author    = {Dornadula, Apoorva and Narcomey, Austin and Krishna, Ranjay and Bernstein, Michael S. and Fei-Fei, Li},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {1730-1739},
  doi       = {10.1109/ICCVW.2019.00214},
  url       = {https://mlanthology.org/iccvw/2019/dornadula2019iccvw-visual/}
}