avatarCarlos E. Perez

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

3271

Abstract

networks to make adjustments after training. Conventionally, Deep Learning networks are hardwired after training. Adding this plasticity term that is able to continually (or gradually) make adjustments over time. One obvious deficiency of neural networks is that of premature optimization.</p><p id="93cb">We know this from computer science in the more general form of eager versus lazy evaluation. In its most general sense, it involves the deferment of execution only at the time that it is needed. Said differently, execution on demand or just in time. This differential plasticity is basically on demand inference or just-in-time inference.</p><p id="2405">Another Arxiv pre-publication “<a href="https://arxiv.org/abs/1803.11189v1">Iterative Visual Reasoning Beyond Convolutions</a>” shows how to use even more complex inference methods layered on top of standard ConvNets. In this paper, the authors show that through the use of knowledge graphs, region graphs and the assignment of regions to classes that they are able to improve conventional ConvNet classification by a whopping 8.4% improvement.</p><figure id="aa5c"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*6VqjlDRVcU1FKmwNnpvNZA.png"><figcaption></figcaption></figure><p id="ba49">Also interesting in this architecture is the idea of a reasoning module:</p><figure id="53d5"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*E8bsXiKueH3N35RGJI6vJw.png"><figcaption></figcaption></figure><p id="f681">That appears to encapsulate a kind of ‘dual process’ model found in cognition.</p><p id="fde0">This approach to deferred execution is clearly critical to achieving better generalization. After all, it is illogical to have a cognitive system that is absent of any adaptive mechanism. This is the problem with conventional neural networks. Their weights have always been fixed. This notion of just in time originates from the “<a href="https://readmedium.com/the-low-information-coupling-principle-and-multi-agent-deep-learning-32b5d581989">Loosely Coupled Principle</a>” that forms the basis of more advanced Deep Learning Architectures.</p><div id="338c" class="link-block"> <a href="https://cbmm.mit.edu/video/recurrent-computations-visual-pattern-completion-publication-release-video"> <div> <div> <h2>Recurrent computations for visual pattern completion (publication release video) | The Center for…</h2> <div><h3>The ability to complete patterns and interpret partial information is a central property of intelligence. Deep…</h3></div> <div><p>cbmm.mit.edu</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*ybGnHJhxOQYfYsIs)"></div> </div> </div> </a> </div><div id="428a" class="link-block"> <a href="https://arxiv.org/abs/1711.06640v2"> <div> <div> <h2>[1711.06640v2] Neural Motifs: Scene Graph Parsing with Global Context</h2> <div><h3>Abstract: We investigate the problem of producing structured graph representations of visual scenes. Our work analyzes…</h3></div

Options

            <div><p>arxiv.org</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/)"></div>
          </div>
        </div>
      </a>
    </div><div id="ce2c" class="link-block">
      <a href="https://arxiv.org/abs/1811.02486v1">
        <div>
          <div>
            <h2>[1811.02486v1] Concept Learning with Energy-Based Models</h2>
            <div><h3>Abstract: Many hallmarks of human intelligence, such as generalizing from limited experience, abstract reasoning and…</h3></div>
            <div><p>arxiv.org</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/)"></div>
          </div>
        </div>
      </a>
    </div><div id="8a88" class="link-block">
      <a href="https://eng.uber.com/mh-gan/?amp">
        <div>
          <div>
            <h2>How to Get a Better GAN (Almost) for Free: Introducing the Metropolis-Hastings GAN</h2>
            <div><h3>By Ryan Turner, Jane Hung, Yunus Saatci, &amp; Jason Yosinski Generative Adversarial Networks (GANs) have achieved…</h3></div>
            <div><p>eng.uber.com</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*ZiqwiTxZALSLbI2r)"></div>
          </div>
        </div>
      </a>
    </div><div id="fb90" class="link-block">
      <a href="http://science.sciencemag.org/content/353/6304/1117">
        <div>
          <div>
            <h2>Synaptic mechanisms of pattern completion in the hippocampal CA3 network</h2>
            <div><h3>The hippocampal CA3 region plays a key role in learning and memory. Recurrent CA3-CA3 synapses are thought to be the…</h3></div>
            <div><p>science.sciencemag.org</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*ps9NYM7dl2kuMu6k)"></div>
          </div>
        </div>
      </a>
    </div><div id="9c07" class="link-block">
      <a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0205676">
        <div>
          <div>
            <h2>Emergent mechanisms of evidence integration in recurrent neural networks</h2>
            <div><h3>Recent advances in machine learning have enabled neural networks to solve tasks humans typically perform. These…</h3></div>
            <div><p>journals.plos.org</p></div>
          </div>
          <div>
            <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*G3YGpoo2DSCdbAP_)"></div>
          </div>
        </div>
      </a>
    </div><p id="8b5d">More about the Loose Coupling Principle and Deep Learning can be found here:</p><figure id="ecf8"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*ut2K-QnFDv8tVHKY."><figcaption><a href="https://deeplearningplaybook.com/">https://deeplearningplaybook.com</a></figcaption></figure></article></body>

