中文
相关论文

相关论文: CPFN: Cascaded Primitive Fitting Networks for High…

200 篇论文

Although accurate and fast point cloud classification is a fundamental task in 3D applications, it is difficult to achieve this purpose due to the irregularity and disorder of point clouds that make it challenging to achieve effective and…

计算机视觉与模式识别 · 计算机科学 2022-03-03 Dening Lu , Qian Xie , Linlin Xu , Jonathan Li

Deep networks can learn to accurately recognize objects of a category by training on a large number of annotated images. However, a meta-learning challenge known as a low-shot image recognition task comes when only a few images with…

计算机视觉与模式识别 · 计算机科学 2021-01-14 Mengting Chen , Xinggang Wang , Heng Luo , Yifeng Geng , Wenyu Liu

We explore the importance of spatial contextual information in human pose estimation. Most state-of-the-art pose networks are trained in a multi-stage manner and produce several auxiliary predictions for deep supervision. With this…

计算机视觉与模式识别 · 计算机科学 2019-01-08 Hong Zhang , Hao Ouyang , Shu Liu , Xiaojuan Qi , Xiaoyong Shen , Ruigang Yang , Jiaya Jia

There are two fundamental problems in applying deep learning/machine learning methods to disease classification tasks, one is the insufficient number and poor quality of training samples; another one is how to effectively fuse multiple…

机器学习 · 计算机科学 2023-07-25 Menglin Kong , Shaojie Zhao , Juan Cheng , Xingquan Li , Ri Su , Muzhou Hou , Cong Cao

Cascade is a widely used approach that rejects obvious negative samples at early stages for learning better classifier and faster inference. This paper presents chained cascade network (CC-Net). In this CC-Net, the cascaded classifier at a…

计算机视觉与模式识别 · 计算机科学 2017-02-24 Wanli Ouyang , Ku Wang , Xin Zhu , Xiaogang Wang

We study the problem of extracting correspondences between a pair of point clouds for registration. For correspondence retrieval, existing works benefit from matching sparse keypoints detected from dense points but usually struggle to…

计算机视觉与模式识别 · 计算机科学 2021-10-28 Hao Yu , Fu Li , Mahdi Saleh , Benjamin Busam , Slobodan Ilic

How will you repair a physical object with large missings? You may first recover its global yet coarse shape and stepwise increase its local details. We are motivated to imitate the above physical repair procedure to address the point cloud…

计算机视觉与模式识别 · 计算机科学 2022-09-07 Fei Hu , Honghua Chen , Xuequan Lu , Zhe Zhu , Jun Wang , Weiming Wang , Fu Lee Wang , Mingqiang Wei

Point cloud upsampling is essential for high-quality augmented reality, virtual reality, and telepresence applications, due to the capture, processing, and communication limitations of existing technologies. Although geometry upsampling to…

计算机视觉与模式识别 · 计算机科学 2022-11-21 Lingdong Wang , Mohammad Hajiesmaili , Jacob Chakareski , Ramesh K. Sitaraman

Fine-grained object retrieval aims to learn discriminative representation to retrieve visually similar objects. However, existing top-performing works usually impose pairwise similarities on the semantic embedding spaces or design a…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Shijie Wang , Jianlong Chang , Zhihui Wang , Haojie Li , Wanli Ouyang , Qi Tian

Recent advancements in deep neural networks have made remarkable leap-forwards in dense image prediction. However, the issue of feature alignment remains as neglected by most existing approaches for simplicity. Direct pixel addition between…

计算机视觉与模式识别 · 计算机科学 2021-08-18 Shihua Huang , Zhichao Lu , Ran Cheng , Cheng He

Cloud detection in satellite images is an important first-step in many remote sensing applications. This problem is more challenging when only a limited number of spectral bands are available. To address this problem, a deep learning-based…

计算机视觉与模式识别 · 计算机科学 2019-01-30 Sorour Mohajerani , Parvaneh Saeedi

Feature pyramid architecture has been broadly adopted in object detection and segmentation to deal with multi-scale problem. However, in this paper we show that the capacity of the architecture has not been fully explored due to the…

计算机视觉与模式识别 · 计算机科学 2019-12-17 Fan Yang , Cheng Lu , Yandong Guo , Longin Jan Latecki , Haibin Ling

In recent years, Deep Neural Networks (DNN) based methods have achieved remarkable performance in a wide range of tasks and have been among the most powerful and widely used techniques in computer vision. However, DNN-based methods are both…

计算机视觉与模式识别 · 计算机科学 2017-08-30 Peisong Wang , Jian Cheng

PointNet has recently emerged as a popular representation for unstructured point cloud data, allowing application of deep learning to tasks such as object detection, segmentation and shape completion. However, recent works in literature…

计算机视觉与模式识别 · 计算机科学 2019-11-05 Vinit Sarode , Xueqian Li , Hunter Goforth , Yasuhiro Aoki , Rangaprasad Arun Srivatsan , Simon Lucey , Howie Choset

Recent advances in generative modeling have demonstrated strong promise for high-quality point cloud upsampling. In this work, we present PUFM++, an enhanced flow-matching framework for reconstructing dense and accurate point clouds from…

计算机视觉与模式识别 · 计算机科学 2025-12-25 Zhi-Song Liu , Chenhang He , Roland Maier , Andreas Rupp

Point clouds acquired by 3D scanning devices are often sparse, noisy, and non-uniform, causing a loss of geometric features. To facilitate the usability of point clouds in downstream applications, given such input, we present a…

计算机视觉与模式识别 · 计算机科学 2023-10-16 Guangshun Wei , Hao Pan , Shaojie Zhuang , Yuanfeng Zhou , Changjian Li

In recent years, deep learning based on Convolutional Neural Networks (CNNs) has achieved remarkable success in many applications. However, their heavy reliance on extensive labeled data and limited generalization ability to unseen classes…

计算机视觉与模式识别 · 计算机科学 2024-05-14 Xiaoxiao Wu , Zhenguo Gao , Xiaowei Chen , Yakai Wang , Shulei Qu , Na Li

Fully convolutional networks (FCN) has significantly improved the performance of many pixel-labeling tasks, such as semantic segmentation and depth estimation. However, it still remains non-trivial to thoroughly utilize the multi-level…

计算机视觉与模式识别 · 计算机科学 2018-12-05 Yunzhi Zhuge , Pingping Zhang , Huchuan Lu

Accurately segmenting structural cracks at the pixel level remains a major hurdle, as existing methods fail to integrate local textures with pixel dependencies, often leading to fragmented and incomplete predictions. Moreover, their high…

计算机视觉与模式识别 · 计算机科学 2026-02-03 Hui Liu , Chen Jia , Fan Shi , Xu Cheng , Mianzhao Wang , Shengyong Chen , Yang Lv

FPN (Feature Pyramid Network) has become a basic component of most SoTA one stage object detectors. Many previous studies have repeatedly proved that FPN can caputre better multi-scale feature maps to more precisely describe objects if they…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Yu-Ming Zhang , Jun-Wei Hsieh , Chun-Chieh Lee , Kuo-Chin Fan