paper-with-me

Papers

Linear Diffusion Networks

2025-02-17 · Jacob Fein-Ashley

We present Linear Diffusion Networks (LDNs), a novel architecture that reinterprets sequential data processing as a unified diffusion process. Our model integrates adaptive diffusion modules with localized nonlinear updates and a diffusion-inspired attention mechanism. This design enables efficient global information propagation while preserving fine-grained temporal details. LDN overcomes the limitations of conventional recurrent and transformer models by allowing full parallelization across time steps and supporting robust multi-scale temporal representations. Experiments on benchmark sequence modeling tasks demonstrate that LDN delivers competitive performance across ImageNet and LRA tasks.

📄 PDF Abstract BibTeX arXiv:2502.12381

Code (1)

rubberduck529/diffurnn pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Maximum Likelihood Training of Implicit Nonlinear Diffusion Models

2022-05-27 · Dongjun Kim, Byeonghu Na, Se Jung Kwon, Dongsoo Lee 외

Whereas diverse variations of diffusion models exist, extending the linear diffusion into a nonlinear diffusion process is investigated by very few works. The nonlinearity effect has been hardly understood, but intuitive…

Image Generation

Maximum Likelihood Training of Parametrized Diffusion Model

2021-09-29 · Dongjun Kim, Byeonghu Na, Se Jung Kwon, Dongsoo Lee 외

Whereas the diverse variations of the diffusion model exist in image synthesis, the previous variations have not innovated the diffusing mechanism by maintaining the static linear diffusion. Meanwhile, it is intuitive th…

Image Generationmodel

Pre-process for segmentation task with nonlinear diffusion filters

2026-04-23 · Javier Sanguino, Carlos Platero, Olga Velasco arxiv

This paper deals with the case of using nonlinear diffusion filters to obtain piecewise constant images as a previous process for segmentation techniques. We first show an intrinsic formulation for the nonlinear diffusio…

Trainable Nonlinear Reaction Diffusion: A Flexible Framework for Fast and Effective Image Restoration

2015-08-12 · Yunjin Chen, Thomas Pock

Image restoration is a long-standing problem in low-level computer vision with many interesting applications. We describe a flexible learning framework based on the concept of nonlinear reaction diffusion models for vari…

DenoisingImage DenoisingImage RestorationImage Super-Resolution+1

Anisotropic Diffusion in ITK

2015-03-03 · Jean-Marie Mirebeau, Jérôme Fehrenbach, Laurent Risser, Shaza Tobji

Anisotropic Non-Linear Diffusion is a powerful image processing technique, which allows to simultaneously remove the noise and enhance sharp features in two or three dimensional images. Anisotropic Diffusion is understoo…