The implicit neural representation (INR) employed in image compression shows high decoding efficiency, yet it requires long encoding times due to the need for the model training tailored to the specific image being coded. Thus, we propose a new image compression scheme leveraging the 2D Gaussian splatting technique to accelerate encoding speed and maintain decoding efficiency. Specifically, we parameterize these Gaussians with key attributes including position, anisotropic covariance, color, and opacity coefficients, totaling 9 parameters per Gaussian. We initialize these Gaussians by sampling points from the image, followed by employing an α-blending mechanism to determine the color values of each pixel. For compact attribute representation, we adopt a K-means based vector quantization approach for anisotropic covariance, color and opacity coefficients. Additionally, we introduce an adaptive dense control methodology to dynamically adjust Gaussian numbers, facilitating automatic point reduction or augmentation. Finally, the position, codebooks and indexes of other attributes are quantized and compressed by the lossless entropy coding. Our experimental evaluation demonstrates that our method achieves faster encoding speeds compared to other INR techniques while exhibiting comparable decoding speeds. The source code is available via the following link: https://github.com/ppingzhang/2DGS_ImageCompression.

In environments characterized by massive image generation, image compression is essential for conserving storage space and bandwidth. Various codecs have been developed to optimize reconstruction quality within bitrate constraints. There are three types of image compression methods: conventional transformbased image compression methods [31,4], explicit learning based methods [3,8] and implicit learning based methods [19,6].

The conventional transform-based image compression pipelines, e.g., JPEG, HEVC (High-Efficiency Video Coding) [31] and VVC (Versatile Video Coding) [4], consist of essential modules, such as transform, quantization, and entropy coding. However, these codecs suffer from drawbacks such as blockbased partitioning, which leads to blocking artifacts, and complex inter-module dependencies that hinder joint optimization. With the rapid progress of deep learning, many researchers [3,8] have looked into using neural networks to build image compression systems that are optimized end-to-end. In these explicit representation approaches, the whole system can be improved together, boosting performance across all parts and ultimately enhancing the overall outcome. Subsequently, implicit neural representation has been employed in numerous image compression methods to decrease computational complexity and enhance decoding time in deep-based image compression [11,29]. Initial endeavors employing Implicit Neural Representation (INR) for image compression entail the training and quantization of individual SIREN networks for each image [11]. The COOL-CHIC framework [19] incorporates a lightweight Multilayer Perceptron (MLP) decoder, along with latent representations, to achieve a reduced decoder complexity. INRs are to learn an implicit continuous mapping using a learnable neural network. Thus, the encoding process is frequently deemed to be time-consuming [6].

3D Gaussian representation combines the advantages of explicit and implicit representation, offering a flexible and expressive framework for encapsulating 3D scenes [18]. This novel method enables real-time, high-quality rendering of radiance fields in a wide variety of scenes, with training times comparable to the fastest previous techniques. Building upon this foundation, we introduce a new approach inspired by the principles of the 3D Gaussian representation: 2D Gaussian splatting for image compression.

Different from a typical 3D Gaussian, which consists of 59 learnable parameters [18], our proposed method simplifies the parameters of the 2D Gaussian. It includes only four attributes (equivalent to a total of 9 parameters): position, anisotropic covariance, color and opacity coefficients. An α-blending mechanism is employed to calculate the value for each pixel. Here, we use the adjustive dense control algorithm to dynamically adjust the number of Gaussians [18]. Using more 2D Gaussians usually improves image quality, but it can also increase bitrates. Due to the similarity of the covariance matrix, we employ a K-means algorithm during training for vector quantization to attain a compact representation. Similarly, due to the lower sensitivity of opacity, color and opacity values are encapsulated in a vector to facilitate K-means based vector quantization. This method involves storing parameter codebooks alongside corresponding indices for each Gaussian, leading to significant reductions in storage requirements for 2D Gaussians. Furthermore, for a more compact representation of the parameters, we employ post-training quantization. This approach allows us to adjust the precision of both the cookbook and position without the fine-tuning procedure. In comparison to INR-based codecs such as COIN [11] and WIRE [28], our method demonstrates faster encoding speed while maintaining comparable decoding speed. In particular, our model outperforms JPEG in reconstruction quality at low bitrates.

