paper-with-me

Papers

CoordX: Accelerating Implicit Neural Representation with a Split MLP Architecture

2022-01-28 · ICLR 2022 4 · Ruofan Liang, Hongyi Sun, Nandita Vijaykumar

Implicit neural representations with multi-layer perceptrons (MLPs) have recently gained prominence for a wide variety of tasks such as novel view synthesis and 3D object representation and rendering. However, a significant challenge with these representations is that both training and inference with an MLP over a large number of input coordinates to learn and represent an image, video, or 3D object, require large amounts of computation and incur long processing times. In this work, we aim to accelerate inference and training of coordinate-based MLPs for implicit neural representations by proposing a new split MLP architecture, CoordX. With CoordX, the initial layers are split to learn each dimension of the input coordinates separately. The intermediate features are then fused by the last layers to generate the learned signal at the corresponding coordinate point. This significantly reduces the amount of computation required and leads to large speedups in training and inference, while achieving similar accuracy as the baseline MLP. This approach thus aims at first learning functions that are a decomposition of the original signal and then fusing them to generate the learned signal. Our proposed architecture can be generally used for many implicit neural representation tasks with no additional memory overheads. We demonstrate a speedup of up to 2.92x compared to the baseline model for image, video, and 3D shape representation and rendering tasks.

📄 PDF Abstract BibTeX arXiv:2201.12425

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape RepresentationNovel View Synthesis

Similar Papers 제목 키워드 기반

Split-Layer: Enhancing Implicit Neural Representation by Maximizing the Dimensionality of Feature Space

2025-11-13 · Zhicheng Cai, Hao Zhu, Linsen Chen, Qiu Shen 외 arxiv

Implicit neural representation (INR) models signals as continuous functions using neural networks, offering efficient and differentiable optimization for inverse problems across diverse disciplines. However, the represen…

Novel View Synthesis

Self-supervised Deep Unrolled Model with Implicit Neural Representation Regularization for Accelerating MRI Reconstruction

2025-10-08 · Jingran Xu, Yuanyuan Liu, Yuanbiao Yang, Zhuo-Xu Cui 외 arxiv

Magnetic resonance imaging (MRI) is a vital clinical diagnostic tool, yet its application is limited by prolonged scan times. Accelerating MRI reconstruction addresses this issue by reconstructing high-fidelity MR images…

Self-Supervised LearningMRI Reconstruction

TaylorGrid: Towards Fast and High-Quality Implicit Field Learning via Direct Taylor-based Grid Optimization

2024-02-22 · Renyi Mao, Qingshan Xu, Peng Zheng, Ye Wang 외

Coordinate-based neural implicit representation or implicit fields have been widely studied for 3D geometry representation or novel view synthesis. Recently, a series of efforts have been devoted to accelerating the spee…

3D geometryNeRFNovel View Synthesis

Accelerating Particle-based Energetic Variational Inference

2025-04-04 · Xuelian Bao, Lulu Kang, Chun Liu, Yiwei Wang

In this work, we propose a novel particle-based variational inference (ParVI) method that accelerates the EVI-Im. Inspired by energy quadratization (EQ) and operator splitting techniques for gradient flows, our approach …

Variational Inference

Accelerating Federated Split Learning via Local-Loss-Based Training

2021-09-29 · Dong-Jun Han, Hasnain Irshad Bhatti, Jungmoon Lee, Jaekyun Moon

Federated learning (FL) operates based on model exchanges between the server and the clients, and suffers from significant communication as well as client-side computation burden. Emerging split learning (SL) solutions c…

Federated Learning