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

Quadratic Models01:23

Quadratic Models

127
Quadratic models are mathematical representations used to describe relationships in which the rate of change changes at a constant rate. These models appear in a wide variety of natural and engineered systems, especially those involving motion, forces, and optimization. One common application is analyzing the vertical motion of objects influenced by gravity, such as a ball thrown into the air.In such scenarios, the object's height changes over time in a curved pattern, rising to a maximum point...
127
Improving Translational Accuracy02:07

Improving Translational Accuracy

13.9K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
13.9K
Improving Translational Accuracy02:07

Improving Translational Accuracy

3.5K
3.5K
Calibration Curves: Linear Least Squares01:20

Calibration Curves: Linear Least Squares

4.0K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
4.0K
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

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

Regression Toward the Mean

6.8K
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...
6.8K

You might also read

Related Articles

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

Sort by
Same author

Dataset Pruning: Reducing Training Data by Examining SGD-Influence.

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

COMBINER: Composed Image Retrieval Guided by Attribute-Based Neighbor Relations.

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

UniEmo: Unifying Emotional Understanding and Generation With Learnable Expert Queries.

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

SpaceEra++: A Unified Framework Towards 3D Spatial Reasoning in Video.

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

A Natural Language Guided Approach for Blind Face Restoration: Methodology and Dataset.

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

FRM-PTQ: Feature relationship matching enhanced low-bit post-training quantization for large language models.

Neural networks : the official journal of the International Neural Network Society·2026
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: Dec 29, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

933

Model Optimization Boosting Framework for Linear Model Hash Learning.

Xingbo Liu, Xiushan Nie, Quan Zhou

    IEEE Transactions on Image Processing : a Publication of the IEEE Signal Processing Society
    |February 8, 2020
    PubMed
    Summary
    This summary is machine-generated.

    Model Boost (MoBoost) enhances linear hashing for high-dimensional data by fusing multiple hash codes to improve accuracy without new constraints. This self-improvement framework offers more precise and stable performance with negligible costs.

    Related Experiment Videos

    Last Updated: Dec 29, 2025

    Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
    03:14

    Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

    Published on: December 6, 2024

    933

    Area of Science:

    • Computer Science
    • Machine Learning
    • Data Storage and Retrieval

    Background:

    • Efficient hashing is crucial for managing high-dimensional data like images and videos.
    • Linear models are common in hashing due to their efficiency, but often require complex objective functions for better accuracy.
    • Existing methods focus on adding constraints or penalties to linear models to capture data characteristics.

    Purpose of the Study:

    • To introduce a novel self-improvement framework, Model Boost (MoBoost), for linear-based hashing methods.
    • To enhance model parameter optimization without introducing additional constraints or penalty terms.
    • To improve the accuracy and stability of existing linear hashing techniques.

    Main Methods:

    • The MoBoost framework repeatedly applies a linear hashing method to generate multiple sets of hash codes for training samples.
    • Two novel fusion strategies are employed to combine these multiple hash codes into a single, unified set.
    • Two new criteria are proposed to evaluate the quality of hash bits during the fusion process.
    • New parameters for the linear hash function are learned based on the fused hash codes.

    Main Results:

    • The proposed MoBoost framework significantly improves the accuracy of linear-based hashing methods.
    • MoBoost achieves more precise and stable performance compared to original hashing methods.
    • The framework incurs negligible additional time and space costs.
    • Extensive experiments on four benchmark datasets validate the superior performance of MoBoost.

    Conclusions:

    • MoBoost offers a generalizable framework that can be adopted by various existing linear-based hashing methods.
    • The framework effectively enhances model parameter optimization for improved hashing performance.
    • MoBoost provides a cost-effective solution for achieving higher accuracy and stability in high-dimensional data retrieval.