CVMMNEDec 13, 2024

EVOS: Efficient Implicit Neural Training via EVOlutionary Selector

arXiv:2412.10153v37 citationsh-index: 6CVPR
Originality Highly original
AI Analysis

This addresses the problem of slow INR training for researchers and practitioners, offering a significant speedup with state-of-the-art results, though it is an incremental improvement over existing sampling-based methods.

The paper tackles the computational inefficiency of training Implicit Neural Representations (INR) by proposing EVOS, an evolutionary selector that strategically selects points for training, reducing training time by 48%-66% while maintaining superior convergence.

We propose EVOlutionary Selector (EVOS), an efficient training paradigm for accelerating Implicit Neural Representation (INR). Unlike conventional INR training that feeds all samples through the neural network in each iteration, our approach restricts training to strategically selected points, reducing computational overhead by eliminating redundant forward passes. Specifically, we treat each sample as an individual in an evolutionary process, where only those fittest ones survive and merit inclusion in training, adaptively evolving with the neural network dynamics. While this is conceptually similar to Evolutionary Algorithms, their distinct objectives (selection for acceleration vs. iterative solution optimization) require a fundamental redefinition of evolutionary mechanisms for our context. In response, we design sparse fitness evaluation, frequency-guided crossover, and augmented unbiased mutation to comprise EVOS. These components respectively guide sample selection with reduced computational cost, enhance performance through frequency-domain balance, and mitigate selection bias from cached evaluation. Extensive experiments demonstrate that our method achieves approximately 48%-66% reduction in training time while ensuring superior convergence without additional cost, establishing state-of-the-art acceleration among recent sampling-based strategies.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes