paper-with-me

홈 › 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, Xun Cao 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 representational capacity of INR defined by the range of functions the neural network can characterize, is inherently limited by the low-dimensional feature space in conventional multilayer perceptron (MLP) architectures. While widening the MLP can linearly increase feature space dimensionality, it also leads to a quadratic growth in computational and memory costs. To address this limitation, we propose the split-layer, a novel reformulation of MLP construction. The split-layer divides each layer into multiple parallel branches and integrates their outputs via Hadamard product, effectively constructing a high-degree polynomial space. This approach significantly enhances INR's representational capacity by expanding the feature space dimensionality without incurring prohibitive computational overhead. Extensive experiments demonstrate that the split-layer substantially improves INR performance, surpassing existing methods across multiple tasks, including 2D image fitting, 2D CT reconstruction, 3D shape representation, and 5D novel view synthesis.

📄 PDF Abstract BibTeX arXiv:2511.10142

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View Synthesis

Similar 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 signific…

3D Shape RepresentationNovel View Synthesis

Near-Field Wideband Secure Communications: An Analog Beamfocusing Approach

2023-11-15 · Yuchen Zhang, Haiyang Zhang, Sa Xiao, Wanbin Tang 외

In the rapidly advancing landscape of 6G, characterized by ultra-high-speed wideband transmission in millimeter-wave and terahertz bands, our paper addresses the pivotal task of enhancing physical layer security (PLS) wi…

Measuring and Controlling Split Layer Privacy Leakage Using Fisher Information

2022-09-21 · Kiwan Maeng, Chuan Guo, Sanjay Kariyappa, Edward Suh

Split learning and inference propose to run training/inference of a large model that is split across client devices and the cloud. However, such a model splitting imposes privacy concerns, because the activation flowing …

Enhancing Out-of-Distribution Detection in Natural Language Understanding via Implicit Layer Ensemble

2022-10-20 · Hyunsoo Cho, Choonghyun Park, Jaewook Kang, Kang Min Yoo 외

Out-of-distribution (OOD) detection aims to discern outliers from the intended data distribution, which is crucial to maintaining high reliability and a good user experience. Most recent studies in OOD detection utilize …

Contrastive Learningintent-classificationIntent ClassificationLanguage Modeling+4

Token Erasure as a Footprint of Implicit Vocabulary Items in LLMs

2024-06-28 · Sheridan Feucht, David Atkinson, Byron Wallace, David Bau

LLMs process text as sequences of tokens that roughly correspond to words, where less common words are represented by multiple tokens. However, individual tokens are often semantically unrelated to the meanings of the wo…