paper-with-me

홈 › Papers

Efficient Visibility Approximation for Game AI using Neural Omnidirectional Distance Fields

2024-05-09 · Zhi Ying, Nicholas Edwards, Mikhail Kutuzov

Visibility information is critical in game AI applications, but the computational cost of raycasting-based methods poses a challenge for real-time systems. To address this challenge, we propose a novel method that represents a partitioned game scene as neural Omnidirectional Distance Fields (ODFs), allowing scalable and efficient visibility approximation between positions without raycasting. For each position of interest, we map its omnidirectional distance data from the spherical surface onto a UV plane. We then use multi-resolution grids and bilinearly interpolated features to encode directions. This allows us to use a compact multi-layer perceptron (MLP) to reconstruct the high-frequency directional distance data at these positions, ensuring fast inference speed. We demonstrate the effectiveness of our method through offline experiments and in-game evaluation. For in-game evaluation, we conduct a side-by-side comparison with raycasting-based visibility tests in three different scenes. Using a compact MLP (128 neurons and 2 layers), our method achieves an average cold start speedup of 9.35 times and warm start speedup of 4.8 times across these scenes. In addition, unlike the raycasting-based method, whose evaluation time is affected by the characteristics of the scenes, our method's evaluation time remains constant.

📄 PDF Abstract BibTeX arXiv:2407.03330

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OmniNeRF: Hybriding Omnidirectional Distance and Radiance fields for Neural Surface Reconstruction

2022-09-27 · Jiaming Shen, Bolin Song, Zirui Wu, Yi Xu

3D reconstruction from images has wide applications in Virtual Reality and Automatic Driving, where the precision requirement is very high. Ground-breaking research in the neural radiance field (NeRF) by utilizing Multi-…

3D Reconstruction3D Scene Reconstruction3D Shape RepresentationNeRF+1

DAOVI: Distortion-Aware Omnidirectional Video Inpainting

2025-08-30 · Ryosuke Seshimo, Mariko Isogawa arxiv

Omnidirectional videos that capture the entire surroundings are employed in a variety of fields such as VR applications and remote sensing. However, their wide field of view often causes unwanted objects to appear in the…

Video Inpainting

Reference-Free Omnidirectional Stereo Matching via Multi-View Consistency Maximization

2026-03-16 · Lehuai Xu, Weiming Zhang, Yang Li, Sidan Du 외 arxiv

Reliable omnidirectional depth estimation from multi-fisheye stereo matching is pivotal to many applications, such as embodied robotics. Existing approaches either rely on spherical sweeping with heuristic fusion strateg…

Depth Estimation

Intensity and Texture Correction of Omnidirectional Image Using Camera Images for Indirect Augmented Reality

2024-05-25 · Hakim Ikebayashi, Norihiko Kawai

Augmented reality (AR) using camera images in mobile devices is becoming popular for tourism promotion. However, obstructions such as tourists appearing in the camera images may cause the camera pose estimation error, re…

Camera Pose EstimationPose EstimationSemantic Segmentation

NeuralODF: Learning Omnidirectional Distance Fields for 3D Shape Representation

2022-06-12 · Trevor Houchens, Cheng-You Lu, Shivam Duggal, Rao Fu 외

In visual computing, 3D geometry is represented in many different forms including meshes, point clouds, voxel grids, level sets, and depth images. Each representation is suited for different tasks thus making the transfo…

3D geometry3D Shape Representation