paper-with-me

홈 › Papers

Efficient Neural Light Fields (ENeLF) for Mobile Devices

2024-06-02 · Austin Peng

Novel view synthesis (NVS) is a challenge in computer vision and graphics, focusing on generating realistic images of a scene from unobserved camera poses, given a limited set of authentic input images. Neural radiance fields (NeRF) achieved impressive results in rendering quality by utilizing volumetric rendering. However, NeRF and its variants are unsuitable for mobile devices due to the high computational cost of volumetric rendering. Emerging research in neural light fields (NeLF) eliminates the need for volumetric rendering by directly learning a mapping from ray representation to pixel color. NeLF has demonstrated its capability to achieve results similar to NeRF but requires a more extensive, computationally intensive network that is not mobile-friendly. Unlike existing works, this research builds upon the novel network architecture introduced by MobileR2L and aggressively applies a compression technique (channel-wise structure pruning) to produce a model that runs efficiently on mobile devices with lower latency and smaller sizes, with a slight decrease in performance.

📄 PDF Abstract BibTeX arXiv:2406.00598

Code (0)

등록된 구현이 없습니다.

Tasks

NeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

LightSpeed: Light and Fast Neural Light Fields on Mobile Devices

2023-09-21 · NeurIPS 2023 11

Real-time novel-view image synthesis on mobile devices is prohibitive due to the limited computational power and storage. Using volumetric rendering methods, such as NeRF and its derivatives, on mobile devices is not sui…

Real-Time Neural Light Field on Mobile Devices

2022-12-15 · CVPR 2023 1 · Junli Cao, Huan Wang, Pavlo Chemerys, Vladislav Shakhrai 외

Recent efforts in Neural Rendering Fields (NeRF) have shown impressive results on novel view synthesis by utilizing implicit neural representation to represent 3D scenes. Due to the process of volumetric rendering, the i…

GPUNeRFNeural RenderingNovel View Synthesis

MobilePoser: Real-Time Full-Body Pose Estimation and 3D Human Translation from IMUs in Mobile Consumer Devices

2025-04-16 · Vasco Xu, Chenfeng Gao, Henry Hoffmann, Karan Ahuja

There has been a continued trend towards minimizing instrumentation for full-body motion capture, going from specialized rooms and equipment, to arrays of worn sensors and recently sparse inertial pose capture methods. H…

Pose EstimationTranslation

A Practical Cross-Device Federated Learning Framework over 5G Networks

2022-04-18 · Wenti Yang, Naiyu Wang, zhitao Guan, Longfei Wu 외

The concept of federated learning (FL) was first proposed by Google in 2016. Thereafter, FL has been widely studied for the feasibility of application in various fields due to its potential to make full use of data witho…

Autonomous DrivingFederated Learning

NeRFlex: Resource-aware Real-time High-quality Rendering of Complex Scenes on Mobile Devices

2025-04-04 · Zhe Wang, Yifei Zhu

Neural Radiance Fields (NeRF) is a cutting-edge neural network-based technique for novel view synthesis in 3D reconstruction. However, its significant computational demands pose challenges for deployment on mobile device…

3D ReconstructionNeRFNovel View Synthesis