<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.colloquiam.com/wd/index.php?action=history&amp;feed=atom&amp;title=Chellappa_et_al_2017a</id>
		<title>Chellappa et al 2017a - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.colloquiam.com/wd/index.php?action=history&amp;feed=atom&amp;title=Chellappa_et_al_2017a"/>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chellappa_et_al_2017a&amp;action=history"/>
		<updated>2026-06-13T19:31:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.0-wmf.10</generator>

	<entry>
		<id>http://www.colloquiam.com/wd/index.php?title=Chellappa_et_al_2017a&amp;diff=191248&amp;oldid=prev</id>
		<title>Scipediacontent: Scipediacontent moved page Draft Content 342042623 to Chellappa et al 2017a</title>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chellappa_et_al_2017a&amp;diff=191248&amp;oldid=prev"/>
				<updated>2021-01-28T16:16:13Z</updated>
		
		<summary type="html">&lt;p&gt;Scipediacontent moved page &lt;a href=&quot;/public/Draft_Content_342042623&quot; class=&quot;mw-redirect&quot; title=&quot;Draft Content 342042623&quot;&gt;Draft Content 342042623&lt;/a&gt; to &lt;a href=&quot;/public/Chellappa_et_al_2017a&quot; title=&quot;Chellappa et al 2017a&quot;&gt;Chellappa et al 2017a&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 16:16, 28 January 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	<entry>
		<id>http://www.colloquiam.com/wd/index.php?title=Chellappa_et_al_2017a&amp;diff=191247&amp;oldid=prev</id>
		<title>Scipediacontent: Created page with &quot; == Abstract ==  Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.colloquiam.com/wd/index.php?title=Chellappa_et_al_2017a&amp;diff=191247&amp;oldid=prev"/>
				<updated>2021-01-28T16:16:08Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Abstract ==  Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&lt;br /&gt;
Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection box M with the maximum score is selected and all other detection boxes with a significant overlap (using a pre-defined threshold) with M are suppressed. This process is recursively applied on the remaining boxes. As per the design of the algorithm, if an object lies within the predefined overlap threshold, it leads to a miss. To this end, we propose Soft-NMS, an algorithm which decays the detection scores of all other objects as a continuous function of their overlap with M. Hence, no object is eliminated in this process. Soft-NMS obtains consistent improvements for the coco-style mAP metric on standard datasets like PASCAL VOC 2007 (1.7% for both R-FCN and Faster-RCNN) and MS-COCO (1.3% for R-FCN and 1.1% for Faster-RCNN) by just changing the NMS algorithm without any additional hyper-parameters. Using Deformable-RFCN, Soft-NMS improves state-of-the-art in object detection from 39.8% to 40.9% with a single model. Further, the computational complexity of Soft-NMS is the same as traditional NMS and hence it can be efficiently implemented. Since Soft-NMS does not require any extra training and is simple to implement, it can be easily integrated into any object detection pipeline. Code for Soft-NMS is publicly available on GitHub (http://bit.ly/2nJLNMu).&lt;br /&gt;
&lt;br /&gt;
Comment: ICCV 2017 camera ready version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Original document ==&lt;br /&gt;
&lt;br /&gt;
The different versions of the original document can be found in:&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/abs/1704.04503 http://arxiv.org/abs/1704.04503]&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/pdf/1704.04503 http://arxiv.org/pdf/1704.04503]&lt;br /&gt;
&lt;br /&gt;
* [http://dx.doi.org/10.1109/iccv.2017.593 http://dx.doi.org/10.1109/iccv.2017.593]&lt;br /&gt;
&lt;br /&gt;
* [http://xplorestaging.ieee.org/ielx7/8234942/8237262/08237855.pdf?arnumber=8237855 http://xplorestaging.ieee.org/ielx7/8234942/8237262/08237855.pdf?arnumber=8237855],&lt;br /&gt;
: [http://dx.doi.org/10.1109/iccv.2017.593 http://dx.doi.org/10.1109/iccv.2017.593]&lt;br /&gt;
&lt;br /&gt;
* [https://dblp.uni-trier.de/db/conf/iccv/iccv2017.html#BodlaSCD17 https://dblp.uni-trier.de/db/conf/iccv/iccv2017.html#BodlaSCD17],&lt;br /&gt;
: [https://ieeexplore.ieee.org/document/8237855 https://ieeexplore.ieee.org/document/8237855],&lt;br /&gt;
: [https://arxiv.org/pdf/1704.04503 https://arxiv.org/pdf/1704.04503],&lt;br /&gt;
: [https://www.arxiv-vanity.com/papers/1704.04503 https://www.arxiv-vanity.com/papers/1704.04503],&lt;br /&gt;
: [http://ieeexplore.ieee.org/document/8237855 http://ieeexplore.ieee.org/document/8237855],&lt;br /&gt;
: [https://doi.org/10.1109/ICCV.2017.593 https://doi.org/10.1109/ICCV.2017.593],&lt;br /&gt;
: [https://academic.microsoft.com/#/detail/2964121718 https://academic.microsoft.com/#/detail/2964121718]&lt;/div&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	</feed>