Open Access
ARTICLE
Multimodal Implicit Representation Steganography Based on Point Cloud Representation
1 College of Cryptography Engineering, Engineering University of PAP, Xi’an, China
2 Key Laboratory of Network and Information Security of PAP, Engineering University of PAP, Xi’an, China
* Corresponding Author: Jia Liu. Email:
Computers, Materials & Continua 2026, 89(1), 40 https://doi.org/10.32604/cmc.2026.084506
Received 23 April 2026; Accepted 22 June 2026; Issue published 13 August 2026
Abstract
Existing deep-learning-based steganography methods are typically designed for single-modality cover data and often rely on modality-specific network structures, which limits their cross-modal adaptability. To address this limitation, this paper proposes a multimodal implicit neural representation (INR) steganographic framework based on a point-cloud intermediate representation. The framework first fits the cover data as a carrier INR and samples the fitted carrier into a noisy point cloud. A pre-shared noise seed and secret key are then used to reproduce the carrier-derived point cloud and select a key-dependent point subset as the secret point cloud. Finally, a separate extractor, which is architecturally independent of the carrier INR, is trained to reconstruct the secret image from the secret point cloud. Instead of being treated as a decoder attached to the carrier network, the extractor can be encapsulated as a submodule within another neural network for delivery. On the receiver side, the secret image can be recovered only when the carrier INR, noise seed, secret key, and corresponding extractor are jointly available. Experimental results show that the reconstructed secret images achieve peak signal-to-noise ratio (PSNR) values above 40 dB on the CelebFaces Attributes-High Quality (CelebA-HQ), Common Objects in Context (COCO), and DIVerse 2K resolution (DIV2K) datasets.Keywords
Steganography is a technique for covert communication by concealing secret information within publicly transmitted cover media [1–4]. Deep-neural-network-based steganography has attracted increasing research attention because it can learn nonlinear embedding and extraction mappings from data [5–9]. These methods typically adopt an encoder–decoder architecture and leverage learned feature representations, improving embedding capacity, imperceptibility, and robustness. However, many image, video, and multi-image steganography methods [10–15] rely on discrete grid-based data representations, where the encoder and decoder are trained on pixels, frames, or modality-specific feature tensors. Consequently, such methods are often designed for particular data forms and face limitations when extended to heterogeneous cover data. Implicit neural representation (INR) [16,17] represents signals as continuous coordinate-to-feature mappings parameterized by neural networks, providing a flexible representation form for data of different modalities and resolutions. Recent INR-based steganography methods [18–22] use neural functions, network structures, or parameter spaces as carriers for secret information and implement hiding through function expansion, neuron pruning, weight replacement, or parameter allocation. These methods demonstrate the feasibility of function-domain and parameter-domain information hiding. At the same time, they usually involve additional optimization or structural operations on the carrier INR, and the embedding strategy may still need to be adapted to different signal forms.
A central requirement for multimodal steganography is to construct a representation paradigm that is compatible with different cover modalities. As a coordinate-driven sampling form, a point cloud can organize sampled INR outputs into coordinate–feature point sets, thereby providing a common intermediate representation for cross-modal steganographic processing. In the proposed framework, the fitted carrier INR is not further modified after cover modeling. Instead, secret image recovery is achieved through point-cloud sampling, key-driven point subset selection, and a separate message extractor. Importantly, the carrier INR itself does not store or encode the secret message; the hiding process is defined by the key-controlled selection of point positions from the carrier-derived point cloud. The recovery of secret information is conditioned on the carrier INR, the noise seed, the secret key, and the corresponding extractor. Thus, the carrier INR provides a continuously samplable representation of the cover content, while the secret recovery process is defined by the relationship among the carrier-derived point cloud, the pre-shared noise seed, the secret key, and the message extractor.
Based on the above considerations, this paper proposes a point-cloud-based implicit neural representation steganographic framework. As shown in Fig. 1, the sender first models the cover data using an implicit neural representation and samples the fitted carrier INR to obtain a point-cloud representation. Subsequently, a pre-shared noise seed is used to make the point-cloud perturbation reproducible, and a secret key is used to select a subset from the carrier-derived point cloud as the secret point cloud. A message extractor is trained on this secret point cloud to recover the secret image. Finally, the trained carrier network and the network containing the extractor are transmitted through the public channel, where the extractor can be embedded within a neural network that performs other explicit tasks [23] for encapsulated delivery. On the receiver side, a public receiver can reconstruct the cover content through the carrier network, while an authorized receiver holding the correct noise seed and secret key can locate the secret point cloud and invoke the corresponding extraction module to recover the secret image.

