没有合适的资源?快使用搜索试试~ 我知道了~
Dimensionality reduction with adaptive graph
2 下载量 145 浏览量
2021-02-09
15:23:22
上传
评论
收藏 431KB PDF 举报
温馨提示
Graph-based dimensionality reduction (DR) methods have been applied successfully in many practical problems, such as face recognition, where graphs play a crucial role in modeling the data distribution or structure. However, the ideal graph is, in practice, difficult to discover. Usually, one needs to construct graph empirically according to various motivations, priors, or assumptions; this is independent of the subsequent DR mapping calculation. Different<br>from the previous works, in this p
资源推荐
资源详情
资源评论
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![application/pdf](https://img-home.csdnimg.cn/images/20210720083512.png)
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![pptx](https://img-home.csdnimg.cn/images/20241231044947.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![application/pdf](https://img-home.csdnimg.cn/images/20210720083512.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![](https://csdnimg.cn/release/download_crawler_static/15154600/bg1.jpg)
1
Dimensionality Reduction with Adaptive Graph
1
Lishan Qiao
1
Limei Zhang
1
Songcan Chen
2,*
2
1
Department of Mathematics Science, Liaocheng University, 252000, Liaocheng, P.R. China
3
2
Department of Computer Science and Engineering, Nanjing University of Aeronautics & Astronautics,
4
210016, Nanjing, P.R. China
5
Abstract:
Graph-based dimensionality reduction (DR) methods have
6
been applied successfully in many practical problems such as face
7
recognition, where graph plays a crucial role with the aim of modeling the
8
data distribution or structure. However, the ideal graph is difficult to be
9
known in practice. Usually, one needs to construct graph empirically
10
according to various motivations, priors or assumptions, which is
11
independent of the subsequent DR mapping calculation. In this paper, we
12
instead attempt to learn a graph closely linking to DR process, and
13
propose an algorithm called Dimensionality Reduction with Adaptive
14
Graph (DRAG), whose idea is to, during seeking projection matrix,
15
simultaneously learn a graph in the neighborhood of a pre-specified one.
16
Moreover, the pre-specified graph is treated as a noisy observation of the
17
true one, and the square Frobenius divergence is used to measure their
18
difference in the objective function. As a result, we achieve an elegant
19
graph update formula which naturally fuses the original and transformed
20
data information. In particular, the optimal graph is shown to be a
21
weighted sum of the pre-defined graph in the original space and a new
22
graph depending on transformed space. Empirical results on several face
23
datasets demonstrate the effectiveness of the proposed algorithm.
24
Keywords:
Dimensionality reduction; Graph construction; Face
25
recognition
26
1.
Introduction
27
High-dimensional data exist pervasively, especially in pattern
28
recognition, machine learning, and some related fields such as image
29
*
Corresponding author: Tel: +86-25-84896481 Ext. 12221; Fax: +86-25-84892400; E-mail: s.chen@nuaa.edu.cn
(S. Chen)
![](https://csdnimg.cn/release/download_crawler_static/15154600/bg2.jpg)
2
retrieval, text classification, face verification, and so on. High dimensions
1
not only bring about expensive computation cost, but also result in the
2
so-called curse of dimensionality [1]. Dimensionality reduction (DR) is a
3
direct and effective approach for handling these issues by mapping data
4
into a low-dimensional space. To this day, researchers have developed
5
abundant DR algorithms [2-7] including linear vs. nonlinear, supervised
6
vs. unsupervised, global vs. local categories, etc. We recommend the
7
readers refer to [4, 8-9] for detailed developments of DR methods. In this
8
paper, we mainly focus on graph-based dimensionality reduction (GDR),
9
a kind of recently developed DR methods which reduce data dimensions,
10
while using graph as a tool to preserve some properties of the original
11
data.
12
At present, GDR has been becoming increasingly popular due to its
13
flexibility, effectiveness and tractability. The popular GDR methods
14
include ISOMAP [10], LLE [11], and Laplacian Eignmap [12], etc.,
15
which are non-linear and deal with the data lying on or nearby a manifold.
16
Empirical research [13] has shown that “such nonlinear techniques
17
perform well on selected artificial tasks, but that this strong performance
18
does not necessarily extend to real-world tasks”. More recently, there
19
appear linear versions of GDR methods, such as Locality Preserving
20
Projections (LPP) [2] and Neighborhood Preserving Embedding (NPE)
21
[3], which are verified to be more effective than their non-linear
22
counterparts in many practical applications [14]. In fact, current study [4]
23
has shown that most DR algorithms even including classical PCA and
24
LDA, can be unified within a common graph embedding framework
1
.
25
Moreover, different methods only correspond to different intrinsic and
26
penalty graphs, and thus, a “good” graph is essentially important to their
27
1
Of course, there exist many DR methods, such as independent component analysis, self-organizing feature
mapping, principal curve, which currently can not be nicely interpreted under such a framework. However, those
methods go beyond the main focus of this paper.
![](https://csdnimg.cn/release/download_crawler_static/15154600/bg3.jpg)
3
success.
1
However, in practice such a graph is generally unknown, and one needs
2
to specify graph empirically or learn it from data. For example, the
3
often-used graphs have k nearest neighbor graph and
ball
4
neighborhood graph, where some parameters, like k and
, are selected
5
empirically [15] or via neighborhood optimization [16]. More recently,
6
some researchers addressed graph construction by some novel strategies
7
including minimal spanning tree [17], b-matching [18], sparse
8
representation [19-21], and so on, but generally speaking, constructing a
9
high-quality graph is still an open problem[22].
10
In addition, a common point in the aforementioned strategies is that the
11
graph constructing process is independent of the subsequent tasks such as
12
projection learning for DR here. Instead, a recently-proposed DR
13
algorithm called Graph-optimized Locality Preserving Projections
14
(GoLPP) [23] attempts to learn a graph and a corresponding projection
15
matrix simultaneously in one single objective function, resulting in an
16
automatically-updated graph. Comparing with classical LPP which is
17
based on a pre-specified neighborhood graph, GoLPP has been
18
demonstrated to have superior performance on some public datasets [23].
19
However, the optimal graph in GoLPP depends heavily on the
20
transformed data, without making the best use of the original data
21
information. This easily leads to the instability of performance, especially
22
when encountering a “bad” projection/transform matrix. Figure 4 in
23
section 4 gives an intuitive illustration to this point.
24
To address this problem, in this paper, we propose a novel linear GDR
25
algorithm called
D
imensionality
R
eduction with
A
daptive
G
raph
26
(DRAG). The proposed method shares the graph optimization advantage
27
of GoLPP, while the original data information is embedded into the graph
28
optimization process. More concretely, during seeking a projection matrix,
29
剩余19页未读,继续阅读
资源评论
![avatar-default](https://csdnimg.cn/release/downloadcmsfe/public/img/lazyLogo2.1882d7f4.png)
![avatar](https://profile-avatar.csdnimg.cn/default.jpg!1)
weixin_38702945
- 粉丝: 9
- 资源: 964
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助
![voice](https://csdnimg.cn/release/downloadcmsfe/public/img/voice.245cc511.png)
![center-task](https://csdnimg.cn/release/downloadcmsfe/public/img/center-task.c2eda91a.png)
最新资源
- 制造业实战:如何用DeepSeek优化供应链预测(附设备维护案例).pdf
- 制造业实战:基于DeepSeek的智能质检模型私有化部署与产线数据训练指南.pdf
- 制造业极简指南:DeepSeek+传感器数据实现设备故障预警.pdf
- 证券行业:DeepSeek研报情绪分析模型的Prompt优化秘籍.pdf
- 制造业实战:DeepSeek智能质检模型部署与产线数据训练避坑手册.pdf
- 制造业私有化部署实战:DeepSeek低成本训练产线数据,实现智能质检方案落地.pdf
- 制造业效率革命:DeepSeek+工业数据分析实现故障预警90%准确率.pdf
- 制造业数字化转型:基于DeepSeek的自动化质检系统搭建全解析.pdf
- 制造业效率革命:基于DeepSeek-7B的工业质检模型训练指南(RTX3090显卡部署实录).pdf
- 制造业预测性维护:DeepSeek时序数据分析模型训练全流程.pdf
- 制造业预测性维护:DeepSeek时序数据分析实战,从传感器数据到设备寿命预测模型全链路解析.pdf
- 制造业知识库:用RAG技术构建设备维护问答系统.pdf
- 制造业知识库升级:三一重工工程师分享设备维修QA系统训练数据集构建.pdf
- 制造业知识图谱:DeepSeek在设备维修知识库中的迁移学习实践.pdf
- 制造业质量检测优化:DeepSeek视觉模型在缺陷识别中的迁移学习.pdf
- 制造业质量追溯:DeepSeek与PLC数据对接的异常检测模型构建.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)
安全验证
文档复制为VIP权益,开通VIP直接复制
![dialog-icon](https://csdnimg.cn/release/downloadcmsfe/public/img/green-success.6a4acb44.png)