paper-with-me

홈 › Papers

Class-Specific Branch Attention for Mitigating Gradient Interference under Class Imbalance

2026-06-04 · Arush Singhal, Umang Soni arxiv

Deep neural networks trained under severe class imbalance often exhibit degraded performance, typically attributed to statistical bias. In this work, we identify a complementary optimization-level pathology: inter-class gradient interference within shared representations, where gradients from majority classes suppress minority-class learning. To analyze this phenomenon, we introduce a diagnostic framework based on layer-wise gradient flow analysis and a Gradient Conflict Matrix, which quantifies interference using cosine similarity between class-specific gradients. Using this framework, we study multi-branch convolutional architectures and propose a lightweight modification, Class-Specific Branch Attention (CSBA), that enables branch-specific channel reweighting to reduce gradient coupling. This mechanism promotes implicit feature decoupling across branches while preserving architectural simplicity. Empirically, CSBA improves minority-class performance, increasing the F1 score for the Physical-Damage class from 0.261 to 0.522 under severe imbalance, while maintaining comparable overall accuracy. Validation on CIFAR-10-LT confirms that this behavior generalizes across imbalanced visual recognition settings, with Macro-F1 improving from 0.595 to 0.655. More broadly, our findings highlight the importance of considering optimization dynamics alongside statistical methods when designing architectures for imbalanced learning.

📄 PDF Abstract BibTeX arXiv:2606.05740

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Escape the Language Prior: Mitigating Late-Stage Modality Collapse in Audio Reasoning via Modality-Aware Policy Optimization

2026-05-26 · Cihan Xiao, Yiwen Shao, Chenxing Li, Xiang He 외 arxiv

Audio and omni-modal large language models exhibit impressive cross-modal reasoning capabilities. However, applying standard reinforcement learning post-training algorithms to these models exposes a critical structural v…

Reinforcement LearningInstruction Following

FairBranch: Mitigating Bias Transfer in Fair Multi-task Learning

2023-10-20 · Arjun Roy, Christos Koutlis, Symeon Papadopoulos, Eirini Ntoutsi

The generalisation capacity of Multi-Task Learning (MTL) suffers when unrelated tasks negatively impact each other by updating shared parameters with conflicting gradients. This is known as negative transfer and leads to…

FairnessMulti-Task Learning

DACB-Net: Dual Attention Guided Compact Bilinear Convolution Neural Network for Skin Disease Classification

2024-07-03 · Belal Ahmad, Mohd Usama, Tanvir Ahmad, Adnan Saeed 외

This paper introduces the three-branch Dual Attention-Guided Compact Bilinear CNN (DACB-Net) by focusing on learning from disease-specific regions to enhance accuracy and alignment. A global branch compensates for lost d…

Data AugmentationTransfer Learning

Mitigating Hallucination in Visual-Language Models via Re-Balancing Contrastive Decoding

2024-09-10 · Xiaoyu Liang, Jiayuan Yu, Lianrui Mu, Jiedong Zhuang 외

Although Visual-Language Models (VLMs) have shown impressive capabilities in tasks like visual question answering and image captioning, they still struggle with hallucinations. Analysis of attention distribution in these…

HallucinationImage CaptioningQuestion AnsweringVisual Question Answering

Sporadic Gradient Tracking over Directed Graphs: A Theoretical Perspective on Decentralized Federated Learning

2026-01-31 · Shahryar Zehtabi, Dong-Jun Han, Seyyedali Hosseinalipour, Christopher Brinton arxiv

Decentralized Federated Learning (DFL) enables clients with local data to collaborate in a peer-to-peer manner to train a generalized model. In this paper, we unify two branches of work that have separately solved import…

Image ClassificationFederated Learning