中文
相关论文

相关论文: Microsoft COCO: Common Objects in Context

200 篇论文

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…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Ting Chen , Saurabh Saxena , Lala Li , David J. Fleet , Geoffrey Hinton

Given multiple datasets with different label spaces, the goal of this work is to train a single object detector predicting over the union of all the label spaces. The practical benefits of such an object detector are obvious and significant…

计算机视觉与模式识别 · 计算机科学 2020-08-18 Xiangyun Zhao , Samuel Schulter , Gaurav Sharma , Yi-Hsuan Tsai , Manmohan Chandraker , Ying Wu

We present a scalable approach for Detecting Objects by transferring Common-sense Knowledge (DOCK) from source to target categories. In our setting, the training data for the source categories have bounding box annotations, while those for…

计算机视觉与模式识别 · 计算机科学 2018-08-01 Krishna Kumar Singh , Santosh Divvala , Ali Farhadi , Yong Jae Lee

This paper pushes the envelope on decomposing camouflaged regions in an image into meaningful components, namely, camouflaged instances. To promote the new task of camouflaged instance segmentation of in-the-wild images, we introduce a…

计算机视觉与模式识别 · 计算机科学 2021-12-14 Trung-Nghia Le , Yubo Cao , Tan-Cong Nguyen , Minh-Quan Le , Khanh-Duy Nguyen , Thanh-Toan Do , Minh-Triet Tran , Tam V. Nguyen

Recent captioning models are limited in their ability to scale and describe concepts unseen in paired image-text corpora. We propose the Novel Object Captioner (NOC), a deep visual semantic captioning model that can describe a large number…

计算机视觉与模式识别 · 计算机科学 2017-07-24 Subhashini Venugopalan , Lisa Anne Hendricks , Marcus Rohrbach , Raymond Mooney , Trevor Darrell , Kate Saenko

Test sets are an integral part of evaluating models and gauging progress in object recognition, and more broadly in computer vision and AI. Existing test sets for object recognition, however, suffer from shortcomings such as bias towards…

计算机视觉与模式识别 · 计算机科学 2023-01-31 Ali Borji

Object recognition is among the fundamental tasks in the computer vision applications, paving the path for all other image understanding operations. In every stage of progress in object recognition research, efforts have been made to…

计算机视觉与模式识别 · 计算机科学 2025-07-31 Aria Salari , Abtin Djavadifar , Xiangrui Liu , Homayoun Najjaran

The robustness of object detection algorithms plays a prominent role in real-world applications, especially in uncontrolled environments due to distortions during image acquisition. It has been proven that the performance of object…

计算机视觉与模式识别 · 计算机科学 2022-10-31 Ayman Beghdadi , Malik Mallem , Lotfi Beji

We present a semantic part detection approach that effectively leverages object information.We use the object appearance and its class as indicators of what parts to expect. We also model the expected relative location of parts inside the…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Abel Gonzalez-Garcia , Davide Modolo , Vittorio Ferrari

We tackle object category discovery, which is the problem of discovering and localizing novel objects in a large unlabeled dataset. While existing methods show results on datasets with less cluttered scenes and fewer object instances per…

计算机视觉与模式识别 · 计算机科学 2021-09-17 Sai Saketh Rambhatla , Rama Chellappa , Abhinav Shrivastava

Co-Salient Object Detection (CoSOD) aims at simulating the human visual system to discover the common and salient objects from a group of relevant images. Recent methods typically develop sophisticated deep learning based models have…

计算机视觉与模式识别 · 计算机科学 2022-09-23 Lv Tang , Bo Li

We present the first systematic study on concealed object detection (COD), which aims to identify objects that are "perfectly" embedded in their background. The high intrinsic similarities between the concealed objects and their background…

计算机视觉与模式识别 · 计算机科学 2024-02-21 Deng-Ping Fan , Ge-Peng Ji , Ming-Ming Cheng , Ling Shao

Image captioning models have achieved impressive results on datasets containing limited visual concepts and large amounts of paired image-caption training data. However, if these models are to ever function in the wild, a much larger…

计算机视觉与模式识别 · 计算机科学 2020-07-07 Harsh Agrawal , Karan Desai , Yufei Wang , Xinlei Chen , Rishabh Jain , Mark Johnson , Dhruv Batra , Devi Parikh , Stefan Lee , Peter Anderson

Performing data augmentation for learning deep neural networks is well known to be important for training visual recognition systems. By artificially increasing the number of training examples, it helps reducing overfitting and improves…

计算机视觉与模式识别 · 计算机科学 2018-07-20 Nikita Dvornik , Julien Mairal , Cordelia Schmid

The evaluation of object detection models is usually performed by optimizing a single metric, e.g. mAP, on a fixed set of datasets, e.g. Microsoft COCO and Pascal VOC. Due to image retrieval and annotation costs, these datasets consist…

计算机视觉与模式识别 · 计算机科学 2022-12-01 Floriana Ciaglia , Francesco Saverio Zuppichini , Paul Guerrie , Mark McQuade , Jacob Solawetz

Deep learning has shown state-of-art classification performance on datasets such as ImageNet, which contain a single object in each image. However, multi-object classification is far more challenging. We present a unified framework which…

计算机视觉与模式识别 · 计算机科学 2015-05-05 Tejaswi Nimmagadda , Anima Anandkumar

A natural way to improve the detection of objects is to consider the contextual constraints imposed by the detection of additional objects in a given scene. In this work, we exploit the spatial relations between objects in order to improve…

计算机视觉与模式识别 · 计算机科学 2018-10-19 Ehud Barnea , Ohad Ben-Shahar

We present a new, embarrassingly simple approach to instance segmentation in images. Compared to many other dense prediction tasks, e.g., semantic segmentation, it is the arbitrary number of instances that have made instance segmentation…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Xinlong Wang , Tao Kong , Chunhua Shen , Yuning Jiang , Lei Li

We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance. The…

计算机视觉与模式识别 · 计算机科学 2018-01-25 Kaiming He , Georgia Gkioxari , Piotr Dollár , Ross Girshick

Contemporary deep-learning object detection methods for autonomous driving usually assume prefixed categories of common traffic participants, such as pedestrians and cars. Most existing detectors are unable to detect uncommon objects and…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Kaican Li , Kai Chen , Haoyu Wang , Lanqing Hong , Chaoqiang Ye , Jianhua Han , Yukuai Chen , Wei Zhang , Chunjing Xu , Dit-Yan Yeung , Xiaodan Liang , Zhenguo Li , Hang Xu