paper-with-me

홈 › Papers

Deep Neural Networks In Fully Connected CRF For Image Labeling With Social Network Metadata

2018-01-27 · Chengjiang Long, Roddy Collins, Eran Swears, Anthony Hoogs

We propose a novel method for predicting image labels by fusing image content descriptors with the social media context of each image. An image uploaded to a social media site such as Flickr often has meaningful, associated information, such as comments and other images the user has uploaded, that is complementary to pixel content and helpful in predicting labels. Prediction challenges such as ImageNet~\cite{imagenet_cvpr09} and MSCOCO~\cite{LinMBHPRDZ:ECCV14} use only pixels, while other methods make predictions purely from social media context \cite{McAuleyECCV12}. Our method is based on a novel fully connected Conditional Random Field (CRF) framework, where each node is an image, and consists of two deep Convolutional Neural Networks (CNN) and one Recurrent Neural Network (RNN) that model both textual and visual node/image information. The edge weights of the CRF graph represent textual similarity and link-based metadata such as user sets and image groups. We model the CRF as an RNN for both learning and inference, and incorporate the weighted ranking loss and cross entropy loss into the CRF parameter optimization to handle the training data imbalance issue. Our proposed approach is evaluated on the MIR-9K dataset and experimentally outperforms current state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:1801.09108

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Image Labeling on a Network: Using Social-Network Metadata for Image Classification

2012-07-16 · Julian McAuley, Jure Leskovec

Large-scale image retrieval benchmarks invariably consist of images from the Web. Many of these benchmarks are derived from online photo sharing networks, like Flickr, which in addition to hosting images also provide a h…

General Classificationimage-classificationImage ClassificationImage Retrieval+1

Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials

2012-10-20 · Philipp Krähenbühl, Vladlen Koltun

Most state-of-the-art techniques for multi-class image segmentation and labeling use conditional random fields defined over pixels or image regions. While region-level models often feature dense pairwise connectivity, pi…

Image SegmentationSegmentationSemantic Segmentation

Context Aware Image Annotation in Active Learning

2020-02-06 · Yingcheng Sun, Kenneth Loparo

Image annotation for active learning is labor-intensive. Various automatic and semi-automatic labeling methods are proposed to save the labeling cost, but a reduction in the number of labeled instances does not guarantee…

Active Learning

Language Models Learn Metadata: Political Stance Detection Case Study

2024-09-15 · Stanley Cao, Felix Drinkall

Stance detection is a crucial NLP task with numerous applications in social science, from analyzing online discussions to assessing political campaigns. This paper investigates the optimal way to incorporate metadata int…

Stance Detection

A CNN-RNN Framework for Image Annotation from Visual Cues and Social Network Metadata

2019-10-13 · Tobia Tesan, Pasquale Coscia, Lamberto Ballan

Images represent a commonly used form of visual communication among people. Nevertheless, image classification may be a challenging task when dealing with unclear or non-common images needing more context to be correctly…

image-classificationImage Classification