Image compression aims to represent image signals compactly for efficient transmission and storage. Over the past decades, numerous image compression standards have been developed, such as JPEG [32], JPEG2000 [27], HEVC (Intra)[30,38], and VVC (Intra) [4]. These standards commonly employ prediction, transform coding, and entropy coding methods to diminish redundancies in images.

Learning-based image compression has made significant strides in compression efficacy, highlighting the potential of neural networks to nonlinearly represent visual signals, consequently boosting compression efficiency [2,1]. Researchers have been exploring various possibilities for the transform module in image compression [2,3,34,22,34,35]. Variational Autoencoder (VAE) models have garnered significant attention in the research community due to their notable performance and architectural robustness [2,3,7]. However, despite these advancements, a persistent challenge remains unaddressed: the issue of slow decoding speed, particularly evident in codecs utilizing the con-volutional autoencoder framework [8,17,34]. Despite numerous attempts to ameliorate this limitation through various techniques, such as the checkboard structure [16], these codecs continue to exhibit comparatively slower decoding speeds when compared with traditional codecs.

INR has attracted considerable interest due to its capability to model diverse signals. This is accomplished by parameterizing a signal through a function that synthesizes desired properties from given inputs. As a result, the signal becomes implicitly encoded within the parameters of the network.

In image compression, INR has emerged as a promising approach that harnesses the power of neural networks to compress and decompress images without explicitly encoding pixel values [29,6]. Strumpler et al. [29] introduced meta-learned initializations for INR-based compression, aiming to enhance rate-distortion performance. They subsequently proposed a straightforward yet highly effective modification to the network architecture compared to prior works. Dupont et al. [11] presented the COIN model, which stores the weights of an overfitted neural network rather than RGB values for each pixel in an image. Additionally, they developed COIN++, an advanced neural compression framework adept at handling a diverse array of data modalities [12]. In the realm of video compression, there have been notable strides in INR-based video compression schemes. Chen et al. [6] introduced an innovative neural representation for videos known as NeRV. This method encodes videos within neural networks, offering a novel approach to video compression. Subsequently, they proposed a hybrid neural representation for storing videos. This approach provides decoding advantages in terms of speed and flexibility compared to conventional codecs.

3D Gaussian Splatting (3DGS) [18] has demonstrated superior quality and faster rendering capabilities. However, its primary drawback lies in the increased storage requirements compared to NeRF (Neural Radiance Fields) methods [25,33], potentially restricting its applicability in various settings. Consequently, numerous efforts [20,13] have been made to preserve the quality and rapid rendering speed of the 3DGS method while reducing model storage requirements. Numerous Gaussians often exhibit similarity in their parameters. Based upon this observation, Navaneet et al. [24] propose a straightforward vector quantization technique leveraging the K-means algorithm for parameter quantization. Then, the parameters of each Gaussian are represented in a compact codebook alongside the corresponding indices. Lee et al. [20] proposed a compact 3DGS model to diminish the Gaussian points and compress the Gaussian attributes effectively. Navaneet et al. [24] introduced a novel compressed 3D Gaussian splat representation technique employing sensitivity-aware vector clustering alongside quantization-aware training to compress Gaussian parameters effectively. Zhang et al. [36] introduced a 2D Gaussian representation for images, showcasing its ability to achieve rapid decoding speeds. The main difference between us lies in the quantization method. Our method utilizes K-means based vector quantization for covariance and color, respectively. This allows for updates during training, enabling consideration of quantization errors in the training process. In contrast, GaussianImage employs a two-step compression procedure. After the image is overfitted, GaussianImage requires attribute quantization-aware fine-tuning.

After obtaining INR, another key issue is model compression as models govern the bitstream. Model compression aims to reduce the size and complexity of neural networks [21,10]. Notably, model pruning seeks to eliminate redundant layers from neural networks [9,14]. Weight quantization, another key method, involves reducing the precision of weights and activations within the model [37,26]. Similarly, knowledge distillation entails training a compact student model to emulate the behavior of the original teacher model [14,15]. Weight quantization stands out as a fundamental component of model compression. This technique typically involves decreasing the precision of numerical values by representing them with fewer bits, achieved through methods such as fixed-point quantization and dynamic range quantization [6,5].

