paper-with-me

Papers

ManifoldNeRF: View-dependent Image Feature Supervision for Few-shot Neural Radiance Fields

2023-10-20 · Daiju Kanaoka, Motoharu Sonogashira, Hakaru Tamukoh, Yasutomo Kawanishi

Novel view synthesis has recently made significant progress with the advent of Neural Radiance Fields (NeRF). DietNeRF is an extension of NeRF that aims to achieve this task from only a few images by introducing a new loss function for unknown viewpoints with no input images. The loss function assumes that a pre-trained feature extractor should output the same feature even if input images are captured at different viewpoints since the images contain the same object. However, while that assumption is ideal, in reality, it is known that as viewpoints continuously change, also feature vectors continuously change. Thus, the assumption can harm training. To avoid this harmful training, we propose ManifoldNeRF, a method for supervising feature vectors at unknown viewpoints using interpolated features from neighboring known viewpoints. Since the method provides appropriate supervision for each unknown viewpoint by the interpolated features, the volume representation is learned better than DietNeRF. Experimental results show that the proposed method performs better than others in a complex scene. We also experimented with several subsets of viewpoints from a set of viewpoints and identified an effective set of viewpoints for real environments. This provided a basic policy of viewpoint patterns for real-world application. The code is available at https://github.com/haganelego/ManifoldNeRF_BMVC2023

📄 PDF Abstract BibTeX arXiv:2310.13670

Code (1)

haganelego/manifoldnerf_bmvc2023 공식 구현 pytorch

Tasks

NeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Structurally Disentangled Feature Fields Distillation for 3D Understanding and Editing

2025-02-20 · Yoel Levy, David Shavin, Itai Lang, Sagie Benaim

Recent work has demonstrated the ability to leverage or distill pre-trained 2D features obtained using large pre-trained 2D models into 3D features, enabling impressive 3D editing and understanding capabilities using onl…

Stain Based Contrastive Co-training for Histopathological Image Analysis

2022-06-24 · Bodong Zhang, Beatrice Knudsen, Deepika Sirohi, Alessandro Ferrero 외

We propose a novel semi-supervised learning approach for classification of histopathology images. We employ strong supervision with patch-level annotations combined with a novel co-training loss to create a semi-supervis…

Unsupervised pre-training helps to conserve views from input distribution

2019-05-30 · Nicolas Pinchaud

We investigate the effects of the unsupervised pre-training method under the perspective of information theory. If the input distribution displays multiple views of the supervision, then unsupervised pre-training allows …

DisentanglementUnsupervised Pre-training

DS$^2$Net: Detail-Semantic Deep Supervision Network for Medical Image Segmentation

2025-08-06 · Zhaohong Huang, Yuxin Zhang, Taojian Zhou, Guorong Cai 외 arxiv

Deep Supervision Networks exhibit significant efficacy for the medical imaging community. Nevertheless, existing work merely supervises either the coarse-grained semantic features or fine-grained detailed features in iso…

Medical Image Segmentation

NEF: Neural Edge Fields for 3D Parametric Curve Reconstruction from Multi-view Images

2023-03-14 · CVPR 2023 1 · Yunfan Ye, Renjiao Yi, Zhirui Gao, Chenyang Zhu 외

We study the problem of reconstructing 3D feature curves of an object from a set of calibrated multi-view images. To do so, we learn a neural implicit field representing the density distribution of 3D edges which we refe…

Edge DetectionNeRF