Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Fast Fourier Transform01:10

Fast Fourier Transform

854
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
854
Basic signals of Fourier Transform01:07

Basic signals of Fourier Transform

862
The Fourier Transform is a pivotal mathematical tool in signal processing, enabling the transformation of time-domain signals into their frequency-domain representations. Among the numerous elements within this domain, certain functions like the sinc function, delta function, and exponential signals hold significant importance due to their unique properties and implications.
The sinc function, defined as sinc(x) = sin(πx)/(πx), is particularly notable for its symmetry and behavior at...
862
Cartesian Form for Vector Formulation01:26

Cartesian Form for Vector Formulation

1.1K
The Cartesian form for vector formulation is a process to calculate  the moment of force using the position and force vectors. The moment of force is defined as the cross-product of these vectors, making it a vector quantity. The Cartesian form of the position and force vectors involves unit vectors, which can be used to express the cross-product in determinant form.
1.1K
Vector Algebra: Method of Components01:08

Vector Algebra: Method of Components

18.7K
It is cumbersome to find the magnitudes of vectors using the parallelogram rule or using the graphical method to perform mathematical operations like addition, subtraction, and multiplication. There are two ways to circumvent this algebraic complexity. One way is to draw the vectors to scale, as in navigation, and read approximate vector lengths and angles (directions) from the graphs. The other way is to use the method of components.
In many applications, the magnitudes and directions of...
18.7K
Discrete Fourier Transform01:15

Discrete Fourier Transform

827
The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...
827
Parseval's Theorem for Fourier transform01:15

Parseval's Theorem for Fourier transform

2.0K
Parseval's theorem is a fundamental principle in signal processing that enables the calculation of a signal's energy in either the time domain or the frequency domain. This theorem is pivotal in demonstrating energy conservation between these two domains, ensuring that the computed energy value remains consistent regardless of the domain of analysis.
To understand Parseval's theorem, it is essential to first comprehend how signal energy is typically calculated. When considering a...
2.0K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Three-Step Holistic Treatment on Carbon-Electrode Based Low-Temperature Mesoscopic Perovskite Solar Cells to Achieve PCE > 18% and T80 > 500 h in Open Air.

Small methods·2025
Same author

Electric field-induced breaking behavior of silver nanowire-based transparent and conductive films and their protection.

Nanoscale·2025
Same author

Buried interfacial passivation by a multifunctional molecular bridge for blade-coating perovskite solar cells.

Chemical communications (Cambridge, England)·2025
Same author

Neighborhood relation-based knowledge distillation for image classification.

Neural networks : the official journal of the International Neural Network Society·2025
Same author

Increase the Long-Wavelength Absorption for Carbon-Electrode Based Hole-Conductor-Free Perovskite Solar Cells by Thicker Perovskite Films.

Small methods·2025
Same author

Characteristics of genomic alterations and heavy metals in hypertensive patients with non‑small cell lung cancer.

Oncology letters·2025

Related Experiment Video

Updated: Jan 10, 2026

Proton Transfer and Protein Conformation Dynamics in Photosensitive Proteins by Time-resolved Step-scan Fourier-transform Infrared Spectroscopy
10:03

Proton Transfer and Protein Conformation Dynamics in Photosensitive Proteins by Time-resolved Step-scan Fourier-transform Infrared Spectroscopy

Published on: June 27, 2014

18.3K

SVE-Former: A fast fourier transformer via singular vector embedding.

Xiang-Jun Shen1, Wenxiu Tian1, Yang Yang1

  • 1School of Computer Science and Communication Engineering, Jiangsu University, Jiangsu University Campus, Zhenjiang, 212013, Jiangsu, China.

Neural Networks : the Official Journal of the International Neural Network Society
|November 27, 2025
PubMed
Summary

SVE-Former introduces singular vector embedding to improve transformer efficiency by capturing token dependencies. This method significantly reduces training time and enhances performance on long-range dependencies.

Keywords:
Computational efficiencyFeature subspaceFourier domainLinear self-attention

More Related Videos

A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:46

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

16
A Guide to Structured Illumination TIRF Microscopy at High Speed with Multiple Colors
11:15

A Guide to Structured Illumination TIRF Microscopy at High Speed with Multiple Colors

Published on: May 30, 2016

26.0K

Related Experiment Videos

Last Updated: Jan 10, 2026

Proton Transfer and Protein Conformation Dynamics in Photosensitive Proteins by Time-resolved Step-scan Fourier-transform Infrared Spectroscopy
10:03

Proton Transfer and Protein Conformation Dynamics in Photosensitive Proteins by Time-resolved Step-scan Fourier-transform Infrared Spectroscopy

Published on: June 27, 2014

18.3K
A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:46

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

16
A Guide to Structured Illumination TIRF Microscopy at High Speed with Multiple Colors
11:15

A Guide to Structured Illumination TIRF Microscopy at High Speed with Multiple Colors

Published on: May 30, 2016

26.0K

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Natural Language Processing

Background:

  • Self-attention mechanisms in transformers have quadratic complexity, leading to high training costs.
  • Existing linear self-attention methods often fail to fully capture inter-token dependencies.
  • This limits the effectiveness of transformers in processing long sequences.

Purpose of the Study:

  • To propose SVE-Former, a transformer variant that enhances self-attention efficiency and expressive power.
  • To address the limitations of existing linear self-attention methods in capturing token relationships.
  • To improve the model's ability to handle long-range dependencies in sequence data.

Main Methods:

  • Employs singular vector embedding (SVE) by performing singular value decomposition (SVD) on tokens to extract data subspaces.
  • Compresses the attention mechanism into a compact representation based on the token subspace.
  • Introduces a Fourier-domain SVD method for computational efficiency, using stable Fourier bases and Kullback-Leibler divergence for subspace stability estimation.

Main Results:

  • SVE-Former significantly enhances expressive power and computational efficiency.
  • The Fourier-domain SVD reduces the required sample size for training and minimizes redundant computations.
  • Experimental results show SVE-Former outperforms state-of-the-art linear attention mechanisms, achieving over 10% reduction in training time on benchmark datasets.

Conclusions:

  • SVE-Former effectively captures token dependencies, improving self-attention for feature extraction and information retention.
  • The proposed method offers a computationally efficient and powerful alternative for processing long-range dependencies in transformers.
  • SVE-Former demonstrates superior performance and efficiency compared to existing linear attention models.