中文
相关论文

相关论文: Joint COCO and Mapillary Workshop at ICCV 2019: CO…

200 篇论文

Instance segmentation has gained recently huge attention in various computer vision applications. It aims at providing different IDs to different object of the scene, even if they belong to the same class. This is useful in various…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Eslam Mohamed , Abdelrahman Shaker , Ahmad El-Sallab , Mayada Hadhoud

Instance segmentation is an advanced form of image segmentation which, beyond traditional segmentation, requires identifying individual instances of repeating objects in a scene. Mask R-CNN is the most common architecture for instance…

计算机视觉与模式识别 · 计算机科学 2024-08-01 Jawad Haidar , Marc Mouawad , Imad Elhajj , Daniel Asmar

We introduce a method for simultaneously classifying, segmenting and tracking object instances in a video sequence. Our method, named MaskProp, adapts the popular Mask R-CNN to video by adding a mask propagation branch that propagates…

计算机视觉与模式识别 · 计算机科学 2021-07-13 Gedas Bertasius , Lorenzo Torresani

In this paper, we present SegDINO3D, a novel Transformer encoder-decoder framework for 3D instance segmentation. As 3D training data is generally not as sufficient as 2D training images, SegDINO3D is designed to fully leverage 2D…

计算机视觉与模式识别 · 计算机科学 2025-12-01 Jinyuan Qu , Hongyang Li , Xingyu Chen , Shilong Liu , Yukai Shi , Tianhe Ren , Ruitao Jing , Lei Zhang

Semantic segmentation and object detection research have recently achieved rapid progress. However, the former task has no notion of different instances of the same object, and the latter operates at a coarse, bounding-box level. We propose…

计算机视觉与模式识别 · 计算机科学 2017-04-11 Anurag Arnab , Philip H. S Torr

In this work we predict vehicle speed and steering angle given camera image frames. Our key contribution is using an external pre-trained neural network for segmentation. We augment the raw images with their segmentation masks and mirror…

计算机视觉与模式识别 · 计算机科学 2019-10-24 Antonia Lovjer , Minsu Yeom , Benedikt D. Schifferer , Iddo Drori

Semantic segmentation research has recently witnessed rapid progress, but many leading methods are unable to identify object instances. In this paper, we present Multi-task Network Cascades for instance-aware semantic segmentation. Our…

计算机视觉与模式识别 · 计算机科学 2015-12-15 Jifeng Dai , Kaiming He , Jian Sun

A major obstacle in instance segmentation is that existing methods often need many per-pixel labels in order to be effective. These labels require large human effort and for certain applications, such labels are not readily available. To…

计算机视觉与模式识别 · 计算机科学 2019-07-03 Issam H. Laradji , David Vazquez , Mark Schmidt

In this work, we aim at building a simple, direct, and fast instance segmentation framework with strong performance. We follow the principle of the SOLO method of Wang et al. "SOLO: segmenting objects by locations". Importantly, we take one…

计算机视觉与模式识别 · 计算机科学 2020-10-27 Xinlong Wang , Rufeng Zhang , Tao Kong , Lei Li , Chunhua Shen

We propose a simple yet effective instance segmentation framework, termed CondInst (conditional convolutions for instance segmentation). Top-performing instance segmentation methods such as Mask R-CNN rely on ROI operations (typically…

计算机视觉与模式识别 · 计算机科学 2020-07-28 Zhi Tian , Chunhua Shen , Hao Chen

Instance Segmentation, which seeks to obtain both class and instance labels for each pixel in the input image, is a challenging task in computer vision. State-of-the-art algorithms often employ two separate stages, the first one generating…

计算机视觉与模式识别 · 计算机科学 2020-10-27 Jialin Yuan , Chao Chen , Li Fuxin

Verification and regression are two general methodologies for prediction in neural networks. Each has its own strengths: verification can be easier to infer accurately, and regression is more efficient and applicable to continuous target…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Yihong Chen , Zheng Zhang , Yue Cao , Liwei Wang , Stephen Lin , Han Hu

In this report, we descibe our approach to the ECCV 2020 VIPriors Object Detection Challenge which took place from March to July in 2020. We show that by using state-of-the-art data augmentation strategies, model designs, and…

计算机视觉与模式识别 · 计算机科学 2020-07-20 Yinzheng Gu , Yihan Pan , Shizhe Chen

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

Instance Segmentation is an interesting yet challenging task in computer vision. In this paper, we conduct a series of refinements with the Hybrid Task Cascade (HTC) Network, and empirically evaluate their impact on the final model…

计算机视觉与模式识别 · 计算机科学 2019-11-20 Dongdong Yu , Zehuan Yuan , Jinlai Liu , Kun Yuan , Changhu Wang

The two-stage methods for instance segmentation, e.g. Mask R-CNN, have achieved excellent performance recently. However, the segmented masks are still very coarse due to the downsampling operations in both the feature pyramid and the…

计算机视觉与模式识别 · 计算机科学 2021-04-20 Gang Zhang , Xin Lu , Jingru Tan , Jianmin Li , Zhaoxiang Zhang , Quanquan Li , Xiaolin Hu

Cancer is one of the leading causes of death in the developed world. Cancer diagnosis is performed through the microscopic analysis of a sample of suspicious tissue. This process is time consuming and error prone, but Deep Learning models…

图像与视频处理 · 电气工程与系统科学 2022-03-04 Pedro Costa , Yongpan Fu , João Nunes , Aurélio Campilho , Jaime S. Cardoso

This article introduces the solutions of the two champion teams, `MMfruit' for the detection track and `MMfruitSeg' for the segmentation track, in OpenImage Challenge 2019. It is commonly known that for an object detector, the shared…

计算机视觉与模式识别 · 计算机科学 2020-03-18 Yu Liu , Guanglu Song , Yuhang Zang , Yan Gao , Enze Xie , Junjie Yan , Chen Change Loy , Xiaogang Wang

Modern object detection methods can be divided into one-stage approaches and two-stage ones. One-stage detectors are more efficient owing to straightforward architectures, but the two-stage detectors still take the lead in accuracy.…

计算机视觉与模式识别 · 计算机科学 2020-09-25 Xin Lu , Quanquan Li , Buyu Li , Junjie Yan

Instance detection (InsDet) aims to localize specific object instances within a novel scene imagery based on given visual references. Technically, it requires proposal detection to identify all possible object instances, followed by…

计算机视觉与模式识别 · 计算机科学 2025-03-31 Qianqian Shen , Yunhan Zhao , Nahyun Kwon , Jeeeun Kim , Yanan Li , Shu Kong