paper-with-me

Papers

Learning Multi-Attention Convolutional Neural Network for Fine-Grained Image Recognition

2017-10-01 · ICCV 2017 10 · Heliang Zheng, Jianlong Fu, Tao Mei, Jiebo Luo

Recognizing fine-grained categories (e.g., bird species) highly relies on discriminative part localization and part-based fine-grained feature learning. Existing approaches predominantly solve these challenges independently, while neglecting the fact that part localization (e.g., head of a bird) and fine-grained feature learning (e.g., head shape) are mutually correlated. In this paper, we propose a novel part learning approach by a multi-attention convolutional neural network (MA-CNN), where part generation and feature learning can reinforce each other. MA-CNN consists of convolution, channel grouping and part classification sub-networks. The channel grouping network takes as input feature channels from convolutional layers, and generates multiple parts by clustering, weighting and pooling from spatially-correlated channels. The part classification network further classifies an image by each individual part, through which more discriminative fine-grained features can be learned. Two losses are proposed to guide the multi-task learning of channel grouping and part classification, which encourages MA-CNN to generate more discriminative parts from feature channels and learn better fine-grained features from parts in a mutual reinforced way. MA-CNN does not need bounding box/part annotation and can be trained end-to-end. We incorporate the learned parts from MA-CNN with part-CNN for recognition, and show the best performances on three challenging published fine-grained datasets, e.g., CUB-Birds, FGVC-Aircraft and Stanford-Cars.

📄 PDF Abstract BibTeX

Code (3)

Jianlong-Fu/Multi-Attention-CNN 공식 구현
LiAng199523/Multi-Attention-CNN-pytorch pytorch
minfengUCAS/Muti-Attention-CNN caffe2

Tasks

ClusteringFine-Grained Image ClassificationFine-Grained Image RecognitionGeneral ClassificationMulti-Task Learning

Similar Papers 제목 키워드 기반

Look Closer to See Better: Recurrent Attention Convolutional Neural Network for Fine-Grained Image Recognition

2017-07-01 · CVPR 2017 7 · Jianlong Fu, Heliang Zheng, Tao Mei

Recognizing fine-grained categories (e.g., bird species) is difficult due to the challenges of discriminative region localization and fine-grained feature learning. Existing approaches predominantly solve these challenge…

Fine-Grained Image ClassificationFine-Grained Image RecognitionGeneral Classification

DCNN: Dual Cross-current Neural Networks Realized Using An Interactive Deep Learning Discriminator for Fine-grained Objects

2024-05-07 · Da Fu, Mingfei Rong, Eun-Hu Kim, Hao Huang 외

Accurate classification of fine-grained images remains a challenge in backbones based on convolutional operations or self-attention mechanisms. This study proposes novel dual-current neural networks (DCNN), which combine…

Fine-Grained Image Classificationimage-classificationImage ClassificationWeakly-supervised Learning

ULSAM: Ultra-Lightweight Subspace Attention Module for Compact Convolutional Neural Networks

2020-06-26 · Rajat Saini, Nandan Kumar Jha, Bedanta Das, Sparsh Mittal 외

The capability of the self-attention mechanism to model the long-range dependencies has catapulted its deployment in vision models. Unlike convolution operators, self-attention offers infinite receptive field and enables…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification

Pay Attention to Convolution Filters: Towards Fast and Accurate Fine-Grained Transfer Learning

2019-06-12 · Xiangxi Mo, Ruizhe Cheng, Tianyi Fang

We propose an efficient transfer learning method for adapting ImageNet pre-trained Convolutional Neural Network (CNN) to fine-grained image classification task. Conventional transfer learning methods typically face the t…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification+1

Multi-Attention Multi-Class Constraint for Fine-grained Image Recognition

2018-06-14 · ECCV 2018 9 · Ming Sun, Yuchen Yuan, Feng Zhou, Errui Ding

Attention-based learning for fine-grained image recognition remains a challenging task, where most of the existing methods treat each object part in isolation, while neglecting the correlations among them. In addition, t…

Fine-Grained Image RecognitionMetric Learning