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

	<entry>
		<id>https://www.scipedia.com/wd/index.php?title=Xie_et_al_2020a&amp;diff=202199&amp;oldid=prev</id>
		<title>Scipediacontent: Scipediacontent moved page Draft Content 697304703 to Xie et al 2020a</title>
		<link rel="alternate" type="text/html" href="https://www.scipedia.com/wd/index.php?title=Xie_et_al_2020a&amp;diff=202199&amp;oldid=prev"/>
				<updated>2021-02-02T05:17:54Z</updated>
		
		<summary type="html">&lt;p&gt;Scipediacontent moved page &lt;a href=&quot;/public/Draft_Content_697304703&quot; class=&quot;mw-redirect&quot; title=&quot;Draft Content 697304703&quot;&gt;Draft Content 697304703&lt;/a&gt; to &lt;a href=&quot;/public/Xie_et_al_2020a&quot; title=&quot;Xie et al 2020a&quot;&gt;Xie et al 2020a&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 05:17, 2 February 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>https://www.scipedia.com/wd/index.php?title=Xie_et_al_2020a&amp;diff=202198&amp;oldid=prev</id>
		<title>Scipediacontent: Created page with &quot; == Abstract ==  utomatic designing computationally efficient neural networks has received much attention in recent years. Existing approaches either utilize network pruning o...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.scipedia.com/wd/index.php?title=Xie_et_al_2020a&amp;diff=202198&amp;oldid=prev"/>
				<updated>2021-02-02T05:17:47Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; == Abstract ==  utomatic designing computationally efficient neural networks has received much attention in recent years. Existing approaches either utilize network pruning o...&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;
utomatic designing computationally efficient neural networks has received much attention in recent years. Existing approaches either utilize network pruning or leverage the network architecture search methods. This paper presents a new framework named network adjustment, which considers network accuracy as a function of FLOPs, so that under each network configuration, one can estimate the FLOPs utilization ratio (FUR) for each layer and use it to determine whether to increase or decrease the number of channels on the layer. Note that FUR, like the gradient of a non-linear function, is accurate only in a small neighborhood of the current network. Hence, we design an iterative mechanism so that the initial network undergoes a number of steps, each of which has a small 'adjusting rate' to control the changes to the network. The computational overhead of the entire search process is reasonable, i.e., comparable to that of re-training the final model from scratch. Experiments on standard image classification datasets and a wide range of base networks demonstrate the effectiveness of our approach, which consistently outperforms the pruning counterpart. The code is available at https://github.com/danczs/NetworkAdjustment.&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/2004.02767 http://arxiv.org/abs/2004.02767]&lt;br /&gt;
&lt;br /&gt;
* [http://arxiv.org/pdf/2004.02767 http://arxiv.org/pdf/2004.02767]&lt;br /&gt;
&lt;br /&gt;
* [http://xplorestaging.ieee.org/ielx7/9142308/9156271/09156620.pdf?arnumber=9156620 http://xplorestaging.ieee.org/ielx7/9142308/9156271/09156620.pdf?arnumber=9156620],&lt;br /&gt;
: [http://dx.doi.org/10.1109/cvpr42600.2020.01067 http://dx.doi.org/10.1109/cvpr42600.2020.01067]&lt;br /&gt;
&lt;br /&gt;
* [https://dblp.uni-trier.de/db/conf/cvpr/cvpr2020.html#Chen0XLWT20 https://dblp.uni-trier.de/db/conf/cvpr/cvpr2020.html#Chen0XLWT20],&lt;br /&gt;
: [https://openaccess.thecvf.com/content_CVPR_2020/papers/Chen_Network_Adjustment_Channel_Search_Guided_by_FLOPs_Utilization_Ratio_CVPR_2020_paper.pdf https://openaccess.thecvf.com/content_CVPR_2020/papers/Chen_Network_Adjustment_Channel_Search_Guided_by_FLOPs_Utilization_Ratio_CVPR_2020_paper.pdf],&lt;br /&gt;
: [https://openaccess.thecvf.com/content_CVPR_2020/html/Chen_Network_Adjustment_Channel_Search_Guided_by_FLOPs_Utilization_Ratio_CVPR_2020_paper.html https://openaccess.thecvf.com/content_CVPR_2020/html/Chen_Network_Adjustment_Channel_Search_Guided_by_FLOPs_Utilization_Ratio_CVPR_2020_paper.html],&lt;br /&gt;
: [https://ieeexplore.ieee.org/document/9156620 https://ieeexplore.ieee.org/document/9156620],&lt;br /&gt;
: [https://academic.microsoft.com/#/detail/3035422913 https://academic.microsoft.com/#/detail/3035422913]&lt;/div&gt;</summary>
		<author><name>Scipediacontent</name></author>	</entry>

	</feed>