scispace - formally typeset
D

Dmitry Kalenichenko

Researcher at Google

Publications -  18
Citations -  29631

Dmitry Kalenichenko is an academic researcher from Google. The author has contributed to research in topics: Object detection & Deep learning. The author has an hindex of 12, co-authored 17 publications receiving 20476 citations.

Papers
More filters
Posted Content

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications

TL;DR: This work introduces two simple global hyper-parameters that efficiently trade off between latency and accuracy and demonstrates the effectiveness of MobileNets across a wide range of applications and use cases including object detection, finegrain classification, face attributes and large scale geo-localization.
Proceedings ArticleDOI

FaceNet: A unified embedding for face recognition and clustering

TL;DR: A system that directly learns a mapping from face images to a compact Euclidean space where distances directly correspond to a measure offace similarity, and achieves state-of-the-art face recognition performance using only 128-bytes perface.
Proceedings ArticleDOI

FaceNet: A Unified Embedding for Face Recognition and Clustering

TL;DR: FaceNet as discussed by the authors uses a deep convolutional network trained to directly optimize the embedding itself, rather than an intermediate bottleneck layer as in previous deep learning approaches, and achieves state-of-the-art face recognition performance using only 128 bytes per face.
Proceedings ArticleDOI

Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference

TL;DR: A quantization scheme is proposed that allows inference to be carried out using integer- only arithmetic, which can be implemented more efficiently than floating point inference on commonly available integer-only hardware.
Posted Content

Looking Fast and Slow: Memory-Guided Mobile Video Object Detection.

TL;DR: This paper addresses the analogous question of whether using memory in computer vision systems can not only improve the accuracy of object detection in video streams, but also reduce the computation time by interleaving conventional feature extractors with extremely lightweight ones which only need to recognize the gist of the scene.