-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (96 loc) · 5.92 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
<!DOCTYPE HTML>
<html>
<head>
<title>Workshop on Machine Learning for Signal Processing in Wireless Communications, Sensing and Radar</title>
<meta name="description" content="website description" />
<meta name="keywords" content="machine learning, signal processing, communications, sensing, radar, ijcai, workshop" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html"><span class="logo_colour">Workshop on Machine Learning for Signal Processing in Wireless Communications, Sensing and Radar</span></a></h1>
<!-- <h2>Simple. Contemporary. Website Template.</h2> -->
</div>
</div>
<nav>
<div id="menu_container">
<ul class="sf-menu" id="nav">
<li><a href="http://www.ijcai19.org">IJCAI 2019</a></li>
<li><a href="submissions.html">Submissions</a>
<li><a href="dates.html">Dates</a>
<li><a href="keynotes.html">Keynote Speakers</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="committee.html">Committees</a>
<li><a href="#proceedings">Proceedings</a></li>
</ul>
</div>
</nav>
</header>
<div id="site_content">
<div id="sidebar_container">
<div class="sidebar">
<h3>Latest News</h3>
<hr>
<h4>Submission deadline <b>extended to May 17</b></h4>
<hr>
<h4>Submission deadline <b>extended to May 10</b></h4>
<hr>
<h4>Easychair Submission Site is <a href="https://easychair.org/conferences/?conf=wmlspwicsrijcai2019">live</a></h4>
<h5></h5>
<hr>
<h4>Workshop Date: August 11, 2019</h4>
<h5></h5>
<hr>
<h4>Website Launched</h4>
<h5>February 28, 2019</h5>
</div>
</div>
<div class="content">
<h2>Welcome to the Workshop on Machine Learning for Signal Processing in Wireless Communications, Sensing and Radar at IJCAI 2019 in Macao, China</h2>
<p>Artificial Intelligence (AI) and Machine Learning (ML) approaches, well known from Computer Science disciplines, are beginning to emerge in the RF Signal Processing, Communications and Networking domains. However, there are various challenges arising in the application of Machine Learning to RF signals, such as inherently high data rates, sensitivity to environmental effects (noise, multi-path, interference etc), presence of multi-scale features in both frequency and time domains, to name a few. Also, in contrast to the image and text processing domains, the scarcity of large public repositories of standardized RF signal data makes it harder for academic and industry researchers to test and validate their algorithms in a robust, reproducible, and scalable fashion. The goal of this workshop is to bring together researchers from the RF Signal Processing and Machine Learning communities, showcase state-of-the-art Machine Learning approaches applicable in the RF domain, and provide a forum for discussing cross-disciplinary ideas to address present and future challenges.</p>
<p>Topics of interest include, but are not limited to:
<ul>
<li>Machine Learning for blind channel and signal characterization</li>
<li>Machine Learning for source separation</li>
<li>Machine Learning for RF signal classification</li>
<li>Machine Learning for cognitive radio communications, for instance spectrum awareness, or ptimization of spectrum usage dynamics and spectrum access control</li>
<li>Quality of unsupervised learning with corrupted, censored and missing spectrum sensing samples</li>
<li>Privacy-preserving Machine Learning for cognitive radio communications, for instance in 5G cellular networks </li>
<li>Machine Learning for RF-based geo-location </li>
<li>Distributed learning in collaborative autonomous networked multi-agent systems </li>
<li>Adversarial Machine Learning techniques applied to RF systems </li>
<li>Machine Learning techniques for RF systems security </li>
<li>Reinforcement learning in wireless communication and sensor networks</li>
<li>Transfer Learning for wireless communication and sensor networks</li>
<li>Visual analysis of learned features in Deep Learning for RF signal processing </li>
<li>Machine Learning techniques for communications and sensing convergence</li>
</ul>
</p>
</div>
</div>
<div id="scroll">
<a title="Scroll to the top" class="top" href="#"><img src="images/top.png" alt="top" /></a>
</div>
<footer>
<p>Copyright © CSS3_abstract | <a href="http://www.css3templates.co.uk">css3templates.co.uk</a></p>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
$('.top').click(function() {$('html, body').animate({scrollTop:0}, 'fast'); return false;});
});
</script>
</body>
</html>