English
Related papers

Related papers: Joint COCO and Mapillary Workshop at ICCV 2019: CO…

200 papers

This paper presents a novel object detector called DEYOv2, an improved version of the first-generation DEYO (DETR with YOLO) model. DEYOv2, similar to its predecessor, DEYOv2 employs a progressive reasoning approach to accelerate model…

Computer Vision and Pattern Recognition · Computer Science 2023-07-04 Haodong Ouyang

The Visual Inductive Priors(VIPriors) for Data-Efficient Computer Vision challenges ask competitors to train models from scratch in a data-deficient setting. In this paper, we introduce the technical details of our submission to the…

Computer Vision and Pattern Recognition · Computer Science 2021-12-03 Bo Yan , Fengliang Qi , Leilei Cao , Hongbin Wang

Compared with common image segmentation tasks targeted at low-resolution images, higher resolution detailed image segmentation receives much less attention. In this paper, we propose and study a task named Meticulous Object Segmentation…

Computer Vision and Pattern Recognition · Computer Science 2020-12-15 Chenglin Yang , Yilin Wang , Jianming Zhang , He Zhang , Zhe Lin , Alan Yuille

Motion Expression guided Video Segmentation (MeViS), as an emerging task, poses many new challenges to the field of referring video object segmentation (RVOS). In this technical report, we investigated and validated the effectiveness of…

Computer Vision and Pattern Recognition · Computer Science 2024-06-12 Mingqi Gao , Jingnan Luo , Jinyu Yang , Jungong Han , Feng Zheng

We present a simple, fully-convolutional model for real-time instance segmentation that achieves 29.8 mAP on MS COCO at 33.5 fps evaluated on a single Titan Xp, which is significantly faster than any previous competitive approach. Moreover,…

Computer Vision and Pattern Recognition · Computer Science 2019-10-28 Daniel Bolya , Chong Zhou , Fanyi Xiao , Yong Jae Lee

Self-supervised pre-training and transformer-based networks have significantly improved the performance of object detection. However, most of the current self-supervised object detection methods are built on convolutional-based…

Computer Vision and Pattern Recognition · Computer Science 2023-03-16 Guoqiang Jin , Fan Yang , Mingshan Sun , Ruyi Zhao , Yakun Liu , Wei Li , Tianpeng Bao , Liwei Wu , Xingyu Zeng , Rui Zhao

Multi-instance video object segmentation is to segment specific instances throughout a video sequence in pixel level, given only an annotated first frame. In this paper, we implement an effective fully convolutional networks with U-Net…

Computer Vision and Pattern Recognition · Computer Science 2019-05-21 Heguang Liu , Jingle Jiang

One of the bottlenecks for instance segmentation today lies in the conflicting requirements of high-resolution inputs and lightweight, real-time inference. To address this bottleneck, we present a Polygon Detection Transformer (Poly-DETR)…

Computer Vision and Pattern Recognition · Computer Science 2026-03-11 Jiacheng Sun , Jiaqi Lin , Wenlong Hu , Haoyang Li , Xinghong Zhou , Chenghai Mao , Yan Peng , Xiaomao Li

Instance segmentation methods often require costly per-pixel labels. We propose a method that only requires point-level annotations. During training, the model only has access to a single pixel label per object, yet the task is to output…

Computer Vision and Pattern Recognition · Computer Science 2019-06-18 Issam H. Laradji , Negar Rostamzadeh , Pedro O. Pinheiro , David Vazquez , Mark Schmidt

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we first introduce a…

Computer Vision and Pattern Recognition · Computer Science 2023-03-21 Hao Zhang , Feng Li , Xueyan Zou , Shilong Liu , Chunyuan Li , Jianfeng Gao , Jianwei Yang , Lei Zhang

In this paper, we explore the mask representation in instance segmentation with Point-of-Interest (PoI) features. Differentiating multiple potential instances within a single PoI feature is challenging because learning a high-dimensional…

Computer Vision and Pattern Recognition · Computer Science 2021-07-02 Lu Qi , Yi Wang , Yukang Chen , Yingcong Chen , Xiangyu Zhang , Jian Sun , Jiaya Jia

The recent transformer-based models have dominated the Referring Video Object Segmentation (RVOS) task due to the superior performance. Most prior works adopt unified DETR framework to generate segmentation masks in query-to-instance…

Computer Vision and Pattern Recognition · Computer Science 2024-01-02 Zhuoyan Luo , Yicheng Xiao , Yong Liu , Yitong Wang , Yansong Tang , Xiu Li , Yujiu Yang

Automatic instance segmentation is a problem that occurs in many biomedical applications. State-of-the-art approaches either perform semantic segmentation or refine object bounding boxes obtained from detection methods. Both suffer from…

Computer Vision and Pattern Recognition · Computer Science 2020-04-22 Long Chen , Martin Strauch , Dorit Merhof

This paper addresses incremental few-shot instance segmentation, where a few examples of new object classes arrive when access to training examples of old classes is not available anymore, and the goal is to perform well on both old and new…

Computer Vision and Pattern Recognition · Computer Science 2022-06-01 Khoi Nguyen , Sinisa Todorovic

The problem of video object segmentation can become extremely challenging when multiple instances co-exist. While each instance may exhibit large scale and pose variations, the problem is compounded when instances occlude each other causing…

Computer Vision and Pattern Recognition · Computer Science 2018-03-15 Xiaoxiao Li , Chen Change Loy

Object detection, a pivotal task in computer vision, is frequently hindered by dataset imbalances, particularly the under-explored issue of foreground-foreground class imbalance. This lack of attention to foreground-foreground class…

Computer Vision and Pattern Recognition · Computer Science 2024-03-13 Nieves Crasto

Query-based object detectors directly decode image features into object instances with a set of learnable queries. These query vectors are progressively refined to stable meaningful representations through a sequence of decoder layers, and…

Computer Vision and Pattern Recognition · Computer Science 2023-08-21 Shuai Wang , Yao Teng , Limin Wang

Instance segmentation aims to delineate each individual object of interest in an image. State-of-the-art approaches achieve this goal by either partitioning semantic segmentations or refining coarse representations of detected objects. In…

Computer Vision and Pattern Recognition · Computer Science 2022-10-10 Long Chen , Yuli Wu , Dorit Merhof

Fully convolutional networks (FCNs) have been proven very successful for semantic segmentation, but the FCN outputs are unaware of object instances. In this paper, we develop FCNs that are capable of proposing instance-level segment…

Computer Vision and Pattern Recognition · Computer Science 2016-03-30 Jifeng Dai , Kaiming He , Yi Li , Shaoqing Ren , Jian Sun

Although deep convolutional neural networks(CNNs) have achieved remarkable results on object detection and segmentation, pre- and post-processing steps such as region proposals and non-maximum suppression(NMS), have been required. These…

Computer Vision and Pattern Recognition · Computer Science 2016-05-12 Eunbyung Park , Alexander C. Berg