paper-with-me

홈 › Papers

Encoding Semantic Priors into the Weights of Implicit Neural Representation

2024-06-06 · Zhicheng Cai, Qiu Shen

Implicit neural representation (INR) has recently emerged as a promising paradigm for signal representations, which takes coordinates as inputs and generates corresponding signal values. Since these coordinates contain no semantic features, INR fails to take any semantic information into consideration. However, semantic information has been proven critical in many vision tasks, especially for visual signal representation. This paper proposes a reparameterization method termed as SPW, which encodes the semantic priors to the weights of INR, thus making INR contain semantic information implicitly and enhancing its representational capacity. Specifically, SPW uses the Semantic Neural Network (SNN) to extract both low- and high-level semantic information of the target visual signal and generates the semantic vector, which is input into the Weight Generation Network (WGN) to generate the weights of INR model. Finally, INR uses the generated weights with semantic priors to map the coordinates to the signal values. After training, we only retain the generated weights while abandoning both SNN and WGN, thus SPW introduces no extra costs in inference. Experimental results show that SPW can improve the performance of various INR models significantly on various tasks, including image fitting, CT reconstruction, MRI reconstruction, and novel view synthesis. Further experiments illustrate that model with SPW has lower weight redundancy and learns more novel representations, validating the effectiveness of SPW.

📄 PDF Abstract BibTeX arXiv:2406.04178

Code (0)

등록된 구현이 없습니다.

Tasks

CT ReconstructionMRI ReconstructionNovel View Synthesis

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Ensuring Semantics in Weights of Implicit Neural Representations through the Implicit Function Theorem

2026-01-30 · Tianming Qiu, Christos Sonis, Hao Shen arxiv

Weight Space Learning (WSL), which frames neural network weights as a data modality, is an emerging field with potential for tasks like meta-learning or transfer learning. Particularly, Implicit Neural Representations (I…

Transfer Learning

Salient Object Detection with Semantic Priors

2017-05-23 · Tam V. Nguyen, Luoqi Liu

Salient object detection has increasingly become a popular topic in cognitive and computational sciences, including computer vision and artificial intelligence research. In this paper, we propose integrating \textit{sema…

Objectobject-detectionObject DetectionRGB Salient Object Detection+2

RECOMBINER: Robust and Enhanced Compression with Bayesian Implicit Neural Representations

2023-09-29 · Jiajun He, Gergely Flamich, Zongyu Guo, José Miguel Hernández-Lobato

COMpression with Bayesian Implicit NEural Representations (COMBINER) is a recent data compression method that addresses a key inefficiency of previous Implicit Neural Representation (INR)-based approaches: it avoids quan…

Data CompressionQuantization

Guiding the Experts: Semantic Priors for Efficient and Focused MoE Routing

2025-05-24 · Chengxi Min, Wei Wang, Yahui Liu, Weixin Ye 외

Mixture-of-Experts (MoE) models have emerged as a promising direction for scaling vision architectures efficiently. Among them, Soft MoE improves training stability by assigning each token to all experts via continuous d…

Mixture-of-Experts

DFormerv2: Geometry Self-Attention for RGBD Semantic Segmentation

2025-04-07 · CVPR 2025 1 · Bo-Wen Yin, Jiao-Long Cao, Ming-Ming Cheng, Qibin Hou

Recent advances in scene understanding benefit a lot from depth maps because of the 3D geometry information, especially in complex conditions (e.g., low light and overexposed). Existing approaches encode depth maps along…

3D geometryRGBD Semantic SegmentationScene UnderstandingSemantic Segmentation