{"id":204102,"date":"2017-07-07T02:28:22","date_gmt":"2017-07-07T06:28:22","guid":{"rendered":"http:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/machine-reasoning-gets-a-boost-with-this-simple-new-algorithm-singularity-hub\/"},"modified":"2017-07-07T02:28:22","modified_gmt":"2017-07-07T06:28:22","slug":"machine-reasoning-gets-a-boost-with-this-simple-new-algorithm-singularity-hub","status":"publish","type":"post","link":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/singularity\/machine-reasoning-gets-a-boost-with-this-simple-new-algorithm-singularity-hub\/","title":{"rendered":"Machine Reasoning Gets a Boost With This Simple New Algorithm &#8211; Singularity Hub"},"content":{"rendered":"<p><p>    Theres a classic scene in almost every police procedural: a    weathered detective stands staring at a collection of photos    pinned to a wall. Thin, red yarn traces the connections between    the different players. Somethings clearly missing.  <\/p>\n<p>    In a sudden flash of inspiration, the final link snaps into the    detectives mind. He dashes off, frantically yelling to his    partner that he finally figured out whodunnit.  <\/p>\n<p>    Although were not all seasoned crime solvers, under the hood    our brains share one remarkable skill: the ability to reason    about how one thing relates to another.  <\/p>\n<p>    This type of logical acrobaticsdubbed relational    reasoningsilently operates behind even the most banal    situations: when is it safe to cross the street with multiple    oncoming cars? Which entre and wines go best together? How    many attractions are around your hotel?  <\/p>\n<p>    To a human, reasoning about relationships feels intuitive and    simple. To an AI, its unfathomably hard.  <\/p>\n<p>    That may be set to change. Last week, the researchers at    DeepMind,    the mysterious deep learning company that gave us     AlphaGo, published a paper    detailing a new algorithm that endows machines with a spark of    human ingenuity.  <\/p>\n<p>    The plug-and-play relation networks (RNs) are bits of    code that forces an AI to explicitly think about relations    between a group of mental representationsstatic objects,    moving people, or even abstract ideas.  <\/p>\n<p>    Like a powerful Turbo charger, when combined with existing    machine learning tools, RNs gave the AIs a logic boostso much    so that they outperformed humans on several image-based    reasoning tasks.  <\/p>\n<p>    As a fundamental part of human intelligence, relational    reasoning acts like a multitool to transfer know-how from one    domain to another,     says Dr. Sam    Gershman, a computational neuroscientist at Harvard who was    not involved in the study.  <\/p>\n<p>    And while RNs only capture a snippet of human reasoning, its a    step    in the right direction towards generally intelligent    machines with the flexibility and efficiency of human thought.  <\/p>\n<p>    Not all AIs are created equal. Like students specializing in    either arts or sciences, the two main types of AIssymbolic and    statisticaleach have their own quirks.  <\/p>\n<p>    Symbolic AIs use a powerful set of math operations to reason    about relations between things, so they do deal with    logic. The problem is that theyre constrained by predetermined    rules. In other words, theyre terrible at learning on the fly,    and any small variation in the task can throw them off    tracknot exactly ideal to tackle the challenges of our    ever-changing world.  <\/p>\n<p>    In contrast, statistical AIs (better known as machine learning)    rely on millions of examples to find patterns in a dataset. The    poster child of statistical AIs is deep learning, the driving    force behind AlphaGo and various face-tagging services that has    taken the world by storm.  <\/p>\n<p>    As revolutionary as they are, however, deep neural networks are    still terrible at finding complex relations in a data    structure, especially when they dont have enough training    examples.  <\/p>\n<p>    DeepMind combines the best of both worlds with their new    algorithm: an artificial neural network capable of pattern    recognition and reasoning about those patterns.  <\/p>\n<p>    Artificial neural networks are loosely based on their    biological counterparts in our brains. Rather than operating on    pre-set rules, they learn to discover patterns by tweaking the    connections between their neuronslike fine-tuning a guitar.  <\/p>\n<p>    Each neural network has their own structure to support one    task: labeling images, translating languages or playing GO and    Atari games. DeepMinds RN is similar in this way: it has a    unique structure that primes it to compare every possible    pair of objects within a system.  <\/p>\n<p>    Were explicitly forcing the network to discover the    relationships that exist between the objects,     says study author Timothy Lillicrap. The capacity to    compute relations is baked into the RN architecture, he    adds.  <\/p>\n<p>    In a series of experiments, the team carefully tested the RNs    capabilities. First, they trained the algorithm on CLEVRa    database of images composed of simple objects designed to    explicitly explore an AIs ability to perform several types of    reasoning, such as counting, comparing or querying.  <\/p>\n<p>    In each image, the algorithm had to answer questions about the    relations between objects in a scene. For example, What shape    is the small object that is in front of the yellow matte thing    and behind the gray sphere? or What number of objects are    blocks that are in front of the large red cube or green balls?  <\/p>\n<p>    What seems like a no-brainer to humans is actually a two-step    process. To get it right, you need to first identify the    objects and characterize their properties. Then, you have to    put them all into a broader context of the image to build    hypotheses about how they relate to each other.  <\/p>\n<p>    But the RN didnt go at it alone. To tackle this task, the    authors combined it with two other neural networks: one for    image processing, and one for interpreting the questions. After    rounds and rounds of training, the algorithm network answered    correctly 96 percent of the time, more than the 92    percent humans scored. Traditional neural networks without the    RN module faltered far behind, netting around 63 percent.  <\/p>\n<p>    Next, DeepMind switched gears and tested the RN on a word-based    task to gauge its versatility. The network was exposed to short    stories like Sandra picked up the football, and Sandra went    to the office, which led to the question Where is the    football?  <\/p>\n<p>    The RN-augmented network performed just as well as    state-of-the-art models at 95 percent on most of the tasks, but    especially excelled at questions requiring inference The dog    is a black Deerhound. The Deerhounds name is Sirius. What    color is Sirius?scoring twice as high as conventional    networks.  <\/p>\n<p>    Finally, the algorithm parsed a simulation of 10 bouncing    balls, with some randomly selected to pair up, as if tied by    invisible springs or rigid constraints. By analyzing the    relative positions and speed of the balls, the RN identified    more than 90 percent of the connected pairs.  <\/p>\n<p>    The beauty of RN lies in its simplicity. The core of the    algorithm is a single equation, meaning it can be tagged onto    existing network structures to give them a boost. RN-enhanced    networks could one day automatically analyze surveillance    footage, study social networks, or guide self-driving cars    through complex intersections with many moving components.  <\/p>\n<p>    That said, RN only analyzes pair-wise connections. To really    understand ever more complex relational structures, theyll    have to compare triplets, quadruplets or (more meta)    pairs-of-pairs. And while it deals with moving objects to an    extent, it doesnt predict the future trajectory of objectsa    crucial part of relational reasoning.  <\/p>\n<p>    There is a lot of work needed to solve richer real-world data    sets,     says study author Adam Santoro.  <\/p>\n<p>    DeepMind has already made strides on this problem. In another paper, they    described a Visual Interaction Network (VIN) that predicts    the future of moving objects based on their properties and    physical surroundingsa sort of physics engine, like the one    built into our brains.  <\/p>\n<p>    In a variety of systems, VIN accurately predicted what will    happen to     moving objects hundreds of steps into the future,        wrote the DeepMind team in a blog post.  <\/p>\n<p>    Both of the studies show that by carving the world into objects    and their relations, we could give AIs the ability to    generalize. They learn to form new combinations of objects and    reason about scenes that superficially might look very    different but have underlying common relations,     explain the authors.  <\/p>\n<p>    And while thats not the only aspect of intelligence, its    certainly a necessary one.  <\/p>\n<p><!-- Auto Generated --><\/p>\n<p>Excerpt from:<\/p>\n<p><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/singularityhub.com\/2017\/07\/06\/machine-reasoning-gets-a-boost-with-this-simple-new-algorithm\/\" title=\"Machine Reasoning Gets a Boost With This Simple New Algorithm - Singularity Hub\">Machine Reasoning Gets a Boost With This Simple New Algorithm - Singularity Hub<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p> Theres a classic scene in almost every police procedural: a weathered detective stands staring at a collection of photos pinned to a wall. Thin, red yarn traces the connections between the different players. Somethings clearly missing.  <a href=\"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/singularity\/machine-reasoning-gets-a-boost-with-this-simple-new-algorithm-singularity-hub\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[187807],"tags":[],"class_list":["post-204102","post","type-post","status-publish","format-standard","hentry","category-singularity"],"_links":{"self":[{"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/posts\/204102"}],"collection":[{"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/comments?post=204102"}],"version-history":[{"count":0,"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/posts\/204102\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/media?parent=204102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/categories?post=204102"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.euvolution.com\/prometheism-transhumanism-posthumanism\/wp-json\/wp\/v2\/tags?post=204102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}