-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (55 loc) · 4.06 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
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#33474d">
<title>Lqxisok Space</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="alternate" href="/atom.xml" title="Lqxisok Space" type="application/atom+xml">
<meta name="generator" content="Hexo 7.3.0"></head>
<body>
<header class="header">
<nav class="header__nav">
<a href="/archives" class="header__link">Archive</a>
<a href="/tags" class="header__link">Tags</a>
</nav>
<h1 class="header__title"><a href="/">Lqxisok Space</a></h1>
<h2 class="header__subtitle"></h2>
</header>
<main>
<article>
<h1><a href="/2024/09/03/uwstereo/">UWStereo</a></h1>
<div class="article__infos">
<span class="article__date">2024-09-03</span><br />
<span class="article__tags">
<a class="article__tag-none-link" href="/tags/Datasets-Stereo-Matching/" rel="tag">Datasets; Stereo Matching</a>
</span>
</div>
<h1 id="UWStereo-A-Large-Synthetic-Dataset-for-Underwater-Stereo-Matching"><a href="#UWStereo-A-Large-Synthetic-Dataset-for-Underwater-Stereo-Matching" class="headerlink" title="UWStereo: A Large Synthetic Dataset for Underwater Stereo Matching"></a>UWStereo: A Large Synthetic Dataset for Underwater Stereo Matching</h1><h2 id="Abstract"><a href="#Abstract" class="headerlink" title="Abstract"></a>Abstract</h2><p>Despite recent advances in stereo matching, the extension to intricate underwater settings remains unexplored, primarily owing to: 1) the reduced visibility, low contrast, and other adverse effects of underwater images; 2) the difficulty in obtaining ground truth data for training deep learning models, i.e. simultaneously capturing an image and estimating its corresponding pixel-wise depth information in underwater environments. To enable further advance in underwater stereo matching, we introduce a large synthetic dataset called <strong>UWStereo</strong>. Our dataset includes 29,568 synthetic stereo image pairs with dense and accurate disparity annotations for left view. We design four distinct underwater scenes filled with diverse objects such as corals, ships and robots. We also induce additional variations in camera model, lighting, and environmental effects. In comparison with existing underwater datasets, UWStereo is superior in terms of scale, variation, annotation, and photo-realistic image quality. To substantiate the efficacy of the UWStereo dataset, we undertake a comprehensive evaluation compared with nine state-of-the-art algorithms as benchmarks. The results indicate that current models still struggle to generalize to new domains. Hence, we design a new strategy that learns to reconstruct cross domain masked images before stereo matching training and integrate a cross view attention enhancement module that aggregates long-range content information to enhance the generalization ability. </p>
<p><a class="article__read-more-link" href="/2024/09/03/uwstereo/">More</a></p>
</article>
<span class="different-posts">📕 end of posts 📕</span>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer__element">
<p>Hi there, <br />welcome to my Blog glad you found it. Have a look around, will you?</p>
</div>
<div class="footer__element">
<h5>Check out</h5>
<ul class="footer-links">
<li class="footer-links__link"><a href="/archives">Archive</a></li>
<li class="footer-links__link"><a href="/atom.xml">RSS</a></li>
<li class="footer-links__link"><a href="/about">about page</a></li>
<li class="footer-links__link"><a href="/tags">Tags</a></li>
<li class="footer-links__link"><a href="/categories">Categories</a></li>
</ul>
</div>
<div class="footer-credit">
<span>© 2024 Lqxisok | Powered by <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a> | Theme <a target="_blank" rel="noopener" href="https://github.com/HoverBaum/meilidu-hexo">MeiliDu</a></span>
</div>
</div>
</footer>
</body>
</html>