paper-with-me

Papers

Long-Tailed Continual Learning For Visual Food Recognition

2023-07-01 · Jiangpeng He, Luotao Lin, Jack Ma, Heather A. Eicher-Miller, Fengqing Zhu

Deep learning based food recognition has achieved remarkable progress in predicting food types given an eating occasion image. However, there are two major obstacles that hinder deployment in real world scenario. First, as new foods appear sequentially overtime, a trained model needs to learn the new classes continuously without causing catastrophic forgetting for already learned knowledge of existing food types. Second, the distribution of food images in real life is usually long-tailed as a small number of popular food types are consumed more frequently than others, which can vary in different populations. This requires the food recognition method to learn from class-imbalanced data by improving the generalization ability on instance-rare food classes. In this work, we focus on long-tailed continual learning and aim to address both aforementioned challenges. As existing long-tailed food image datasets only consider healthy people population, we introduce two new benchmark food image datasets, VFN-INSULIN and VFN-T2D, which exhibits on the real world food consumption for insulin takers and individuals with type 2 diabetes without taking insulin, respectively. We propose a novel end-to-end framework for long-tailed continual learning, which effectively addresses the catastrophic forgetting by applying an additional predictor for knowledge distillation to avoid misalignment of representation during continual learning. We also introduce a novel data augmentation technique by integrating class-activation-map (CAM) and CutMix, which significantly improves the generalization ability for instance-rare food classes to address the class-imbalance issue. The proposed method show promising performance with large margin improvements compared with existing methods.

📄 PDF Abstract BibTeX arXiv:2307.00183

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningData AugmentationFood RecognitionKnowledge Distillation

Methods 이 논문이 사용한 방법론

CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…
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.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dual-Imbalance Continual Learning for Real-World Food Recognition

2026-03-31 · Xiaoyan Zhang, Jiangpeng He arxiv

Visual food recognition in real-world dietary logging scenarios naturally exhibits severe data imbalance, where a small number of food categories appear frequently while many others occur rarely, resulting in long-tailed…

parameter-efficient fine-tuningIncremental LearningContinual Learning

LLMs-based Augmentation for Domain Adaptation in Long-tailed Food Datasets

2025-11-20 · Qing Wang, Chong-Wah Ngo, Ee-Peng Lim, Qianru Sun arxiv

Training a model for food recognition is challenging because the training samples, which are typically crawled from the Internet, are visually different from the pictures captured by users in the free-living environment.…

Domain Adaptation

Online Continual Learning For Visual Food Classification

2021-08-15 · Jiangpeng He, Fengqing Zhu

Food image classification is challenging for real-world applications since existing methods require static datasets for training and are not capable of learning from sequentially available new food images. Online continu…

ClassificationContinual Learningimage-classificationImage Classification+2

Long-tailed Food Classification

2022-10-26 · Jiangpeng He, Luotao Lin, Heather Eicher-Miller, Fengqing Zhu

Food classification serves as the basic step of image-based dietary assessment to predict the types of foods in each input image. However, food image predictions in a real world scenario are usually long-tail distributed…

ClassificationData AugmentationKnowledge Distillation

Learning to Classify New Foods Incrementally Via Compressed Exemplars

2024-04-11 · Justin Yang, Zhihao Duan, Jiangpeng He, Fengqing Zhu

Food image classification systems play a crucial role in health monitoring and diet tracking through image-based dietary assessment techniques. However, existing food recognition systems rely on static datasets character…

Continual LearningFood Recognitionimage-classificationImage Classification+1