paper-with-me

Papers

Mini-batch graphs for robust image classification

2021-04-22 · Arnab Kumar Mondal, Vineet Jain, Kaleem Siddiqi

Current deep learning models for classification tasks in computer vision are trained using mini-batches. In the present article, we take advantage of the relationships between samples in a mini-batch, using graph neural networks to aggregate information from similar images. This helps mitigate the adverse effects of alterations to the input images on classification performance. Diverse experiments on image-based object and scene classification show that this approach not only improves a classifier's performance but also increases its robustness to image perturbations and adversarial attacks. Further, we also show that mini-batch graph neural networks can help to alleviate the problem of mode collapse in Generative Adversarial Networks.

📄 PDF Abstract BibTeX arXiv:2105.03237

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationScene Classification

Similar Papers 제목 키워드 기반

BatchSampler: Sampling Mini-Batches for Contrastive Learning in Vision, Language, and Graphs

2023-06-06 · Zhen Yang, Tinglin Huang, Ming Ding, Yuxiao Dong 외

In-Batch contrastive learning is a state-of-the-art self-supervised method that brings semantically-similar instances close while pushing dissimilar instances apart within a mini-batch. Its key to success is the negative…

Contrastive LearningSTS

Mini-Batch Class Composition Bias in Link Prediction

2026-04-28 · Kieran Maguire, Srinandan Dasmahapatra arxiv

Prior work on node classification has shown that Graph Neural Networks (GNNs) can learn representations that transfer across graphs, when underlying graph properties are shared. For a fixed graph, one would then expect G…

Node ClassificationLink Prediction

Advancing GraphSAGE with A Data-Driven Node Sampling

2019-04-29 · Jihun Oh, Kyunghyun Cho, Joan Bruna

As an efficient and scalable graph neural network, GraphSAGE has enabled an inductive capability for inferring unseen nodes or graphs by aggregating subsampled local neighborhoods and by learning in a mini-batch gradient…

General ClassificationGraph Neural NetworkNode ClassificationReinforcement Learning

GSplit: Scaling Graph Neural Network Training on Large Graphs via Split-Parallelism

2023-03-24 · Sandeep Polisetty, Juelin Liu, Kobi Falus, Yi Ren Fung 외

Graph neural networks (GNNs), an emerging class of machine learning models for graphs, have gained popularity for their superior performance in various graph analytical tasks. Mini-batch training is commonly used to trai…

Graph Neural NetworkRecommendation Systems

Affinity Graph Supervision for Visual Recognition

2020-03-19 · CVPR 2020 6 · Chu Wang, Babak Samari, Vladimir G. Kim, Siddhartha Chaudhuri 외

Affinity graphs are widely used in deep architectures, including graph convolutional neural networks and attention networks. Thus far, the literature has focused on abstracting features from such graphs, while the learni…

image-classificationImage Classification