paper-with-me

홈 › Papers

UniFuse: Unidirectional Fusion for 360$^{\circ}$ Panorama Depth Estimation

2021-02-06 · Hualie Jiang, Zhe Sheng, Siyu Zhu, Zilong Dong, Rui Huang

Learning depth from spherical panoramas is becoming a popular research topic because a panorama has a full field-of-view of the environment and provides a relatively complete description of a scene. However, applying well-studied CNNs for perspective images to the standard representation of spherical panoramas, i.e., the equirectangular projection, is suboptimal, as it becomes distorted towards the poles. Another representation is the cubemap projection, which is distortion-free but discontinued on edges and limited in the field-of-view. This paper introduces a new framework to fuse features from the two projections, unidirectionally feeding the cubemap features to the equirectangular features only at the decoding stage. Unlike the recent bidirectional fusion approach operating at both the encoding and decoding stages, our fusion scheme is much more efficient. Besides, we also designed a more effective fusion module for our fusion scheme. Experiments verify the effectiveness of our proposed fusion strategy and module, and our model achieves state-of-the-art performance on four popular datasets. Additional experiments show that our model also has the advantages of model complexity and generalization capability.The code is available at https://github.com/alibaba/UniFuse-Unidirectional-Fusion.

📄 PDF Abstract BibTeX arXiv:2102.03550

Code (1)

alibaba/UniFuse-Unidirectional-Fusion 공식 구현 pytorch

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

Deep Multi Depth Panoramas for View Synthesis

2020-08-04 · ECCV 2020 8 · Kai-En Lin, Zexiang Xu, Ben Mildenhall, Pratul P. Srinivasan 외

We propose a learning-based approach for novel view synthesis for multi-camera 360$^{\circ}$ panorama capture rigs. Previous work constructs RGBD panoramas from such data, allowing for view synthesis with small amounts o…

Novel View SynthesisTranslation

PanoDiffusion: 360-degree Panorama Outpainting via Diffusion

2023-07-06 · Tianhao Wu, Chuanxia Zheng, Tat-Jen Cham

Generating complete 360-degree panoramas from narrow field of view images is ongoing research as omnidirectional RGB data is not readily available. Existing GAN-based approaches face some barriers to achieving higher qua…

Denoising

SphereFusion: Efficient Panorama Depth Estimation via Gated Fusion

2025-02-09 · Qingsong Yan, Qiang Wang, Kaiyong Zhao, Jie Chen 외

Due to the rapid development of panorama cameras, the task of estimating panorama depth has attracted significant attention from the computer vision community, especially in applications such as robot sensing and autonom…

Autonomous DrivingDepth Estimation

PanoGRF: Generalizable Spherical Radiance Fields for Wide-baseline Panoramas

2023-06-02 · NeurIPS 2023 11 · Zheng Chen, Yan-Pei Cao, Yuan-Chen Guo, Chen Wang 외

Achieving an immersive experience enabling users to explore virtual environments with six degrees of freedom (6DoF) is essential for various applications such as virtual reality (VR). Wide-baseline panoramas are commonly…

Depth Estimation

DreamCube: 3D Panorama Generation via Multi-plane Synchronization

2025-06-20 · Yukun Huang, Yanning Zhou, Jianan Wang, Kaiyi Huang 외

3D panorama synthesis is a promising yet challenging task that demands high-quality and diverse visual appearance and geometry of the generated omnidirectional content. Existing methods leverage rich image priors from pr…

Depth EstimationImage GenerationScene Generation