The workflow of the proposed model is illustrated in Figure 1. Specifically, we initialize these Gaussians by the sampled points from the image, which consists of 4 attributes: position, anisotropic covariance (scale and rotation), color coefficients, and opacity, resulting in a total of 9 parameters per Gaussian. To represent these parameters compactly, we employ the K-means based vector quantization approach. This involves designing a codebook for the anisotropic covariance Σ, which includes both scale and rotation. For color and opacity, we amalgamate them into a vector Vc that shares the same codebook. Subsequently, we utilize an α-blending mechanism to determine the color values of each pixel. Then, an adaptive dense control methodology is implemented to dynamically adjust the quantity of Gaussians, facilitating automatic point reduction or augmentation. Furthermore, the model minimizes the loss between the ground truth and the blended value. This loss function comprises an 𝓁1 loss and a Structural Similarity Index (SSIM) loss, ensuring comprehensive optimization of the entire model. After training, the codebook and indexes of Vs and Vc, and the position parameter μ are quantized and compressed into the bit stream. During the decoding phase, the bitstream is decompressed and dequantized to obtain the decoded attributes of 2D Gaussiane, which are then blended to generate the decoded image.

Figure 1

The workflow of the proposed scheme. It includes sampling and initialization, K-means based vector quantization, α-blending, and adaptive dense control processes.

Figure 1

The workflow of the proposed scheme. It includes sampling and initialization, K-means based vector quantization, α-blending, and adaptive dense control processes.

Close modal

2D Gaussian is a basic image representation unit, which can be parameterized by its position μ ∈ ℝ2 and covariance matrices Σ ∈ ℝ2×2 in the 2D space, as follows:

(1)

where d = x – μ, which is the displacement between the pixel center and the center of the 2D Gaussian. Since the covariance matrix needs to be positive definite, it is factored into a rotation matrix R ∈ ℝ2×2 and scaling matrix S ∈ ℝ2×2 as Σ = RSSTRT for easier optimization [18], where the rotation matrix R and the scaling matrix S are expressed as

(2)

and

(3)

Here, θ represents the rotation angle, s1 and S2 are the scaling factors in different eigenvector directions.

For each Gaussian, denoted by Gi, where i represents its index, we establish a default order to perform the α-blending. Thus, the color value of a pixel (C) is computed by blending all N 2D Gaussiane contributing to this pixel according to the formula:

(4)

where the variable α is computed using the 2D covariance Σ and opacity oi:

(5)
(6)

K-means based vector quantization. In this model, a significant challenge arises from the necessity of employing numerous Gaussians to accurately represent images, with each Gaussian characterized by 9 parameters, resulting in considerable storage requirements. Consequently, this approach proves inefficient for certain applications, particularly those deployed on edge devices. In addition, it is common for 2D Gaussians to exhibit similarities in their parameter values, such as covariance or color. To efficiently represent these Gaussians while minimizing redundancy, vector quantization coupled with the K-means algorithm is employed for attribute quantization.

We combine scaling and rotation parameters into a vector VsRN×3, which represents the covariance. Similarly, due to the lower sensitivity of opacity, color and opacity values are encapsulated in a vector VcRN×4. Each vector serves as the fundamental unit in the K-means algorithm. Specifically, we cluster Vs and Vc into k clusters, respectively. These vectors can be represented using k vectors of size d along with N integer indices. Given that N >> k, this approach offers substantial compression ratios. To minimize errors, we update the centroids at each iteration following the K-means algorithm. Here, the K-means optimization process empirically iterates through 10 iterations. Parameter quantization. To further compactly represent the parameter, we utilize post-training quantization (PTQ) [6], which enables us to adjust the precision of the cookbook and position without the fine-tuning procedure. The formula for quantization is presented below:

(7)
(8)

In this context, the term |*] signifies the process of rounding a given value to the nearest integer. The variable “b” denotes the bit length for the quantized model, while θmax and θmin represent the maximum and minimum values of the parameter tensor θ respectively. The scaling factor is denoted by the variable S, and each parameter can be assigned a value based on (7) and (8). Following parameter quantization, we employ Arithmetic coding, a lossless compression method, to compress the quantized parameters. Due to the sensitivity of Gaussians to position, we empirically set them to 10 bits, while other parameters are selected optimally under different bit lengths.

