-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (153 loc) · 10.6 KB
/
index.html
File metadata and controls
171 lines (153 loc) · 10.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SINRG</title>
<link rel="icon" href="/logo/SinrgLogoHead.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<!-- Header with Logos -->
<header class="header">
<a href="index.html">
<img class="lab-logo" src="/logo/SinrgLogoMain.png" alt="Lab Logo">
</a>
<div class="lab-name-mobile">SINRG</div>
<div class="lab-name"><span>Spatial</span> <span>I<span class="second-letter">n</span>telligence</span> <span>Research</span> <span>Group</span></div>
<!-- <div class="lab-name">Spatial Intelligence Research Group</div> -->
<img class="school-logo" src="/images/N-Motto Wordmark_PMSu_186+KO.png" alt="School Logo">
</header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link nav-link-selected" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/research/research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="/publications/publications.html">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="/people/people.html">People</a></li>
<li class="nav-item"><a class="nav-link" href="/courses/courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="/activities/activities.html">Activities</a></li>
<li class="nav-item"><a class="nav-link" href="/news/news.html">News</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<!-- <div class="container text-center mt-5">
<h1>Welcome to Spatial Intelligence Research Group (SINRG)</h1>
<h4>Innovating for a better future</h4>
</div> -->
<!-- Carousel Section -->
<div id="researchCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/Carousel/xr-overlays.jpg" class="d-block" alt="Research Highlight 5">
<div class="carousel-caption">
<h5>Multi-user XR Experiences: 3D Video Calls, Live Stage Overlays, Indoor and Outdoor Games</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/compression-abr.jpg" class="d-block" alt="Research Highlight 7">
<div class="carousel-caption">
<h5>Compression and Adaptive Streaming Algorithms for Emerging 3D Data Representations (e.g., RGB-D, Point Cloud, Mesh, NeRF, Splats)</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-netsys.jpg" class="d-block" alt="Research Highlight 6">
<div class="carousel-caption">
<h5>Designing Networked System Infrastructure for Immersive Multimedia: Processing, Distribution, and Rendering</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-glass-hud-prototype.jpg" class="d-block" alt="Research Highlight 8">
<div class="carousel-caption">
<h5>Open Source XR Glasses and Headsets: Trackers, Sensors, Displays, Optics, Microntrollers, Custom PCB, etc.</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/xr-wafer.png" class="d-block" alt="Research Highlight 1">
<div class="carousel-caption">
<h5>XRFab: Workforce Training in Seminconductor Manufacturing Environments in XR</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-nasa.jpg" class="d-block" alt="Research Highlight 2">
<div class="carousel-caption">
<h5>SIRIUS: An Interactive XR Space Suit System Designed to Optimize Astronaut Performance During Space Missions. </h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-industry.jpg" class="d-block" alt="Research Highlight 4">
<div class="carousel-caption">
<h5>Remote Assistance and Teleoperation for Industrial and Manufacturing Environments in XR</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-sports.jpg" class="d-block" alt="Research Highlight 3">
<div class="carousel-caption">
<h5>XRAI Coach: XR and Generative AI Integration for Enhanced Skill Learning in Sports</h5>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#researchCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#researchCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Research Areas Section -->
<div class="container">
<h2 class="title my-5">Our Research Areas</h2>
<div class="research-areas">
<div class="research-area">
<img src="images/theory.png" alt="Algorithms or Theory">
<h3>Theory</h3>
<p>Develop fundamental theory for 3D perception and scene understanding in XR: capture, compression, streaming, and rendering algorithms.</p>
<a href="/research/research.html#theory" target = "_blank" class="btn">Learn More</a>
</div>
<div class="research-area">
<img src="images/systems.png" alt="Systems">
<h3>Systems</h3>
<p>Design and deploy robust systems for the compute and network infrastructure: hardware and software prototypes for XR headsets and glasses.</p>
<a href="/research/research.html#systems" target = "_blank" class="btn">Learn More</a>
</div>
<div class="research-area">
<img src="images/applications.png" alt="Applications">
<h3>Applications</h3>
<p>Conduct translational research with XR apps addressing real-world societal, industrial, and environmental challenges: training, guidance, assistance.</p>
<a href="/research/research.html#apps" target = "_blank" class="btn">Learn More</a>
</div>
</div>
</div>
<section id="philosophy" style="padding: 4rem 2rem; background-color: #f9f9f9; font-family: 'Georgia', serif; line-height: 1.75; color: #333;">
<div style="max-width: 800px; margin: 0 auto;">
<h2 style="font-size: 2.5rem; margin-bottom: 2rem; text-align: center; color: #2c3e50; transition: color 0.3s ease;">
<span onmouseover="this.style.color='#2980b9'" onmouseout="this.style.color='#2c3e50'">On Spatial Intelligence</span>
</h2>
<p>Since the beginning of civilization, we have sought ways to understand and shape the space around us, from the geometry of stars to the architecture of cities and homes. These were not just acts of measurement, but expressions of a deeper impulse: to extend thought into the world. Today, as computation begins to inhabit physical environments, that impulse returns in new form.</p>
<p>I contend that spatial intelligence-- the ability of machines to perceive, interpret, and respond to the physical world, is becoming a foundational thread in computing. From extended reality (XR) to ambient AI, from sensor-rich wearables to responsive smart environments, the systems we are building no longer operate in abstract data alone; they live in space, and must learn to make sense of it.i That conviction is what led me to build this lab: a place for exploring how computation becomes truly aware of the world it inhabits.</p>
<p>It may seem (at first glance) that the scope of this research area is too broad to treat as a single research agenda. That is likely true, and I wish to be careful with the generality of the research directions I chart in this lab. But I do not think the diversity within this domain defeats the purpose of considering it as a whole. In fact, I believe it is useful, even necessary, to do so, in order to unsettle traditional boundaries that separate visual perception from networked computers, hardware from software behaviors, or system from experiences.</p>
<p>So, this lab's focus is to build systems that take space seriously, not merely as a backdrop, but as an active medium through which intelligence unfolds. This means asking new questions: How should devices reason about proximity, motion, and shared environments? What does it mean to transmit not just data, but presence? How can we design runtime systems that respond to the subtle rhythm of human activity?</p>
<p>These questions do not sit neatly within a single discipline, and I do not pretend to resolve them alone. But by treating spatial intelligence as a first-class concern rather than a feature layered on top, I hope to uncover new structures, abstractions, and possibilities for how computing lives in the world.</p>
<p style="text-align: right; font-style: italic; font-size: 1rem; margin-top: 2rem; color: #555; padding-right: 0.5rem;">
–Mallesh
</p>
</div>
</section>
<!-- Footer -->
<footer>
<p>Content Copyright © <script>document.write(new Date().getFullYear());</script> Mallesh Dasari, SINRG — All Rights Reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>