paper-with-me

Papers

GOLLIC: Learning Global Context beyond Patches for Lossless High-Resolution Image Compression

2022-10-07 · Yuan Lan, Liang Qin, Zhaoyi Sun, Yang Xiang, Jie Sun

Neural-network-based approaches recently emerged in the field of data compression and have already led to significant progress in image compression, especially in achieving a higher compression ratio. In the lossless image compression scenario, however, existing methods often struggle to learn a probability model of full-size high-resolution images due to the limitation of the computation source. The current strategy is to crop high-resolution images into multiple non-overlapping patches and process them independently. This strategy ignores long-term dependencies beyond patches, thus limiting modeling performance. To address this problem, we propose a hierarchical latent variable model with a global context to capture the long-term dependencies of high-resolution images. Besides the latent variable unique to each patch, we introduce shared latent variables between patches to construct the global context. The shared latent variables are extracted by a self-supervised clustering module inside the model's encoder. This clustering module assigns each patch the confidence that it belongs to any cluster. Later, shared latent variables are learned according to latent variables of patches and their confidence, which reflects the similarity of patches in the same cluster and benefits the global context modeling. Experimental results show that our global context model improves compression ratio compared to the engineered codecs and deep learning models on three benchmark high-resolution image datasets, DIV2K, CLIC.pro, and CLIC.mobile.

📄 PDF Abstract BibTeX arXiv:2210.03301

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringData CompressionImage Compression

Similar Papers 제목 키워드 기반

Rethinking Global Context in Crowd Counting

2021-05-23 · Guolei Sun, Yun Liu, Thomas Probst, Danda Pani Paudel 외

This paper investigates the role of global context for crowd counting. Specifically, a pure transformer is used to extract features with global information from overlapping image patches. Inspired by classification, we a…

Crowd Counting

Beyond LLaVA-HD: Diving into High-Resolution Large Multimodal Models

2024-06-12 · Yi-Fan Zhang, Qingsong Wen, Chaoyou Fu, Xue Wang 외

Seeing clearly with high resolution is a foundation of Large Multimodal Models (LMMs), which has been proven to be vital for visual perception and reasoning. Existing works usually employ a straightforward resolution ups…

Image Compression

Quantised Global Autoencoder: A Holistic Approach to Representing Visual Data

2024-07-16 · Tim Elsner, Paula Usinger, Victor Czech, Gregor Kobsik 외

In quantised autoencoders, images are usually split into local patches, each encoded by one token. This representation is redundant in the sense that the same number of tokens is spend per region, regardless of the visua…

Decoder

Adapting Diffusion Language Models for Lossless Pixel-Level Image Transmission

2026-06-04 · Tianqi Ren, Rongpeng Li, Xianfu Chen, Yingyu Li 외 arxiv

Lossless pixel-level image transmission is a fundamental regime beyond semantic communications, because exact recovery requires both accurate symbol probability modeling and reliable delivery over noisy channels. This pa…

Semantic Communication

Lossless Coding of Point Cloud Geometry using a Deep Generative Model

2021-07-01 · Dat Thanh Nguyen, Maurice Quach, Giuseppe Valenzise, Pierre Duhamel

This paper proposes a lossless point cloud (PC) geometry compression method that uses neural networks to estimate the probability distribution of voxel occupancy. First, to take into account the PC sparsity, our method a…

Data Augmentation