Learning View Selection for 3D Scenes
Yifan Sun,Qixing Huang,Dun-Yu Hsiao,Li Guan,Gang Hua +4 more
- 01 Jun 2021
- pp 14464-14473
TL;DR: In this paper, a view prediction network and a trainable aggregation module are proposed to learn a view embedding network that takes the predicted views as input and outputs an approximation of their generic scores (e.g., surface coverage, viewing angle from surface normals).
read more
Abstract: Efficient 3D space sampling to represent an underlying 3D object/scene is essential for 3D vision, robotics, and beyond. A standard approach is to explicitly sample a dense collection of views and formulate it as a view selection problem, or, more generally, a set cover problem. In this paper, we introduce a novel approach that avoids dense view sampling. The key idea is to learn a view prediction network and a trainable aggregation module that takes the predicted views as input and outputs an approximation of their generic scores (e.g., surface coverage, viewing angle from surface normals). This methodology allows us to turn the set cover problem (or multi-view representation optimization) into a continuous optimization problem. We then explain how to effectively solve the induced optimization problem using continuation, i.e., aggregating a hierarchy of smoothed scoring modules. Experimental results show that our approach arrives at similar or better solutions with about 10 x speed up in running time, comparing with the standard methods.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A Review on Viewpoints and Path Planning for UAV-Based 3-D Reconstruction
TL;DR: In this article , a wide range of model-free and model-based algorithms for viewpoint and path planning for 3D reconstruction of large-scale objects is presented. But the analysis is limited to those that employ a single UAV as a data capturing platform for outdoor 3D reconstructing purposes.
A Review on Viewpoints and Path Planning for UAV-Based 3-D Reconstruction
M. Maboudi,Mohammad Hossein Homaei,Soohwan Song,Shirin Malihi,Mohammad Saadatseresht,Markus Gerke +5 more
TL;DR: This review paper investigates a wide range of model-free and model-based algorithms for viewpoint and path planning for 3D reconstruction of large-scale objects and concludes with a critical analysis of the existing challenges and future research perspectives.
Data-driven Digital Lighting Design for Residential Indoor Spaces
TL;DR: In this article , a new digital lighting design framework for virtual interior scenes is presented, which allows novice users to automatically obtain lighting layouts and interior rendering images with visually pleasing lighting effects.
6
Robot Active Neural Sensing and Planning in Unknown Cluttered Environments
01 Jan 2023
TL;DR: In this paper , the authors present an active neural sensing approach that generates the kinematically feasible viewpoint sequences for the robot manipulator with an in-hand camera to gather the minimum number of observations needed to reconstruct the underlying environment.
5
Optimizing Camera Configurations for Multi-View Pedestrian Detection
Yunzhong Hou,Xingjian Leng,Tom Gedeon,Liang Zheng +3 more
TL;DR: Across multiple simulation scenarios, the configurations generated by the transformer-based model consistently outperform random search, heuristic-based methods, and configurations designed by human experts, shedding light on future camera layout optimization.
2
References
•Proceedings Article
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
- 01 Jan 2015
TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
138.5K
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Image-to-Image Translation with Conditional Adversarial Networks
Phillip Isola,Jun-Yan Zhu,Tinghui Zhou,Alexei A. Efros +3 more
- 21 Jul 2017
TL;DR: Conditional adversarial networks are investigated as a general-purpose solution to image-to-image translation problems and it is demonstrated that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial Networks
Jun-Yan Zhu,Taesung Park,Phillip Isola,Alexei A. Efros +3 more
- 01 Oct 2017
TL;DR: CycleGAN as discussed by the authors learns a mapping G : X → Y such that the distribution of images from G(X) is indistinguishable from the distribution Y using an adversarial loss.
19.5K
Automatic differentiation in PyTorch
Adam Paszke,Sam Gross,Soumith Chintala,Gregory Chanan,Edward Z. Yang,Zachary DeVito,Zeming Lin,Alban Desmaison,Luca Antiga,Adam Lerer +9 more
- 28 Oct 2017
TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.