paper-with-me

Papers

GCCN: Global Context Convolutional Network

2021-10-22 · Ali Hamdi, Flora Salim, Du Yong Kim

In this paper, we propose Global Context Convolutional Network (GCCN) for visual recognition. GCCN computes global features representing contextual information across image patches. These global contextual features are defined as local maxima pixels with high visual sharpness in each patch. These features are then concatenated and utilised to augment the convolutional features. The learnt feature vector is normalised using the global context features using Frobenius norm. This straightforward approach achieves high accuracy in compassion to the state-of-the-art methods with 94.6% and 95.41% on CIFAR-10 and STL-10 datasets, respectively. To explore potential impact of GCCN on other visual representation tasks, we implemented GCCN as a based model to few-shot image classification. We learn metric distances between the augmented feature vectors and their prototypes representations, similar to Prototypical and Matching Networks. GCCN outperforms state-of-the-art few-shot learning methods achieving 99.9%, 84.8% and 80.74% on Omniglot, MiniImageNet and CUB-200, respectively. GCCN has significantly improved on the accuracy of state-of-the-art prototypical and matching networks by up to 30% in different few-shot learning scenarios.

📄 PDF Abstract BibTeX arXiv:2110.11664

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

SGCCNet: Single-Stage 3D Object Detector With Saliency-Guided Data Augmentation and Confidence Correction Mechanism

2024-07-01 · Ao Liang, Wenyu Chen, Jian Fang, Huaici Zhao

The single-stage point-based 3D object detectors have attracted widespread research interest due to their advantages of lightweight and fast inference speed. However, they still face challenges such as inadequate learnin…

Data Augmentation

Adaptive Graph Capsule Convolutional Networks

2021-09-29 · Shangwei Wu, Yingtong Xiong, Chuliang Weng

In recent years, many studies utilize Convolutional Neural Networks (CNNs) to deal with non-grid graph data, known as Graph Convolutional Networks (GCNs). However, there exist two main restrictions of the prevalent GCNs.…

GPUReinforcement Learning (RL)

TopoTune : A Framework for Generalized Combinatorial Complex Neural Networks

2024-10-09 · Mathilde Papillon, Guillermo Bernárdez, Claudio Battiloro, Nina Miolane

Graph Neural Networks (GNNs) excel in learning from relational datasets as they preserve the symmetries of the graph domain. However, many complex systems -- such as biological or social networks -- involve multiway comp…

Graph Neural Network

Multilayer Graph Contrastive Clustering Network

2021-12-28 · Liang Liu, Zhao Kang, Ling Tian, Wenbo Xu 외

Multilayer graph has garnered plenty of research attention in many areas due to their high utility in modeling interdependent systems. However, clustering of multilayer graph, which aims at dividing the graph nodes into …

ClusteringGraph Clustering

HCIG: A Hierarchical Cross-Modal Incongruity Graph Network for Multimodal Sarcasm and Cyberbullying Detection

2026-07-17 · Bhavana Verma, Priyanka Meel, Dinesh Kumar Vishwakarma arxiv

Multimodal sarcasm and cyberbullying detection remain challenging because the intended meaning often emerges from incongruity between textual and visual information rather than from either modality alone. Existing multim…

Multimodal Reasoning