CVFeb 8, 2023

Gestalt-Guided Image Understanding for Few-Shot Learning

arXiv:2302.03922v1h-index: 13Has Code
Originality Incremental advance
AI Analysis

This work addresses few-shot learning challenges for AI systems by offering an incremental improvement through a novel integration of psychology principles.

The paper tackles the problem of few-shot learning by introducing Gestalt psychology principles to mimic human cognitive behavior, resulting in a plug-and-play method that improves performance of existing models without retraining or fine-tuning.

Due to the scarcity of available data, deep learning does not perform well on few-shot learning tasks. However, human can quickly learn the feature of a new category from very few samples. Nevertheless, previous work has rarely considered how to mimic human cognitive behavior and apply it to few-shot learning. This paper introduces Gestalt psychology to few-shot learning and proposes Gestalt-Guided Image Understanding, a plug-and-play method called GGIU. Referring to the principle of totality and the law of closure in Gestalt psychology, we design Totality-Guided Image Understanding and Closure-Guided Image Understanding to extract image features. After that, a feature estimation module is used to estimate the accurate features of images. Extensive experiments demonstrate that our method can improve the performance of existing models effectively and flexibly without retraining or fine-tuning. Our code is released on https://github.com/skingorz/GGIU.

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