中文
相关论文

相关论文: PointINS: Point-based Instance Segmentation

200 篇论文

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,…

计算机视觉与模式识别 · 计算机科学 2019-10-28 Daniel Bolya , Chong Zhou , Fanyi Xiao , Yong Jae Lee

Making top-down human pose estimation method present both good performance and high efficiency is appealing. Mask RCNN can largely improve the efficiency by conducting person detection and pose estimation in a single framework, as the…

计算机视觉与模式识别 · 计算机科学 2023-01-13 Ling Li , Lin Zhao , Linhao Xu , Jie Xu

Instance segmentation is the problem of detecting and delineating each distinct object of interest appearing in an image. Current instance segmentation approaches consist of ensembles of modules that are trained independently of each other,…

计算机视觉与模式识别 · 计算机科学 2016-10-26 Bernardino Romera-Paredes , Philip H. S. Torr

We present a conceptually simple framework for object instance segmentation called Contour Proposal Network (CPN), which detects possibly overlapping objects in an image while simultaneously fitting closed object contours using an…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Eric Upschulte , Stefan Harmeling , Katrin Amunts , Timo Dickscheid

Diffusion frameworks have achieved comparable performance with previous state-of-the-art image generation models. Researchers are curious about its variants in discriminative tasks because of its powerful noise-to-image denoising pipeline.…

计算机视觉与模式识别 · 计算机科学 2022-12-29 Zhangxuan Gu , Haoxing Chen , Zhuoer Xu , Jun Lan , Changhua Meng , Weiqiang Wang

Object detection and instance segmentation in remote sensing images is a fundamental and challenging task, due to the complexity of scenes and targets. The latest methods tried to take into account both the efficiency and the accuracy of…

计算机视觉与模式识别 · 计算机科学 2020-08-31 Zhenhang Huang , Shihao Sun , Ruirui Li

Point-based interactive image segmentation can ease the burden of mask annotation in applications such as semantic segmentation and image editing. However, fully extracting the target mask with limited user inputs remains challenging. We…

计算机视觉与模式识别 · 计算机科学 2023-12-25 Chaowei Fang , Ziyin Zhou , Junye Chen , Hanjing Su , Qingyao Wu , Guanbin Li

In this paper, we propose a novel joint instance and semantic segmentation approach, which is called JSNet, in order to address the instance and semantic segmentation of 3D point clouds simultaneously. Firstly, we build an effective…

计算机视觉与模式识别 · 计算机科学 2019-12-23 Lin Zhao , Wenbing Tao

In this paper, we introduce a novel learning scheme named weakly semi-supervised instance segmentation (WSSIS) with point labels for budget-efficient and high-performance instance segmentation. Namely, we consider a dataset setting…

计算机视觉与模式识别 · 计算机科学 2023-03-28 Beomyoung Kim , Joonhyun Jeong , Dongyoon Han , Sung Ju Hwang

Existing 3D instance segmentation methods frequently encounter issues with over-segmentation, leading to redundant and inaccurate 3D proposals that complicate downstream tasks. This challenge arises from their unsupervised merging approach,…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Phuc Nguyen , Minh Luu , Anh Tran , Cuong Pham , Khoi Nguyen

Vision Transformers (ViT) become widely-adopted architectures for various vision tasks. Masked auto-encoding for feature pretraining and multi-scale hybrid convolution-transformer architectures can further unleash the potentials of ViT,…

计算机视觉与模式识别 · 计算机科学 2022-05-20 Peng Gao , Teli Ma , Hongsheng Li , Ziyi Lin , Jifeng Dai , Yu Qiao

Weakly supervised instance segmentation reduces the cost of annotations required to train models. However, existing approaches which rely only on image-level class labels predominantly suffer from errors due to (a) partial segmentation of…

计算机视觉与模式识别 · 计算机科学 2021-03-25 Qing Liu , Vignesh Ramanathan , Dhruv Mahajan , Alan Yuille , Zhenheng Yang

Recent object detection systems rely on two critical steps: (1) a set of object proposals is predicted as efficiently as possible, and (2) this set of candidate proposals is then passed to an object classifier. Such approaches have been…

计算机视觉与模式识别 · 计算机科学 2015-09-02 Pedro O. Pinheiro , Ronan Collobert , Piotr Dollar

Objects for detection usually have distinct characteristics in different sub-regions and different aspect ratios. However, in prevalent two-stage object detection methods, Region-of-Interest (RoI) features are extracted by RoI pooling with…

计算机视觉与模式识别 · 计算机科学 2017-11-27 Yao Zhai , Jingjing Fu , Yan Lu , Houqiang Li

Deep classifiers tend to associate a few discriminative input variables with their objective function, which in turn, may hurt their generalization capabilities. To address this, one can design systematic experiments and/or inspect the…

计算机视觉与模式识别 · 计算机科学 2020-07-10 Saeid Asgari Taghanaki , Kaveh Hassani , Pradeep Kumar Jayaraman , Amir Hosein Khasahmadi , Tonya Custis

In this paper we present a new computer vision task, named video instance segmentation. The goal of this new task is simultaneous detection, segmentation and tracking of instances in videos. In words, it is the first time that the image…

计算机视觉与模式识别 · 计算机科学 2019-08-19 Linjie Yang , Yuchen Fan , Ning Xu

We introduce PointConvFormer, a novel building block for point cloud based deep network architectures. Inspired by generalization theory, PointConvFormer combines ideas from point convolution, where filter weights are only based on relative…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Wenxuan Wu , Li Fuxin , Qi Shan

Instance segmentation is a form of image detection which has a range of applications, such as object refinement, medical image analysis, and image/video editing, all of which demand a high degree of accuracy. However, this precision is…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Muhammed Korkmaz , T. Metin Sezgin

This paper is motivated by an interesting phenomenon: the performance of object detection lags behind that of instance segmentation (i.e., performance imbalance) when investigating the intermediate results from the beginning transformer…

计算机视觉与模式识别 · 计算机科学 2024-10-23 Zhixiong Nan , Xianghong Li , Tao Xiang , Jifeng Dai

Instance segmentation aims to locate targets in the image and segment each target area at pixel level, which is one of the most important tasks in computer vision. Mask R-CNN is a classic method of instance segmentation, but we find that…

计算机视觉与模式识别 · 计算机科学 2021-02-23 Xiaolong Guo , Xiaosong Lan , Kunfeng Wang , Shuxiao Li