CVITSep 1, 2025

Mixture of Balanced Information Bottlenecks for Long-Tailed Visual Recognition

arXiv:2509.01804v1h-index: 5Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This addresses the problem of training deep neural networks on imbalanced real-world data for visual recognition, though it is incremental as it builds on existing information bottleneck methods.

The paper tackles long-tailed visual recognition by proposing a balanced information bottleneck (BIB) that integrates loss re-balancing and self-distillation into the information bottleneck framework, and a mixture of BIBs (MBIB) to combine knowledge from different network layers, achieving state-of-the-art performance on datasets like CIFAR100-LT, ImageNet-LT, and iNaturalist 2018.

Deep neural networks (DNNs) have achieved significant success in various applications with large-scale and balanced data. However, data in real-world visual recognition are usually long-tailed, bringing challenges to efficient training and deployment of DNNs. Information bottleneck (IB) is an elegant approach for representation learning. In this paper, we propose a balanced information bottleneck (BIB) approach, in which loss function re-balancing and self-distillation techniques are integrated into the original IB network. BIB is thus capable of learning a sufficient representation with essential label-related information fully preserved for long-tailed visual recognition. To further enhance the representation learning capability, we also propose a novel structure of mixture of multiple balanced information bottlenecks (MBIB), where different BIBs are responsible for combining knowledge from different network layers. MBIB facilitates an end-to-end learning strategy that trains representation and classification simultaneously from an information theory perspective. We conduct experiments on commonly used long-tailed datasets, including CIFAR100-LT, ImageNet-LT, and iNaturalist 2018. Both BIB and MBIB reach state-of-the-art performance for long-tailed visual recognition.

Foundations

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

Your Notes