paper-with-me

Papers

Towards Improved Imbalance Robustness in Continual Multi-Label Learning with Dual Output Spiking Architecture (DOSA)

2024-02-07 · Sourav Mishra, Shirin Dora, Suresh Sundaram

Algorithms designed for addressing typical supervised classification problems can only learn from a fixed set of samples and labels, making them unsuitable for the real world, where data arrives as a stream of samples often associated with multiple labels over time. This motivates the study of task-agnostic continual multi-label learning problems. While algorithms using deep learning approaches for continual multi-label learning have been proposed in the recent literature, they tend to be computationally heavy. Although spiking neural networks (SNNs) offer a computationally efficient alternative to artificial neural networks, existing literature has not used SNNs for continual multi-label learning. Also, accurately determining multiple labels with SNNs is still an open research problem. This work proposes a dual output spiking architecture (DOSA) to bridge these research gaps. A novel imbalance-aware loss function is also proposed, improving the multi-label classification performance of the model by making it more robust to data imbalance. A modified F1 score is presented to evaluate the effectiveness of the proposed loss function in handling imbalance. Experiments on several benchmark multi-label datasets show that DOSA trained with the proposed loss function shows improved robustness to data imbalance and obtains better continual multi-label learning performance than CIFDM, a previous state-of-the-art algorithm.

📄 PDF Abstract BibTeX arXiv:2402.04596

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Optimizing Class Distribution in Memory for Multi-Label Online Continual Learning

2022-09-23 · Yan-Shuo Liang, Wu-Jun Li

Online continual learning, especially when task identities and task boundaries are unavailable, is a challenging continual learning setting. One representative kind of methods for online continual learning is replay-base…

Continual Learning

AIA$^{2}$: Attribute-Agnostic Imbalance Augmentation for Subgroup Robustness

2026-08-31 · Hanshu Rao, Guangzeng Han, Xiaolei Huang arxiv

Attributes describing data content and context can induce diverse imbalance patterns that go beyond label imbalance alone. However, existing studies primarily address label imbalance while overlooking data attributes, su…

Queried Unlabeled Data Improves and Robustifies Class-Incremental Learning

2022-06-15 · Tianlong Chen, Sijia Liu, Shiyu Chang, Lisa Amini 외

Class-incremental learning (CIL) suffers from the notorious dilemma between learning newly added classes and preserving previously learned class knowledge. That catastrophic forgetting issue could be mitigated by storing…

Adversarial Robustnessclass-incremental learningClass Incremental LearningContinual Learning+1

Information-theoretic Online Memory Selection for Continual Learning

2022-04-10 · ICLR 2022 4 · Shengyang Sun, Daniele Calandriello, Huiyi Hu, Ang Li 외

A challenging problem in task-free continual learning is the online selection of a representative replay memory from data streams. In this work, we investigate the online memory selection problem from an information-theo…

Continual Learning

Towards Macro-AUC oriented Imbalanced Multi-Label Continual Learning

2024-12-24 · Yan Zhang, Guoqiang Wu, Bingzheng Wang, Teng Pang 외

In Continual Learning (CL), while existing work primarily focuses on the multi-class classification task, there has been limited research on Multi-Label Learning (MLL). In practice, MLL datasets are often class-imbalance…

Continual LearningMulti-class ClassificationMulti-Label Learning