Figure 1: Communication scenario of the proposed point-cloud-based multimodal INR steganographic framework.
The main contributions of this paper are summarized as follows:
1. We propose a multimodal INR steganographic framework based on implicit neural representation, using coordinate–feature point clouds as an intermediate representation. This provides a unified data form for steganographic processing across different cover modalities and reduces the dependence on modality-specific grid representations.
2. We propose a key-driven random point-cloud selection mechanism. By introducing a key-controlled strategy, the method selects point positions from the carrier-derived point cloud to construct the secret point cloud. This mechanism defines the secret reconstruction condition at the point-cloud level and avoids direct modification of the fitted carrier INR parameters or structure.
3. We design a point-cloud-based message extractor that is architecturally separated from the carrier network and reconstructs the secret image from the key-selected point cloud. The extractor provides a unified extraction interface under the point-cloud representation.
Deep steganography typically utilizes deep neural networks to construct encoder–decoder mapping relationships for embedding and extracting secret information. Baluja [5] proposed a convolutional-neural-network-based architecture for hiding a secret image within a cover image while maintaining the visual quality of the generated stego image. Hayes and Danezis [24] introduced adversarial training into the generation of steganographic images, and Zhu et al. [6] designed a deep hiding framework with differentiable noise layers to simulate channel distortions and improve robustness under image transformations. In terms of generative models, Zhang et al. [9] proposed SteganoGAN, a generative adversarial network (GAN)-based image steganography method for high-capacity message embedding. Targeting video data, Weng et al. [10] exploited temporal correlations between video frames and designed a dual-branch network structure to process original frames and highly sparse inter-frame residuals, applying convolutional networks to video steganography. Furthermore, Jing et al. [7] introduced invertible neural networks (INNs) and proposed the HiNet framework, utilizing the invertibility of the network structure to recover both cover and secret images. Lu et al. [25] further explored large-capacity image steganography based on invertible neural networks. However, the aforementioned deep-learning-based methods mainly rely on discrete pixel grid representations. As the spatial or temporal resolution increases, the computational and memory costs of these models usually increase accordingly. In addition, such network architectures are often designed for specific data modalities, which makes it difficult to provide a unified data hiding solution for heterogeneous cover data. This motivates the use of a common intermediate representation for organizing cover data from different modalities.
In recent years, neural networks have been increasingly used not only as data processing models but also as representations for multimedia signals. As a coordinate-based data representation paradigm, INR represents signals such as images, audio, video, and three-dimensional (3D) scenes as continuous mapping functions parameterized by neural networks [16,17]. This continuous representation reduces the dependence on discrete sampling grids and provides a neural function space for information hiding technologies. Recently, researchers have utilized the parameter space, functional form, or structural characteristics of INR models to achieve secret information embedding. In 3D scene representation, Neural Radiance Fields (NeRF) [17] have shown the ability of INRs to model complex scenes, and related studies have explored information embedding and copyright protection within neural radiance fields [26,27]. Luo et al. [18] proposed function steganography based on INRs, which embeds the implicit function representing secret information into the structure of the cover function. Building on this line of research, Dong et al. [19] introduced a model pruning strategy. This scheme first trains an INR function representing the secret image by masking partial neurons and uses the location indices of critical neurons as the private key; subsequently, it freezes these parameters and uses the remaining neurons to fit the cover image. To further enhance embedding capacity, Dong et al. [20] proposed the StegaINR4MIH framework, which exploits parameter redundancy in deep neural networks and utilizes a weight-magnitude-based selection strategy to replace and embed parameters of multiple secret images into a single carrier network, achieving multi-image hiding. The aforementioned INR steganography schemes demonstrate the feasibility of information hiding in neural function or parameter spaces. These methods usually involve structural or parameter-level operations on the carrier INR, such as function expansion, neuron pruning, or weight replacement. In this paper, INR is used to represent the cover as a continuous function, and the fitted carrier function is sampled into a coordinate–feature point cloud. Secret image recovery is then formulated through key-driven secret point-cloud selection and a separately trained extractor, so that the fitted carrier INR does not need to be further modified after cover modeling.
Multimodal steganography [28–30] aims to perform information hiding across heterogeneous data forms, such as images, audio, video, text, and neural representations. Early deep-learning-based multimodal steganography methods mostly adopted end-to-end Convolutional Neural Network (CNN) architectures, directly implementing cross-modal information embedding within the pixel or feature space. Kishore et al. [31] proposed an audio-image steganography framework based on Deep Convolutional Neural Networks (DCNNs), embedding one-dimensional audio signals as secret information into two-dimensional images. This method uses the nonlinear mapping capability of CNNs to connect audio features with the image-domain hiding process. However, such methods are typically designed for specific modality pairs, such as audio-to-image hiding, and require separate training of encoding and extraction models for the corresponding data forms. In recent years, methods based on INR have provided a new paradigm for multimodal steganography. Luo et al. [18] proposed the StegaINR framework, designing a hybrid expansion strategy capable of embedding a secret function representing one modality, such as images, into the structure of a cover function representing another modality, such as 3D models or meteorological data. Data format unification is achieved in the function domain, showing the feasibility of multimodal steganography from a functional representation perspective. Song et al. proposed Unified Steganography via Implicit Neural Representation (U-INR) [22], utilizing the parameter space of INRs to achieve unified multimodal representation. Implicit Steganography Beyond the Constraints of Modality (INRSteg) [21] further explored the multimodal potential of INRs by adopting a parameter partition allocation strategy. After converting multimodal secret data into INR weights, it improves the imperceptibility of the parameter distribution through layer-wise permutation and supports the coexistence of multiple secret data. Han et al. [32] proposed a deep cross-modal steganography framework based on neural representations and used quantization-aware optimization to reduce the conversion error between neural weights and secret data. In this paper, point clouds are used as a unified intermediate data representation for multimodal INR steganography. The carrier data are first represented by INRs and then organized as coordinate–feature point clouds. The secret recovery process is defined at the point-cloud level through key-driven point subset selection and message extraction, which separates cover modeling from secret image reconstruction.
The complete workflow of the proposed scheme is shown in Fig. 2.