Inspired by the adaptive dense control method [18], we augment the Gaussians within both the under-reconstruction and over-reconstruction regions. In this context, the under-reconstruction region encompasses small Gaussians characterized by limited coverage. These Gaussians can be effectively managed by replicating them at the same scale and adjusting their position along the directional gradient. In contrast, the over-reconstruction region refers to large Gaussians with significant coverage. We replace these Gaussians with two new ones, scaling them down by a factor. These Gaussians can be identified through positional gradients, as they correspond to regions that are still inadequately reconstructed, prompting the optimization process to make necessary adjustments to the Gaussians. Meanwhile, we regularly remove Gaussians with o values less than ϵo, where ϵo is empirically set to 0.001.

We conducted experiments on the Kodak image dataset, which comprises 24 images with the size of 768 × 512. We evaluate our model against three deep image codecs, including Balle et al.’s model [3], Minnen et al.’s model [23], and Cheng et al.’s model [8]. We also compare against the JPEG, BPG and VTM image codecs. Furthermore, we compare with the implicit neural network, COIN [11]. To benchmark our model, we leverage the CompressAI library along with its pre-trained models. We implement our model in PyTorch and perform all experiments on a single RTX3090 GPU.

The results of this evaluation across various bits per pixel (bpp) levels are depicted in Figure 2. It is evident that our model outperforms JPEG at low bitrates. The visual quality comparison is depicted in Figure 3. Decoded images from JPEG display noticeable blocking artifacts, whereas those from our model showcase superior reconstruction performance at low bit rates. Besides, we display all results in the Kodak dataset as shown in Table. While our approach does not yet reach the level of state-of-the-art compression methods, we consider its performance promising for future advancements in this direction.

Figure 2

Performance comparison of our approach and different baselines on Kodak dataset in PSNR.

Figure 2

Performance comparison of our approach and different baselines on Kodak dataset in PSNR.

Close modal
Figure 3

Visual quality comparison of different methods on Kodak dataset. The values below each image are coding bits(bpp)/PSNR(dB) values, where a higher PSNR value represents better signal quality.

Figure 3

Visual quality comparison of different methods on Kodak dataset. The values below each image are coding bits(bpp)/PSNR(dB) values, where a higher PSNR value represents better signal quality.

Close modal
Table 1

The result (PSNR and bpp) of every image in Kodak dataset.

ImagesPSNRbppPSNRbppPSNRbppPSNRbpp
kodim0119.1930.04219.8690.06421.0290.12621.9620.190
kodim0224.8610.04325.7060.06726.7900.12427.1830.183
kodim0323.2260.04324.5060.06626.4700.13027.6080.190
kodim0422.0990.04324.0550.06825.2730.12526.5390.186
kodim0516.6250.04017.5410.06718.7020.12019.5740.174
kodim0621.0320.04321.1910.06622.4550.12322.8530.179
kodim0720.4480.04321.2720.06723.1750.12124.3410.179
kodim0815.4330.04116.1250.06417.6570.11918.3910.175
kodim0921.5930.04122.9140.06524.8000.12125.8410.180
kodim1022.1090.04223.2320.06725.0220.12525.8980.178
kodim1120.7190.04121.7860.06822.9560.12823.7280.188
kodim1222.5490.04324.2200.06826.1670.12527.3300.184
kodim1317.7620.04218.2560.06618.8570.12819.2070.184
kodim1419.4830.04220.1180.06321.5660.12522.0960.189
kodim1520.9540.04122.8090.06524.8640.12325.8800.185
kodim1624.1560.04225.0150.06625.9790.13026.4330.182
kodim1722.1740.04223.2640.06824.7070.12825.5400.189
kodim1819.9710.04020.7120.06621.3620.12121.9800.178
kodim1919.7580.04320.9990.06722.3020.12723.0330.183
kodim2020.1580.04322.1330.06623.9360.12525.1030.185
kodim2119.9550.04221.0090.06621.8760.12122.6920.188
kodim2222.0340.04422.8190.06623.8250.12324.6410.178
kodim2322.1070.04023.6090.06725.0990.13026.1520.189
kodim2419.2420.04320.0660.06521.0650.12921.6340.183
Average20.7350.04221.8010.06623.1640.12523.9850.183

