IVCVLGApr 15, 2020

Extending Unsupervised Neural Image Compression With Supervised Multitask Learning

arXiv:2004.07041v138 citations
AI Analysis

This work addresses image-level prediction tasks in histopathology, offering a domain-specific improvement for medical imaging analysis.

The paper tackled the problem of training convolutional neural networks on gigapixel histopathology images by extending Neural Image Compression (NIC) with supervised multitask learning (MTL) instead of unsupervised training, achieving state-of-the-art results in the TUPAC16 challenge and successfully classifying histopathological growth patterns and predicting patient risk of death in colorectal liver metastasis data.

We focus on the problem of training convolutional neural networks on gigapixel histopathology images to predict image-level targets. For this purpose, we extend Neural Image Compression (NIC), an image compression framework that reduces the dimensionality of these images using an encoder network trained unsupervisedly. We propose to train this encoder using supervised multitask learning (MTL) instead. We applied the proposed MTL NIC to two histopathology datasets and three tasks. First, we obtained state-of-the-art results in the Tumor Proliferation Assessment Challenge of 2016 (TUPAC16). Second, we successfully classified histopathological growth patterns in images with colorectal liver metastasis (CLM). Third, we predicted patient risk of death by learning directly from overall survival in the same CLM data. Our experimental results suggest that the representations learned by the MTL objective are: (1) highly specific, due to the supervised training signal, and (2) transferable, since the same features perform well across different tasks. Additionally, we trained multiple encoders with different training objectives, e.g. unsupervised and variants of MTL, and observed a positive correlation between the number of tasks in MTL and the system performance on the TUPAC16 dataset.

Foundations

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

Your Notes