Education
Incremental Learning for Semantic Segmentation of Large-Scale Remote Sensing Data
Tasar, Onur, Tarabalka, Yuliya, Alliez, Pierre
In spite of remarkable success of the convolutional neural networks on semantic segmentation, they suffer from catastrophic forgetting: a significant performance drop for the already learned classes when new classes are added on the data, having no annotations for the old classes. We propose an incremental learning methodology, enabling to learn segmenting new classes without hindering dense labeling abilities for the previous classes, although the entire previous data are not accessible. The key points of the proposed approach are adapting the network to learn new as well as old classes on the new training data, and allowing it to remember the previously learned information for the old classes. For adaptation, we keep a frozen copy of the previously trained network, which is used as a memory for the updated network in absence of annotations for the former classes. The updated network minimizes a loss function, which balances the discrepancy between outputs for the previous classes from the memory and updated networks, and the mis-classification rate between outputs for the new classes from the updated network and the new ground-truth. For remembering, we either regularly feed samples from the stored, little fraction of the previous data or use the memory network, depending on whether the new data are collected from completely different geographic areas or from the same city. Our experimental results prove that it is possible to add new classes to the network, while maintaining its performance for the previous classes, despite the whole previous training data are not available.
Gradual Machine Learning for Entity Resolution
Hou, Boyi, Chen, Qun, Wang, Yanyan, Zhong, Ping, Murtadha, Ahmed, Chen, Zhaoqiang, Li, Zhanhuai
Usually considered as a classification problem, entity resolution can be very challenging on real data due to the prevalence of dirty values. The state-of-the-art solutions for ER were built on a variety of learning models (most notably deep neural networks), which require lots of accurately labeled training data. Unfortunately, high-quality labeled data usually require expensive manual work, and are therefore not readily available in many real scenarios. In this paper, we propose a novel learning paradigm for ER, called gradual machine learning, which aims to enable effective machine learning without the requirement for manual labeling effort. It begins with some easy instances in a task, which can be automatically labeled by the machine with high accuracy, and then gradually labels more challenging instances based on iterative factor graph inference. In gradual machine learning, the hard instances in a task are gradually labeled in small stages based on the estimated evidential certainty provided by the labeled easier instances. Our extensive experiments on real data have shown that the proposed approach performs considerably better than its unsupervised alternatives, and it is highly competitive with the state-of-the-art supervised techniques. Using ER as a test case, we demonstrate that gradual machine learning is a promising paradigm potentially applicable to other challenging classification tasks requiring extensive labeling effort.
20 top lawyers were beaten by legal AI. Here are their surprising responses
In a landmark study, 20 top US corporate lawyers with decades of experience in corporate law and contract review were pitted against an AI. Their task was to spot issues in five Non-Disclosure Agreements (NDAs), which are a contractual basis for most business deals. The study, carried out with leading legal academics and experts, saw the LawGeex AI achieve an average 94% accuracy rate, higher than the lawyers who achieved an average rate of 85%. It took the lawyers an average of 92 minutes to complete the NDA issue spotting, compared to 26 seconds for the LawGeex AI. The longest time taken by a lawyer to complete the test was 156 minutes, and the shortest time was 51 minutes.
John Hennessy on the Leadership Crisis in Silicon Valley
John Hennessy is the chairman of Alphabet, the parent company of Google, and the former president of Stanford. He's just published a fascinating new book, "Leading Matters," and he agreed to sit for an interview about his experiences. Nicholas Thompson: In the book you talk about a growing leadership crisis, and you mention some industries that have been faltering. Did you leave it out deliberately, or do you think there is a leadership crisis in Silicon Valley? John Hennessy: The valley has its share of leadership crises. And I think there's also a growing challenge that these companies have now gotten to the size where their influence on the public is much larger.
How to get started with AI--before it's too late - Be Ready Content Hub
AI and machine learning are going to start making a lot more decisions. They probably still won't be used in the near future to make "big" decisions like whether to put a 25 percent tariff on a commodity and start a trade war with a partner. However, nearly anything you've stuck in Excel and massaged, coded, or sorted is a good clustering, classification, or learning-to-rank problem. Anything that is a set of values that can be predicted is a good machine learning problem. Anything that is a pattern or shape or object that you just go through and "look for" is a good deep learning problem.
Implementation of Convolutional Neural Network Using Keras
In this article, we will see the implementation of Convolutional Neural Network (CNN) using Keras on MNIST data set and then we will compare the results with the regular neural network. It is highly recommended to first read the post "Convolutional Neural Network -- In a Nutshell" before moving on to CNN implementation to develop intuition about CNN. The MNIST dataset is most commonly used for the study of image classification. The MNIST database contains images of handwritten digits from 0 to 9 by American Census Bureau employees and American high school students. It is divided into 60,000 training images and 10,000 testing images.
Lust Or True Love: Business, Universities & Artificial Intelligence
A drone flies outside the Massachusetts Institute of Technology's Kresge Auditorium during the 2018 Solve conference. The project connects tech entrepreneurs with leaders in government, business and academia to tackle world problems. MIT's recent billion-dollar commitment to its new AI-focused school, the Stephen A. Schwarzman College of Computing, represents an essential advance, not for its magnitude but for its plans to infect the rest of the university with AI. Announced earlier this month, MIT's new school's mission includes engaging across MIT to explore how AI might impact research across fields from engineering and social sciences to the humanities. MIT's president, Rafael Reif, explained the purpose of the school is to "educate bilinguals of the future."
How leaders can prepare for AI in the workplace
Artificial intelligence is transforming the way we work together and the workplace environment as a whole. The adoption rate of AI technology by businesses is skyrocketing as its use cases to improve processes and get ahead of competitors continue to unfold. But as we move into the age of AI and machine learning, there are significant concerns that AI technology could replace – or even eliminate – many of the jobs that exist today. Fortunately, there isn't much to worry about right now. The technology still has a long way to go, and as a McKinsey study revealed, 45 per cent of individual work activities could be automated using existing technology, but that doesn't mean that 45 per cent of jobs are going away.
Watch Researchers Animate Static Images Using Mesmerizing Machine Learning
Animation is beautiful, but creating moving pictures is incredibly labor intensive. The visual and arts departments who worked on the movie Moana alone numbered close to 300 people, according to the credit listings on IMBD. But a new process developed by researchers at Princeton has the potential to drastically simplify some parts of the process, with mesmerizing results. The tool basically lets users choose a part of a static image that they want to be animated, raindrops in a storm scene, for example, or steam particles moving through a combustion engine. The user then manipulates that part of their image to specify how fast they want the animation to move, at which point an algorithm takes over and extrapolates their instructions to all the other similar objects in the picture.