中文
相关论文

相关论文: GSECnet: Ground Segmentation of Point Clouds for E…

200 篇论文

Point clouds data, as one kind of representation of 3D objects, are the most primitive output obtained by 3D sensors. Unlike 2D images, point clouds are disordered and unstructured. Hence it is not straightforward to apply classification…

计算机视觉与模式识别 · 计算机科学 2019-06-03 Zhuyang Xie , Junzhou Chen , Bo Peng

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

Since the point cloud data is inherently irregular and unstructured, point cloud semantic segmentation has always been a challenging task. The graph-based method attempts to model the irregular point cloud by representing it as a graph;…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Wei Tao , Xiaoyang Qu , Kai Lu , Jiguang Wan , Shenglin He , Jianzong Wang

3D point cloud semantic segmentation aims to group all points into different semantic categories, which benefits important applications such as point cloud scene reconstruction and understanding. Existing supervised point cloud semantic…

计算机视觉与模式识别 · 计算机科学 2023-03-29 Canyu Zhang , Zhenyao Wu , Xinyi Wu , Ziyu Zhao , Song Wang

In this paper, we propose PASS3D to achieve point-wise semantic segmentation for 3D point cloud. Our framework combines the efficiency of traditional geometric methods with robustness of deep learning methods, consisting of two stages: At…

计算机视觉与模式识别 · 计算机科学 2020-08-27 Xin Kong , Guangyao Zhai , Baoquan Zhong , Yong Liu

Point cloud is an important type of geometric data structure for many embedded applications such as autonomous driving and augmented reality. Current Point Cloud Networks (PCNs) have proven to achieve great success in using inference to…

硬件体系结构 · 计算机科学 2025-01-15 Yiming Gao , Chao Jiang , Wesley Piard , Xiangru Chen , Bhavesh Patel , Herman Lam

Point cloud upsampling focuses on generating a dense, uniform and proximity-to-surface point set. Most previous approaches accomplish these objectives by carefully designing a single-stage network, which makes it still challenging to…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Hang Du , Xuejun Yan , Jingjing Wang , Di Xie , Shiliang Pu

The massive growth in the utilization of edge AI has made the applications of machine learning models ubiquitous in different domains. Despite the computation and communication efficiency of these systems, due to limited computation…

分布式、并行与集群计算 · 计算机科学 2025-11-18 Mohammad Mahdi Kamani , Zhongwei Cheng , Lin Chen

While deep learning-based methods have demonstrated outstanding results in numerous domains, some important functionalities are missing. Resolution scalability is one of them. In this work, we introduce a novel architecture, dubbed…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Remco Royen , Adrian Munteanu

Point cloud semantic segmentation is a crucial task in 3D scene understanding. Existing methods mainly focus on employing a large number of annotated labels for supervised semantic segmentation. Nonetheless, manually labeling such large…

计算机视觉与模式识别 · 计算机科学 2021-05-25 Mingmei Cheng , Le Hui , Jin Xie , Jian Yang

The current trend in end-user devices' advancements in computing and communication capabilities makes edge computing an attractive solution to pave the way for the coveted ultra-low latency services. The success of the edge computing…

网络与互联网体系结构 · 计算机科学 2022-04-15 Sam Aleyadeh , Abdallah Moubayed , Abdallah Shami

As point cloud provides a natural and flexible representation usable in myriad applications (e.g., robotics and self-driving cars), the ability to synthesize point clouds for analysis becomes crucial. Recently, Xie et al. propose a…

计算机视觉与模式识别 · 计算机科学 2024-04-22 Yang Ye , Shihao Ji

Technology to recognize the type of component represented by a point cloud is required in the reconstruction process of an as-built model of a process plant based on laser scanning. The reconstruction process of a process plant through…

计算机视觉与模式识别 · 计算机科学 2019-12-30 Hyungki Kim , Duhwan Mun

3D point cloud segmentation has a wide range of applications in areas such as autonomous driving, augmented reality, virtual reality and digital twins. The point cloud data collected in real scenes often contain small objects and categories…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Chade Li , Pengju Zhang , Jiaming Zhang , Yihong Wu

Semantic segmentation of point cloud usually relies on dense annotation that is exhausting and costly, so it attracts wide attention to investigate solutions for the weakly supervised scheme with only sparse points annotated. Existing works…

计算机视觉与模式识别 · 计算机科学 2023-12-11 Yushuang Wu , Zizheng Yan , Shengcai Cai , Guanbin Li , Yizhou Yu , Xiaoguang Han , Shuguang Cui

Semantic understanding of the surrounding environment is essential for automated vehicles. The recent publication of the SemanticKITTI dataset stimulates the research on semantic segmentation of LiDAR point clouds in urban scenarios. While…

计算机视觉与模式识别 · 计算机科学 2021-07-07 Juncong Fei , Kunyu Peng , Philipp Heidenreich , Frank Bieder , Christoph Stiller

In recent years, point clouds have become increasingly popular for representing three-dimensional (3D) visual objects and scenes. To efficiently store and transmit point clouds, compression methods have been developed, but they often result…

图像与视频处理 · 电气工程与系统科学 2023-11-08 Jinrui Xing , Hui Yuan , Raouf Hamzaoui , Hao Liu , Junhui Hou

Features that are equivariant to a larger group of symmetries have been shown to be more discriminative and powerful in recent studies. However, higher-order equivariant features often come with an exponentially-growing computational cost.…

计算机视觉与模式识别 · 计算机科学 2021-04-05 Haiwei Chen , Shichen Liu , Weikai Chen , Hao Li

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

Edge computing is an emerging paradigm to enable low-latency applications, like mobile augmented reality, because it takes the computation on processing devices that are closer to the users. On the other hand, the need for highly scalable…

分布式、并行与集群计算 · 计算机科学 2021-09-21 Claudio Cicconetti , Marco Conti , Andrea Passarella