-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshops.html
369 lines (315 loc) · 17.5 KB
/
workshops.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
<!DOCTYPE html>
<html lang="en">
<head>
<title> BDA 2024 - UOH </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" media="all" href="CSS/committee.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
}
.dropdown-item:hover {
background-color: maroon;
}
@media only screen and (max-width: 849px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%px;
width: 100%;
}
.header-text {
font-size: 13px;
text-shadow: 2.2px 2.2px 5px black;
}
.header-main {
font-size: 15px;
text-shadow: 2.2px 2.2px 5px black;
}
}
@media only screen and (min-width: 850px) {
.para {
font: 11px !important;
}
.carousel-caption {
padding-top: 10px !important;
padding-bottom: 0px !important;
}
.carousel-image {
height: 100%;
width: 100%;
}
.header-text {
font-size: 25px;
text-shadow: 4px 4px 5px black;
}
.header-main {
font-size: 30px;
text-shadow: 4px 4px 5px black;
}
}
.side-container {
position: absolute;
right: 10%;
left: 60%;
}
.bide-container {
position: absolute;
right: 45%;
left: 8%;
}
.abide-container {
right: 45%;
left: 8%;
}
p {
text-align: justify; /* Justify the text */
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-tag">
<div class="" id="navbarNav"></div>
<ul class="navbar-nav container unordered-list">
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="index.html" style="color: white!Important">Home
</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Committees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="organizing_committee.html" style="color: white!Important">Organizing committee</a>
<a class="dropdown-item" href="steering_committee.html" style="color: white!Important">Steering committee</a>
<a class="dropdown-item" href="program_committee.html" style="color: white!Important">Program committee</a>
</div>
</li>
<li class="nav-item nav-list">
<a class="nav-link nav-link-tag" href="speakers.html" style="color: white!Important">Speakers</a>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Calls For
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="cfp.html" style="color: white!Important">Call For Research Papers</a>
<a class="dropdown-item" href="cft.html" style="color: white!Important">Call For Tutorials</a>
<a class="dropdown-item" href="cfw.html" style="color: white!Important">Call For Workshops</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
For Authors
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="paper_submission.html" style="color: white!Important">Paper Submission</a>
<a class="dropdown-item" href="important_dates.html" style="color: white!Important">Important Dates</a>
<a class="dropdown-item" href="camera_ready.html" style="color: white!Important">Camera-Ready instructions</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Program Schedule
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="conference_schedule.html" style="color: white!Important">Conference Schedule</a>
<a class="dropdown-item" href="accepted_papers.html" style="color: white!Important">Accepted Papers</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Attendees
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="registration.html" style="color: white!Important">Registration</a>
<a class="dropdown-item" href="accommodation.html" style="color: white!Important">Accommodation</a>
<a class="dropdown-item" href="venue.html" style="color: white!Important">Venue</a>
</div>
</li>
<li class="nav-item nav-list dropdown">
<a class="nav-link nav-link-tag dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" style="color: white!Important">
Workshops & Tutorials
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"
style=" background-color: maroon!Important; ">
<a class="dropdown-item" href="workshops.html" style="color: white!Important">Workshops</a>
<a class="dropdown-item" href="tutorials.html" style="color: white!Important">Tutorials</a>
</div>
</li>
</ul>
</div>
</nav>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Workshops Schedule">
<meta itemprop="description" content="Workshops Schedule">
<div class="page__inner-wrap">
<header>
<!-- <h1 id="page-title" class="page__title" itemprop="headline">Workshops Schedule -->
<!-- </h1> -->
</header>
<section class="page__content" itemprop="text">
<h2>Workshop at BDA 2024</h2>
<p>The following two workshops are selected by the workshop chairs.</p>
<h3 style="color: lightcoral;">Workshop 1 </h3>
<h3> Title: GenAI-Driven Big Data Innovations in the Edge-Cloud Continuum</h3>
<h4>Objective & Scope</h4>
<p>The objective of the workshop "GenAI-Driven Big Data Innovations in the Edge-Cloud Continuum" is to provide a comprehensive platform for researchers, practitioners, and
industry experts to exchange knowledge and insights on the integration of Generative AI with big data
within the edge-cloud continuum. The workshop aims to highlight cutting-edge techniques,
innovative solutions, and practical applications that enhance AI workload optimization, secure data
handling, and real-time data processing across the computing continuum. By facilitating discussions
on advanced algorithms, orchestration tools, and deployment strategies, the workshop seeks to
drive advancements in the field and foster collaboration among attendees to address the challenges
and opportunities in leveraging GenAI for big data across edge and cloud environments.</p>
<h4>Description</h4>
<p>The workshop on "GenAI-Driven Big Data Innovations in the Edge-Cloud Continuum"
focuses on the latest advancements in the integration of Generative AI (GenAI) with big data,
emphasizing the practical and theoretical aspects of deploying AI solutions across the edge-cloud
continuum. This workshop will explore various techniques and algorithms, including advances in
Generative Adversarial Networks (GANs) and Variational Autoencoders (VAEs), as well as their
applications in data synthesis and augmentation. Attendees will gain insights into the design and
implementation of edge AI solutions, the optimization of AI workloads on edge devices, and scalable
AI/ML model deployment in the cloud. Additionally, the workshop will address key challenges such
as secure data handling, privacy-preserving machine learning, real-time data processing, and fault-
tolerant AI systems, especially in the edge-cloud continuum. By bringing together experts and
practitioners, this workshop aims to facilitate discussions on the effective orchestration of AI tasks,
the use of containerization and microservices, and the implementation of security measures to
ensure robust and efficient AI applications in edge-cloud environments.</p>
<h4>Topics of Interest</h4>
<ul>
<li>Generative AI Techniques and Algorithms</li>
<li>Advances in Generative Adversarial Networks (GANs)</li>
<li>Variational Autoencoders (VAEs) for Big Data</li>
<li>Data Synthesis and Augmentation using GenAI</li>
<li>Design and Implementation of Edge AI Solutions</li>
<li>Optimizing AI Workloads on Edge Devices</li>
<li>Scalable AI/ML Model Deployment in the Cloud</li>
<li>Serverless Computing for Big Data and AI</li>
<li>Use of AI in Seamless Integration of Edge and Cloud Resources</li>
<li>AI/ML Model Training and Deployment on distributed computing continuum</li>
<li>Secure Data Handling in Edge-Cloud Systems</li>
<li>Privacy-Preserving Machine Learning Techniques</li>
<li>Stream Processing and Real-time Data Insights</li>
<li>Low-latency AI Applications in Edge-Cloud Settings</li>
<li>Successful Implementations of GenAI in Industry</li>
<li>Tools for Building and Deploying GenAI Models</li>
<li>Strategies for Building Fault-Tolerant AI Systems</li>
<li>Techniques for Orchestrating AI Tasks across Edge and Cloud</li>
<li>Orchestration Tools and Platforms (e.g., Kubernetes, Docker)</li>
<li>Scheduling Algorithms for Optimized AI Processing</li>
<li>Containerization and Microservices for AI</li>
<li>Tools for Monitoring AI Applications and Implementing Effective Logging Mechanisms</li>
<li>Data Orchestration and Workflow Management</li>
<li>Managing AI Data Pipelines across Edge and Cloud</li>
<li>Implementing Security Orchestration, Automation, and Response (SOAR) for AI Systems</li>
</ul>
<h4>Target Audience</h4>
<ul>
<li><strong>Researchers and Academics:</strong> Scholars and students specializing in AI, machine learning, data science, and edge-cloud computing.</li>
<li><strong>Students and Enthusiasts:</strong> Graduate and postgraduate students, as well as tech enthusiasts eager to learn about the latest trends and network with professionals in the field.</li>
<li><strong>Industry Professionals:</strong> Engineers, data scientists, and IT professionals working in the fields of AI, GenAI, cloud computing, edge computing, big data analytics, and IoT.</li>
</ul>
<!-- <h5>Expected Number of Attendees: 40 </h5> -->
<!-- <h5>Expected Number of Presentations: 6 </h5> -->
<h4>Workshop Organizers</h4>
<div class="contact-info">
<p>Name: Chinmaya Dehury<br>
Email: <a href= "mailto: dehury@ut.ee"> dehury@ut.ee </a><br>
Address: Univerity of Tartu, Estonia<br>
Webpages: <a href="https://kodu.ut.ee/~dehury/">https://kodu.ut.ee/~dehury/</a>
</p>
</div>
<!-- <h4>Program Committee Members (tentative)</h4>
-TBA-
<h4>Workshop Format</h4>
<p>Duration: Half-day<br>
<h4>Tentative Timeline</h4>
<div class="timeline">
<p>Workshop paper submission deadline: November 1, 2024<br>
Notification of workshop paper acceptance: November 10, 2024<br>
Submission of camera-ready: November 15, 2024
</p>
</div>
<h4>Submission Guidelines</h4>
<p>Authors are required to submit fully formatted, original papers (in PDF format) via [link will be provided soon]. All workshop papers are limited to no more than 6 pages, including references, in the IEEE format aligned with the BDA 2024 main conference guidelines. Each submission must be written in English, accompanied by a 75 to 200 words abstract that clearly outlines the scope and contributions of the paper. Papers exceeding 6 pages will not be accepted. At least one author of each accepted paper is required to register for the workshop.</p> -->
<h4><strong>For more details and submission guidelines, please visit <a href="https://kodu.ut.ee/~dehury/workshop/gAI-BDEC2.html">>>Here<<</a> </strong></h4>
<br>
<h3 style="color: lightcoral;">Workshop 2 </h3>
<h3> Title: Secure, Reliable, and Ethical Generative AI Implementation</h3>
<h4>Objective & Scope</h4>
<p>This workshop invites innovative ideas to present around the implementation of a secure, reliable, and ethical GenAI solution for any organization and/or business requirements, across any domain. We welcome original research ideas that focus on various considerations and implementation aspects of a GenAI implementation.</p>
<h4>Description</h4>
<p>Generative Artificial Intelligence (GenAI) technology, with its ability to learn ubiquitously from all available sources, poses unique challenges in terms of ethics, privacy, reliability, and potential misuse. These challenges make it mandatory for Gen AI systems to have well-defined boundaries, principles, and controls in the form of various guardrails. With the increasing adoption of GenAI solutions across industries, it is imperative to put in place various checks and bounds for secure and reliable GenAI implementation. This industry workshop focuses on those aspects of GenAI implementation.</p>
<h4>Topics of Interest</h4>
<ul>
<li>Security, Data Privacy and Legal considerations in GenAI adoption</li>
<li>Considerations for a Reliable GenAI implementation</li>
<li>Effectiveness of GenAI Guardrails</li>
<li>Transparency and Explainability of GenAI output</li>
<li>Prevention of Bias and Discriminatory data in training corpus</li>
<li>Prevention of Hallucination in GenAI outcome</li>
<li>Measurement of Accuracy of GenAI content</li>
<li>Considerations on Regulatory requirements, Intellectual Property Rights</li>
</ul>
<h4>Target Audience</h4>
<p>Researchers and Academics working in AI and GenAI, Students and Enthusiasts interested in GenAI technology, and Industry Professionals working in GenAI implementation.</p>
<!-- <h5>Expected Number of Attendees 6 - 7 </h5> -->
<!-- <h5>Expected Number of Presentations 6 </h5> -->
<h4>Workshop Organizers</h4>
<div class="contact-info">
<p>Name: Tathagata Chakrabarty<br>
Email: <a href= "mailto: ch.tatha@gmail.com"> ch.tatha@gmail.com </a><br>
Address: TCS, Lucknow</p>
</div>
<h4>Program Committee Members (tentative)</h4>
<ul>
<li>Name: Dr. Mainak Adhikari | University: IISER Thiruvananthapuram | Country: India</li>
<li>Name: Dr. Dhananjoy Dey | University: IIIT Lucknow | Country: India</li>
<li>Name: Ajay Vaidya | Organization: Tata Consultancy Services | Country: India</li>
</ul>
<h4>Workshop Format</h4>
<p>Duration: Half-day<br>
Structure:</p>
<ul>
<li>6 presentations, 20-30 min each</li>
<li>Technical Panel Discussion: 1 Hour</li>
</ul>
<h4>Tentative Timeline</h4>
<div class="timeline">
<p>Workshop paper submission deadline: November 15, 2024<br>
Notification of workshop paper acceptance: November 25, 2024</p>
</div>
<h4>Submission Guidelines</h4>
<p>Authors are required to submit fully formatted, original papers (in PDF format) via [link will be provided soon]. All workshop papers are limited to no more than 6 pages, including references, in the IEEE format aligned with the BDA 2024 main conference guidelines. Each submission must be written in English, accompanied by a 75 to 200 words abstract that clearly outlines the scope and contributions of the paper. Papers exceeding 6 pages will not be accepted. At least one author of each accepted paper is required to register for the workshop.</p>
<br><br>
</section>
</article>
</body>
</html>