Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Pix2seq: A Language Modeling Framework for Object Detection

About

We present Pix2Seq, a simple and generic framework for object detection. Unlike existing approaches that explicitly integrate prior knowledge about the task, we cast object detection as a language modeling task conditioned on the observed pixel inputs. Object descriptions (e.g., bounding boxes and class labels) are expressed as sequences of discrete tokens, and we train a neural network to perceive the image and generate the desired sequence. Our approach is based mainly on the intuition that if a neural network knows about where and what the objects are, we just need to teach it how to read them out. Beyond the use of task-specific data augmentations, our approach makes minimal assumptions about the task, yet it achieves competitive results on the challenging COCO dataset, compared to highly specialized and well optimized detection algorithms.

Ting Chen, Saurabh Saxena, Lala Li, David J. Fleet, Geoffrey Hinton• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP43.2
2454
Object DetectionCOCO (val)
mAP45
613
Object DetectionCOCO v2017 (test-dev)
mAP45
499
Instance SegmentationCOCO (val)
APmk38.2
472
Object DetectionMS-COCO 2017 (val)--
237
Object DetectionCOCO
APb46.5
44
Human Pose EstimationCOCO keypoint (val)
AP64.8
23
Pose EstimationCOCO
Apkp68
7
Object DetectionPASCAL VOC 2007 (val)
AP38.5
5
Showing 9 of 9 rows

Other info

Code

Follow for update