paper-with-me

Papers

Extremely Fine-Grained Visual Classification over Resembling Glyphs in the Wild

2024-08-25 · Fares Bougourzi, Fadi Dornaika, Chongsheng Zhang

Text recognition in the wild is an important technique for digital maps and urban scene understanding, in which the natural resembling properties between glyphs is one of the major reasons that lead to wrong recognition results. To address this challenge, we introduce two extremely fine-grained visual recognition benchmark datasets that contain very challenging resembling glyphs (characters/letters) in the wild to be distinguished. Moreover, we propose a simple yet effective two-stage contrastive learning approach to the extremely fine-grained recognition task of resembling glyphs discrimination. In the first stage, we utilize supervised contrastive learning to leverage label information to warm-up the backbone network. In the second stage, we introduce CCFG-Net, a network architecture that integrates classification and contrastive learning in both Euclidean and Angular spaces, in which contrastive learning is applied in both supervised learning and pairwise discrimination manners to enhance the model's feature representation capability. Overall, our proposed approach effectively exploits the complementary strengths of contrastive learning and classification, leading to improved recognition performance on the resembling glyphs. Comparative evaluations with state-of-the-art fine-grained classification approaches under both Convolutional Neural Network (CNN) and Transformer backbones demonstrate the superiority of our proposed method.

📄 PDF Abstract BibTeX arXiv:2408.13774

Code (1)

faresbougourzi/ccfg-net 공식 구현 pytorch

Tasks

Contrastive LearningFine-Grained Image ClassificationFine-Grained Visual RecognitionScene Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Fine-Grained Zero-Shot Learning with DNA as Side Information

2021-09-29 · NeurIPS 2021 12 · Sarkhan Badirli, Zeynep Akata, George Mohler, Christine Picard 외

Fine-grained zero-shot learning task requires some form of side-information to transfer discriminative information from seen to unseen classes. As manually annotated visual attributes are extremely costly and often impra…

zero-shot-classificationZero-Shot Learning

Dual Feature Decoupling for Fine-Grained OOD Detection

2026-06-04 · Xiaokun Li, Yaping Huang, Qingji Guan arxiv

Out-of-distribution detection (OOD) is an indispensable technique when applying machine learning models to real-world scenarios. Most existing OOD detection methods have been developed under the idealized assumption of l…

Out-of-Distribution DetectionMedical Image Classification

Progressive Multi-stage Interactive Training in Mobile Network for Fine-grained Recognition

2021-12-08 · Zhenxin Wu, Qingliang Chen, Yifeng Liu, Yinqi Zhang 외

Fine-grained Visual Classification (FGVC) aims to identify objects from subcategories. It is a very challenging task because of the subtle inter-class differences. Existing research applies large-scale convolutional neur…

Fine-Grained Image Classification

Extract More from Less: Efficient Fine-Grained Visual Recognition in Low-Data Regimes

2024-06-28 · Dmitry Demidov, Abduragim Shtanchaev, Mihail Mihaylov, Mohammad Almansoori

The emerging task of fine-grained image classification in low-data regimes assumes the presence of low inter-class variance and large intra-class variation along with a highly limited amount of training samples per class…

Fine-Grained Image ClassificationFine-Grained Visual Recognitionimage-classificationImage Classification

FAST: A Dual-tier Few-Shot Learning Paradigm for Whole Slide Image Classification

2024-09-29 · Kexue Fu, Xiaoyuan Luo, Linhao Qu, Shuo Wang 외

The expensive fine-grained annotation and data scarcity have become the primary obstacles for the widespread adoption of deep learning-based Whole Slide Images (WSI) classification algorithms in clinical practice. Unlike…

ClassificationFew-Shot Learningimage-classificationImage Classification+1