Table 2 presents the computational complexity of various image codecs evaluated on the Kodak dataset. Notably, our model demonstrates superior speed in the encoding phase compared to COIN [11] and WIRE [28]. Furthermore, the decoding speed of our proposed model outperforms that of the majority of deep learning-based codecs, e.g., Balle et al.’s and Minnen et al.’s models.

We conducted ablation studies on the loss function, comparing our proposed scheme (𝓁1 + SSIM) against using only the 𝓁1 loss function. The results are presented in Table 3, demonstrating that our proposed scheme outperforms the 𝓁1 loss function alone.

Moreover, we examined the impact of different k settings in the K-means based vector quantization, as shown in Table 3. Our approach incorporates adaptive k parameters, wherein larger k values are utilized for high bit rates, while smaller k values are employed for low bit rates. Comparative analysis against fixed k settings reveals that our proposed scheme consistently achieves enhanced performance.

Table 2

The comparison results of the encoding, decoding time, and model size on Kodak dataset.

ModelsEncoding timeDecoding timeModel size (K)
JPEG0.01950.0193
BPG2.03380.1174
VTM80.75700.1230
Balle et al.0.04740.043119827.5117
Minnen et al.3.12286.218755197.1367
Cheng et al.4.41176.342346223.2383
WIRE424.80000.002465.4033
COIN336.66270.00117.2120
Ours250.43210.02246.8664
Table 3

The comparison results of ablation studies. The anchor is our proposed scheme.

Lossk
𝓁1163264128
5.7%79.0%22.2%20.0%20.3%

In this paper, we introduce 2D Gaussian splatting as a new technique for image compression. Our experimental results demonstrate that this approach can outperform JPEG at low bit-rates. Additionally, our model showcases notably faster encoding speeds compared to INR-based image codecs, such as CION and WIRE. We anticipate that continued research in this domain will yield a new class of methods for neural data compression, offering promising avenues for further exploration. Additionally, we aim to enhance both the encoding and decoding speeds through CUDA programming.

This work was supported in part by the Hong Kong Innovation and Technology Commission (InnoHK Project CIMDA), in part by the General Research Fund of the Research Grant Council of Hong Kong under Grants 11209819, 11203820, and 11203220, in part by ITF Project GHP/044/21SZ, and in part by CityU Applied Research Grant 9667255.

