bhavitvyamalik commited on
Commit
a388c7c
1 Parent(s): 97cc78d

update future work

Browse files
sections/conclusion_future_work/future_work.md CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ We hope to improve this project in the future by using:
2
+ - Superior translation model: Translation has a very huge impact on how the end model would perform. Better translators (for e.g. Google Translate API) and language specific seq2seq models for translation are able to generate better data, both for high-resource and low-resource languages.
3
+ - Checking translation quality: Inspecting quality of translated data is as important as the translation model itself. For this we'll either require native speakers to manually inspect a sample of translated data or devise some unsupervised translation quality metrics for the same.
4
+ - More data: Currently we are using only 2.5M images of Conceptual 12M for image captioning. We plan to include other datasets like Conceptual Captions 3M, subset of YFCC100M dataset etc.
5
+ - Low resource languages: With better translation tools we also wish to train our model in low resource languages which would further democratize the image captioning solution and help people realise the potential of language systems.