Figure 2: Flowchart of the multimodal INR steganography framework based on point-cloud intermediate representation.
Step 1: Implicit neural representation of the cover data. The sender represents the cover data
Step 2: Point-cloud sampling of the carrier function. The carrier function
Step 3: Secret point-cloud generation based on the key. The secret key
Step 4: Training of the secret information extractor. The secret information extractor
After completing the training of the secret information extractor, the sender can embed the extractor
Step 5: Secret image reconstruction. For the authorized receiver, the carrier function
3.2 Implicit Neural Representation of the Carrier
In this paper, a multilayer perceptron (MLP) network is adopted as the underlying network for the implicit neural representation [16,17]. The initially randomly generated MLP network is denoted as
When the carrier data are images,
3.3 Carrier Function Sampling into Point Clouds
To construct a discrete point-cloud domain for subsequent secret point-cloud selection, the continuous carrier implicit function
First, sampling is performed in the coordinate space. Specifically,

Figure 3: Schematic illustration of adding noise to the point cloud.
Finally, the perturbed coordinates and features are concatenated to form the noisy carrier point-cloud set:
Taking the case where the carrier data are an image
For each coordinate point
Next, noise is added to the color feature. For the color
The noisy coordinate
3.4 Generation of the Secret Point Cloud
After generating the complete point cloud
The corresponding points are extracted from the complete point cloud
3.5 Training of the Secret Information Extractor
The role of the secret information extractor is to learn a secret reconstruction mapping conditioned on the point cloud selected by the key. Given the secret point cloud
To quantify the difference between the reconstruction result and the original secret image, the mean squared error is adopted as the loss function. The input is the sampled point cloud
Here,
3.6 Secret Information Extraction
In the secret extraction stage, the authorized receiver needs to simultaneously satisfy three conditions: obtaining the publicly released carrier implicit neural representation
The receiver loads the trained parameter
4 Experiments and Result Analysis
4.1 Datasets and Experimental Settings
All experiments are implemented with PyTorch 1.7.0 and Python 3.8 on a server equipped with an NVIDIA GeForce RTX 2070 graphics processing unit (GPU) and Compute Unified Device Architecture (CUDA) 11.6. To evaluate the applicability of the proposed framework to different carrier sources, three types of carrier data are used, including natural images, 3D scenes, and meteorological grid data. Specifically, image carriers are selected from the CelebFaces Attributes-High Quality (CelebA-HQ) [33], Common Objects in Context (COCO) [34], and DIVerse 2K resolution (DIV2K) [35] datasets. For 3D scene data, data from the NeRF-Synthetic dataset [17] are used as carrier signals. For meteorological data, single-level temperature grid fields from the European Centre for Medium-Range Weather Forecasts Reanalysis version 5 (ERA5) dataset [36] are adopted, where the data from December 2022 are extracted and normalized for steganographic processing.
In the experimental design, the above three types of carrier data are first used to evaluate the applicability of the proposed framework under different carrier forms. Considering that image steganography provides more widely used comparison baselines, image data are then used as the main carrier type for the quantitative analysis of secret image quality, hiding capacity, robustness, and security. For each image dataset used in the image-carrier experiments, five carrier–secret image pairs are constructed, where each pair contains one cover image and one secret image. For each pair, the experiment is repeated three times using different random seeds. The reported quantitative results are the mean and standard deviation over the resulting measurements. For the multimodal carrier evaluation, five carrier–secret pairs are constructed for each carrier type and evaluated under the same repeated-trial protocol. Peak signal-to-noise ratio (PSNR) and structural similarity index measure (SSIM) [37] are adopted to evaluate image reconstruction quality and secret image recovery quality, while root mean square error (RMSE) and mean absolute error (MAE) are used for meteorological grid reconstruction.
For the network architecture and training parameters, the proposed framework consists of a carrier implicit representation network and a secret information extractor. For the carrier network, an MLP is used to fit the data. Taking RGB image carriers as an example, the network structure is set to
The extractor adopts a shared MLP combined with global average pooling (AvgPool). Specifically, each coordinate–feature point is first fed into the same MLP to extract a 128-dimensional feature. Global average pooling is then performed over all point features to obtain a 128-dimensional global feature, which is finally passed through a fully connected (FC) layer to output the secret image. This process can be written as
The point-cloud-based implicit neural representation can organize carrier data from different sources into coordinate–feature point-cloud representations. Experiments in this subsection are conducted on three carrier forms, including DIV2K image data, NeRF/3D scene data, and meteorological grid data. The image carriers are selected from the DIV2K [35] dataset. The 3D scene carriers are selected from the NeRF-Synthetic dataset [17]. During evaluation, a fixed rendered view is generated from each fitted 3D scene INR, and PSNR and SSIM are computed between the rendered view and the corresponding ground-truth view. The meteorological carriers are normalized single-level temperature grid fields from December 2022 in the ERA5 dataset [36], and their reconstruction accuracy is evaluated using RMSE and MAE.
In addition to basic multi-modal examples, we further consider diverse carrier settings, including complex natural images, different 3D scenes, and meteorological grid data. As shown in Fig. 4, representative qualitative results are presented. To further quantify the reconstruction performance under different carrier modalities, the carrier reconstruction quality and secret image recovery quality are reported in Table 1. As shown in Table 1, the proposed method can recover recognizable secret images under the tested carrier forms, including natural images, 3D scenes, and meteorological grid data. The results show that the point-cloud intermediate representation provides a consistent input form for the tested carrier modalities.

