paper-with-me

Papers

AdaFNIO: Adaptive Fourier Neural Interpolation Operator for video frame interpolation

2022-11-19 · Hrishikesh Viswanath, Md Ashiqur Rahman, Rashmi Bhaskara, Aniket Bera

We present, AdaFNIO - Adaptive Fourier Neural Interpolation Operator, a neural operator-based architecture to perform video frame interpolation. Current deep learning based methods rely on local convolutions for feature learning and suffer from not being scale-invariant, thus requiring training data to be augmented through random flipping and re-scaling. On the other hand, AdaFNIO, learns the features in the frames, independent of input resolution, through token mixing and global convolution in the Fourier space or the spectral domain by using Fast Fourier Transform (FFT). We show that AdaFNIO can produce visually smooth and accurate results. To evaluate the visual quality of our interpolated frames, we calculate the structural similarity index (SSIM) and Peak Signal to Noise Ratio (PSNR) between the generated frame and the ground truth frame. We provide the quantitative performance of our model on Vimeo-90K dataset, DAVIS, UCF101 and DISFA+ dataset.

📄 PDF Abstract BibTeX arXiv:2211.10791

Code (1)

HrishikeshVish/AdaFNIO 공식 구현 pytorch

Tasks

SSIMVideo Frame Interpolation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Modulated Adaptive Fourier Neural Operators for Temporal Interpolation of Weather Forecasts

2024-10-24 · Jussi Leinonen, Boris Bonev, Thorsten Kurth, Yair Cohen

Weather and climate data are often available at limited temporal resolution, either due to storage limitations, or in the case of weather forecast models based on deep learning, their inherently long time steps. The coar…

Weather Forecasting

FB-Diff: Fourier Basis-guided Diffusion for Temporal Interpolation of 4D Medical Imaging

2025-07-06 · Xin You, Runze Yang, Chuyan Zhang, Zhongliang Jiang 외 arxiv

The temporal interpolation task for 4D medical imaging, plays a crucial role in clinical practice of respiratory motion modeling. Following the simplified linear-motion hypothesis, existing approaches adopt optical flow-…

Optimal Learning Rates for Regularized Least-Squares with a Fourier Capacity Condition

2022-04-16 · Prem Talwai, David Simchi-Levi

We derive minimax adaptive rates for a new, broad class of Tikhonov-regularized learning problems in Hilbert scales under general source conditions. Our analysis does not require the regression function to be contained i…

regression

Resolution-Invariant Image Classification based on Fourier Neural Operators

2023-04-02 · Samira Kabri, Tim Roith, Daniel Tenbrinck, Martin Burger

In this paper we investigate the use of Fourier Neural Operators (FNOs) for image classification in comparison to standard Convolutional Neural Networks (CNNs). Neural operators are a discretization-invariant generalizat…

Classificationimage-classificationImage Classification

Non-equispaced Fourier Neural Solvers for PDEs

2022-12-09 · Haitao Lin, Lirong Wu, Yongjie Xu, Yufei Huang 외

Solving partial differential equations is difficult. Recently proposed neural resolution-invariant models, despite their effectiveness and efficiency, usually require equispaced spatial points of data. However, sampling …