中文
相关论文

相关论文: Explicitly Guided Information Interaction Network …

200 篇论文

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-12-13 Vinit Sarode , Xueqian Li , Hunter Goforth , Yasuhiro Aoki , Animesh Dhagat , Rangaprasad Arun Srivatsan , Simon Lucey , Howie Choset

This paper investigates the problem of temporally interpolating dynamic 3D point clouds with large non-rigid deformation. We formulate the problem as estimation of point-wise trajectories (i.e., smooth curves) and further reason that…

计算机视觉与模式识别 · 计算机科学 2022-03-23 Yiming Zeng , Yue Qian , Qijian Zhang , Junhui Hou , Yixuan Yuan , Ying He

Point cloud completion aims to infer a complete shape from its partial observation. Many approaches utilize a pure encoderdecoder paradigm in which complete shape can be directly predicted by shape priors learned from partial scans,…

计算机视觉与模式识别 · 计算机科学 2024-11-25 Zizhao Wu , Jian Shi , Xuan Deng , Cheng Zhang , Genfu Yang , Ming Zeng , Yunhai Wang

Depth completion is a crucial task in autonomous driving, aiming to convert a sparse depth map into a dense depth prediction. Due to its potentially rich semantic information, RGB image is commonly fused to enhance the completion effect.…

计算机视觉与模式识别 · 计算机科学 2024-04-23 Moyun Liu , Bing Chen , Youping Chen , Jingming Xie , Lei Yao , Yang Zhang , Joey Tianyi Zhou

In this paper, we tackle the challenging problem of point cloud completion from the perspective of feature learning. Our key observation is that to recover the underlying structures as well as surface details, given partial input, a…

计算机视觉与模式识别 · 计算机科学 2022-09-15 Zejia Su , Haibin Huang , Chongyang Ma , Hui Huang , Ruizhen Hu

Point cloud completion aims to recover partial geometric and topological shapes caused by equipment defects or limited viewpoints. Current methods either solely rely on the 3D coordinates of the point cloud to complete it or incorporate…

计算机视觉与模式识别 · 计算机科学 2024-12-12 Feng Zhou , Qi Zhang , Ju Dai , Lei Li , Qing Fan , Junliang Xing

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

When navigating in urban environments, many of the objects that need to be tracked and avoided are heavily occluded. Planning and tracking using these partial scans can be challenging. The aim of this work is to learn to complete these…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Himangi Mittal , Brian Okorn , Arpit Jangid , David Held

Estimating the complete 3D point cloud from an incomplete one is a key problem in many vision and robotics applications. Mainstream methods (e.g., PCN and TopNet) use Multi-layer Perceptrons (MLPs) to directly process point clouds, which…

计算机视觉与模式识别 · 计算机科学 2020-07-21 Haozhe Xie , Hongxun Yao , Shangchen Zhou , Jiageng Mao , Shengping Zhang , Wenxiu Sun

Inferring missing regions from severely occluded point clouds is highly challenging. Especially for 3D shapes with rich geometry and structure details, inherent ambiguities of the unknown parts are existing. Existing approaches either learn…

计算机视觉与模式识别 · 计算机科学 2024-01-01 Linlian Jiang , Pan Chen , Ye Wang , Tieru Wu , Rui Ma

The unpaired point cloud completion task aims to complete a partial point cloud by using models trained with no ground truth. Existing unpaired point cloud completion methods are class-aware, i.e., a separate model is needed for each object…

计算机视觉与模式识别 · 计算机科学 2025-04-21 Yixuan Yang , Jinyu Yang , Zixiang Zhao , Victor Sanchez , Feng Zheng

Point cloud completion estimates complete shapes from incomplete point clouds to obtain higher-quality point cloud data. Most existing methods only consider global object features, ignoring spatial and semantic information of adjacent…

计算机视觉与模式识别 · 计算机科学 2023-12-08 Pengcheng Shi , Haozhe Cheng , Xu Han , Yiyang Zhou , Jihua Zhu

Point cloud semantic segmentation from projected views, such as range-view (RV) and bird's-eye-view (BEV), has been intensively investigated. Different views capture different information of point clouds and thus are complementary to each…

计算机视觉与模式识别 · 计算机科学 2022-09-27 Haibo Qiu , Baosheng Yu , Dacheng Tao

Point cloud completion aims to reconstruct complete 3D shapes from partial 3D point clouds. With advancements in deep learning techniques, various methods for point cloud completion have been developed. Despite achieving encouraging…

计算机视觉与模式识别 · 计算机科学 2025-01-22 Qiuxia Wu , Haiyang Huang , Kunming Su , Zhiyong Wang , Kun Hu

Image guided depth completion is the task of generating a dense depth map from a sparse depth map and a high quality image. In this task, how to fuse the color and depth modalities plays an important role in achieving good performance. This…

计算机视觉与模式识别 · 计算机科学 2021-03-19 Mu Hu , Shuling Wang , Bin Li , Shiyu Ning , Li Fan , Xiaojin Gong

3D point cloud completion is very challenging because it heavily relies on the accurate understanding of the complex 3D shapes (e.g., high-curvature, concave/convex, and hollowed-out 3D shapes) and the unknown & diverse patterns of the…

计算机视觉与模式识别 · 计算机科学 2021-07-29 Qing Guo , Zhijie Wang , Felix Juefei-Xu , Di Lin , Lei Ma , Wei Feng , Yang Liu

Segmentation of three-dimensional (3D) point clouds is an important task for autonomous systems. However, success of segmentation algorithms depends greatly on the quality of the underlying point clouds (resolution, completeness etc.). In…

计算机视觉与模式识别 · 计算机科学 2023-11-27 Yigit Gurses , Melisa Taspinar , Mahmut Yurt , Sedat Ozer

Point cloud completion is the task of predicting complete geometry from partial observations using a point set representation for a 3D shape. Previous approaches propose neural networks to directly estimate the whole point cloud through…

计算机视觉与模式识别 · 计算机科学 2020-10-12 Alexis Mendoza , Alexander Apaza , Ivan Sipiran , Cristian Lopez

Point cloud completion aims to recover the complete shape based on a partial observation. Existing methods require either complete point clouds or multiple partial observations of the same object for learning. In contrast to previous…

计算机视觉与模式识别 · 计算机科学 2024-07-15 Ruikai Cui , Shi Qiu , Saeed Anwar , Jiawei Liu , Chaoyue Xing , Jing Zhang , Nick Barnes

Existing text-driven infrared and visible image fusion approaches often rely on textual information at the sentence level, which can lead to semantic noise from redundant text and fail to fully exploit the deeper semantic value of textual…

计算机视觉与模式识别 · 计算机科学 2026-01-06 Wenyu Shao , Hongbo Liu , Yunchuan Ma , Ruili Wang