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

Gradient Vectors and Their Applications01:19

Gradient Vectors and Their Applications

Every point on a topographical map corresponds to a particular elevation, so the landscape can be modeled as a surface whose height depends on horizontal position. From any given location, a hiker may face infinitely many directions, but only one direction produces the fastest possible increase in elevation. This unique route is called the direction of steepest ascent, and in multivariable calculus, it is represented by the gradient vector of the elevation function.The gradient vector points...
Regression Analysis01:11

Regression Analysis

Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Gaussian Elimination: Problem Solving01:30

Gaussian Elimination: Problem Solving

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...
Regression Toward the Mean01:52

Regression Toward the Mean

Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when researchers try to extrapolate results...
Application of Linearization and Approximation01:29

Application of Linearization and Approximation

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...
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...

You might also read

Related Articles

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

Sort by
Same author

High-Quality Entity Segmentation and Grounding.

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

Discrete Tokenization for Multimodal LLMs: A Comprehensive Survey.

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

StarIR: Convolutional Image Restoration With Spatial-Frequency Fusion.

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

Editing 3D Scenes via Text Prompts Without Retraining.

IEEE transactions on visualization and computer graphics·2026
Same author

DrivingGaussian++: Toward Realistic Reconstruction and Editable Simulation for Surrounding Dynamic Driving Scenes.

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

DC-SAM: In-Context Segment Anything in Images and Videos via Dual Consistency.

IEEE transactions on pattern analysis and machine intelligence·2025
Same journal

Change-Prior-Guided Unsupervised Change Detection of Heterogeneous Remote Sensing Images.

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

AgonicDreamer: Enhancing Multi-View Consistency in Text-to-3D Generation via Rectified Score Distillation.

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

BiCM-Prompt: Bidirectional Cross-Modal Prompt Tuning for Class-Incremental Learning on Multisource Remote Sensing Images.

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

GoP-based Quality Enhancement on Video Compression.

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

Align then Tensorize: Multi-Level Consistent Anchor Graph Learning for Scalable Multi-View Clustering.

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

Beyond Fidelity: Diverse Image Synthesis via Retrieval-Augmented Diffusion.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
See all related articles

Related Experiment Video

Updated: Jun 10, 2026

Generating the Transcriptional Regulation View of Transcriptomic Features for Prediction Task and Dark Biomarker Detection on Small Datasets
03:37

Generating the Transcriptional Regulation View of Transcriptomic Features for Prediction Task and Dark Biomarker Detection on Small Datasets

Published on: March 1, 2024

Online sparse Gaussian process regression and its applications.

Ananth Ranganathan1, Ming-Hsuan Yang, Jeffrey Ho

  • 1Honda Research Institute, Mountain View, CA 94041, USA. aranganathan@honda-ri.com

IEEE Transactions on Image Processing : a Publication of the IEEE Signal Processing Society
|August 19, 2010
PubMed
Summary
This summary is machine-generated.

We introduce an efficient online sparse matrix Gaussian process (OSMGP) algorithm for machine learning. This method enables fast, accurate head pose estimation and visual tracking with online hyperparameter learning.

Related Experiment Videos

Last Updated: Jun 10, 2026

Generating the Transcriptional Regulation View of Transcriptomic Features for Prediction Task and Dark Biomarker Detection on Small Datasets
03:37

Generating the Transcriptional Regulation View of Transcriptomic Features for Prediction Task and Dark Biomarker Detection on Small Datasets

Published on: March 1, 2024

Area of Science:

  • Computer Vision
  • Machine Learning
  • Statistical Modeling

Background:

  • Gaussian processes (GPs) are powerful probabilistic models but can be computationally intensive.
  • Existing GP inference methods often struggle with large datasets and real-time applications.
  • Efficiently updating GP models with new data is crucial for online learning.

Purpose of the Study:

  • To develop a novel Gaussian process inference algorithm for efficient online learning.
  • To apply the new algorithm to real-world problems like head pose estimation and visual tracking.
  • To demonstrate the algorithm's efficiency, accuracy, and generalization capabilities.

Main Methods:

  • Introduced the online sparse matrix Gaussian processes (OSMGP) algorithm, leveraging sparse Gram matrices with local support kernels.
  • Utilized Givens rotations for efficient maintenance and updating of the sparse Cholesky factor.
  • Implemented matrix downdates for constant-time operations and online hyperparameter estimation.

Main Results:

  • Achieved linear time complexity for updates, scaling efficiently with dataset size.
  • Demonstrated constant-time operations using matrix downdates, enabling efficient data discarding.
  • Showcased robust and accurate performance in head pose estimation and visual tracking tasks.
  • Validated the algorithm's generalization ability through online learning experiments.

Conclusions:

  • The OSMGP algorithm offers a significant advancement in efficient Gaussian process inference.
  • Its online nature and computational efficiency make it suitable for real-time computer vision applications.
  • The method provides a scalable and accurate solution for dynamic learning tasks.