中文
相关论文

相关论文: Robust Instance Segmentation through Reasoning abo…

200 篇论文

Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional neural networks…

计算机视觉与模式识别 · 计算机科学 2020-06-02 Angtian Wang , Yihong Sun , Adam Kortylewski , Alan Yuille

Deep convolutional neural networks (DCNNs) are powerful models that yield impressive results at object classification. However, recent work has shown that they do not generalize well to partially occluded objects and to mask attacks. In…

计算机视觉与模式识别 · 计算机科学 2020-01-30 Adam Kortylewski , Qing Liu , Huiyu Wang , Zhishuai Zhang , Alan Yuille

Image classification models, including convolutional neural networks (CNNs), perform well on a variety of classification tasks but struggle under conditions of partial occlusion, i.e., conditions in which objects are partially covered from…

计算机视觉与模式识别 · 计算机科学 2024-09-18 Kaleb Kassaw , Francesco Luzi , Leslie M. Collins , Jordan M. Malof

Computer vision systems in real-world applications need to be robust to partial occlusion while also being explainable. In this work, we show that black-box deep convolutional neural networks (DCNNs) have only limited robustness to partial…

计算机视觉与模式识别 · 计算机科学 2020-06-30 Adam Kortylewski , Qing Liu , Angtian Wang , Yihong Sun , Alan Yuille

Most objects in the visual world are partially occluded, but humans can recognize them without difficulty. However, it remains unknown whether object recognition models like convolutional neural networks (CNNs) can handle real-world…

计算机视觉与模式识别 · 计算机科学 2019-06-05 Hongru Zhu , Peng Tang , Jeongho Park , Soojin Park , Alan Yuille

We present a learning approach for localization and segmentation of objects in an image in a manner that is robust to partial occlusion. Our algorithm produces a bounding box around the full extent of the object and labels pixels in the…

计算机视觉与模式识别 · 计算机科学 2015-07-29 Samarth Brahmbhatt , Heni Ben Amor , Henrik Christensen

Recurrent feedback connections in the mammalian visual system have been hypothesized to play a role in synthesizing input in the theoretical framework of analysis by synthesis. The comparison of internally synthesized representation with…

计算机视觉与模式识别 · 计算机科学 2017-05-23 Hao Wang , Xingyu Lin , Yimeng Zhang , Tai Sing Lee

Segmenting highly-overlapping image objects is challenging, because there is typically no distinction between real object contours and occlusion boundaries on images. Unlike previous instance segmentation methods, we model image formation…

计算机视觉与模式识别 · 计算机科学 2023-03-13 Lei Ke , Yu-Wing Tai , Chi-Keung Tang

To fully understand the 3D context of a single image, a visual system must be able to segment both the visible and occluded regions of objects, while discerning their occlusion order. Ideally, the system should be able to handle any object…

计算机视觉与模式识别 · 计算机科学 2024-05-10 Jiayang Ao , Qiuhong Ke , Krista A. Ehinger

Segmenting highly-overlapping objects is challenging, because typically no distinction is made between real object contours and occlusion boundaries. Unlike previous two-stage instance segmentation methods, we model image formation as…

计算机视觉与模式识别 · 计算机科学 2021-03-24 Lei Ke , Yu-Wing Tai , Chi-Keung Tang

The presence of occlusions has provided substantial challenges to typically-powerful object recognition algorithms. Additional sources of information can be extremely valuable to reduce errors caused by occlusions. Scene context is known to…

计算机视觉与模式识别 · 计算机科学 2025-10-31 Courtney M. King , Daniel D. Leeds , Damian Lyons , George Kalaitzis

The standard approach to image instance segmentation is to perform the object detection first, and then segment the object from the detection bounding-box. More recently, deep learning methods like Mask R-CNN perform them jointly. However,…

计算机视觉与模式识别 · 计算机科学 2024-06-14 Song-Hai Zhang , Ruilong Li , Xin Dong , Paul L. Rosin , Zixi Cai , Xi Han , Dingcheng Yang , Hao-Zhi Huang , Shi-Min Hu

Occlusion is a long-standing problem in computer vision, particularly in instance segmentation. ACM MMSports 2023 DeepSportRadar has introduced a dataset that focuses on segmenting human subjects within a basketball context and a…

计算机视觉与模式识别 · 计算机科学 2023-11-22 Son Nguyen , Mikel Lainsa , Hung Dao , Daeyoung Kim , Giang Nguyen

Occlusion-aware instance-sensitive segmentation is a complex task generally split into region-based segmentations, by approximating instances as their bounding box. We address the showcase scenario of dense homogeneous layouts in which this…

计算机视觉与模式识别 · 计算机科学 2020-07-16 Matthieu Grard , Emmanuel Dellandréa , Liming Chen

Standard semantic instance segmentation provides useful, but inherently 2D information from a single image. To enable 3D analysis, one usually integrates absolute monocular depth estimation with instance segmentation. However, monocular…

计算机视觉与模式识别 · 计算机科学 2025-04-22 Soroosh Baselizadeh , Cheuk-To Yu , Olga Veksler , Yuri Boykov

Can our video understanding systems perceive objects when a heavy occlusion exists in a scene? To answer this question, we collect a large-scale dataset called OVIS for occluded video instance segmentation, that is, to simultaneously…

计算机视觉与模式识别 · 计算机科学 2022-05-18 Jiyang Qi , Yan Gao , Yao Hu , Xinggang Wang , Xiaoyu Liu , Xiang Bai , Serge Belongie , Alan Yuille , Philip H. S. Torr , Song Bai

Occlusion handling is one of the challenges of object detection and segmentation, and scene understanding. Because objects appear differently when they are occluded in varying degree, angle, and locations. Therefore, determining the…

计算机视觉与模式识别 · 计算机科学 2022-04-28 Kaziwa Saleh , Zoltan Vamossy

The Joint Detection and Embedding (JDE) framework has achieved remarkable progress for multiple object tracking. Existing methods often employ extracted embeddings to re-establish associations between new detections and previously disrupted…

计算机视觉与模式识别 · 计算机科学 2023-11-07 Yaoqi Hu , Axi Niu , Yu Zhu , Qingsen Yan , Jinqiu Sun , Yanning Zhang

Traditional Scene Understanding problems such as Object Detection and Semantic Segmentation have made breakthroughs in recent years due to the adoption of deep learning. However, the former task is not able to localise objects at a pixel…

计算机视觉与模式识别 · 计算机科学 2016-09-12 Anurag Arnab , Philip H. S. Torr

Recurrent neural networks are powerful tools for handling incomplete data problems in computer vision, thanks to their significant generative capabilities. However, the computational demand for these algorithms is too high to work in real…

计算机视觉与模式识别 · 计算机科学 2015-05-07 Ozgur Yilmaz
‹ 上一页 1 2 3 10 下一页 ›