paper-with-me

홈 › Papers

Improving Image-recognition Edge Caches with a Generative Adversarial Network

2022-02-11 · Guilherme B. Souza, Roberto G. Pacheco, Rodrigo S. Couto

Image recognition is an essential task in several mobile applications. For instance, a smartphone can process a landmark photo to gather more information about its location. If the device does not have enough computational resources available, it offloads the processing task to a cloud infrastructure. Although this approach solves resource shortages, it introduces a communication delay. Image-recognition caches on the Internet's edge can mitigate this problem. These caches run on servers close to mobile devices and stores information about previously recognized images. If the server receives a request with a photo stored in its cache, it replies to the device, avoiding cloud offloading. The main challenge for this cache is to verify if the received image matches a stored one. Furthermore, for outdoor photos, it is difficult to compare them if one was taken in the daytime and the other at nighttime. In that case, the cache might wrongly infer that they refer to different places, offloading the processing to the cloud. This work shows that a well-known generative adversarial network, called ToDayGAN, can solve this problem by generating daytime images using nighttime ones. We can thus use this translation to populate a cache with synthetic photos that can help image matching. We show that our solution reduces cloud offloading and, therefore, the application's latency.

📄 PDF Abstract BibTeX arXiv:2202.05929

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Similar Papers 제목 키워드 기반

Using a GAN to Generate Adversarial Examples to Facial Image Recognition

2021-11-30 · Andrew Merrigan, Alan F. Smeaton

Images posted online present a privacy concern in that they may be used as reference examples for a facial recognition system. Such abuse of images is in violation of privacy rights but is difficult to counter. It is wel…

Face RecognitionGenerative Adversarial NetworkKnowledge Distillation

Exploiting Images for Video Recognition with Hierarchical Generative Adversarial Networks

2018-05-11 · Feiwu Yu, Xinxiao wu, Yuchao Sun, Lixin Duan

Existing deep learning methods of video recognition usually require a large number of labeled videos for training. But for a new task, videos are often unlabeled and it is also time-consuming and labor-intensive to annot…

Domain AdaptationVideo Recognition

Alleviating Catastrophic Forgetting in Facial Expression Recognition with Emotion-Centered Models

2024-04-18 · Israel A. Laurensi, Alceu de Souza Britto Jr., Jean Paul Barddal, Alessandro Lameiras Koerich

Facial expression recognition is a pivotal component in machine learning, facilitating various applications. However, convolutional neural networks (CNNs) are often plagued by catastrophic forgetting, impeding their adap…

Emotion RecognitionFacial Expression Recognition

HUGE2: a Highly Untangled Generative-model Engine for Edge-computing

2019-07-25 · Feng Shi, Ziheng Xu, Tao Yuan, Song-Chun Zhu

As a type of prominent studies in deep learning, generative models have been widely investigated in research recently. Two research branches of the deep learning models, the Generative Networks (GANs, VAE) and the Semant…

Deep LearningEdge-computingSemantic Segmentation

Distilling portable Generative Adversarial Networks for Image Translation

2020-03-07 · Hanting Chen, Yunhe Wang, Han Shu, Changyuan Wen 외

Despite Generative Adversarial Networks (GANs) have been widely used in various image-to-image translation tasks, they can be hardly applied on mobile devices due to their heavy computation and storage cost. Traditional …

Image-to-Image TranslationKnowledge DistillationTranslation