LGCVMLDec 17, 2019

Direction Concentration Learning: Enhancing Congruency in Machine Learning

arXiv:1912.08136v218 citationsHas Code
AI Analysis

This addresses the issue of visual diversity in computer vision tasks, offering a method to improve congruency, though it appears incremental as it builds on existing models and optimizers.

The paper tackles the problem of visual diversity causing mismatches between learned knowledge and observed content, defined as congruency, by proposing Direction Concentration Learning (DCL) to enhance congruency and improve performance across tasks like saliency prediction, continual learning, and classification, including mitigating catastrophic forgetting.

One of the well-known challenges in computer vision tasks is the visual diversity of images, which could result in an agreement or disagreement between the learned knowledge and the visual content exhibited by the current observation. In this work, we first define such an agreement in a concepts learning process as congruency. Formally, given a particular task and sufficiently large dataset, the congruency issue occurs in the learning process whereby the task-specific semantics in the training data are highly varying. We propose a Direction Concentration Learning (DCL) method to improve congruency in the learning process, where enhancing congruency influences the convergence path to be less circuitous. The experimental results show that the proposed DCL method generalizes to state-of-the-art models and optimizers, as well as improves the performances of saliency prediction task, continual learning task, and classification task. Moreover, it helps mitigate the catastrophic forgetting problem in the continual learning task. The code is publicly available at https://github.com/luoyan407/congruency.

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