paper-with-me

홈 › Papers

A Forward and Backward Compatible Framework for Few-shot Class-incremental Pill Recognition

2023-04-24 · Jinghua Zhang, Li Liu, Kai Gao, Dewen Hu

Automatic Pill Recognition (APR) systems are crucial for enhancing hospital efficiency, assisting visually impaired individuals, and preventing cross-infection. However, most existing deep learning-based pill recognition systems can only perform classification on classes with sufficient training data. In practice, the high cost of data annotation and the continuous increase in new pill classes necessitate the development of a few-shot class-incremental pill recognition system. This paper introduces the first few-shot class-incremental pill recognition framework, named Discriminative and Bidirectional Compatible Few-Shot Class-Incremental Learning (DBC-FSCIL). It encompasses forward-compatible and backward-compatible learning components. In forward-compatible learning, we propose an innovative virtual class synthesis strategy and a Center-Triplet (CT) loss to enhance discriminative feature learning. These virtual classes serve as placeholders in the feature space for future class updates, providing diverse semantic knowledge for model training. For backward-compatible learning, we develop a strategy to synthesize reliable pseudo-features of old classes using uncertainty quantification, facilitating Data Replay (DR) and Knowledge Distillation (KD). This approach allows for the flexible synthesis of features and effectively reduces additional storage requirements for samples and models. Additionally, we construct a new pill image dataset for FSCIL and assess various mainstream FSCIL methods, establishing new benchmarks. Our experimental results demonstrate that our framework surpasses existing State-of-the-art (SOTA) methods. The code is available at https://github.com/zhang-jinghua/DBC-FSCIL.

📄 PDF Abstract BibTeX arXiv:2304.11959

Code (1)

zhang-jinghua/dbc-fscil 공식 구현

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningGraph AttentionIncremental LearningKnowledge DistillationPill ClassificationTripletUncertainty Quantification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Improving Forward Compatibility in Class Incremental Learning by Increasing Representation Rank and Feature Richness

2024-03-22 · Jaeill Kim, Wonseok Lee, Moonjung Eo, Wonjong Rhee

Class Incremental Learning (CIL) constitutes a pivotal subfield within continual learning, aimed at enabling models to progressively learn new classification tasks while retaining knowledge obtained from prior tasks. Alt…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Privacy-Preserving Model Upgrades with Bidirectional Compatible Training in Image Retrieval

2022-04-29 · Shupeng Su, Binjie Zhang, Yixiao Ge, Xuyuan Xu 외

The task of privacy-preserving model upgrades in image retrieval desires to reap the benefits of rapidly evolving new models without accessing the raw gallery images. A pioneering work introduced backward-compatible trai…

Image RetrievalPrivacy PreservingRetrieval

Learning Compatible Embeddings

2021-08-04 · ICCV 2021 10 · Qiang Meng, Chixiang Zhang, Xiaoqiang Xu, Feng Zhou

Achieving backward compatibility when rolling out new models can highly reduce costs or even bypass feature re-encoding of existing gallery images for in-production visual retrieval systems. Previous related works usuall…

Knowledge DistillationRetrieval

General Data Analytics with Applications to Visual Information Analysis: A Provable Backward-Compatible Semisimple Paradigm over T-Algebra

2020-10-31 · Liang Liao, Stephen John Maybank

We consider a novel backward-compatible paradigm of general data analytics over a recently-reported semisimple algebra (called t-algebra). We study the abstract algebraic framework over the t-algebra by representing the …

Reverse Thinking Makes LLMs Stronger Reasoners

2024-11-29 · Justin Chih-Yao Chen, Zifeng Wang, Hamid Palangi, Rujun Han 외

Reverse thinking plays a crucial role in human reasoning. Humans can reason not only from a problem to a solution but also in reverse, i.e., start from the solution and reason towards the problem. This often enhances ove…

Data AugmentationKnowledge DistillationLogical ReasoningMath+1