LGMLJun 30, 2018

A New Benchmark and Progress Toward Improved Weakly Supervised Learning

arXiv:1807.00126v22 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving weakly supervised learning for the machine learning community, presenting a new benchmark and a novel model that significantly outperforms existing methods.

The paper tackles the problem of weakly supervised learning by solving a previous benchmark and introducing a more difficult All-Pairs problem, achieving 100% test accuracy with a model that is over 10 times smaller than ResNet-34, which only achieves 79% accuracy.

Knowledge Matters: Importance of Prior Information for Optimization [7], by Gulcehre et. al., sought to establish the limits of current black-box, deep learning techniques by posing problems which are difficult to learn without engineering knowledge into the model or training procedure. In our work, we completely solve the previous Knowledge Matters problem using a generic model, pose a more difficult and scalable problem, All-Pairs, and advance this new problem by introducing a new learned, spatially-varying histogram model called TypeNet which outperforms conventional models on the problem. We present results on All-Pairs where our model achieves 100% test accuracy while the best ResNet models achieve 79% accuracy. In addition, our model is more than an order of magnitude smaller than Resnet-34. The challenge of solving larger-scale All-Pairs problems with high accuracy is presented to the community for investigation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes