-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
669 lines (463 loc) · 18.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.30.2" />
<meta name="author" content="Yajie Yu">
<meta name="description" content="Ph.D. Candidate in Statistics">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github-gist.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/academicons.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
<link rel="stylesheet" href="/css/hugo-academic.css">
<link rel="stylesheet" href="/css/main.css">
<!-- <link rel="alternate" href="https://yajieyu.github.io/index.xml" type="application/rss+xml" title="Yajie Yu"> -->
<!-- <link rel="feed" href="https://yajieyu.github.io/index.xml" type="application/rss+xml" title="Yajie Yu"> -->
<!-- <link rel="icon" type="image/png" href="/img/icon.png"> -->
<link rel="icon" href="/img/icon.png" sizes="16x16" type="image/png">
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png">
<!-- <link rel="canonical" href="https://yajieyu.github.io/"> -->
<link rel="stylesheet" href="/css/iconfont.css">
<title>Yajie Yu</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Yajie Yu (余亚洁)</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#about" data-target="#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="/#publications" data-target="#publications">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a href="/#talks" data-target="#talks">
<span>Talks</span>
</a>
</li>
<li class="nav-item">
<a href="/#contact" data-target="#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="about" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person">
<div class="col-xs-12 col-md-4">
<div id="profile">
<div class="portrait" itemprop="image"
style="background-image: url('/img/portrait.png');">
</div>
<div class="portrait-title">
<h2 itemprop="name">Yajie Yu (余亚洁)</h2>
<h3 itemprop="jobTitle">Ph.D. Candidate in Statistics</h3>
<h3 itemprop="worksFor">Chongqing University</h3>
<h3 itemprop="worksFor">P.R. China (中华人民共和国)</h3>
</div>
<ul class="social-icon" aria-hidden="true">
<li>
<a href="mailto:[email protected]" target="_blank">
<i class="iconfont icon-email big-icon"></i>
</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=G5fgtO8AAAAJ" target="_blank">
<i class="iconfont icon-googlescholar"></i>
</a>
</li>
<li>
<a href="https://github.com/YZQ-1109" target="_blank">
<i class="iconfont icon-github-fill"></i>
</a>
</li>
<li>
<a href="https://www.researchgate.net/profile/Yajie-Yu-4" target="_blank">
<i class="iconfont icon-researchgate"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-8" itemprop="description">
<h1 id="about-me">About Me</h1>
<p>I am a Ph.D. Candidate at <a href="http://sci.cqu.edu.cn/" target="_blank"> College of Mathematics and Statistics, Chongqing University </a>.<p>
<!-- <p>Here is my <a href="https://" target="_blank">Curriculum Vitae</a>.</p> -->
<div class="row">
<div class="col-sm-6">
<h3>Interests</h3>
<ul class="ul-interests">
<li>Numerical Linear Algebra</li>
<li>Randomized Algorithms</li>
<li>Tensor Decompositions</li>
<li>Tensor Networks</li>
<li>Parallel Computing</li>
<li>High Dimensional Data Analysis</li>
<li>Numerical Optimizations</li>
<li>Quantum Computing</li>
</ul>
</div>
<div class="col-sm-6">
<h3>Education</h3>
<ul class="ul-edu fa-ul">
<li>
<i class="fa-li fa fa-graduation-cap"></i>
<div class="description">
<p class="course">Ph.D. in Statistics (博士在读/硕博连读,统计学), 2021-</p>
<p class="institution">College of Mathematics and Statistics, Chongqing University (重庆大学数学与统计学院)</p>
</div>
</li>
<li>
<i class="fa-li fa fa-graduation-cap"></i>
<div class="description">
<p class="course">Master in Statistics (硕士,统计学), 2019-2021</p>
<p class="institution">College of Mathematics and Statistics, Chongqing University (重庆大学数学与统计学院)</p>
</div>
</li>
<li>
<i class="fa-li fa fa-graduation-cap"></i>
<div class="description">
<p class="course">Bachelor in Financial Mathematics (本科,金融数学), 2015-2019</p>
<p class="institution">College of Mathematics and Statistics, Chongqing University (重庆大学数学与统计学院)</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- ####################################### -->
<section id="publications" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Recent Publications</h1>
<!-- <p>Peer-reviewed Research</p> -->
</div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul">
<!-- start -->
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Randomized Tensor Wheel Decomposition
</div>
<div >
M, Wang, Y. Yu and H. Li
</div>
<div >
SIAM Journal on Scientific Computing (2024)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://epubs.siam.org/doi/10.1137/23M1583934" target="_blank">
Paper
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
A Block-Randomized Stochastic Method with Importance Sampling for CP Tensor Decomposition
</div>
<div >
Y. Yu and H. Li
</div>
<div >
Advances in Computational Mathematics (2024), Preprint: arXiv:2103.04081 (2021)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://link.springer.com/article/10.1007/s10444-024-10119-6" target="_blank">
Paper
</a>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2103.04081" target="_blank">
arXiv
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Practical Sketching-Based Randomized Tensor Ring Decomposition
</div>
<div >
Y. Yu and H. Li
</div>
<div >
Numerical Linear Algebra with Applications (2024), Preprint: arXiv:2209.05647 (2022)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://onlinelibrary.wiley.com/doi/abs/10.1002/nla.2548" target="_blank">
Paper
</a>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2209.05647" target="_blank">
arXiv
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Practical Alternating Least Squares for Tensor Ring Decomposition
</div>
<div >
Y. Yu and H. Li
</div>
<div >
Numerical Linear Algebra with Applications (2024), Preprint: arXiv:2210.11362 (2022)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://onlinelibrary.wiley.com/doi/abs/10.1002/nla.2542" target="_blank">
Paper
</a>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2104.01101" target="_blank">
arXiv
</a>
<!-- <a class="btn btn-primary btn-outline btn-xs" href="/code/" target="_blank">
Code
</a> -->
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Tracking Tensor Ring Decompositions of Streaming Tensors
</div>
<div >
Y. Yu and H. Li
</div>
<div >
Preprint: arXiv:2307.00719 (2023)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2307.00719" target="_blank">
arXiv
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Block-Randomized Stochastic Methods for Tensor Ring Decomposition
</div>
<div >
Y. Yu, H. Li, J. Zhou
</div>
<div >
Preprint: arXiv:2303.16492 (2023)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2303.16492" target="_blank">
arXiv
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
Sketch-and-project methods for tensor linear systems
</div>
<div >
L. Tang, Y. Yu, Y. Zhang and H. Li
</div>
<div >
Numerical Linear Algebra with Applications (2023), Preprint: arXiv:2201.00667 (2022)
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="https://onlinelibrary.wiley.com/doi/abs/10.1002/nla.2470" target="_blank">
Paper
</a>
<a class="btn btn-primary btn-outline btn-xs" href="https://arxiv.org/abs/2201.00667" target="_blank">
arXiv
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ####################################### -->
<section id="talks" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-14 col-md-4 section-heading">
<h1>Talks</h1>
</div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul">
<!-- start -->
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
第十届CQSIAM年会, 重庆 (2024.05.25)
</div>
<div >
Practical Alternating Least Squares for Tensor Ring Decomposition, 矩降与计算数学分组, 优秀论文奖
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="/pdf/2024May25_CQSIAM_TRNEQR_YZQ.pdf" target="_blank">
Slides
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
智能计算与随机算法学术论坛, 重庆 (2023.09.23)
</div>
<div >
A Block-Randomized Stochastic Method with Importance Sampling for CP Tensor Decomposition
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="/pdf/2023Sep23_智能计算与随机算法学术论坛_YZQ.pdf" target="_blank">
Slides
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
第九届CQSIAM年会, 重庆 (2023.05.13)
</div>
<div >
A Block-Randomized Stochastic Method with Importance Sampling for CP Tensor Decomposition, 矩降与计算数学分组
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="/pdf/2023May13_CQSIAM_CP-IBRSGD_YZQ.pdf" target="_blank">
Slides
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
2022年江苏省研究生科学计算及其应用学术创新论坛, 南京/线上 (2022.09.25)
</div>
<div >
Practical Sketching- Based Randomized Tensor Ring Decomposition, B组, 三等奖
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="/pdf/2022Sep25_2022年江苏省研究生“科学计算及其应用”学术创新论坛_YZQ.pdf" target="_blank">
Slides
</a>
</p>
</li>
<li itemscope itemtype="http://schema.org/CreativeWork">
<i class="fa-li fa fa-file-text-o pub-icon" aria-hidden="true"></i>
<div class="paper-title">
第八届CQSIAM年会, 重庆 (2022.06.11)
</div>
<div >
Practical Sketching- Based Randomized Tensor Ring Decomposition, 矩降与计算数学分组
</div>
<p>
<a class="btn btn-primary btn-outline btn-xs" href="/pdf/2022Jun11_CQSIAM_YZQ.pdf" target="_blank">
Slides
</a>
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Contact</h1>
<!-- <p>Drop me a line</p>
--> </div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul">
<li>
<i class="fa-li iconfont icon-email fa-2x" aria-hidden="true"></i>
<span><a href="mailto:[email protected]">[email protected]</a></span>
</li>
<li>
<i class="fa-li iconfont icon-phone fa-2x" aria-hidden="true"></i>
<span>Contact by E-mail</span>
</li>
<li>
<i class="fa-li iconfont icon-address fa-2x" aria-hidden="true"></i>
<span>Chongqing University (Huxi Campus), 401331</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2023 Yajie Yu ·
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.4/TweenMax.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="/js/jquery-1.12.3.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/isotope.pkgd.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.1/imagesloaded.pkgd.min.js"></script>
<script src="/js/hugo-academic.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90792639-1', 'auto');
ga('send', 'pageview');
var links = document.querySelectorAll('a');
Array.prototype.map.call(links, function(item) {
if (item.host != document.location.host) {
item.addEventListener('click', function() {
var action = item.getAttribute('data-action') || 'follow';
ga('send', 'event', 'outbound', action, item.href);
});
}
});
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/python.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/shell.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/languages/bash.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
</script>
<script async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script>
</body>
</html>