Figure 4: Qualitative results under different carrier types.

To evaluate the quality of secret image recovery, image-carrier experiments are conducted at a resolution of

Figure 5: Cover reconstruction and secret image recovery results on different image datasets.
Table 2 reports the image quality results on different datasets, where the values are the mean and standard deviation over five carrier–secret image pairs and three repeated trials for each image dataset. PSNR, SSIM [37], RMSE, and MAE are used to evaluate the reconstructed cover images and recovered secret images. The recovered secret images obtain PSNR values above

4.4 Steganographic Capacity and Transmission Cost Analysis
To analyze the capacity of the proposed method under different secret image scales, the cover image resolution is fixed at
Let the secret image size be


Figure 6: Image quality of secret images with different resolutions.
Fig. 6 and Table 3 show that, as the secret image resolution increases, the effective payload
To evaluate robustness under parameter pruning, we apply
Following the experimental setting in Section 4.1, the quantitative results are averaged over multiple cover–secret pairs and repeated trials. For qualitative visualization, one representative

Figure 7: Cover and secret image results under different pruning methods.
Table 4 reports the PSNR values of the recovered cover and secret images under different pruning methods and pruning rates. The results show that the carrier-extractor pipeline is more stable under

To evaluate the security of the proposed method, we conducted experiments from two aspects: steganalysis detectability and key sensitivity. The attacker is assumed to know the method pipeline and network structure and to have access to the publicly transmitted carrier INR. In the extractor-leakage setting, the attacker may also obtain the message extractor, but does not have the correct noise seed and secret key. The attacker’s goals are to determine whether the public objects are associated with covert communication and to recover the secret image without the correct seed-key pair.
The proposed method does not generate a conventional pixel-domain stego image. Therefore, detectability is evaluated from three objects: carrier INR parameters, carrier-reconstructed cover images, and candidate point subsets generated from the public carrier INR. Steganalysis is commonly formulated as a binary classification problem, and both hand-crafted statistical features and learning-based detectors are widely used in this task [2,38]. Following the support vector machine (SVM)-based function-parameter detector used in existing INR steganography [18], carrier INR parameters are first flattened and converted into normalized 50-bin weight histograms. The histogram features are combined with mean, variance, skewness, kurtosis, and
All detection tasks are constructed as balanced binary classification problems. For the carrier-parameter and reconstructed-cover tests, positive samples are generated from carrier INRs used in the covert communication process, while negative samples are generated from ordinary carrier INRs trained with the same architecture and datasets. For the point-subset test, positive samples are key-conditioned candidate point subsets, while negative samples are randomly selected point subsets generated from the same carrier point clouds. The samples are divided into training, validation, and test sets at a ratio of 7:1:2, with Accuracy, area under the receiver operating characteristic curve (AUC), and F1-score as evaluation metrics.
As shown in Table 5, the Accuracy values of the three detection tasks remain close to 50%, while the AUC and F1-score values are also close to chance-level classification. These results indicate that the tested feature sets and classifiers do not provide stable discrimination between positive and negative samples in this setting.

