1

Semantic Photometric Bundle Adjustment on Natural Sequences

Rethinking Reprojection: Closing the Loop for Pose-aware Shape Reconstruction from a Single Image

An emerging problem in computer vision is the reconstruction of 3D shape and pose of an object from a single image. Hitherto, the problem has been addressed through the application of canonical deep learning methods to regress from the image directly to the 3D shape and pose labels. These approaches, however, are problematic from two perspectives. First, they are minimizing the error between 3D shapes and pose labels - with little thought about the nature of this ``label error” when reprojecting the shape back onto the image.

Structure from Category: A Generic and Prior-less Approach

Image credit to Chen Kong http://www.cs.cmu.edu/~chenk// Inferring the motion and shape of non-rigid objects from images has been widely explored by Non-Rigid Structure from Motion (NRSfM) algorithms. Despite their promising results, they often utilize additional constraints about the camera motion (e.g. temporal order) and the deformation of the object of interest, which are not always provided in real-world scenarios. This makes the application of NRSfM limited to very few deformable objects (e.

The Conditional Lucas & Kanade Algorithm

Image credit to Chen-Hsuan Lin https://chenhsuanlin.bitbucket.io/ The Lucas & Kanade (LK) algorithm is the method of choice for efficient dense image and object alignment. The approach is efficient as it attempts to model the connection between appearance and geometric displacement through a linear relationship that assumes independence across pixel coordinates. A drawback of the approach, however, is its generative nature. Specifically, its performance is tightly coupled with how well the linear model can synthesize appearance from geometric displacement, even though the alignment task itself is associated with the inverse problem.