llien30 / paper_summary

Write the summaries of papers I've read.
7 stars 0 forks source link

Progressive Point Cloud Deconvolution Generation Network #91

Open llien30 opened 4 years ago

llien30 commented 4 years ago

INFO

Author

Le Hui, Rui Xu, Jin Xie, Jianjun Qian, and Jian Yang

Affiliation

Conference or Year

ECCV2020

Link

Abstract

点群生成のためのdeconvolutionの手法の提案.

Proposed Method

k-NNでえられた近傍点を元に、特徴量をバイリテラルに補間して、点を増やした特徴量を得る. その特徴量をMLPを用いて3次元点を生成する. ポイント数は倍になる.

Screen Shot 2020-11-04 at 17 53 13 Screen Shot 2020-11-04 at 18 00 08

Learning-based bilateral interpolation

Screen Shot 2020-11-04 at 18 00 44

Evaluation

Contribution

Discussion, Future Work

Comment

Date