paper-with-me

Papers

RouteBridge: Reliability-Routed Bidirectional Distillation Between Neural Radiance Fields and 3D Gaussian Splatting

2026-09-09 · YuanHang Wang, Xin Cao arxiv

Neural radiance fields (NeRFs) and 3D Gaussian Splatting (3DGS) encode a scene with complementary inductive biases, but existing cross-representation distillation typically fixes one representation as teacher for the entire scene. A globally fixed teacher can propagate local reconstruction errors. We present RouteBridge, a bidirectional framework that selects the teaching direction for each ray. Its reliability estimator combines photometric residuals with representation-specific geometric evidence and routes supervision from NeRF to 3DGS, from 3DGS to NeRF, or abstains. A renderer-independent interface transfers color, opacity, and normalized depth without shared features or point correspondence. On mip-NeRF 360, the NeRF and 3DGS exports reach 28.56 and 28.77 dB, respectively. The 3DGS export improves over 3DGS by 1.56 dB and over NeRF-GS by 0.45 dB while reducing LPIPS to 0.207. On static three-view DTU, RouteBridge obtains 21.12 dB. Ablations show that both adaptive routing and geometric ray targets contribute to the improvement.

📄 PDF Abstract BibTeX arXiv:2609.09606

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unifying Group-Relative and Self-Distillation Policy Optimization via Sample Routing

2026-04-02 · Gengsheng Li, Tianyu Yang, Junfeng Fang, Mingyang Song 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become a standard paradigm for post-training large language models. While Group Relative Policy Optimization (GRPO) is widely adopted, its coarse credit assignmen…

Reinforcement Learning

Routing Distilled Knowledge via Mixture of LoRA Experts for Large Language Model based Bundle Generation

2025-08-24 · Kaidong Feng, Zhu Sun, Hui Fang, Jie Yang 외 arxiv

Large Language Models (LLMs) have shown potential in automatic bundle generation but suffer from prohibitive computational costs. Although knowledge distillation offers a pathway to more efficient student models, our pre…

Computational EfficiencyKnowledge Distillation

Bidirectional Distillation for Top-K Recommender System

2021-06-05 · Wonbin Kweon, SeongKu Kang, Hwanjo Yu

Recommender systems (RS) have started to employ knowledge distillation, which is a model compression technique training a compact model (student) with the knowledge transferred from a cumbersome model (teacher). The stat…

Knowledge DistillationModel CompressionRecommendation Systems

Cross-Paradigm Knowledge Distillation: A Comprehensive Study of Bidirectional Transfer Between Random Forests and Deep Neural Networks for Big Data Applications

2026-05-19 · Mahdi Naser Moghadasi arxiv

The exponential growth of big data has intensified the need for efficient and interpretable machine learning models that can handle diverse data characteristics while maintaining computational efficiency. Knowledge disti…

Interpretable Machine LearningComputational EfficiencyKnowledge DistillationEnsemble Learning

CMD: Self-supervised 3D Action Representation Learning with Cross-modal Mutual Distillation

2022-08-26 · Yunyao Mao, Wengang Zhou, Zhenbo Lu, Jiajun Deng 외

In 3D action recognition, there exists rich complementary information between skeleton modalities. Nevertheless, how to model and utilize this information remains a challenging problem for self-supervised 3D action repre…

3D Action RecognitionAction RecognitionFew-Shot Skeleton-Based Action RecognitionKnowledge Distillation+2