中文
相关论文

相关论文: Occlusion-Aware Instance Segmentation via BiLayer …

200 篇论文

This paper addresses the challenge of perceiving complete object shapes through visual perception. While prior studies have demonstrated encouraging outcomes in segmenting the visible parts of objects within a scene, amodal segmentation, in…

机器人学 · 计算机科学 2024-08-07 Jinyu Zhang , Yongchong Gu , Jianxiong Gao , Haitao Lin , Qiang Sun , Xinwei Sun , Xiangyang Xue , Yanwei Fu

In this paper, we address the challenging problem of open-world instance segmentation. Existing works have shown that vanilla visual networks are biased toward learning appearance information, \eg texture, to recognize objects. This…

计算机视觉与模式识别 · 计算机科学 2025-04-03 Chang-Bin Zhang , Jinhong Ni , Yujie Zhong , Kai Han

Recent findings show that deep convolutional neural networks (DCNNs) do not generalize well under partial occlusion. Inspired by the success of compositional models at classifying partially occluded objects, we propose to integrate…

计算机视觉与模式识别 · 计算机科学 2020-04-20 Adam Kortylewski , Ju He , Qing Liu , Alan Yuille

The presence of occluders significantly impacts object recognition accuracy. However, occlusion is typically treated as an unstructured source of noise and explicit models for occluders have lagged behind those for object appearance and…

计算机视觉与模式识别 · 计算机科学 2016-08-26 Golnaz Ghiasi , Charless C. Fowlkes

Neural networks have been widely used, and most networks achieve excellent performance by stacking certain types of basic units. Compared to increasing the depth and width of the network, designing more effective basic units has become an…

机器学习 · 计算机科学 2020-06-05 Junyi An , Fengshan Liu , Jian Zhao , Furao Shen

Object detection in challenging situations such as scale variation, occlusion, and truncation depends not only on feature details but also on contextual information. Most previous networks emphasize too much on detailed feature extraction…

计算机视觉与模式识别 · 计算机科学 2018-09-07 Wenchi Ma , Yuanwei Wu , Zongbo Wang , Guanghui Wang

Developing data-efficient instance detection models that can handle rare object categories remains a key challenge in computer vision. However, existing research often overlooks data collection strategies and evaluation metrics tailored to…

计算机视觉与模式识别 · 计算机科学 2025-04-15 Boyang Deng , Meiyan Lin , Shoulun Long

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

Industrial bin picking is a challenging task that requires accurate and robust segmentation of individual object instances. Particularly, industrial objects can have irregular shapes, that is, thin and concave, whereas in bin-picking…

计算机视觉与模式识别 · 计算机科学 2022-03-08 Yidan Feng , Biqi Yang , Xianzhi Li , Chi-Wing Fu , Rui Cao , Kai Chen , Qi Dou , Mingqiang Wei , Yun-Hui Liu , Pheng-Ann Heng

Optical coherence tomography (OCT) is used for non-invasive diagnosis of diabetic macular edema assessing the retinal layers. In this paper, we propose a new fully convolutional deep architecture, termed ReLayNet, for end-to-end…

计算机视觉与模式识别 · 计算机科学 2017-07-10 Abhijit Guha Roy , Sailesh Conjeti , Sri Phani Krishna Karri , Debdoot Sheet , Amin Katouzian , Christian Wachinger , Nassir Navab

We propose an end-to-end learning framework for segmenting generic objects in both images and videos. Given a novel image or video, our approach produces a pixel-level mask for all "object-like" regions---even for object categories never…

计算机视觉与模式识别 · 计算机科学 2018-12-19 Bo Xiong , Suyog Dutt Jain , Kristen Grauman

Multi-view clustering has shown to be an effective method for analyzing underlying patterns in multi-view data. The performance of clustering can be improved by learning the consistency and complementarity between multi-view features,…

计算机视觉与模式识别 · 计算机科学 2025-08-20 Shihao Dong , Yuhui Zheng , Huiying Xu , Xinzhong Zhu

With the immersive development in the field of augmented and virtual reality, accurate and speedy eye-tracking is required. Facebook Research has organized a challenge, named OpenEDS Semantic Segmentation challenge for per-pixel…

计算机视觉与模式识别 · 计算机科学 2019-10-09 Priya Kansal , Sabari Nathan

Deep learning architecture with convolutional neural network (CNN) achieves outstanding success in the field of computer vision. Where U-Net, an encoder-decoder architecture structured by CNN, makes a great breakthrough in biomedical image…

图像与视频处理 · 电气工程与系统科学 2023-02-13 Qing Xu , Zhicheng Ma , Na HE , Wenting Duan

Transformers are popular neural network models that use layers of self-attention and fully-connected nodes with embedded tokens. Vision Transformers (ViT) adapt transformers for image recognition tasks. In order to do this, the images are…

计算机视觉与模式识别 · 计算机科学 2023-04-28 Brian Kenji Iwana , Akihiro Kusuda

Object detection and instance segmentation are two fundamental computer vision tasks. They are closely correlated but their relations have not yet been fully explored in most previous work. This paper presents RDSNet, a novel deep…

计算机视觉与模式识别 · 计算机科学 2019-12-12 Shaoru Wang , Yongchao Gong , Junliang Xing , Lichao Huang , Chang Huang , Weiming Hu

Recognizing the expressions of partially occluded faces is a challenging computer vision problem. Previous expression recognition methods, either overlooked this issue or resolved it using extreme assumptions. Motivated by the fact that the…

计算机视觉与模式识别 · 计算机科学 2020-05-14 Hui Ding , Peng Zhou , Rama Chellappa

Video prediction is a pixel-level task that generates future frames by employing the historical frames. There often exist continuous complex motions, such as object overlapping and scene occlusion in video, which poses great challenges to…

计算机视觉与模式识别 · 计算机科学 2023-09-22 Ping Li , Chenhan Zhang , Xianghua Xu

Computer vision enables the development of new approaches to monitor the behavior, health, and welfare of animals. Instance segmentation is a high-precision method in computer vision for detecting individual animals of interest. This method…

计算机视觉与模式识别 · 计算机科学 2023-02-20 Endai Huang , Axiu Mao , Junhui Hou , Yongjian Wu , Weitao Xu , Maria Camila Ceballos , Thomas D. Parsons , Kai Liu

We propose a novel deep learning model named ACLNet, for cloud segmentation from ground images. ACLNet uses both deep neural network and machine learning (ML) algorithm to extract complementary features. Specifically, it uses…

计算机视觉与模式识别 · 计算机科学 2022-07-14 Dhruv Makwana , Subhrajit Nag , Onkar Susladkar , Gayatri Deshmukh , Sai Chandra Teja R , Sparsh Mittal , C Krishna Mohan