|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" --> |
| 6 | + <!-- Replace the content tag with appropriate information --> |
| 7 | + <meta name="description" content="DESCRIPTION META TAG"> |
| 8 | + <meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/> |
| 9 | + <meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/> |
| 10 | + <meta property="og:url" content="URL OF THE WEBSITE"/> |
| 11 | + <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630--> |
| 12 | + <meta property="og:image" content="static/image/your_banner_image.png" /> |
| 13 | + <meta property="og:image:width" content="1200"/> |
| 14 | + <meta property="og:image:height" content="630"/> |
| 15 | + |
| 16 | + |
| 17 | + <meta name="twitter:title" content="TWITTER BANNER TITLE META TAG"> |
| 18 | + <meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG"> |
| 19 | + <!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600--> |
| 20 | + <meta name="twitter:image" content="static/images/your_twitter_banner_image.png"> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <!-- Keywords for your paper to be indexed by--> |
| 23 | + <meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE"> |
| 24 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 25 | + |
| 26 | + |
| 27 | + <title>Academic Project Page</title> |
| 28 | + <link rel="icon" type="image/x-icon" href="static/images/hcislab.ico"> |
| 29 | + <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" |
| 30 | + rel="stylesheet"> |
| 31 | + |
| 32 | + <link rel="stylesheet" href="static/css/bulma.min.css"> |
| 33 | + <link rel="stylesheet" href="static/css/bulma-carousel.min.css"> |
| 34 | + <link rel="stylesheet" href="static/css/bulma-slider.min.css"> |
| 35 | + <link rel="stylesheet" href="static/css/fontawesome.all.min.css"> |
| 36 | + <link rel="stylesheet" |
| 37 | + href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> |
| 38 | + <link rel="stylesheet" href="static/css/index.css"> |
| 39 | + |
| 40 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
| 41 | + <script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> |
| 42 | + <script defer src="static/js/fontawesome.all.min.js"></script> |
| 43 | + <script src="static/js/bulma-carousel.min.js"></script> |
| 44 | + <script src="static/js/bulma-slider.min.js"></script> |
| 45 | + <script src="static/js/index.js"></script> |
| 46 | +</head> |
| 47 | +<body> |
| 48 | + |
| 49 | + |
| 50 | + <section class="hero"> |
| 51 | + <div class="hero-body"> |
| 52 | + <div class="container is-max-desktop"> |
| 53 | + <div class="columns is-centered"> |
| 54 | + <div class="column has-text-centered"> |
| 55 | + <h1 class="title is-0.1 publication-title">GaussianLSS: Toward Real-world BEV Perception: Depth Uncertainty Estimation |
| 56 | + via Gaussian Splatting</h1> |
| 57 | + <div class="is-size-5 publication-authors"> |
| 58 | + <!-- Paper authors --> |
| 59 | + <span class="author-block"> |
| 60 | + <a href="FIRST AUTHOR PERSONAL LINK" target="_blank">Shu-Wei Lu</a><sup>1</sup>,</span> |
| 61 | + <span class="author-block"> |
| 62 | + <a href="https://sites.google.com/site/yihsuantsai/" target="_blank">Yi-Hsuan Tsai</a><sup>2</sup>,</span> |
| 63 | + <span class="author-block"> |
| 64 | + <a href="https://sites.google.com/site/yitingchen0524/home" target="_blank">Yi-Ting Chen</a><sup>1*</sup> |
| 65 | + </span> |
| 66 | + </div> |
| 67 | + |
| 68 | + <div class="is-size-5 publication-authors"> |
| 69 | + <span class="author-block">National Yang Ming Chiao Tung University<sup>1</sup> Atmanity<sup>2</sup><br>CVPR 2025</span> |
| 70 | + <span class="eql-cntrb"><small><br><sup>*</sup>: Corresponding author</small></span> |
| 71 | + </div> |
| 72 | + |
| 73 | + <div class="column has-text-centered"> |
| 74 | + <div class="publication-links"> |
| 75 | + <!-- Arxiv PDF link --> |
| 76 | + <span class="link-block"> |
| 77 | + <a href="https://arxiv.org/pdf/<ARXIV PAPER ID>.pdf" target="_blank" |
| 78 | + class="external-link button is-normal is-rounded is-dark"> |
| 79 | + <span class="icon"> |
| 80 | + <i class="fas fa-file-pdf"></i> |
| 81 | + </span> |
| 82 | + <span>Paper</span> |
| 83 | + </a> |
| 84 | + </span> |
| 85 | + |
| 86 | + <!-- Supplementary PDF link --> |
| 87 | + <span class="link-block"> |
| 88 | + <a href="static/pdfs/supplementary_material.pdf" target="_blank" |
| 89 | + class="external-link button is-normal is-rounded is-dark"> |
| 90 | + <span class="icon"> |
| 91 | + <i class="fas fa-file-pdf"></i> |
| 92 | + </span> |
| 93 | + <span>Supplementary</span> |
| 94 | + </a> |
| 95 | + </span> |
| 96 | + |
| 97 | + <!-- Github link --> |
| 98 | + <span class="link-block"> |
| 99 | + <a href="https://github.com/YOUR REPO HERE" target="_blank" |
| 100 | + class="external-link button is-normal is-rounded is-dark"> |
| 101 | + <span class="icon"> |
| 102 | + <i class="fab fa-github"></i> |
| 103 | + </span> |
| 104 | + <span>Code</span> |
| 105 | + </a> |
| 106 | + </span> |
| 107 | + |
| 108 | + <!-- ArXiv abstract Link --> |
| 109 | + <span class="link-block"> |
| 110 | + <a href="https://arxiv.org/abs/<ARXIV PAPER ID>" target="_blank" |
| 111 | + class="external-link button is-normal is-rounded is-dark"> |
| 112 | + <span class="icon"> |
| 113 | + <i class="ai ai-arxiv"></i> |
| 114 | + </span> |
| 115 | + <span>arXiv</span> |
| 116 | + </a> |
| 117 | + </span> |
| 118 | + </div> |
| 119 | + </div> |
| 120 | + </div> |
| 121 | + </div> |
| 122 | + </div> |
| 123 | + </div> |
| 124 | +</section> |
| 125 | + |
| 126 | + |
| 127 | +<!-- Teaser video--> |
| 128 | +<section class="hero teaser"> |
| 129 | + <div class="container is-max-desktop"> |
| 130 | + <div class="hero-body"> |
| 131 | + <video poster="" id="tree" autoplay controls muted loop height="100%"> |
| 132 | + <!-- Your video here --> |
| 133 | + <source src="static/videos/banner_video.mp4" |
| 134 | + type="video/mp4"> |
| 135 | + </video> |
| 136 | + <h2 class="subtitle has-text-centered"> |
| 137 | + <!-- Subtitle text --> |
| 138 | + </h2> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | +</section> |
| 142 | +<!-- End teaser video --> |
| 143 | + |
| 144 | +<!-- Paper abstract --> |
| 145 | +<section class="section hero is-light"> |
| 146 | + <div class="container is-max-desktop"> |
| 147 | + <div class="columns is-centered has-text-centered"> |
| 148 | + <div class="column is-four-fifths"> |
| 149 | + <h2 class="title is-3">Abstract</h2> |
| 150 | + <div class="content has-text-justified"> |
| 151 | + <p> |
| 152 | + In this work, we introduce GaussianLSS, a novel uncertainty-aware BEV perception framework that revisits unprojection-based methods, specifically the Lift-Splat-Shoot (LSS) paradigm, and enhances them with depth uncertainty modeling. GaussianLSS represents spatial dispersion by learning a soft depth mean and computing the variance of the depth distribution, which implicitly captures object extents. We then transform the depth distribution into 3D Gaussians and rasterize them to construct uncertainty-aware BEV features. |
| 153 | + </p> |
| 154 | + </div> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + </div> |
| 158 | +</section> |
| 159 | +<!-- End paper abstract --> |
| 160 | + |
| 161 | +<!-- Paper poster --> |
| 162 | + |
| 163 | +<!-- <section class="hero is-small is-light"> |
| 164 | + <div class="hero-body"> |
| 165 | + <div class="container"> |
| 166 | + <h2 class="title">Poster</h2> |
| 167 | +
|
| 168 | + <iframe src="static/pdfs/sample.pdf" width="100%" height="550"> |
| 169 | + </iframe> |
| 170 | + |
| 171 | + </div> |
| 172 | + </div> |
| 173 | + </section> --> |
| 174 | +<!--End paper poster --> |
| 175 | + |
| 176 | +<!-- Experiments --> |
| 177 | + |
| 178 | +<!-- End Experiments --> |
| 179 | + |
| 180 | + |
| 181 | +<!--BibTex citation --> |
| 182 | + <section class="section" id="BibTeX"> |
| 183 | + <div class="container is-max-desktop content"> |
| 184 | + <h2 class="title">BibTeX</h2> |
| 185 | + <pre><code>BibTex Code Here</code></pre> |
| 186 | + </div> |
| 187 | +</section> |
| 188 | +<!--End BibTex citation --> |
| 189 | + |
| 190 | + |
| 191 | + <footer class="footer"> |
| 192 | + <div class="container"> |
| 193 | + <div class="columns is-centered"> |
| 194 | + <div class="column is-8"> |
| 195 | + <div class="content"> |
| 196 | + |
| 197 | + <p> |
| 198 | + This page was built using the <a href="https://github.com/eliahuhorwitz/Academic-project-page-template" target="_blank">Academic Project Page Template</a> which was adopted from the <a href="https://nerfies.github.io" target="_blank">Nerfies</a> project page. |
| 199 | + You are free to borrow the source code of this website, we just ask that you link back to this page in the footer. <br> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative |
| 200 | + Commons Attribution-ShareAlike 4.0 International License</a>. |
| 201 | + </p> |
| 202 | + |
| 203 | + </div> |
| 204 | + </div> |
| 205 | + </div> |
| 206 | + </div> |
| 207 | +</footer> |
| 208 | + |
| 209 | +<!-- Statcounter tracking code --> |
| 210 | + |
| 211 | +<!-- You can add a tracker to track page visits by creating an account at statcounter.com --> |
| 212 | + |
| 213 | + <!-- End of Statcounter Code --> |
| 214 | + |
| 215 | + </body> |
| 216 | + </html> |
0 commit comments