paper-with-me

홈 › Papers

Image Similarity using An Ensemble of Context-Sensitive Models

2024-01-15 · Zukang Liao, Min Chen

Image similarity has been extensively studied in computer vision. In recent years, machine-learned models have shown their ability to encode more semantics than traditional multivariate metrics. However, in labelling semantic similarity, assigning a numerical score to a pair of images is impractical, making the improvement and comparisons on the task difficult. In this work, we present a more intuitive approach to build and compare image similarity models based on labelled data in the form of A:R vs B:R, i.e., determining if an image A is closer to a reference image R than another image B. We address the challenges of sparse sampling in the image space (R, A, B) and biases in the models trained with context-based data by using an ensemble model. Our testing results show that the ensemble model constructed performs ~5% better than the best individual context-sensitive models. They also performed better than the models that were directly fine-tuned using mixed imagery data as well as existing deep embeddings, e.g., CLIP and DINO. This work demonstrates that context-based labelling and model training can be effective when an appropriate ensemble approach is used to alleviate the limitation due to sparse sampling.

📄 PDF Abstract BibTeX arXiv:2401.07951

Code (1)

zukang-liao/context-sensitive-image-similarity 공식 구현 pytorch

Tasks

Dimensionality ReductionSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Ensembler: Protect Collaborative Inference Privacy from Model Inversion Attack via Selective Ensemble

2024-01-19 · Dancheng Liu, Chenhui Xu, Jiajie Li, Amir Nassereldine 외

For collaborative inference through a cloud computing platform, it is sometimes essential for the client to shield its sensitive information from the cloud provider. In this paper, we introduce Ensembler, an extensible f…

Cloud ComputingCollaborative Inference

Exploiting inter-image similarity and ensemble of extreme learners for fixation prediction using deep features

2016-10-20 · Hamed R. -Tavakoli, Ali Borji, Jorma Laaksonen, Esa Rahtu

This paper presents a novel fixation prediction and saliency modeling framework based on inter-image similarities and ensemble of Extreme Learning Machines (ELM). The proposed framework is inspired by two observations, 1…

The semantic similarity ensemble

2014-01-11 · Andrea Ballatore, Michela Bertolotto, David C. Wilson

Computational measures of semantic similarity between geographic terms provide valuable support across geographic information retrieval, data mining, and information integration. To date, a wide variety of approaches to …

Information RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Context Sensitivity Improves Human-Machine Visual Alignment

2026-04-15 · Frieda Born, Tom Neuhäuser, Lukas Muttenthaler, Brett D. Roads 외 arxiv

Modern machine learning models typically represent inputs as fixed points in a high-dimensional embedding space. While this approach has been proven powerful for a wide range of downstream tasks, it fundamentally differs…

EnSiam: Self-Supervised Learning With Ensemble Representations

2023-05-22 · Kyoungmin Han, Minsik Lee

Recently, contrastive self-supervised learning, where the proximity of representations is determined based on the identities of samples, has made remarkable progress in unsupervised representation learning. SimSiam is a …

Contrastive LearningKnowledge DistillationRepresentation LearningSelf-Supervised Learning