All Projects → AyanKumarBhunia → Handwriting_recogition_using_adversarial_learning

AyanKumarBhunia / Handwriting_recogition_using_adversarial_learning

[CVPR 2019] "Handwriting Recognition in Low-resource Scripts using Adversarial Learning ”, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Handwriting recogition using adversarial learning

Pedestrian Synthesis Gan
Pedestrian-Synthesis-GAN: Generating Pedestrian Data in Real Scene and Beyond
Stars: ✭ 73 (+40.38%)
Mutual labels:  data-augmentation, generative-adversarial-networks
Pose Adv Aug
Code for "Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation" (CVPR 2018)
Stars: ✭ 83 (+59.62%)
Mutual labels:  data-augmentation, adversarial-learning
Adversarial Examples Pytorch
Implementation of Papers on Adversarial Examples
Stars: ✭ 293 (+463.46%)
Mutual labels:  generative-adversarial-networks, adversarial-learning
Neurec
Next RecSys Library
Stars: ✭ 731 (+1305.77%)
Mutual labels:  adversarial-learning
Neural Structured Learning
Training neural models with structured signals.
Stars: ✭ 790 (+1419.23%)
Mutual labels:  adversarial-learning
Csmri Refinement
Code for "Adversarial and Perceptual Refinement Compressed Sensing MRI Reconstruction"
Stars: ✭ 21 (-59.62%)
Mutual labels:  generative-adversarial-networks
Awesome Graph Representation Learning
A curated list of awesome graph representation learning.
Stars: ✭ 44 (-15.38%)
Mutual labels:  adversarial-learning
Inltk
Natural Language Toolkit for Indic Languages aims to provide out of the box support for various NLP tasks that an application developer might need
Stars: ✭ 702 (+1250%)
Mutual labels:  data-augmentation
Nlp xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Stars: ✭ 954 (+1734.62%)
Mutual labels:  data-augmentation
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+1634.62%)
Mutual labels:  data-augmentation
Collaborative Gan Sampling
[AAAI20] TensorFlow implementation of the Collaborative Sampling in Generative Adversarial Networks
Stars: ✭ 18 (-65.38%)
Mutual labels:  generative-adversarial-networks
Taadpapers
Must-read Papers on Textual Adversarial Attack and Defense
Stars: ✭ 800 (+1438.46%)
Mutual labels:  adversarial-learning
Veri Artirma Data Augmentation
Bu repoda veri artırma (data augmentation) ile ilgili pratik uygulamalara ulaşabilirsiniz.
Stars: ✭ 22 (-57.69%)
Mutual labels:  data-augmentation
Data Augmentation Review
List of useful data augmentation resources. You will find here some not common techniques, libraries, links to github repos, papers and others.
Stars: ✭ 785 (+1409.62%)
Mutual labels:  data-augmentation
A2cl Pt
Adversarial Background-Aware Loss for Weakly-supervised Temporal Activity Localization (ECCV 2020)
Stars: ✭ 34 (-34.62%)
Mutual labels:  adversarial-learning
Torchio
Medical image preprocessing and augmentation toolkit for deep learning
Stars: ✭ 708 (+1261.54%)
Mutual labels:  data-augmentation
Lab
[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
Stars: ✭ 956 (+1738.46%)
Mutual labels:  adversarial-learning
Delving Deep Into Gans
Generative Adversarial Networks (GANs) resources sorted by citations
Stars: ✭ 834 (+1503.85%)
Mutual labels:  generative-adversarial-networks
Advertorch
A Toolbox for Adversarial Robustness Research
Stars: ✭ 826 (+1488.46%)
Mutual labels:  adversarial-learning
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (-57.69%)
Mutual labels:  data-augmentation

Handwriting Recognition in Low-resource Scripts using Adversarial Learning, CVPR 2019.

Ayan Kumar Bhunia, Abhirup Das, Ankan Kumar Bhunia, Perla Sai Raj Kishore, Partha Pratim Roy, “Handwriting Recognition in Low-resource Scripts using Adversarial Learning ”, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019.

Abstract

Handwritten Word Recognition and Spotting is a challenging field dealing with handwritten text possessing irregular and complex shapes. The design of deep neural network models makes it necessary to extend training datasets in order to introduce variations and increase the number of samples; word-retrieval is therefore very difficult in low-resource scripts. Much of the existing literature comprises preprocessing strategies which are seldom sufficient to cover all possible variations. We propose the Adversarial Feature Deformation Module (AFDM) that learns ways to elastically warp extracted features in a scalable manner. The AFDM is inserted between intermediate layers and trained alternatively with the original framework, boosting its capability to better learn highly informative features rather than trivial ones. We test our meta-framework, which is built on top of popular word-spotting and word-recognition frameworks and enhanced by the AFDM, not only on extensive Latin word datasets but also sparser Indic scripts. We record results for varying training data sizes, and observe that our enhanced network generalizes much better in the low-data regime; the overall word-error rates and mAP scores are observed to improve as well.

Architecture

Architecture

Citation

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

@inproceedings{bhunia2019handwriting,
  title={Handwriting Recognition in Low-Resource Scripts Using Adversarial Learning},
  author={Bhunia, Ayan Kumar and Das, Abhirup and Bhunia, Ankan Kumar and Kishore, Perla Sai Raj and Roy, Partha Pratim},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={4767--4776},
  year={2019}
}
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].