ICCV19-Paper-Review

Summaries of ICCV 2019 papers.

Shape Reconstruction using Differentiable Projections and Deep Priors

Shape reconstruction has always been an important topic of resarch in field of Computer vision. Using shape reconstruction we can determine shape profile of any object as well as coordinate of any point in the profile. It has many applications in various fields i.e Medicine, 3d- Shape recounstruction, gaming, etc. This paper gives us information about Shape recounstruction from images of an object from different projection angle by using deep prior and differentiable projection operator .

In this three differentiable projection operators are used:

Method

In this we are using following differentiable projection operators and deep shape priors for which Bayesian inference can be performed via stochastic gradient descent and their variants. In shape recounstruction we use an encoder and decoder network architecture with skip connections in which input to the network is tensor and is of same size as output. Thus, By combining the deep image or volumetric prior with differentiable projection operators, signals can be reconstructed from a few noisy projection measurements using stochastic gradient descent.

Here we are going to use this for first image recounstruction and then for 3D shape reconstruction :

Image Reconstruction (Tomography Reconstruction):

In this several methods can be used like Filtered Back Projection (FBP), TV prior,Iterative BM3D. But the deep prior produces reconstructions with significantly better SSIM values and comparable or better PSNR values.The relatively poor performance of BM3D may be because the aliasing noise in CT reconstructions tends to be more structured and less like natural image noise when compared to the noise observed in image denoising applications.

3D Recontruction :