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

Transformers in Distribution System01:27

Transformers in Distribution System

475
Transformers in distribution systems can be broadly categorized into distribution substation transformers and other distribution transformers. They are crucial for stepping down high transmission voltages to levels suitable for distribution and end-user applications.
Distribution substation transformers come in various ratings and typically use mineral oil for insulation and cooling. To prevent moisture and air from entering the oil, some transformers use an inert gas like nitrogen to fill the...
475
Transformers with Off-Nominal Turns Ratios01:25

Transformers with Off-Nominal Turns Ratios

491
In scenarios involving parallel transformers with disparate ratings, developing per-unit models requires accommodating off-nominal turns ratios. This situation arises when the selected base voltages are not proportional to the transformer’s voltage ratings. Consider a transformer where the rated voltages are related by the term a. If the chosen voltage bases satisfy a relationship involving term b, term c is defined as the ratio of these bases. This ratio is then substituted into the...
491
Transformers01:26

Transformers

1.7K
A device that transforms voltages from one value to another using induction is called a transformer. A transformer consists of two separate coils, or windings, wrapped around the same soft iron core. However, they are electrically insulated from each other.
The iron core has a substantial relative permeability. Therefore, the magnetic field lines generated due to the current in one winding are almost entirely confined within the core, such that the same magnetic flux permeates each turn of both...
1.7K
Types Of Transformers01:16

Types Of Transformers

1.4K
Transformers can provide desired voltages to a circuit by modifying the number of turns in the secondary windings.
If the ratio of the number of turns in the secondary winding to that of the primary winding is greater than one, then the transformer is said to be a step-up transformer. In a step-up transformer, the voltage at the secondary winding is greater than the voltage applied at the primary winding.
However, if this ratio is less than one, the transformer is said to be a step-down...
1.4K
Sequence Networks of Rotating Machines01:24

Sequence Networks of Rotating Machines

467
A Y-connected synchronous generator, grounded through a neutral impedance, is designed to produce balanced internal phase voltages with only positive-sequence components. The generator's sequence networks include a source voltage that is exclusively in the positive-sequence network. The sequence components of line-to-ground voltages at the generator terminals illustrate this configuration.
Zero-sequence current induces a voltage drop across the generator's neutral impedance and other...
467
Per-Unit Sequence Models01:26

Per-Unit Sequence Models

404
An ideal Y-Y transformer, grounded through neutral impedances, displays per-unit sequence networks akin to those of a single-phase ideal transformer when subjected to balanced positive- or negative-sequence currents. These currents do not produce neutral currents, and their associated voltage drops.
Zero-sequence currents, which are identical in magnitude and phase, generate a neutral current, resulting in voltage drops across the neutral impedance and the low-voltage winding. If the...
404

You might also read

Related Articles

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

Sort by
Same journal

Effects of audio guided loving kindness meditation on psychological well being and laboratory stress responsiveness in healthy university students.

Scientific reports·2026
Same journal

Adaptive cognitive driven cross modal network for few shot fine grained recognition.

Scientific reports·2026
Same journal

Tegoprazan-based dual therapy versus bismuth-containing quadruple therapy for Helicobacter pylori eradication: a prospective, multicenter, open-label, non-inferiority, randomized controlled trial.

Scientific reports·2026
Same journal

Primary tumor resection prior to peptide receptor radionuclide therapy is associated with improved survival in metastatic gastroenteropancreatic neuroendocrine tumors: a systematic review and meta-analysis.

Scientific reports·2026
Same journal

Sleep duration among medical students and its association with bronchial asthma, anxiety, and depression.

Scientific reports·2026
Same journal

MGMT deficiency augments STING-mediated inflammatory responses accompanied by metabolic alterations in macrophages.

Scientific reports·2026

Related Experiment Video

Updated: Jan 8, 2026

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments
13:00

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments

Published on: January 23, 2017

10.3K

Contextual priority attention enables linear time sequence modeling in transformers.

Karim Ben Khaled1,2, Davy Monticolo3,4

  • 1University of Lorraine, Nancy, France. karim.ben-khaled@univ-lorraine.fr.

Scientific Reports
|December 17, 2025
PubMed
Summary

Contextual Priority Attention (CPA) offers a novel solution for Transformer models, reducing computational complexity for long sequences. This efficient attention mechanism achieves linear scaling and maintains performance, paving the way for more capable large language models.

Related Experiment Videos

Last Updated: Jan 8, 2026

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments
13:00

Measuring Attention and Visual Processing Speed by Model-based Analysis of Temporal-order Judgments

Published on: January 23, 2017

10.3K

Area of Science:

  • Artificial Intelligence
  • Natural Language Processing
  • Machine Learning

Background:

  • Transformer models, foundational in NLP, face computational limitations due to the quadratic complexity of self-attention, hindering their use with long sequences.
  • Existing efficient attention mechanisms often approximate the full attention matrix, potentially sacrificing performance.
  • There is a need for attention mechanisms that scale efficiently with sequence length without compromising contextual understanding.

Purpose of the Study:

  • To introduce Contextual Priority Attention (CPA), a novel attention mechanism designed to overcome the quadratic complexity of standard self-attention in Transformer models.
  • To theoretically and empirically demonstrate CPA's ability to achieve linear computational scaling while preserving essential contextual modeling capabilities.
  • To evaluate CPA's effectiveness on various NLP tasks, particularly those involving long sequences.

Main Methods:

  • Developed CPA, a global-context-driven priority system that computes a Global Context Vector (GCV) to guide sparse attention allocation.
  • Implemented CPA in the encoder of encoder-decoder architectures, retaining standard attention in the decoder for sequence-to-sequence tasks.
  • Conducted theoretical analysis and extensive experiments on language understanding, translation, and long document tasks (8K+ tokens).

Main Results:

  • CPA theoretically reduces computational complexity from O(n^2) to O(n), with experimentally observed linear scaling.
  • CPA achieves performance comparable to standard self-attention across various tasks.
  • On long-sequence benchmarks, CPA outperforms traditional Transformers and other efficient attention variants, using significantly fewer computational resources.

Conclusions:

  • CPA offers a substantial efficiency improvement over standard self-attention for Transformer models, particularly for long sequences.
  • The findings suggest that pairwise token interactions might not be essential for effective contextual modeling, challenging existing assumptions.
  • CPA presents a promising direction for developing more efficient and scalable large-scale language models.