-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
43 lines (42 loc) · 1.46 KB
/
Copy pathCITATION.cff
File metadata and controls
43 lines (42 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Content-Based Image Retrieval system based on Bayesian
Relevance Feedback
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Ahmed
family-names: Samady
email: ahmed.samady@etu.uae.ac.ma
- given-names: Fahd
family-names: Chibani
email: fahd.chibani@etu.uae.ac.ma
- given-names: Mohamed Amine
family-names: Fakhre-Eddine
email: contact@fakhreeddine.dev
repository-code: >-
https://github.com/Samashi47/content-based-image-retrieval/
abstract: >-
The theory, design principles, implementation, and
performance outcomes of our two-week-long content-based
image retrieval (CBIR) system are presented in this paper.
Furthermore, we suggest a Bayesian Inference-based
relevance feedback method. In order to achieve this, we
use labels to determine whether a query is relevant. We
then use a Bernoulli likelihood model, a Gaussian model,
and Markov Chain Monte Carlo (MCMC) sampling in order, to
update the weights of each feature, which improves and
refines the results of a user query. Lastly, we
demonstrated our implementation validating the theoretical
conclusions.
keywords:
- Content-Based Image Retrieval (CBIR)
- Bayesian Inference
- Relevance Feedback
- Image Search
license: MIT
date-released: "2024-12-15"