paper-with-me

Papers

Latent-based Diffusion Model for Long-tailed Recognition

2024-04-06 · Pengxiao Han, Changkun Ye, Jieming Zhou, Jing Zhang, Jie Hong, Xuesong Li

Long-tailed imbalance distribution is a common issue in practical computer vision applications. Previous works proposed methods to address this problem, which can be categorized into several classes: re-sampling, re-weighting, transfer learning, and feature augmentation. In recent years, diffusion models have shown an impressive generation ability in many sub-problems of deep computer vision. However, its powerful generation has not been explored in long-tailed problems. We propose a new approach, the Latent-based Diffusion Model for Long-tailed Recognition (LDMLR), as a feature augmentation method to tackle the issue. First, we encode the imbalanced dataset into features using the baseline model. Then, we train a Denoising Diffusion Implicit Model (DDIM) using these encoded features to generate pseudo-features. Finally, we train the classifier using the encoded and pseudo-features from the previous two steps. The model's accuracy shows an improvement on the CIFAR-LT and ImageNet-LT datasets by using the proposed method.

📄 PDF Abstract BibTeX arXiv:2404.04517

Code (1)

alvinhan123/ldmlr 공식 구현 pytorch

Tasks

DenoisingTransfer Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LCReg: Long-Tailed Image Classification with Latent Categories based Recognition

2023-09-13 · Weide Liu, Zhonghua Wu, Yiming Wang, Henghui Ding 외

In this work, we tackle the challenging problem of long-tailed image recognition. Previous long-tailed recognition approaches mainly focus on data augmentation or re-balancing strategies for the tail classes to give them…

Data AugmentationDiversityimage-classificationImage Classification

Long-tailed Recognition by Learning from Latent Categories

2022-06-02 · Weide Liu, Zhonghua Wu, Yiming Wang, Henghui Ding 외

In this work, we address the challenging task of long-tailed image recognition. Previous long-tailed recognition methods commonly focus on the data augmentation or re-balancing strategy of the tail classes to give more a…

Data AugmentationDiversityLong-tail Learning

DiffuLT: How to Make Diffusion Model Useful for Long-tail Recognition

2024-03-08 · Jie Shao, Ke Zhu, Hanxiao Zhang, Jianxin Wu

This paper proposes a new pipeline for long-tail (LT) recognition. Instead of re-weighting or re-sampling, we utilize the long-tailed dataset itself to generate a balanced proxy that can be optimized through cross-entrop…

Long-Tailed Recognition by Mutual Information Maximization between Latent Features and Ground-Truth Labels

2023-05-02 · Min-Kook Suh, Seung-Woo Seo

Although contrastive learning methods have shown prevailing performance on a variety of representation learning tasks, they encounter difficulty when the training dataset is long-tailed. Many researchers have combined co…

Contrastive Learningimage-classificationImage ClassificationImage Segmentation+3

Semantic Data Augmentation for Long-tailed Facial Expression Recognition

2024-11-26 · Zijian Li, Yan Wang, Bowen Guan, JianKai Yin

Facial Expression Recognition has a wide application prospect in social robotics, health care, driver fatigue monitoring, and many other practical scenarios. Automatic recognition of facial expressions has been extensive…

Data AugmentationFacial Expression Recognition