-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
80 lines (72 loc) · 2.84 KB
/
Copy pathresearch.html
File metadata and controls
80 lines (72 loc) · 2.84 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Multerer Research</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="wrapper">
<!-- Header -->
<header>
<div class="profile">
<img src="resources/mm2020.jpg"
alt="Portrait of Michael Multerer"
width="160"
style="border-radius:50%">
<h1>Michael Multerer</h1>
<h3>Università della Svizzera italiana</h3>
<p class="view">
<a href="http://usi.to/3ps">http://usi.to/3ps</a>
</p>
</div>
<nav aria-label="Main navigation">
<ul>
<li><a href="index.html">CV</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="lecturenotes.html">Lecture Notes</a></li>
</ul>
</nav>
</header>
<!-- Main content -->
<main>
<section aria-labelledby="research-heading">
<h1 id="research-heading">Research</h1>
<h2>SNSF Starting grant: Multiresolution methods for unstructured data</h2>
<p>
Rapidly increasing unstructured data is omnipresent in our everyday lives.
Typical examples are data from social networks, text and audio data,
photos and videos, but also scientific measurements and simulation data.
Efficient processing and analysis of these data have become vital for our
society.
</p>
<p>
In <em>Multiresolution methods for unstructured data</em>, we develop novel and
fully discrete data-centric multiresolution approaches tailored to
unstructured data, focusing on efficient algorithms for computational
uncertainty quantification and adaptive strategies for active learning and
non-smooth data.
</p>
<p>
Results obtained in this project will be made available within the
software package FMCA
(<a href="https://github.com/muchip/fmca">https://github.com/muchip/fmca</a>).
</p>
<!--
<p>
I feel honored by the trust and the opportunity given by the
Swiss National Science Foundation to conduct this research.
I am confident that the project will be the starting point for
many future research endeavors and that it will strengthen
the position of USI as a research institution.
</p>
-->
</section>
</main>
</div>
</body>
</html>