paper-with-me

Papers

Pix2seq: A Language Modeling Framework for Object Detection

2021-09-22 · ICLR 2022 4 · Ting Chen, Saurabh Saxena, Lala Li, David J. Fleet, Geoffrey Hinton

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.

📄 PDF Abstract BibTeX arXiv:2109.10852

Code (6)

google-research/pix2seq 공식 구현 tf
gaopengcuhk/Pretrained-Pix2Seq pytorch
gaopengcuhk/Stable-Pix2Seq pytorch
gaopengcuhk/Unofficial-Pix2Seq pytorch
moein-shariatnia/Pix2Seq pytorch
volgachen/Pix2Seq_Pytorch pytorch

Tasks

Language ModelingLanguage ModellingObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Exploring Multi-Modal Contextual Knowledge for Open-Vocabulary Object Detection

2023-08-30 · Yifan Xu, Mengdan Zhang, Xiaoshan Yang, Changsheng Xu

In this paper, we for the first time explore helpful multi-modal contextual knowledge to understand novel categories for open-vocabulary object detection (OVD). The multi-modal contextual knowledge stands for the joint r…

Knowledge DistillationLanguage ModelingLanguage ModellingMasked Language Modeling+5

Enhancing Open-Vocabulary Object Detection through Multi-Level Fine-Grained Visual-Language Alignment

2026-01-31 · Tianyi Zhang, Antoine Simoulin, Kai Li, Sana Lakdawala 외 arxiv

Traditional object detection systems are typically constrained to predefined categories, limiting their applicability in dynamic environments. In contrast, open-vocabulary object detection (OVD) enables the identificatio…

Object Detection

LogGPT: Log Anomaly Detection via GPT

2023-09-25 · Xiao Han, Shuhan Yuan, Mohamed Trabelsi

Detecting system anomalies based on log data is important for ensuring the security and reliability of computer systems. Recently, deep learning models have been widely used for log anomaly detection. The core idea is to…

Anomaly DetectionLanguage ModelingLanguage Modelling

Semi-supervised Multitask Learning for Sequence Labeling

2017-04-24 · ACL 2017 7 · Marek Rei

We propose a sequence labeling framework with a secondary training objective, learning to predict surrounding words for every word in the dataset. This language modeling objective incentivises the system to learn general…

ChunkingGrammatical Error DetectionLanguage ModelingLanguage Modelling+5

Contextual Object Detection with Multimodal Large Language Models

2023-05-29 · Yuhang Zang, Wei Li, Jun Han, Kaiyang Zhou 외

Recent Multimodal Large Language Models (MLLMs) are remarkable in vision-language tasks, such as image captioning and question answering, but lack the essential perception ability, i.e., object detection. In this work, w…

Cloze TestDecoderImage CaptioningImage Segmentation+5