IVCVLGJun 11, 2020

TensorFlow with user friendly Graphical Framework for object detection API

arXiv:2006.06385v111 citationsHas Code
AI Analysis

This work addresses accessibility issues for amateurs and beginners in IT fields, making deep learning more usable for projects in agriculture, engineering, and medicine, though it is incremental as it builds on existing TensorFlow APIs.

The paper tackles the high barrier to entry for using TensorFlow's object detection API by developing TensorFlow Graphical Framework (TF-GraF), a user-friendly GUI that enables users without coding knowledge to design, train, and deploy models, supporting flexible model selection and real-time operations.

TensorFlow is an open-source framework for deep learning dataflow and contains application programming interfaces (APIs) of voice analysis, natural language process, and computer vision. Especially, TensorFlow object detection API in computer vision field has been widely applied to technologies of agriculture, engineering, and medicine but barriers to entry of the framework usage is still high through command-line interface (CLI) and code for amateurs and beginners of information technology (IT) field. Therefore, this is aim to develop an user friendly Graphical Framework for object detection API on TensorFlow which is called TensorFlow Graphical Framework (TF-GraF). The TF-GraF provides independent virtual environments according to user accounts in server-side, additionally, execution of data preprocessing, training, and evaluation without CLI in client-side. Furthermore, hyperparameter setting, real-time observation of training process, object visualization of test images, and metrics evaluations of test data can also be operated via TF-GraF. Especially, TF-GraF supports flexible model selection of SSD, Faster-RCNN, RFCN, and Mask-RCNN including convolutional neural networks (inceptions and ResNets) through GUI environment. Consequently, TF-GraF allows anyone, even without any previous knowledge of deep learning frameworks, to design, train and deploy machine intelligence models without coding. Since TF-GraF takes care of setting and configuration, it allows anyone to use deep learning technology for their project without spending time to install complex software and environment.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes