paper-with-me

Papers

EVOS: Efficient Implicit Neural Training via EVOlutionary Selector

2024-12-13 · CVPR 2025 1 · Weixiang Zhang, Shuzhao Xie, Chengwei Ren, Siyi Xie, Chen Tang, Shijia Ge, Mingzi Wang, Zhi Wang

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.

📄 PDF Abstract BibTeX arXiv:2412.10153

Code (2)

zwx-open/evos-inr 공식 구현 pytorch
zwx-open/Symmetric-Power-Transformation-INR pytorch

Tasks

Evolutionary AlgorithmsSelection bias

Similar Papers 제목 키워드 기반

EvoSplit: An evolutionary approach to split a multi-label data set into disjoint subsets

2021-02-11 · Francisco Florez-Revuelta

This paper presents a new evolutionary approach, EvoSplit, for the distribution of multi-label data sets into disjoint subsets for supervised machine learning. Currently, data set providers either divide a data set rando…

BIG-bench Machine Learning

Advancing Automated Algorithm Design via Evolutionary Stagewise Design with LLMs

2026-03-09 · Chen Lu, Ke Xue, Chengrui Gao, Yunqi Shi 외 arxiv

With the rapid advancement of human science and technology, problems in industrial scenarios are becoming increasingly challenging, bringing significant challenges to traditional algorithm design. Automated algorithm des…

evosax: JAX-based Evolution Strategies

2022-12-08 · Robert Tjarko Lange

The deep learning revolution has greatly been accelerated by the 'hardware lottery': Recent advances in modern hardware accelerators and compilers paved the way for large-scale batch gradient optimization. Evolutionary o…

CPUScheduling

EvoStruct: Bridging Evolutionary and Structural Priors for Antibody CDR Design via Protein Language Model Adaptation

2026-05-20 · Mansoor Ahmed, Sujin Lee, Umar Khayaz, Murray Patterson arxiv

Equivariant graph neural network (GNN) methods for antibody complementarity-determining region (CDR) design achieve the highest sequence recovery but suffer from severe vocabulary collapse. The current best GNN methods o…

Protein Language ModelGraph Neural NetworkProtein Design

OneVOS: Unifying Video Object Segmentation with All-in-One Transformer Framework

2024-03-13 · Wanyun Li, Pinxue Guo, Xinyu Zhou, Lingyi Hong 외

Contemporary Video Object Segmentation (VOS) approaches typically consist stages of feature extraction, matching, memory management, and multiple objects aggregation. Recent advanced models either employ a discrete model…

AllManagementSemantic SegmentationVideo Object Segmentation+1