We further analyze the secret image recovery quality under incorrect noise-seed and secret-key conditions. In this experiment,


Figure 8: Secret image results under different attack settings.
Only when both the noise seed
4.7.1 Number of Sampled Point-Cloud Points
In the above experiments, the number of sampled points is set to

Figure 9: Relationship among the sampling number, image quality, and training time.
In the above experiments, the noise scale is fixed at

Figure 10: Effect of the noise scale on secret image quality and training time.

Figure 11: Visualization comparison of local 3D point-cloud surfaces under different noise scales: (a) noise-free local surface with a regular grid signature; (b) low-noise case (
4.8 Comparison with Steganographic Schemes
To evaluate the performance of the proposed method, we compare it with U-INR [22], INRSteg [21], and Deep Cross-Modal Steganography, denoted as Deep-CM [32]. All comparison methods are reproduced using the official code provided by the authors or carefully implemented according to the original papers when the code is unavailable. For fairness, the hyperparameters follow the default settings recommended in the corresponding papers, without additional tuning for our experiments. The training time is measured as follows: for U-INR and INRSteg, it includes both secret embedding in the parameter space and carrier fitting; for Deep-CM, it includes the complete training of the cross-modal network; for our method, it includes carrier INR fitting for 2500 epochs and extractor training for 150 epochs. All experiments are conducted on the same hardware platform, i.e., an NVIDIA GeForce RTX 2070 GPU, using the same cover–secret image pairs with a resolution of

As shown in Table 7, the proposed method achieves competitive secret image recovery quality under the DIV2K setting, with a secret-image PSNR of
Although the proposed multimodal INR steganographic framework based on point-cloud intermediate representation shows certain advantages in multimodal adaptability, secret-image recovery quality, and training efficiency, it still has several limitations. A major limitation is that the proposed method relies on an independently trained message extractor. This design avoids directly modifying the parameters or structure of the carrier INR and decouples the carrier representation from the secret recovery process. However, the extractor remains a necessary component for reconstructing the secret information. Therefore, in practical applications, the parameter scale of the extractor, its encapsulation and transmission strategy, and its potential exposure risk should be further considered. Moreover, when the extractor is encapsulated as a submodule within a host neural network, it may alter the weight distribution of the host model, which requires further investigation. In particular, for high-resolution secret images, the output dimension and parameter number of the extractor increase with the secret-image resolution, as shown in Table 3. Therefore, future work will focus on optimizing the extractor architecture, improving the security of extractor transmission, and further validating the applicability of the proposed framework on more complex multimodal data, larger-scale experiments, stronger attack scenarios, and advanced deep-learning-based steganalysis detectors.
This paper proposes a point-cloud-based multimodal INR steganographic framework. The framework represents carriers from different modalities as carrier INRs, samples the fitted functions into reproducible noisy coordinate–feature point clouds, and constructs a key-conditioned secret point cloud using a pre-shared noise seed and secret key. A corresponding extractor is then trained to recover the secret image from this point cloud. This design further indicates that the carrier INR itself does not store or encode the secret message; instead, hiding is realized through key-conditioned point selection and the joint consistency among the carrier INR, noise seed, secret key, and extractor. In this way, image, NeRF/3D scene, and meteorological carriers are unified through a common point-cloud intermediate representation. Experiments on
Acknowledgement: The authors acknowledge the support from the General Program of the National Natural Science Foundation of China. To ensure linguistic accuracy and adherence to academic conventions, the English translation of the manuscript text and abstract was initially completed by the authors, followed by AI-assisted polishing using the DeepSeek and DouBao large language models. The authors have subsequently conducted thorough manual review, verification, and optimization of the entire content, and take full responsibility for the final accuracy and integrity of the manuscript.
Funding Statement: This research was funded by the National Natural Science Foundation of China, grant numbers 62272478, 61872384 and 62102451. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.
Author Contributions: The authors confirm contribution to the paper as follows: Conceptualization, Qiya Wang and Jia Liu; methodology, Qiya Wang; software, Qiya Wang; validation, Qiya Wang, Yuwei Lu and Yujie Liu; formal analysis, Qiya Wang; investigation, Qiya Wang and Peng Luo; resources, Jia Liu; data curation, Qiya Wang; writing—original draft preparation, Qiya Wang; writing—review and editing, Jia Liu; visualization, Qiya Wang; supervision, Jia Liu; project administration, Jia Liu; funding acquisition, Jia Liu. All authors reviewed and approved the final version of the manuscript.
Availability of Data and Materials: The data that support the findings of this study are available within the article, and the archived version of the code supporting the findings of this study is openly available in GitHub at https://github.com/twinlj77/StegaMIR/. Additional data are available from the Corresponding Author, Jia Liu, upon reasonable request.
Ethics Approval: Not applicable.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Cheddad A, Condell J, Curran K, Mc Kevitt P. Digital image steganography: survey and analysis of current methods. Signal Process. 2010;90(3):727–52. [Google Scholar]
2. Chaumont M. Deep learning in steganography and steganalysis. In: Digital media steganography. Amsterdam, The Netherlands: Elsevier; 2020. p. 321–49. [Google Scholar]
3. Wani MA, Sultan B. Deep learning based image steganography: a review. Wiley Interdiscip Rev: Data Min Knowl Discov. 2023;13(3):e1481. [Google Scholar]
4. Hu K, Wang M, Ma X, Chen J, Wang X, Wang X. Learning-based image steganography and watermarking: a survey. Expert Syst Appl. 2024;249:123715. [Google Scholar]
5. Baluja S. Hiding images within images. IEEE Trans Pattern Anal Mach Intell. 2019;42(7):1685–97. doi:10.1109/tpami.2019.2901877. [Google Scholar] [PubMed] [CrossRef]
6. Zhu J, Kaplan R, Johnson J, Li F. Hidden: hiding data with deep networks. In: Proceedings of the European Conference on Computer Vision (ECCV); 2018 Sep 8–14; Munich, Germany. p. 657–72. [Google Scholar]
7. Jing J, Deng X, Xu M, Wang J, Hinet GZ. Deep image hiding by invertible network. In: Proceedings of the IEEE/CVF International Conference on Computer Vision; 2021 Oct 10–17; Montreal, QC, Canada. p. 4733–42. [Google Scholar]
8. Xu Y, Mou C, Hu Y, Xie J, Zhang J. Robust invertible image steganography. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2022 Jun 18–24; New Orleans, LA, USA. p. 7875–84. [Google Scholar]
9. Zhang KA, Cuesta-Infante A, Xu L, Veeramachaneni K. SteganoGAN: high capacity image steganography with GANs. arXiv:1901.03892. 2019. [Google Scholar]
10. Weng X, Li Y, Chi L, Mu Y. High-capacity convolutional video steganography with temporal residual modeling. In: Proceedings of the 2019 on International Conference on Multimedia Retrieval; 2019 Jun 10–13; Ottawa, ON, Canada. p. 87–95. [Google Scholar]
11. Kweon H, Park J, Woo S, Cho D. Deep multi-image steganography with private keys. Electronics. 2021;10(16):1906. doi:10.3390/electronics10161906. [Google Scholar] [CrossRef]
12. Guan Z, Jing J, Deng X, Xu M, Jiang L, Zhang Z, et al. DeepMIH: deep invertible network for multiple image hiding. IEEE Trans Pattern Anal Mach Intell. 2022;45(1):372–90. [Google Scholar] [PubMed]
13. Luo T, Zhou Y, He Z, Jiang G, Xu H, Qi S, et al. Stegmamba: distortion-free immune-cover for multi-image steganography with state space model. IEEE Trans Circuits Syst Video Technol. 2024;35(5):4576–91. [Google Scholar]
14. Priya S, Abirami S, Arunkumar B, Mishachandar B. Super-resolution deep neural network (SRDNN) based multi-image steganography for highly secured lossless image transmission. Sci Rep. 2024;14(1):6104. doi:10.1038/s41598-024-54839-7. [Google Scholar] [PubMed] [CrossRef]
15. Das A, Wahi JS, Anand M, Rana Y. Multi-image steganography using deep neural networks. arXiv:2101.00350. 2021. [Google Scholar]
16. Sitzmann V, Martel J, Bergman A, Lindell D, Wetzstein G. Implicit neural representations with periodic activation functions. Adv Neural Inf Process Syst. 2020;33:7462–73. [Google Scholar]
17. Mildenhall B, Srinivasan PP, Tancik M, Barron JT, Ramamoorthi R, Ng R. Nerf: representing scenes as neural radiance fields for view synthesis. Commun ACM. 2021;65(1):99–106. doi:10.1007/978-3-030-58452-8_24. [Google Scholar] [CrossRef]
18. Luo P, Liu J, Ke Y, Zhang M, Mu D. Hiding functions within functions: steganography by implicit neural representations. Tsinghua Sci Technol. 2026;31(2):1058–74. [Google Scholar]
19. Dong W, Liu J, Chen L, Sun W, Pan X, Ke Y. Implicit neural representation steganography by neuron pruning. Multimed Syst. 2024;30(5):266. doi:10.21203/rs.3.rs-4417487/v1. [Google Scholar] [CrossRef]
20. Dong W, Liu J, Chen L, Sun W, Pan X, Ke Y. StegaINR4MIH: steganography by implicit neural representation for multi-image hiding. J Electron Imaging. 2024;33(6):063017–7. [Google Scholar]
21. Song S, Yang S, Yoo CD, Kim J. Implicit steganography beyond the constraints of modality. In: European Conference on Computer Vision. Berlin/Heidelberg, Germany: Springer; 2024. p. 289–304. [Google Scholar]
22. Song Q, Luo Z, Huang X, Li S, Wan R. Unified steganography via implicit neural representation. arXiv:2505.01749. 2025. [Google Scholar]
23. Guo C, Wu R, Weinberger KQ. On hiding neural networks inside neural networks. arXiv:2002.10078. 2020. [Google Scholar]
24. Hayes J, Danezis G. Generating steganographic images via adversarial training. arXiv:1703.00371. 2017. [Google Scholar]
25. Lu SP, Wang R, Zhong T, Rosin PL. Large-capacity image steganography based on invertible neural networks. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; 2021 Jun 3–7; Denver, CO, USA. p. 10816–25. [Google Scholar]
26. Li C, Feng BY, Fan Z, Pan P, Wang Z. StegaNeRF: embedding invisible information within neural radiance fields. In: Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision; 2023 Oct 1–6; Paris, France. p. 441–53. [Google Scholar]
27. Luo Z, Guo Q, Cheung KC, See S, Wan R. CopyRNeRF: protecting the copyright of neural radiance fields. In: Proceedings of the 2023 IEEE/CVF International Conference on Computer Vision; 2023 Oct 2–6; Paris, France. p. 22401–11. [Google Scholar]
28. Xu Z, Xu D, Li Z, Hu J, Zheng B, Zhang C, et al. StegaFusion: steganography for information hiding and fusion in multimodality. Inf Fusion. 2026;131:104150. [Google Scholar]
29. Jiang J, Wang Z, Yuan Z, Zhang X. Generative image steganography based on text-to-image multimodal generative model. IEEE Trans Circuits Syst Video Technol. 2025;35(9):8907–16. doi:10.1109/tcsvt.2025.3556892. [Google Scholar] [CrossRef]
30. Chang CC, Echizen I. Steganography beyond space-time with chain of multimodal AI. Sci Rep. 2025;15(1):12908. doi:10.1038/s41598-025-97238-2. [Google Scholar] [PubMed] [CrossRef]
31. Kishore DR, Suneetha D, Babu PN, Chinababu P. Deep convolutional neural network-based image steganography technique for audio-image hiding algorithm. IJEAT. 2020;9(4):2187–9. doi:10.35940/ijeat.d7843.049420. [Google Scholar] [CrossRef]
32. Han G, Lee DJ, Hur J, Choi J, Kim J. Deep cross-modal steganography using neural representations. In: Proceedings of the 2023 IEEE International Conference on Image Processing (ICIP); 2023 Oct 8–11; Kuala Lumpur, Malaysia. p. 1205–9. [Google Scholar]
33. Karras T, Aila T, Laine S, Lehtinen J. Progressive growing of GANs for improved quality, stability, and variation. arXiv:1710.10196. 2017. [Google Scholar]
34. Lin TY, Maire M, Belongie S, Hays J, Perona P, Ramanan D, et al. Microsoft COCO: common objects in context. In: Computer Vision—ECCV 2014 (ECCV 2014). Berlin/Heidelberg, Germany: Springer; 2014. p. 740–55. [Google Scholar]
35. Timofte R, Agustsson E, Van Gool L, Yang MH, Zhang L. Ntire 2017 challenge on single image super-resolution: methods and results. In: Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition Workshops; 2017 Jul 21–26; Honolulu, HI, USA. p. 114–25. [Google Scholar]
36. Hersbach H, Bell B, Berrisford P, Biavati G, Horányi A, Muñoz Sabater J, et al. ERA5 monthly averaged data on single levels from 1979 to present. Copernic Clim Change Serv Clim Data Store. 2019;10:252–66. [Google Scholar]
37. Wang Z, Bovik AC, Sheikh HR, Simoncelli EP. Image quality assessment: from error visibility to structural similarity. IEEE Trans Image Process. 2004;13(4):600–12. [Google Scholar] [PubMed]
38. Ker AD. Steganalysis of LSB matching in grayscale images. IEEE Signal Process Lett. 2005;12(6):441–4. doi:10.1109/lsp.2005.847889. [Google Scholar] [CrossRef]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools