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

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...
Fischer Projections02:18

Fischer Projections

Learning to draw Fischer projections of molecules and understanding their relevance plays a crucial role in the visual depiction of organic molecules. A Fischer projection is a two-dimensional projection on a planar surface to simplify the three-dimensional wedge–dash representation of molecules. This is especially helpful in the case of molecules with multiple chiral centers that can be difficult to draw. Here, all the bonds of interest are represented as horizontal or vertical lines. While...
Newman Projections02:06

Newman Projections

Different notations are used to represent the three-dimensional structure of molecules on two-dimensional surfaces. One of the most commonly used representations is the dash-wedge formula. The dashed wedges, solid wedges, and the plane lines indicate the groups situated behind the plane, coming out of the plane, and in the plane, respectively.
The organic molecules rotate across the single bonds leading to numerous temporary three-dimensional structures of varying energy known as conformers.
Vector Algebra: Method of Components01:08

Vector Algebra: Method of Components

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...
Extraction: Partition and Distribution Coefficients01:14

Extraction: Partition and Distribution Coefficients

The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an organic...
Outliers and Influential Points01:08

Outliers and Influential Points

An outlier is an observation of data that does not fit the rest of the data. It is sometimes called an extreme value. When you graph an outlier, it will appear not to fit the pattern of the graph. Some outliers are due to mistakes (for example, writing down 50 instead of 500), while others may indicate that something unusual is happening. Outliers are present far from the least squares line in the vertical direction. They have large "errors," where the "error" or residual is the vertical...

You might also read

Related Articles

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

Sort by
Same author

A Unified Framework for Pseudo-Supervised Clustering via Weighted Sample Aggregation.

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

Identification and isolation of spoilage microbes in conventional dark leafy green vegetable juice during cold storage.

Frontiers in microbiology·2026
Same author

Projection with mixed-size anchor graphs.

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

SimMTC: Simple Multi-View Tensor Clustering.

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

Unsupervised fine-tuning of vision-language models by fusing classifier tuning and visual prompt tuning.

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

IB2MC: Information Bottleneck Inspired Balanced Multiview Clustering.

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

Observer-based ADP for secure resource allocation in high-order nonlinear multi-agent systems under FDI attacks.

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

Concept mask-aware pruning and augmentation for few sample model compression.

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

Hindsight-based state space exploration via counterfactual intrinsic reward assignment.

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

Integrating visual and language cues via state space models for medical image segmentation.

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

DNA: Improving text-based person search through distillation learning, negated relation-aware learning, and augmented representation learning.

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

MCFusion-DDI: Multimodal cross-attention fusion of local-global features and latent drug associations for explainable DDI prediction.

Neural networks : the official journal of the International Neural Network Society·2026
See all related articles

Related Experiment Videos

Unsupervised feature selection via row-sparse local preserving projection.

Zhengguo Yang1, Xiran Li1, Ruiting Zhou1

  • 1School of Information Engineering and Artificial Intelligence, Lanzhou University of Finance and Economics, Lanzhou, 730020, Gansu, China; Gansu Key Laboratory of Smart Business, Lanzhou, 730020, Gansu, China.

Neural Networks : the Official Journal of the International Neural Network Society
|June 12, 2026
PubMed
Summary
This summary is machine-generated.

This study introduces Unsupervised Feature Selection via Row-Sparse Local Preserving Projection (UFSLP) for high-dimensional unlabeled data. UFSLP directly optimizes the ℓ2,0-norm for optimal feature selection, outperforming existing unsupervised methods.

Keywords:
Coordinate descent methodPrincipal component analysisRow-sparse local preserving projectionUnsupervised feature selectionℓ(2,0)-norm

Related Experiment Videos

Area of Science:

  • Machine Learning
  • Data Science
  • Computer Vision

Background:

  • Unsupervised dimensionality reduction is crucial for high-dimensional unlabeled data.
  • Local Preserving Projection (LPP) is a feature extraction method, while feature selection is also needed.
  • Existing LPP-based methods use approximations (ℓ2,p-norm) for feature selection, leading to suboptimal results.

Purpose of the Study:

  • To propose a novel unsupervised feature selection method, Unsupervised Feature Selection via Row-Sparse Local Preserving Projection (UFSLP).
  • To directly address the ℓ2,0-norm constraint for optimal feature subset selection.
  • To improve clustering accuracy and normalized mutual information in high-dimensional data.

Main Methods:

  • Developed UFSLP, an unsupervised feature selection method.
  • Preserves local neighborhood structure during feature selection.
  • Incorporates Principal Component Analysis (PCA) as a regularization term to balance local and global information.
  • Reformulates and solves the ℓ2,0-norm optimization problem using a coordinate descent method.

Main Results:

  • UFSLP effectively performs unsupervised feature selection.
  • The method balances local and global information.
  • Experiments show UFSLP outperforms state-of-the-art unsupervised feature selection methods on nine benchmark datasets.
  • Achieved superior clustering accuracy and normalized mutual information.

Conclusions:

  • UFSLP offers a robust solution for unsupervised feature selection.
  • Directly optimizing the ℓ2,0-norm leads to optimal feature subsets.
  • The proposed method demonstrates significant improvements in data clustering tasks.