-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·162 lines (157 loc) · 9.75 KB
/
index.html
File metadata and controls
executable file
·162 lines (157 loc) · 9.75 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
<!DOCTYPE html><!-- Author: Pranav Rajpurkar 2017-->
<html>
<head>
<meta charset="utf-8">
<title>Object-CXR: Automatic detection of foreign objects on chest X-rays</title>
<meta name="description"
content="CheXpert is a large dataset of chest x-rays and competition for automated chest x-ray interpretation, which features uncertainty labels and radiologist-labeled reference standard evaluation sets.">
<meta property="og:image"
content="https://stanfordmlgroup.github.io/competitions/chexpert/img/logo.jpg">
<meta property="og:title"
content="Object-CXR: Automatic detection of foreign objects on chest X-rays.">
<meta name="twitter:card"
content="summary_large_image">
<meta name="twitter:image"
content="https://stanfordmlgroup.github.io/competitions/chexpert/img/logo.jpg">
<meta http-equiv="X-UA-Compatible"
content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="image_src"
type="image/jpeg"
href="/logo.jpg">
<link rel="shortcut icon"
href="/favicon.ico"
type="image/x-icon">
<link rel="icon"
href="/favicon.ico"
type="image/x-icon">
<link href="/lib/bootstrap/css/bootstrap.min.css"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,600"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,600"
rel="stylesheet">
<link rel="stylesheet"
href="/lib/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet"
href="/lib/simple-line-icons/css/simple-line-icons.css">
<link href="/css/theme.css"
rel="stylesheet">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css"
rel="stylesheet"
type="text/css">
<link rel="stylesheet"
type="text/css"
href="/competitions/chexpert/css/index.css">
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<script src="/js/analytics.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top"
id="mainNav">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display-->
<div class="navbar-header"><a class="navbar-brand page-scroll"
href="/">JF HEALTHCARE</a></div>
<!-- Collect the nav links, forms, and other content for toggling-->
</div>
</nav>
<section id="header">
<div class="container">
<div class="row">
<div class="col-lg-12"><img id="title-image"
src="/competitions/chexpert/img/logo.svg">
<h3 id="page-subtitle">Automatic detection of foreign objects on chest X-rays</h3>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>Introduction</h1>
<p>Analyzing chest X-rays is a common clinical approach for diagnosing pulmonary and heart diseases. However, foreign objects are occasionally presented on chest X-ray images, especially in rural and remote locations where standard filming guidances are not strictly followed. Foreign objects on chest X-rays may obscure pathological finds, thus increasing false negative diagnosis. They may also confuse junior radiologists from real pathological findings, e.g. buttons are visually similar to nodules on chest X-ray, thus increasing false positive diagnosis. Therefore, automatically detecting foreign objects on chest X-ray is important and may potentially improve overall diagnosis accuracy, e.g. by suggesting re-filming in the telemedicine setting.
</p><a class="btn btn-default"
href="http://www.jfhealthcare.com/">View JF HEALTHCARE</a>
<h2>Background</h2>
<p> Detecting foreign objects is particularly challenging for deep learning (DL) based systems, as specific types of objects presented in the test set may be rarely or never seen in the training set, thus posing a few-shot/zero-shot learning problem. We hope this open dataset and challenge could both help the development of automatic foreign objects detection system, and promote the general research of object detection on chest X-rays, as large scale chest X-ray datasets with strong annotations are limited to the best of our knowledge.</p>
</div>
<div class="col-md-5">
<h2>Leaderboard</h2>
<p> Will your model perform as well as radiologists in detecting different pathologies in chest
X-rays?</p>
<table class="table performanceTable">
<tr>
<th>Rank</th>
<th>Date</th>
<th>Model</th>
<th>AUC</th>
<th>Num Rads Below Curve</th>
</tr>
<tr>
<td class="rank">1 <br></td>
<td><span class="date label label-default">Sep 01, 2019</span></td>
<td style="word-break:break-word;">Qitingshe<em> JF
Institute </em></td>
<td><b>0.930</b></td>
<td>2.6</td>
</tr>
<tr>
<td class="rank">2 <br></td>
<td><span class="date label label-default">Oct 15, 2019</span></td>
<td style="word-break:break-word;">Deadpoppy<em> ensemble </em></td>
<td>0.929</td>
<td>2.6</td>
</tr>
</table>
<h3>How can I participate?</h3>
<p>Object-CXR uses a hidden test set for official evaluation of models. Teams submit their executable
code on Codalab, which is then run on a test set that is not publicly readable. Such a setup
preserves the integrity of the test results.</p>
<p>Here's a tutorial walking you through official evaluation of your model. Once your model has been
evaluated officially, your scores will be added to the leaderboard.</p>
<ul class="list-inline">
<li><a class="btn btn-lg btn-default"
href="https://worksheets.codalab.org/worksheets/0xcd2fb3db8ae74d03b53ad4c5bf81ebe2">Submission
Tutorial</a></li>
<li></li>
</ul>
</div>
</div>
</div>
</section>
<section class="gray">
<div class="container">
<div class="row">
<div class="col-md-7">
<h2>OverView</h2>
<p>We provide a large dataset of chest X-rays with strong annotations of foreign objects, and the competition for automatic detection of foreign objects. Specifically, 5000 frontal chest X-ray images with foreign objects presented and 5000 frontal chest X-ray images without foreign objects are provided. All the chest X-ray images were filmed in township hospitals in China and collected through our telemedicine platform. Foreign objects within the lung field of each chest X-ray are annotated with bounding boxes, ellipses or masks depending on the shape of the objects.</p>
<h3>Dataset</h3>
<p>5000 frontal chest X-ray images with foreign objects presented and 5000 frontal chest X-ray images without foreign objects were filmed and collected from about 300 township hosiptials in China. 12 medically-trained radiologists with 1 to 3 years of experience annotated all the images. Each annotator manually annotates the potential foreign objects on a given chest X-ray presented within the lung field. Foreign objects were annotated with bounding boxes, bounding ellipses or masks depending on the shape of the objects. Support devices were excluded from annotation. A typical frontal chest X-ray with foreign objects annotated looks like this:</p>
<ul>
<li><b>training</b>: 4000 chest X-rays with foreign objects presented; 4000 chest X-rays without foreign objects.</li>
<li><b>validation</b>: 500 chest X-rays with foreign objects presented; 500 chest X-rays without foreign objects.</li>
<li><b>test</b>: 500 chest X-rays with foreign objects presented; 500 chest X-rays without foreign objects.</li>
</ul>
<p>We randomly split the 10000 images into training, validation and test dataset.</p>
</div>
<div class="col-md-5"><img src="/competitions/chexpert/img/table1.png"></div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center"><a href="/"><img src="/img/stanfordmlgrouplogo.svg"></a></div>
</div>
</div>
</footer>
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="/js/theme.js"></script>
</body>
</html>