English

Improving Object Detection and Attribute Recognition by Feature Entanglement Reduction

Computer Vision and Pattern Recognition 2021-08-27 v1

Abstract

We explore object detection with two attributes: color and material. The task aims to simultaneously detect objects and infer their color and material. A straight-forward approach is to add attribute heads at the very end of a usual object detection pipeline. However, we observe that the two goals are in conflict: Object detection should be attribute-independent and attributes be largely object-independent. Features computed by a standard detection network entangle the category and attribute features; we disentangle them by the use of a two-stream model where the category and attribute features are computed independently but the classification heads share Regions of Interest (RoIs). Compared with a traditional single-stream model, our model shows significant improvements over VG-20, a subset of Visual Genome, on both supervised and attribute transfer tasks.

Keywords

Cite

@article{arxiv.2108.11501,
  title  = {Improving Object Detection and Attribute Recognition by Feature Entanglement Reduction},
  author = {Zhaoheng Zheng and Arka Sadhu and Ram Nevatia},
  journal= {arXiv preprint arXiv:2108.11501},
  year   = {2021}
}

Comments

Camera-ready for ICIP 2021

R2 v1 2026-06-24T05:25:31.968Z