UNINEXT Save

[CVPR'23] Universal Instance Perception as Object Discovery and Retrieval

Project README

Universal Instance Perception as Object Discovery and Retrieval

UNINEXT This is the official implementation of the paper Universal Instance Perception as Object Discovery and Retrieval.

PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC PWC

News

Highlight

  • UNINEXT is accepted by CVPR2023.
  • UNINEXT reformulates diverse instance perception tasks into a unified object discovery and retrieval paradigm and can flexibly perceive different types of objects by simply changing the input prompts.
  • UNINEXT achieves superior performance on 20 challenging benchmarks using a single model with the same model parameters.

Introduction

TASK-RADAR

Object-centric understanding is one of the most essential and challenging problems in computer vision. In this work, we mainly discuss 10 sub-tasks, distributed on the vertices of the cube shown in the above figure. Since all these tasks aim to perceive instances of certain properties, UNINEXT reorganizes them into three types according to the different input prompts:

  • Category Names
    • Object Detection
    • Instance Segmentation
    • Multiple Object Tracking (MOT)
    • Multi-Object Tracking and Segmentation (MOTS)
    • Video Instance Segmentation (VIS)
  • Language Expressions
    • Referring Expression Comprehension (REC)
    • Referring Expression Segmentation (RES)
    • Referring Video Object Segmentation (R-VOS)
  • Target Annotations
    • Single Object Tracking (SOT)
    • Video Object Segmentation (VOS)

Then we propose a unified prompt-guided object discovery and retrieval formulation to solve all the above tasks. Extensive experiments demonstrate that UNINEXT achieves superior performance on 20 challenging benchmarks.

Demo

https://user-images.githubusercontent.com/40926230/224527028-f31e8de0-b8aa-4cfb-a83b-63a70ff5bd52.mp4

UNINEXT can flexibly perceive various types of objects by simply changing the input prompts, such as category names, language expressions, and target annotations. We also provide a simple demo script, which supports 4 image-level tasks (object detection, instance segmentation, REC, RES).

Results

Retrieval by Category Names

OD-IS MOT-MOTS-VIS

Retrieval by Language Expressions

REC-RES-RVOS

Retrieval by Target Annotations

SOT-VOS

Getting started

  1. Installation: Please refer to INSTALL.md for more details.
  2. Data preparation: Please refer to DATA.md for more details.
  3. Training: Please refer to TRAIN.md for more details.
  4. Testing: Please refer to TEST.md for more details.
  5. Model zoo: Please refer to MODEL_ZOO.md for more details.

Citing UNINEXT

If you find UNINEXT useful in your research, please consider citing:

@inproceedings{UNINEXT,
  title={Universal Instance Perception as Object Discovery and Retrieval},
  author={Yan, Bin and Jiang, Yi and Wu, Jiannan and Wang, Dong and Yuan, Zehuan and Luo, Ping and Lu, Huchuan},
  booktitle={CVPR},
  year={2023}
}

Acknowledgments

  • Thanks Unicorn for providing experience of unifying four object tracking tasks (SOT, MOT, VOS, MOTS).
  • Thanks VNext for providing experience of Video Instance Segmentation (VIS).
  • Thanks ReferFormer for providing experience of REC, RES, and R-VOS.
  • Thanks GLIP for the idea of unifying object detection and phrase grounding.
  • Thanks Detic for the implementation of multi-dataset training.
  • Thanks detrex for the implementation of denoising mechnism.
Open Source Agenda is not affiliated with "UNINEXT" Project. README Source: MasterBin-IIAU/UNINEXT