[1]
M.
Akbari
,
J.
Liang
,
J.
Han
, and
C.
Tu
, “
Learned multi-resolution variable-rate image compression with octave-based residual blocks
”,
IEEE Transactions on Multimedia
,
23
,
2021
,
3013
3021
.
[2]
J.
Balle
,
V.
Laparra
, and
E. P.
Simoncelli
, “
Density Modeling of Images using a Generalized Normalization Transformation
”, in
ICLR
,
2016
.
[3]
J.
Balle
,
D.
Minnen
,
S.
Singh
,
S. J.
Hwang
, and
N.
Johnston
, “
Variational image compression with a scale hyperprior
”,
2018
.
[4]
B.
Bross
,
Y.-K.
Wang
,
Y.
Ye
,
S.
Liu
,
J.
Chen
,
G. J.
Sullivan
, and
J.-R.
Ohm
, “
Overview of the versatile video coding (VVC) standard and its applications
”,
IEEE Transactions on Circuits and Systems for Video Technology
,
31
(
10
),
2021
,
3736
3764
.
[5]
H.
Chen
,
M.
Gwilliam
,
S.-N.
Lim
, and
A.
Shrivastava
, “
Hnerv: A hybrid neural representation for videos
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
,
2023
,
10270
9
.
[6]
H.
Chen
,
B.
He
,
H.
Wang
,
Y.
Ren
,
S. N.
Lim
, and
A.
Shrivastava
, “
Nerv: Neural representations for videos
”,
Advances in Neural Information Processing Systems
,
34
,
2021
,
21557
68
.
[7]
Z.
Cheng
,
H.
Sun
,
M.
Takeuchi
, and
J.
Katto
, “
Energy compaction-based image compression using convolutional autoencoder
”,
IEEE Transactions on Multimedia
,
22
(
4
),
2019
,
860
873
.
[8]
Z.
Cheng
,
H.
Sun
,
M.
Takeuchi
, and
J.
Katto
, “
Learned image compression with discretized gaussian mixture likelihoods and attention modules
”,
2020
,
7939
7948
.
[9]
L.
Deng
,
G.
Li
,
S.
Han
,
L.
Shi
, and
Y.
Xie
, “
Model compression and hardware acceleration for neural networks: A comprehensive survey
”,
Proceedings of the IEEE
,
108
(
4
),
2020
,
485
532
.
[10]
W.
Duan
,
Z.
Liu
,
C.
Jia
,
S.
Wang
,
S.
Ma
, and
W.
Gao
, “
Differential Weight Quantization For Multi-Model Compression
”,
IEEE Transactions on Multimedia
,
2022
.
[11]
E.
Dupont
,
A.
Golinski
,
M.
Alizadeh
,
Y. W.
Teh
, and
A.
Doucet
, “
Coin: Compression with implicit neural representations
”,
arXiv preprint arXiv:2103.03123
,
2021
.
[12]
E.
Dupont
,
H.
Loya
,
M.
Alizadeh
,
A.
Golinski
,
Y. W.
Teh
, and
A.
Doucet
, “
COIN++: Neural compression across modalities
”,
Transactions on Machine Learning Research
,
2022
(
11
), 2022.
[13]
Z.
Fan
,
K.
Wang
,
K.
Wen
,
Z.
Zhu
,
D.
Xu
, and
Z.
Wang
, “
Lightgaussian: Unbounded 3d gaussian compression with 15x reduction and 200+ fps
”,
arXiv preprint arXiv:2311.17245
,
2023
.
[14]
A.
Gholami
,
S.
Kim
,
Z.
Dong
,
Z.
Yao
,
M. W.
Mahoney
, and
K.
Keutzer
, “A survey of quantization methods for efficient neural network inference”, in
Low-Power Computer Vision
,
Chapman and Hall/CRC
,
2022
,
291326
.
[15]
J.
Gou
,
B.
Yu
,
S. J.
Maybank
, and
D.
Tao
, “
Knowledge distillation: A survey
”,
International Journal of Computer Vision
,
129
(
6
),
2021
,
1789819
.
[16]
D.
He
,
Y.
Zheng
,
B.
Sun
,
Y.
Wang
, and
H.
Qin
, “
Checkerboard context model for efficient learned image compression
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
,
2021
,
14771
80
.
[17]
Z.
Hu
,
G.
Lu
,
J.
Guo
,
S.
Liu
,
W.
Jiang
, and
D.
Xu
, “
Coarse-to-fine deep video coding with hyperprior-guided mode prediction
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
,
2022
,
5921
5930
.
[18]
B.
Kerbl
,
G.
Kopanas
,
T.
Leimkühler
, and
G.
Drettakis
, “
3d gaussian splatting for real-time radiance field rendering
”,
ACM Transactions on Graphics
,
42
(
4
),
2023
,
1
14
.
[19]
T.
Ladune
,
P.
Philippe
,
F.
Henry
,
G.
Clare
, and
T.
Leguay
, “
Cool-chic: Coordinate-based low complexity hierarchical image codec
”,
2023
,
1351522
.
[20]
J. C.
Lee
,
D.
Rho
,
X.
Sun
,
J. H.
Ko
, and
E.
Park
, “
Compact 3d gaussian representation for radiance field
”,
arXiv preprint arXiv:2311.13681
,
2023
.
[21]
Z.
Li
,
B.
Ni
,
T.
Li
,
X.
Yang
,
W.
Zhang
, and
W.
Gao
, “
Residual quantization for low bit-width neural networks
”,
IEEE Transactions on Multimedia
,
2021
.
[22]
H.
Ma
,
D.
Liu
,
R.
Xiong
, and
F.
Wu
, “
iWave: CNN-based wavelet-like transform for image compression
”,
IEEE Transactions on Multimedia
,
22
(
7
),
2019
,
1667
1679
.
[23]
D.
Minnen
,
J.
Balle
, and
G. D.
Toderici
, “
Joint autoregressive and hierarchical priors for learned image compression
”,
Advances in neural information processing systems
,
31
,
2018
.
[24]
K.
Navaneet
,
K. P.
Meibodi
,
S. A.
Koohpayegani
, and
H.
Pirsiavash
, “
Compact3d: Compressing gaussian splat radiance field models with vector quantization
”,
arXiv preprint arXiv:2311.18159
,
2023
.
[25]
A.
Pumarola
,
E.
Corona
,
G.
Pons-Moll
, and
F.
Moreno-Noguer
, “
D-nerf: Neural radiance fields for dynamic scenes
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
,
2021
,
10318
27
.
[26]
H.
Qin
,
R.
Gong
,
X.
Liu
,
X.
Bai
,
J.
Song
, and
N.
Sebe
, “
Binary neural networks: A survey
”,
Pattern Recognition
,
105
,
2020
,
107281
.
[27]
M.
Rabbani
and
R.
Joshi
, “
An overview of the JPEG 2000 still image compression standard
”,
Signal processing: Image communication
,
17
(
1
),
2002
,
3
48
.
[28]
V.
Saragadam
,
D.
LeJeune
,
J.
Tan
,
G.
Balakrishnan
,
A.
Veeraraghavan
, and
R. G.
Baraniuk
, “
WIRE: Wavelet Implicit Neural Representations
”,
2022
.
[29]
Y.
Strümpler
,
J.
Postels
,
R.
Yang
,
L. V.
Gool
, and
F.
Tombari
, “
Implicit neural representations for image compression
”,
2022
,
74
91
.
[30]
G. J.
Sullivan
,
J.-R.
Ohm
,
W.-J.
Han
, and
T.
Wiegand
, “
Overview of the high efficiency video coding (HEVC) standard
”,
IEEE Transactions on circuits and systems for video technology
,
22
(
12
),
2012
,
1649
1668
.
[31]
V.
Sze
,
M.
Budagavi
, and
G. J.
Sullivan
, “High efficiency video coding (HEVC)”, in
Integrated circuit and systems, algorithms and architectures
, Vol.
39
,
Springer
,
2014
,
40
.
[32]
G. K.
Wallace
, “
The JPEG still picture compression standard
”,
IEEE transactions on consumer electronics
,
38
(
1
),
1992
,
xviii
xxxiv
.
[33]
Z.
Wang
,
S.
Wu
,
W.
Xie
,
M.
Chen
, and
V. A.
Prisacariu
, “
NeRF-: Neural radiance fields without known camera parameters
”,
arXiv preprint arXiv:2102.07064
,
2021
.
[34]
P.
Zhang
,
M.
Wang
,
B.
Chen
,
R.
Lin
,
X.
Wang
,
S.
Wang
, and
S.
Kwong
, “
Learning-based Compression for Noisy Images in the Wild
”,
IEEE Transactions on Circuits and Systems for Video Technology
,
2022
.
[35]
P.
Zhang
,
S.
Wang
,
M.
Wang
,
J.
Li
,
X.
Wang
, and
S.
Kwong
, “
Rethinking semantic image compression: Scalable representation with cross-modality transfer
”,
IEEE Transactions on Circuits and Systems for Video Technology
,
2023
.
[36]
X.
Zhang
,
X.
Ge
,
T.
Xu
,
D.
He
,
Y.
Wang
,
H.
Qin
,
G.
Lu
,
J.
Geng
, and
J.
Zhang
, “
GaussianImage: 1000 FPS Image Representation and Compression by 2D Gaussian Splatting
”,
arXiv preprint arXiv:2403.08551
,
2024
.
[37]
A.
Zhou
,
A.
Yao
,
Y.
Guo
,
L.
Xu
, and
Y.
Chen
, “
Incremental Network Quantization: Towards Lossless CNNs with Low-precision Weights
”, in
International Conference on Learning Representations
,
2016
.
[38]
L.
Zhu
,
S.
Kwong
,
Y.
Zhang
,
S.
Wang
, and
X.
Wang
, “
Generative adversarial network-based intra prediction for video coding
”,
IEEE transactions on multimedia
,
22
(
1
),
2019
,
45
58
.
Published in APSIPA Transactions on Signal and Information Processing. Published by Emerald Publishing Limited. This article is published under the Creative Commons Attribution-NonCommercial (CC BY-NC 4.0) licence. Anyone may reproduce, distribute, translate and create derivative works of this article (for non-commercial purposes only), subject to full attribution to the original publication and authors. The full terms of this licence may be seen at Link to the terms of the CC BY-NC 4.0 licence.

or Create an Account

Close Modal
Close Modal