paper-with-me

Papers

Shallow Encoder Deep Decoder (SEDD) Networks for Image Encryption and Decryption

2020-01-09 · Chirag Gupta

This paper explores a new framework for lossy image encryption and decryption using a simple shallow encoder neural network E for encryption, and a complex deep decoder neural network D for decryption. E is kept simple so that encoding can be done on low power and portable devices and can in principle be any nonlinear function which outputs an encoded vector. D is trained to decode the encodings using the dataset of image - encoded vector pairs obtained from E and happens independently of E. As the encodings come from E which while being a simple neural network, still has thousands of random parameters and therefore the encodings would be practically impossible to crack without D. This approach differs from autoencoders as D is trained completely independently of E, although the structure may seem similar. Therefore, this paper also explores empirically if a deep neural network can learn to reconstruct the original data in any useful form given the output of a neural network or any other nonlinear function, which can have very useful applications in Cryptanalysis. Experiments demonstrate the potential of the framework through qualitative and quantitative evaluation of the decoded images from D along with some limitations.

📄 PDF Abstract BibTeX arXiv:2001.03017

Code (0)

등록된 구현이 없습니다.

Tasks

CryptanalysisDecoder

Similar Papers 제목 키워드 기반

SEDD-PCC: A Single Encoder-Dual Decoder Framework For End-To-End Learned Point Cloud Compression

2025-05-22 · Kai Hsiang Hsieh, Monyneath Yim, Jui Chiu Chiang

To encode point clouds containing both geometry and attributes, most learning-based compression schemes treat geometry and attribute coding separately, employing distinct encoders and decoders. This not only increases co…

AttributeDecoderKnowledge DistillationRepresentation Learning

Adversarial Shallow Watermarking

2025-04-28 · Guobiao Li, Lei Tan, Yuliang Xue, Gaozhi Liu 외

Recent advances in digital watermarking make use of deep neural networks for message embedding and extraction. They typically follow the ``encoder-noise layer-decoder''-based architecture. By deliberately establishing a …

Decoder

Probabilistic Semantic Embedding

2019-05-01 · ICLR 2019 5 · Yue Jiao, Jonathon Hare, Adam Prügel-Bennett

We present an extension of a variational auto-encoder that creates semantically richcoupled probabilistic latent representations that capture the semantics of multiplemodalities of data. We demonstrate this model through…

DecoderGeneral ClassificationImage Generation

Multilingual Neural Machine Translation with Deep Encoder and Multiple Shallow Decoders

2022-06-05 · EACL 2021 2 · Xiang Kong, Adithya Renduchintala, James Cross, Yuqing Tang 외

Recent work in multilingual translation advances translation quality surpassing bilingual baselines using deep transformer models with increased capacity. However, the extra latency and memory costs introduced by this ap…

DecoderMachine TranslationTranslation

Rethinking Image Inpainting via a Mutual Encoder-Decoder with Feature Equalizations

2020-07-14 · ECCV 2020 8 · Hongyu Liu, Bin Jiang, Yibing Song, Wei Huang 외

Deep encoder-decoder based CNNs have advanced image inpainting methods for hole filling. While existing methods recover structures and textures step-by-step in the hole regions, they typically use two encoder-decoders fo…

DecoderImage GenerationImage Inpainting