/* ---- Google Analytics Code Below */

Wednesday, January 30, 2019

Retraining to Recognize New Categories

Good to see how such technology is being integrated into assistant and smart home tech.   Also the challenge of extending classification is also expressed.

Updating Neural Networks to Recognize New Categories, with Minimal Retraining  By Alessandro Moschitti  Dev Blog,  Amazon

Many of today’s most popular AI systems are, at their core, classifiers. They classify inputs into different categories: this image is a picture of a dog, not a cat; this audio signal is an instance of the word “Boston”, not the word “Seattle”; this sentence is a request to play a video, not a song.

But what happens if you need to add a new class to your classifier — if, say, someone releases a new type of automated household appliance that your smart-home system needs to be able to control?

The traditional approach to updating a classifier is to acquire a lot of training data for the new class, add it to all the data used to train the classifier initially,  and train a new classifier on the combined data set. With today’s commercial AI systems, many of which were trained on millions of examples, this is a laborious process.

This week, at the 33rd conference of the Association for the Advancement of Artificial Intelligence (AAAI), my colleague Lingzhen Chen from the University of Trento and I are presenting a paper on techniques for updating a classifier using only training data for the new class. ... "

Technical paper:
https://s3.us-east-2.amazonaws.com/alexapapers/NER-adaptation-AAAI2019-Moschitti.pdf

No comments: