All Projects → AyanKumarBhunia → Deep-One-Shot-Logo-Retrieval

AyanKumarBhunia / Deep-One-Shot-Logo-Retrieval

Licence: other
A Deep One-Shot Network for Query-based Logo Retrieval [Pattern Recognition 2019, Elsevier]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deep-One-Shot-Logo-Retrieval

one-shot-steel-surfaces
One-Shot Recognition of Manufacturing Defects in Steel Surfaces
Stars: ✭ 29 (-50%)
Mutual labels:  one-shot-learning, siamese-network
Logodetect
Find logos in images and videos in just one-shot. Never be embarrassed again to say that you have a small data situation!
Stars: ✭ 41 (-29.31%)
Mutual labels:  one-shot-learning, logo-detection
oneshot-audio
Experiment with "one-shot learning" techniques to recognize a voice signature
Stars: ✭ 22 (-62.07%)
Mutual labels:  one-shot-learning, siamese-network
pytorch-siamese-triplet
One-Shot Learning with Triplet CNNs in Pytorch
Stars: ✭ 74 (+27.59%)
Mutual labels:  one-shot-learning, siamese-network
One-Shot-Learning-with-Siamese-Networks
Implementation of One Shot Learning using Convolutional Siamese Networks on Omniglot Dataset
Stars: ✭ 129 (+122.41%)
Mutual labels:  one-shot-learning, siamese-network
EfficientWord-Net
OneShot Learning-based hotword detection.
Stars: ✭ 78 (+34.48%)
Mutual labels:  one-shot-learning, siamese-network
Facial-Recognition-Using-FaceNet-Siamese-One-Shot-Learning
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
Stars: ✭ 104 (+79.31%)
Mutual labels:  one-shot-learning, siamese-network
Offline-Signature-Verification-using-Siamese-Network
Identifying forged signatures using convolutional siamese networks implemented in Keras
Stars: ✭ 31 (-46.55%)
Mutual labels:  one-shot-learning, siamese-network
Pyimsegm
Image segmentation - general superpixel segmentation & center detection & region growing
Stars: ✭ 213 (+267.24%)
Mutual labels:  image-segmentation
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+68.97%)
Mutual labels:  image-segmentation
Dataturks
ML data annotations made super easy for teams. Just upload data, add your team and build training/evaluation dataset in hours.
Stars: ✭ 200 (+244.83%)
Mutual labels:  image-segmentation
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (+274.14%)
Mutual labels:  image-segmentation
Deeplab-pytorch
Deeplab for semantic segmentation tasks
Stars: ✭ 61 (+5.17%)
Mutual labels:  image-segmentation
Signature extractor
A super lightweight image processing algorithm for detection and extraction of overlapped handwritten signatures on scanned documents using OpenCV and scikit-image.
Stars: ✭ 205 (+253.45%)
Mutual labels:  image-segmentation
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+355.17%)
Mutual labels:  image-segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+237.93%)
Mutual labels:  image-segmentation
End To End For Chinese Plate Recognition
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
Stars: ✭ 197 (+239.66%)
Mutual labels:  image-segmentation
DAOSL
Implementation of Domain Adaption in One-Shot Learning
Stars: ✭ 14 (-75.86%)
Mutual labels:  one-shot-learning
lung-segmentation
Lung segmentation for chest X-Ray images
Stars: ✭ 74 (+27.59%)
Mutual labels:  image-segmentation
Pottslab
Unsupervised multilabel image segmentation (color/gray/multichannel) based on the Potts model (aka piecewise constant Mumford-Shah model)
Stars: ✭ 97 (+67.24%)
Mutual labels:  image-segmentation

A Deep One-Shot Network for Query-based Logo Retrieval

Ayan Kumar Bhunia, Ankan Kumar Bhunia, Shuvozit Ghose, Abhirup Das, Partha Pratim Roy, Umapada Pal “A Deep One-Shot Network for Query-based Logo Retrieval”. Accepted in Pattern Recognition, Elsevier.

We use Sigmoid layer on the output (not softmax -- this is a typo in the paper) --- by Authors

Abstract

Logo detection in real-world scene images is an important problem with applications in advertisement and marketing. Existing general-purpose object detection methods require large training data with annotations for every logo class. These methods do not satisfy the incremental demand of logo classes necessary for practical deployment since it is practically impossible to have such annotated data for new unseen logo. In this work, we develop an easy-to-implement query-based logo detection and localization system by employing a one-shot learning technique using off the shelf neural network components. Given an image of a query logo, our model searches for it within a given target image and predicts the possible location of the logo by estimating a binary segmentation mask. The proposed model consists of a conditional branch and a segmentation branch. The former gives a conditional latent representation of the given query logo which is combined with feature maps of the segmentation branch at multiple scales in order to obtain the matching location of the query logo in a target image, should it be present. Feature matching between the latent query representation and multi-scale feature maps of segmentation branch using simple concatenation operation followed by $1\times1$ convolution layer makes our model scale-invariant. Despite its simplicity, our query-based logo retrieval framework achieved superior performance in FlickrLogos-32 and TopLogos-10 dataset over different existing baselines.

Architecture

Architecture

Qualitative Results

Qualitative Results

Citation

If you find this article useful in your research, please consider citing:

@article{bhunia2019deep,
  title={A Deep One-Shot Network for Query-based Logo Retrieval},
  author={Bhunia, Ayan Kumar and Bhunia, Ankan Kumar and Ghose, Shuvozit and Das, Abhirup and Roy, Partha Pratim and Pal, Umapada},
  journal={Pattern Recognition},
  pages={106965},
  year={2019},
  publisher={Elsevier}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].