Book Chapter10.1007/978-3-030-40794-0_7
Sparse Feature Learning
Haitao Zhao,Zhihui Lai,Henry Leung,Xianyi Zhang +3 more
- 01 Jan 2020
- pp 103-133
4
TL;DR: In this chapter, some sparse representation problems with different norm regularizations are reviewed, and the classical sparse learning method, i.e., Lasso, and its variations are introduced, which reduce the affection caused by outliers and produce the sparsity of the outputs.
read more
Abstract: The traditional linear feature extraction methods focus l2, 1on data global structure information or data local structure information. Although these learning methods perform well in some real applications to some extent, they still have some limitations. In this chapter, some sparse representation problems with different norm regularizations are reviewed. Then the classical sparse learning method, i.e., Lasso, and its variations are introduced, which reduce the affection caused by outliers and produce the sparsity of the outputs. Some sparse feature learning methods based on generalized regression are presented, including generalized robust regression (GRR), robust jointly sparse regression (RJSR) and locally joint sparse marginal embedding (LJSME). These methods not only preserve the local structure but also enhance the model robustness due to using norm and feature selection. In addition, the traditional projection matrix is divided into a new representation, i.e., a projection matrix and an orthogonal rotation matrix, and thus the small-class problem can be overcome.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Gearbox Fault Diagnosis Based on One-dimension Residual Convolutional Auto-encoder
Zhou Xingkang,YU Jianbo +1 more
TL;DR: A new DNN, one-dimension residual convolutional auto-encoder (1DRCAE), is proposed for unsupervised learning and feature extraction from vibration signals, which significantly improves diagnosis accuracy of the gearbox fault.
24
ODCR: Orthogonal Decoupling Contrastive Regularization for Unpaired Image Dehazing
Zhongze Wang,Haitao Zhao,Jingchao Peng,Lujian Yao,Kaijie Zhao +4 more
- 16 Jun 2024
TL;DR: This paper proposes ODCR, a novel unpaired image dehazing method, utilizing orthogonal MLPs and a task-driven Depth-wise Feature Classifier to decouple haze-related and unrelated features, achieving superior performance on UID tasks.
6
Deep Learning-Based Detection of Penetration from Weld Pool Reflection Images
TL;DR: In this paper, the dot-structured laser images reflected from an oscillating weld pool surface were captured and used as input to a convolutional neural network (CNN) to determine weld joint penetration using machine learning techniques.
Evaluation of Hand Action Classification Performance Using Machine Learning Based on Signals from Two sEMG Electrodes
Hope O. Shaw,Kirstie Devin,Jing Tang,Liudi Jiang +3 more
- 09 Apr 2024
TL;DR: Signal processing and machine learning algorithms, specifically, linear discriminant analysis (LDA), k-nearest neighbors (KNN), and support vector machines (SVM), were used to study classification accuracies and a logarithmic relationship between classification accuracy and number of features was revealed.
References
Regularization and variable selection via the elastic net
Hui Zou,Trevor Hastie +1 more
TL;DR: It is shown that the elastic net often outperforms the lasso, while enjoying a similar sparsity of representation, and an algorithm called LARS‐EN is proposed for computing elastic net regularization paths efficiently, much like algorithm LARS does for the lamba.
Nonlinear dimensionality reduction by locally linear embedding.
Sam T. Roweis,Lawrence K. Saul +1 more
TL;DR: Locally linear embedding (LLE) is introduced, an unsupervised learning algorithm that computes low-dimensional, neighborhood-preserving embeddings of high-dimensional inputs that learns the global structure of nonlinear manifolds.
Robust Face Recognition via Sparse Representation
TL;DR: This work considers the problem of automatically recognizing human faces from frontal views with varying expression and illumination, as well as occlusion and disguise, and proposes a general classification algorithm for (image-based) object recognition based on a sparse representation computed by C1-minimization.
Signal Recovery From Random Measurements Via Orthogonal Matching Pursuit
Joel A. Tropp,Anna C. Gilbert +1 more
TL;DR: It is demonstrated theoretically and empirically that a greedy algorithm called orthogonal matching pursuit (OMP) can reliably recover a signal with m nonzero entries in dimension d given O(m ln d) random linear measurements of that signal.
Least angle regression
Bradley Efron,Trevor Hastie,Iain M. Johnstone,Robert Tibshirani,Hemant Ishwaran,Keith Knight,Jean-Michel Loubes,Jean-Michel Loubes,Pascal Massart,Pascal Massart,David Madigan,David Madigan,Greg Ridgeway,Greg Ridgeway,Saharon Rosset,Saharon Rosset,Ji Zhu,Robert A. Stine,Berwin A. Turlach,Sanford Weisberg +19 more
TL;DR: A publicly available algorithm that requires only the same order of magnitude of computational effort as ordinary least squares applied to the full set of covariates is described.