paper-with-me

Papers

Unsupervised Segmentation for Terracotta Warrior Point Cloud (SRG-Net)

2020-12-01 · Yao Hu, Guohua Geng, Kang Li, Wei Zhou

The repairing work of terracotta warriors in Emperor Qinshihuang Mausoleum Site Museum is handcrafted by experts, and the increasing amounts of unearthed pieces of terracotta warriors make the archaeologists too challenging to conduct the restoration of terracotta warriors efficiently. We hope to segment the 3D point cloud data of the terracotta warriors automatically and store the fragment data in the database to assist the archaeologists in matching the actual fragments with the ones in the database, which could result in higher repairing efficiency of terracotta warriors. Moreover, the existing 3D neural network research is mainly focusing on supervised classification, clustering, unsupervised representation, and reconstruction. There are few pieces of researches concentrating on unsupervised point cloud part segmentation. In this paper, we present SRG-Net for 3D point clouds of terracotta warriors to address these problems. Firstly, we adopt a customized seed-region-growing algorithm to segment the point cloud coarsely. Then we present a supervised segmentation and unsupervised reconstruction networks to learn the characteristics of 3D point clouds. Finally, we combine the SRG algorithm with our improved CNN(convolution neural network) using a refinement method. This pipeline is called SRG-Net, which aims at conducting segmentation tasks on the terracotta warriors. Our proposed SRG-Net is evaluated on the terracotta warrior data and ShapeNet dataset by measuring the accuracy and the latency. The experimental results show that our SRG-Net outperforms the state-of-the-art methods. Our code is available at https://github.com/hyoau/SRG-Net.

📄 PDF Abstract BibTeX arXiv:2012.00433

Code (1)

hyoau/srg-net 공식 구현 pytorch

Tasks

ClusteringSegmentation

Similar Papers 제목 키워드 기반

Unsupervised Segmentation for Terracotta Warrior with Seed-Region-Growing CNN(SRG-Net)

2021-07-28 · Yao Hu, Guohua Geng, Kang Li, Wei Zhou 외

The repairing work of terracotta warriors in Emperor Qinshihuang Mausoleum Site Museum is handcrafted by experts, and the increasing amounts of unearthed pieces of terracotta warriors make the archaeologists too challeng…

Segmentation

Uncover Common Facial Expressions in Terracotta Warriors: A Deep Learning Approach

2021-05-11 · Wenhong Tian, Yuanlun Xie, Tingsong Ma, Hengxin Zhang

Can advanced deep learning technologies be applied to analyze some ancient humanistic arts? Can deep learning technologies be directly applied to special scenes such as facial expression analysis of Terracotta Warriors? …

Deep Learning

EPCS: Endpoint-based Part-aware Curve Skeleton Extraction for Low-quality Point Clouds

2022-11-17 · Chunhui Li, Mingquan Zhou, Zehua Liu, Yuhe Zhang

The curve skeleton is an important shape descriptor that has been utilized in various applications in computer graphics, machine vision, and artificial intelligence. In this study, the endpoint-based part-aware curve ske…

SSPC-Net: Semi-supervised Semantic 3D Point Cloud Segmentation Network

2021-04-16 · Mingmei Cheng, Le Hui, Jin Xie, Jian Yang

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 lab…

Point Cloud SegmentationScene UnderstandingSegmentationSemantic Segmentation

Unsupervised Feedforward Feature (UFF) Learning for Point Cloud Classification and Segmentation

2020-09-02 · Min Zhang, Pranav Kadam, Shan Liu, C. -C. Jay Kuo

In contrast to supervised backpropagation-based feature learning in deep neural networks (DNNs), an unsupervised feedforward feature (UFF) learning scheme for joint classification and segmentation of 3D point clouds is p…

ClassificationDecoderGeneral ClassificationPoint Cloud Classification+1