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

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

441
Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
441
Gaussian Elimination: Problem Solving01:30

Gaussian Elimination: Problem Solving

324
Systems of linear equations in several variables are pivotal in modeling complex scenarios involving multiple unknowns and constraints. Such systems are widely used in various fields to represent relationships where several conditions must be simultaneously satisfied. Each variable in the system corresponds to an unknown quantity, while each equation imposes a linear constraint, leading to a structured approach for analyzing and solving real-world problems.A system of three equations with three...
324
Fast Decoupled and DC Powerflow01:24

Fast Decoupled and DC Powerflow

963
The fast decoupled power flow method addresses contingencies in power system operations, such as generator outages or transmission line failures. This method provides quick power flow solutions, essential for real-time system adjustments. Fast decoupled power flow algorithms simplify the Jacobian matrix by neglecting certain elements, leading to two sets of decoupled equations:
963
Linearization and Approximation01:26

Linearization and Approximation

236
Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
236
Methods of Medium Optimization01:28

Methods of Medium Optimization

74
Optimizing growth media enhances microbial proliferation and maximizes product yield. Statistical experimental design methodologies provide structured and reproducible approaches, offering progressively higher levels of robustness and efficiency.The One-Factor-at-a-Time (OFAT) MethodThe One-Factor-at-a-Time (OFAT) method involves adjusting a single variable while keeping all others constant. However, it cannot detect interactions between variables, often leading to suboptimal outcomes when...
74
Application of Linearization and Approximation01:29

Application of Linearization and Approximation

193
A drone flying through complex terrain often relies on more than one sensing method to estimate small changes in altitude. Along with direct measurements, air pressure provides a useful indirect indicator of vertical movement. Atmospheric pressure decreases as altitude increases, and this relationship is commonly described using an exponential model. Although accurate, converting pressure measurements into altitude values requires calculations that are too complex to perform repeatedly during...
193

You might also read

Related Articles

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

Sort by
Same author

Holistic Invariant Retracing for Distortion-Resilient Multi-Modal Learning in Spatial Transcriptomics.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

Demonstration of efficient predictive surrogates for large-scale quantum processors.

Nature communications·2026
Same author

A DeepSeek-powered AI system for automated chest radiograph interpretation in clinical practice.

Nature communications·2026
Same author

NoisePO: Efficient Semantic Noise Generation and Ranking for Diffusion-Based Text-to-Image Synthesis.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same author

Stability and Generalization for Distributed SGDA.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

SPAgent: Adaptive Task Decomposition and Model Selection for General Video Generation and Editing.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

Analysis of strength degradation of coal and rock masses and stability of mined areas under long term immersion environment.

PloS one·2026
Same journal

Biogenic Silver-Selenium nanocomposite with anticancer activity and potent efficacy against vancomycin-resistant Staphylococcus aureus.

PloS one·2026
Same journal

Preparation and physicochemical characterization of a biodegradable chitosan/carboxymethyl cellulose hydrogel synthesized in NaOH/urea medium.

PloS one·2026
Same journal

Action-guilt, survivor-guilt, and depression in combat-related PTSD.

PloS one·2026
Same journal

Explainable machine learning for predicting activities of daily living at discharge in stroke patients: A retrospective study using SHAP interpretability.

PloS one·2026
Same journal

Deep learning based two-way feature depiction model for brain tumor detection.

PloS one·2026
See all related articles

Related Experiment Videos

Limited-memory fast gradient descent method for graph regularized nonnegative matrix factorization.

Naiyang Guan1, Lei Wei, Zhigang Luo

  • 1National Key Laboratory of Parallel and Distributed Processing, School of Computer Science, National University of Defense Technology, Changsha, Hunan, China.

Plos One
|November 9, 2013
PubMed
Summary
This summary is machine-generated.

This study introduces a faster Limited-memory Fast Gradient Descent (L-FGD) method for Graph Regularized Nonnegative Matrix Factorization (GNMF). L-FGD improves computational efficiency and convergence speed compared to existing methods like Multiplicative Update Rule (MUR) and Multiple Fast Gradient Descent (MFGD).

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Data Mining
  • Optimization Algorithms

Background:

  • Graph Regularized Nonnegative Matrix Factorization (GNMF) is crucial for preserving data structure.
  • Traditional Multiplicative Update Rule (MUR) for GNMF suffers from slow convergence.
  • Existing Multiple Fast Gradient Descent (MFGD) methods face high computational costs due to dense Hessian matrices.

Purpose of the Study:

  • To propose an efficient Limited-memory Fast Gradient Descent (L-FGD) method for optimizing GNMF.
  • To address the computational inefficiencies of MFGD in GNMF.
  • To enhance the convergence speed and practical performance of GNMF algorithms.

Main Methods:

  • Developed an L-FGD method utilizing the Limited-memory Broyden–Fletcher–Goldfarb–Shanno (L-BFGS) algorithm.
  • L-FGD approximates the inverse Hessian-gradient product for optimal step-size determination.
  • Evaluated L-FGD's clustering performance on face image (ORL, PIE) and text (Reuters, TDT2) datasets using KL-divergence.

Main Results:

  • L-FGD demonstrates superior efficiency compared to MFGD and MUR on real-world datasets.
  • Experimental results confirm the effectiveness of L-FGD in optimizing KL-divergence based GNMF.
  • The proposed L-FGD method achieves competitive or improved clustering performance.

Conclusions:

  • L-FGD offers a computationally efficient and effective approach for GNMF optimization.
  • The method successfully overcomes the limitations of previous GNMF optimization techniques.
  • L-FGD is a promising alternative for tasks requiring fast and accurate matrix factorization with graph regularization.