paper-with-me

홈 › Papers

Exploiting Temporal Information for DCNN-based Fine-Grained Object Classification

2016-08-01 · ZongYuan Ge, Chris McCool, Conrad Sanderson, Peng Wang, Lingqiao Liu, Ian Reid, Peter Corke

Fine-grained classification is a relatively new field that has concentrated on using information from a single image, while ignoring the enormous potential of using video data to improve classification. In this work we present the novel task of video-based fine-grained object classification, propose a corresponding new video dataset, and perform a systematic study of several recent deep convolutional neural network (DCNN) based approaches, which we specifically adapt to the task. We evaluate three-dimensional DCNNs, two-stream DCNNs, and bilinear DCNNs. Two forms of the two-stream approach are used, where spatial and temporal data from two independent DCNNs are fused either via early fusion (combination of the fully-connected layers) and late fusion (concatenation of the softmax outputs of the DCNNs). For bilinear DCNNs, information from the convolutional layers of the spatial and temporal DCNNs is combined via local co-occurrences. We then fuse the bilinear DCNN and early fusion of the two-stream approach to combine the spatial and temporal information at the local and global level (Spatio-Temporal Co-occurrence). Using the new and challenging video dataset of birds, classification performance is improved from 23.1% (using single images) to 41.1% when using the Spatio-Temporal Co-occurrence system. Incorporating automatically detected bounding box location further improves the classification accuracy to 53.6%.

📄 PDF Abstract BibTeX arXiv:1608.00486

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Sequential Random Network for Fine-grained Image Classification

2021-03-12 · Chaorong Li, Malu Zhang, Wei Huang, Fengqing Qin 외

Deep Convolutional Neural Network (DCNN) and Transformer have achieved remarkable successes in image recognition. However, their performance in fine-grained image recognition is still difficult to meet the requirements o…

Classificationimage-classification

Fine-Grained Classification via Mixture of Deep Convolutional Neural Networks

2015-11-30 · ZongYuan Ge, Alex Bewley, Christopher Mccool, Ben Upcroft 외

We present a novel deep convolutional neural network (DCNN) system for fine-grained image classification, called a mixture of DCNNs (MixDCNN). The fine-grained image classification problem is characterised by large intra…

ClassificationFine-Grained Image ClassificationGeneral Classificationimage-classification+1

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

Deep CNNs With Spatially Weighted Pooling for Fine-Grained Car Recognition

2017-04-04 · Qichang Hu, Huibing Wang, Teng Li, Chunhua Shen

Fine-grained car recognition aims to recognize the category information of a car, such as car make, car model, or even the year of manufacture. A number of recent studies have shown that a deep convolutional neural netwo…

Fine-Grained Image Classification

Video Semantic Object Segmentation by Self-Adaptation of DCNN

2017-11-22 · Seong-Jin Park, Ki-Sang Hong

This paper proposes a new framework for semantic segmentation of objects in videos. We address the label inconsistency problem of deep convolutional neural networks (DCNNs) by exploiting the fact that videos have multipl…

SegmentationSemantic Segmentation