paper-with-me

홈 › Papers

Memory-Efficient Training with In-Place FFT Implementation

2025-11-03 · Xinyu Ding, Bangtian Liu, Siyu Liao, Zhongfeng Wang arxiv

Fast Fourier Transforms (FFT) are widely used to reduce memory and computational costs in deep learning. However, existing implementations, including standard FFT and real FFT (rFFT), cannot achieve true in-place computation. In particular, rFFT maps an input of size n to a complex output of size n/2+1, causing dimensional mismatch and requiring additional memory allocation. We propose the first real-domain, fully in-place FFT framework (rdFFT) that preserves input-output memory space consistency. By leveraging butterfly operation symmetry and conjugate properties in the frequency domain, we design an implicit complex encoding scheme that eliminates intermediate cache usage entirely. Experiments on multiple natural language understanding tasks demonstrate the method effectiveness in reducing training memory cost, offering a promising direction for frequency-domain lightweight adaptation.

📄 PDF Abstract BibTeX arXiv:2511.01385

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

Placement Semantics for Distributed Deep Learning: A Systematic Framework for Analyzing Parallelism Strategies

2026-01-05 · Deep Pankajbhai Mehta arxiv

Training large language models requires distributing computation across many accelerators, yet practitioners select parallelism strategies (data, tensor, pipeline, ZeRO) through trial and error because no unified systema…

Baechi: Fast Device Placement of Machine Learning Graphs

2023-01-20 · Beomyeol Jeon, Linda Cai, Chirag Shetty, Pallavi Srivastava 외

Machine Learning graphs (or models) can be challenging or impossible to train when either devices have limited memory, or models are large. To split the model across devices, learning-based approaches are still popular. …

Fast and Memory-Efficient Wavelet Convolutions via I/O-Aware Reformulation

2026-08-11 · Amit Aflalo, Shahaf E. Finder, Roy Amoyal, Eran Treister 외 arxiv

Wavelet convolution (WTConv) has emerged as an increasingly popular drop-in replacement for standard convolutions, expanding a network's receptive field exponentially with the number of decomposition levels while keeping…

Reinforcement Learning with Fast and Forgetful Memory

2023-09-21 · NeurIPS 2023 11

Nearly all real world tasks are inherently partially observable, necessitating the use of memory in Reinforcement Learning (RL). Most model-free approaches summarize the trajectory into a latent Markov state using memory…

On-Device Training of Fully Quantized Deep Neural Networks on Cortex-M Microcontrollers

2024-07-15 · Mark Deutel, Frank Hannig, Christopher Mutschler, Jürgen Teich

On-device training of DNNs allows models to adapt and fine-tune to newly collected data or changing domains while deployed on microcontroller units (MCUs). However, DNN training is a resource-intensive task, making the i…

Time Series