CVAILGApr 22, 2022

SegDiscover: Visual Concept Discovery via Unsupervised Semantic Segmentation

arXiv:2204.10926v115 citationsh-index: 57
Originality Incremental advance
AI Analysis

This addresses the need for interpretable neural networks by providing a tool to discover visual concepts without human biases, though it is incremental as it builds on existing unsupervised segmentation and clustering techniques.

The authors tackled the problem of visual concept discovery by reframing it as unsupervised semantic segmentation, introducing SegDiscover to discover multiple semantically meaningful concepts from complex imagery datasets without supervision, and demonstrated that it outperforms state-of-the-art unsupervised methods on datasets like Cityscapes and COCO-Stuff.

Visual concept discovery has long been deemed important to improve interpretability of neural networks, because a bank of semantically meaningful concepts would provide us with a starting point for building machine learning models that exhibit intelligible reasoning process. Previous methods have disadvantages: either they rely on labelled support sets that incorporate human biases for objects that are "useful," or they fail to identify multiple concepts that occur within a single image. We reframe the concept discovery task as an unsupervised semantic segmentation problem, and present SegDiscover, a novel framework that discovers semantically meaningful visual concepts from imagery datasets with complex scenes without supervision. Our method contains three important pieces: generating concept primitives from raw images, discovering concepts by clustering in the latent space of a self-supervised pretrained encoder, and concept refinement via neural network smoothing. Experimental results provide evidence that our method can discover multiple concepts within a single image and outperforms state-of-the-art unsupervised methods on complex datasets such as Cityscapes and COCO-Stuff. Our method can be further used as a neural network explanation tool by comparing results obtained by different encoders.

Foundations

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

Your Notes