arXiv Computer Vision By Janarbek Matai, Sho Ikeda, Lukasz Lipski, Takahiro Harada

Thread-Efficient Decoding for Neural Texture Compression

Read the original on arXiv Computer Vision →

Thread‑Efficient Decoding for Neural Texture Compression proposes a shared decoder MLP architecture trained with a gradual decoder freezing schedule and texture clustering to reduce GPU thread divergence by 25‑52%. The method preserves rendering quality while achieving up to 8.48× speedup on a Radeon RX 9070 XT compared to non‑shared baselines. Experiments on over 500 textures and multiple real rendering scenes validate the performance gains and provide comprehensive ablation studies.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at arXiv Computer Vision.

Hugging Face Trending Papers
Aug 18

MoE-ViE: Mixture of Experts Vision Encoder for Efficient Image and Video Understanding

MoE-ViE introduces a Mixture-of-Experts vision encoder that scales efficiently for image and video understanding, outperforming dense counterparts across various sizes. The study shows fine‑grained MoE topologies provide significant gains, and proposes an auxiliary‑loss‑free balancing variant and a specialized MoE kernel to reduce inference latency. With frame‑level distillation and a novel freezing mechanism, the largest MoE‑ViE model matches state‑of‑the‑art zero‑shot performance while being 1.7× larger and 76% faster, and it outperforms other encoders when paired with a language model on both image and video benchmarks.