Rapid-INR: Storage Efficient CPU-free DNN Training Using Implicit Neural Representation
Hanqiu Chen, Hang Yang, Stephen Fitzmeyer, Cong Hao

TL;DR
Rapid-INR introduces a storage-efficient, GPU-based implicit neural representation method for accelerating DNN training in computer vision, reducing memory usage and training time with minimal accuracy loss.
Contribution
It presents a novel INR-based dataset encoding approach that significantly reduces memory and communication overhead during training, with effective pruning and quantization techniques.
Findings
Memory consumption reduced to 5% of original dataset size.
Achieves up to 6× speedup over standard PyTorch training.
Maintains comparable accuracy with minimal loss.
Abstract
Implicit Neural Representation (INR) is an innovative approach for representing complex shapes or objects without explicitly defining their geometry or surface structure. Instead, INR represents objects as continuous functions. Previous research has demonstrated the effectiveness of using neural networks as INR for image compression, showcasing comparable performance to traditional methods such as JPEG. However, INR holds potential for various applications beyond image compression. This paper introduces Rapid-INR, a novel approach that utilizes INR for encoding and compressing images, thereby accelerating neural network training in computer vision tasks. Our methodology involves storing the whole dataset directly in INR format on a GPU, mitigating the significant data communication overhead between the CPU and GPU during training. Additionally, the decoding process from INR to RGB…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Human Pose and Action Recognition