Just In Time Inference is the Antidote for Poor Generalization in Deep Learning

Photo by Firza Pratama on Unsplash

In a previous post, we discussed the intrinsic complexity of biological neurons (see: Neurons are more complex that we thought) and thus the need for research to explore additional complexities in the standard model of the artificial neural network. In that post, we referenced research on a more complex LSTM node that was hierarchical. Although, a naive and simpler mathematical approach to adding more complexity is to use (pardon the pun) complex values for the weights (see: Should Deep Learning use Complex Numbers?). Complex ( i.e. with imaginary numbers) weights have been shown to primarily effective in Recurrent Neural Networks.

Recently new research papers, that have been pre-published at Arxiv, shows that introducing flexibility to the underlying neural weights can lead to better generalization of a network.

In a paper “Flipout: Efficient Pseudo-Independent Weight Perturbations on Mini-Batches” the authors explore performing stochastic perturbations on the weights while in training. These perturbations of weights are designed to be (1) independent of each other and (2) symmetric around zero. The authors show that this FlipOut method outperforms DropOut. This paper provides us with an early hint of the value of using stochastic weights over the more conventional deterministic weights.

An earlier even paper “On the Robustness of Convolutional Neural Networks to Internal Architecture and Weight Perturbations” revealed that ConvNets were robust to weight perturbations at the higher layers (Not so for the lower layers). This tell here aligns with the intuition that greater inference flexibility is needed at inference of higher abstractions.

Uber, with great fanfare, has revealed a new paper where they describe “Differential Plasticity”, the crux of their approach is to augment the standard weight with an additional term that becomes adjustable after training (see term below that is in red).

Source: https://eng.uber.com/differentiable-plasticity/

This simple addition appears to address the well-known inflexibility of neural networks to make adjustments after training. Conventionally, Deep Learning networks are hardwired after training. Adding this plasticity term that is able to continually (or gradually) make adjustments over time. One obvious deficiency of neural networks is that of premature optimization.

We know this from computer science in the more general form of eager versus lazy evaluation. In its most general sense, it involves the deferment of execution only at the time that it is needed. Said differently, execution on demand or just in time. This differential plasticity is basically on demand inference or just-in-time inference.

Another Arxiv pre-publication “Iterative Visual Reasoning Beyond Convolutions” shows how to use even more complex inference methods layered on top of standard ConvNets. In this paper, the authors show that through the use of knowledge graphs, region graphs and the assignment of regions to classes that they are able to improve conventional ConvNet classification by a whopping 8.4% improvement.

Also interesting in this architecture is the idea of a reasoning module:

That appears to encapsulate a kind of ‘dual process’ model found in cognition.

This approach to deferred execution is clearly critical to achieving better generalization. After all, it is illogical to have a cognitive system that is absent of any adaptive mechanism. This is the problem with conventional neural networks. Their weights have always been fixed. This notion of just in time originates from the “Loosely Coupled Principle” that forms the basis of more advanced Deep Learning Architectures.

More about the Loose Coupling Principle and Deep Learning can be found here:

https://deeplearningplaybook.com
Machine Learning
Deep Learning
Artificial Intelligence
Recommended from ReadMedium