REVIEW 2 major objections 2 minor 28 references
Efficient Cross-Scale Invertible Hiding Network with Spatial-Frequency Collaboration and Non-Invertible Mechanism
T0 review · 2 major / 2 minor · reviewed 2026-06-25 · grok-4.3
Pith's one-line read CrosInv integrates cross-scale invertible modules with spatial-frequency collaboration and a non-invertible mechanism to improve image hiding quality over prior single-scale INN methods.
desk verdict The paper adds cross-scale bijective modules and a non-invertible dense block to INN image hiding, but the bijectivity claim needs explicit verification in the architecture. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The cross-scale invertible module, which bijectively maps inputs to cross-scale representations by applying pixel shuffle, Haar wavelet transformation, and their inverse operations for scale changes while integrating spatial and frequency domains.
What would settle it
A side-by-side test in which CrosInv yields lower PSNR, SSIM, or visibly worse artifacts on standard image-hiding benchmarks than a single-scale INN baseline would show the claimed gains do not hold.
Extended reading notes
Core claim
The paper claims that by equipping an invertible network with a cross-scale invertible module that performs bijective scale transformations using pixel shuffle and Haar wavelet pairs, together with spatial-frequency collaboration and an added non-invertible cross dense module for greater nonlinearity, the resulting CrosInv network produces higher-quality hidden and recovered images than existing single-scale, single-domain INN hiding methods.
Load-bearing premise
The cross-scale module using pixel shuffle and Haar wavelet operations preserves exact bijectivity and information across scales, and the added non-invertible module does not destroy the invertibility needed for correct recovery.
Editorial extensions
If this is right
- Hidden and recovered images exhibit higher fidelity than those from prior INN hiding networks.
- Spatial and frequency features are combined at multiple scales without breaking the forward-backward invertibility pair.
- Nonlinear capacity increases while the network remains suitable for paired hiding and revealing tasks.
- The architecture supports efficient scale transformations without separate upsampling or downsampling stages.
Reading between the lines
- The same cross-scale invertible block could be tested on related invertible tasks such as reversible image compression where multi-scale frequency information also matters.
- If the non-invertible module improves performance at modest cost to exact invertibility, similar hybrid modules might be inserted into other INN pipelines that tolerate small reconstruction errors.
- Practical deployment would require checking whether the added wavelet and shuffle operations increase latency enough to offset the reported efficiency gains on resource-limited devices.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CrosInv, an INN-based image hiding network that introduces a cross-scale invertible module using pixel-shuffle and Haar-wavelet pairs for bijective cross-scale spatial-frequency mapping, integrates a non-invertible cross-dense module to increase nonlinearity, and claims this yields superior hiding and recovery image quality over prior single-scale/single-domain INN methods.
Significance. If the architecture preserves exact bijectivity while the added nonlinearity improves representation, the design could offer a practical route to stronger expressive power in invertible steganography networks; the use of standard bijective operators (pixel shuffle, Haar) is a clear strength when the overall flow remains invertible.
major comments (2)
- [§3.2] §3.2 (Cross-scale invertible module): the non-invertible cross-dense module is stated to enhance nonlinearity, yet no diagram, equation, or placement description shows whether it lies inside the invertible flow (in which case the claimed perfect bijectivity for exact recovery fails) or on a separate non-inverted branch; this directly affects the central INN premise.
- [§4] §4 (Experiments): the abstract asserts superiority, but the manuscript supplies no quantitative tables, baselines, or ablation results that isolate the contribution of the non-invertible module versus the cross-scale components, preventing verification that the claimed quality gains are not post-hoc.
minor comments (2)
- Notation for the forward and reverse passes of the cross-scale module should be made explicit (e.g., define the composite operator and its inverse) to aid reproducibility.
- Figure captions for the network diagram should label every block as invertible or non-invertible.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed feedback. The comments highlight important points regarding architectural clarity and experimental verification. We address each major comment below and will revise the manuscript accordingly.
read point-by-point responses
-
Referee: [§3.2] §3.2 (Cross-scale invertible module): the non-invertible cross-dense module is stated to enhance nonlinearity, yet no diagram, equation, or placement description shows whether it lies inside the invertible flow (in which case the claimed perfect bijectivity for exact recovery fails) or on a separate non-inverted branch; this directly affects the central INN premise.
Authors: The non-invertible cross-dense module is placed on a separate branch outside the invertible flow; it processes features to increase nonlinearity but does not participate in the bijective mapping performed by the cross-scale invertible module (which uses pixel-shuffle and Haar-wavelet pairs). This design preserves exact bijectivity for recovery while allowing the non-invertible component to operate independently. We will add an explicit diagram, equations, and placement description in the revised §3.2 to make this architecture unambiguous. revision: yes
-
Referee: [§4] §4 (Experiments): the abstract asserts superiority, but the manuscript supplies no quantitative tables, baselines, or ablation results that isolate the contribution of the non-invertible module versus the cross-scale components, preventing verification that the claimed quality gains are not post-hoc.
Authors: We acknowledge that the current version does not contain ablation studies that isolate the non-invertible cross-dense module from the cross-scale invertible components. In the revised manuscript we will include quantitative tables with full baselines and targeted ablations (removing each module in turn) to demonstrate their individual and joint contributions to the reported quality improvements. revision: yes
Circularity Check
Architectural proposal with no self-referential derivation or fitted predictions
full rationale
The paper presents a network design (CrosInv) that combines a cross-scale invertible module built from explicitly bijective primitives (pixel shuffle, Haar wavelet and inverses) with an added non-invertible cross-dense module. The abstract asserts bijectivity for the invertible part and states that the non-invertible module is integrated to enhance nonlinearity, but supplies no equations, loss functions, or derivation steps that reduce any claimed performance result to a fitted parameter or to the input data by construction. No self-citations, uniqueness theorems, or ansatzes are invoked in the provided text. This is a standard empirical architecture paper whose central claims rest on experimental verification rather than tautological re-labeling of inputs.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Efficient Cross-Scale Invertible Hiding Network with Spatial-Frequency Collaboration and Non-Invertible Mechanism." pith.science (2026). https://pith.science/paper/EREPU4YK
@misc{pith2026260625547,
author = {Pith},
title = {Pith review of: Efficient Cross-Scale Invertible Hiding Network with Spatial-Frequency Collaboration and Non-Invertible Mechanism},
year = {2026},
howpublished = {\url{https://pith.science/paper/EREPU4YK}},
note = {Machine review of arXiv:2606.25547}
}
read the original abstract
Image hiding aims to conceal image-level messages within cover images at the same resolution. Invertible neural networks (INN)-based image hiding has emerged as an important branch. It treats concealing and revealing as a pair of inverse problems on image domain transformation and uses INN's forward and backward processes to address them. Due to architectural constraints, existing INN-based methods suffer from single-scale and single-domain feature extraction and limited nonlinear representation capability, resulting in inferior image quality. To mitigate these limitations, we propose an efficient cross-scale invertible hiding network with the spatial-frequency collaboration and the non-invertible mechanism, termed CrosInv. CrosInv exploits cross-scale and spatial-frequency collaborative features while enhancing nonlinear representation. Specifically, we introduce a cross-scale invertible module that bijectively maps inputs to cross-scale representations. To effectively integrate spatial and frequency information, the cross-scale invertible module employs pixel shuffle, Haar wavelet transformation, and their inverse operations for scale transformation. Furthermore, a non-invertible cross dense module is integrated to enhance the nonlinearity. Comprehensive experiments verify the effectiveness and superiority of the proposed CrosInv.
Figures
Reference graph
Works this paper leans on
-
[1]
Benchmarking for steganography,
T. Pevn ´y and J. Fridrich, “Benchmarking for steganography,” inProceed- ings of Information Hiding, 2008, pp. 251–267
2008
-
[2]
Multiperspective progressive structure adaptation for JPEG steganography detection across domains,
J. Jia, M. Luo, J. Liu, W. Ren and L. Wang, “Multiperspective progressive structure adaptation for JPEG steganography detection across domains,” IEEE Transactions on Neural Networks and Learning Systems, vol. 33, no. 8, pp. 3660–3674, 2022
2022
-
[3]
Hiding images in plain sight: Deep steganography,
S. Baluja, “Hiding images in plain sight: Deep steganography,” inPro- ceedings of Advances in Neural Information Processing Systems, 2017, pp. 2066–2076
2017
-
[4]
Improving cost learning for JPEG steganography by exploiting JPEG domain knowledge,
W. Tang, B. Li, M. Barni, J. Li and J. Huang, “Improving cost learning for JPEG steganography by exploiting JPEG domain knowledge,”IEEE Transactions on Circuits and Systems for Video Technology, vol. 32, no. 6, pp. 4081–4095, 2022
2022
-
[5]
Channel attention image steganography with generative adversarial networks,
J. Tan, X. Liao, J. Liu, Y . Cao and H. Jiang, “Channel attention image steganography with generative adversarial networks,”IEEE Transactions on Network Science and Engineering, vol. 9, no. 2, pp. 888–903, 2022
2022
-
[6]
Composition- Aware image steganography through adversarial self-generated supervi- sion,
Z. Zheng, Y . Hu, Y . Bin, X. Xu, Y . Yang and H. T. Shen, “Composition- Aware image steganography through adversarial self-generated supervi- sion,”IEEE Transactions on Neural Networks and Learning Systems, vol. 34, no. 11, pp. 9451–9465, 2023
2023
-
[7]
Stegformer: Rebuilding the glory of autoencoder-based steganography,
X. Ke, H. Wu and W. Guo, “Stegformer: Rebuilding the glory of autoencoder-based steganography,” inProceedings of the AAAI Confer- ence on Artificial Intelligence, 2024, pp. 2723–2731
2024
-
[8]
Large-capacity image steganog- raphy based on invertible neural networks,
S. Lu, R. Wang, T. Zhong and P. Rosin, “Large-capacity image steganog- raphy based on invertible neural networks,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 108161–10825
2021
Show all 28 references
-
[9]
HiNet: Deep image hid- ing by invertible network,
J. Jing, X. Deng, M. Xu, J. Wang and Z. Guan, “HiNet: Deep image hid- ing by invertible network,” inProceedings of the IEEE/CVF International Conference on Computer Vision, 2021, pp. 4733–4742
2021
-
[10]
Invisible and steganalysis-resistant deep image hiding based on one-way adversarial invertible networks,
X. Hu, Z. Fu, X. Zhang and Y . Chen, “Invisible and steganalysis-resistant deep image hiding based on one-way adversarial invertible networks,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 34, no. 7, pp. 6128–6143, 2024
2024
-
[11]
StarINN: An efficient invertible neural network for image steganography,
W. Shi, Z. Wang, X. Zhang and G. Feng, “StarINN: An efficient invertible neural network for image steganography,”Displays, vol. 91, pp. 103175, 2026
2026
-
[12]
Nice: Non-linear independent components estimation,
L. Dinh, D. Krueger and Y . Bengio, “Nice: Non-linear independent components estimation,”arXiv:1410.8516, 2014
2014 arXiv
-
[13]
Density estimation using Real NVP,
L. Dinh, J. Sohl-Dickstein and S. Bengio, “Density estimation using Real NVP,” inProceedings of the International Conference on Learning Representations, 2017, pp. 1–12
2017
-
[14]
Invertible image decolorization,
R. Zhao, T. Liu, J. Xiao, D. P. K. Lun and K. M. Lam, “Invertible image decolorization,”IEEE Transactions on Image Processing, vol. 30, pp. 6081-6095, 2021. 6
2021
-
[15]
Enhancing underwater images via asymmetric multi-scale invertible networks,
Y . Quan, X. Tan, Y . Huang, Y . Xu and H. Ji, “Enhancing underwater images via asymmetric multi-scale invertible networks,” inProceedings of the ACM International Conference on Multimedia, pp. 6182–6191, 2024
2024
-
[16]
Real-time single image and video super- resolution using an efficient sub-pixel convolutional neural network,
W. Shi, J. Caballero, F. Huszar, J. Totz, A. Aitken, R. Bishop, D. Rueckert and Z. Wang, “Real-time single image and video super- resolution using an efficient sub-pixel convolutional neural network,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Reco...
2016
-
[17]
An extended set of Haar-like features for rapid object detection,
R. Lienhart and J. Maydt, “An extended set of Haar-like features for rapid object detection,” inProceedings of International Conference on Image Processing, 2002, pp. I–I
2002
-
[18]
MDCN: Multi-scale dense cross network for image super-resolution,
J. Li, F. Fang, J. Li, K. Mei and G. Zhang, “MDCN: Multi-scale dense cross network for image super-resolution,”IEEE Transactions on Circuits and Systems for Video Technology, vol. 31, no. 7, pp. 2547-2561, 2021
2021
-
[19]
SA-Net: Shuffle attention for deep convolutional neural networks,
Q. Zhang and Y . Yang, “SA-Net: Shuffle attention for deep convolutional neural networks,” inProceedings of IEEE International Conference on Acoustics, Speech and Signal Processing, 2021, pp. 2235–2239
2021
-
[20]
ECA-Net: Efficient channel attention for deep convolutional neural networks
Q. Wang, B Wu, P. Zhu, P. Li, W. Zuo and Q. Hu, “ECA-Net: Efficient channel attention for deep convolutional neural networks” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 11534–11542
2020
-
[21]
Microsoft COCO: Common objects in context,
T. Y . Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Doll´ar and C. L. Zitnick, “Microsoft COCO: Common objects in context,” inProceedings of European Conference on Computer Vision, 2014, pp. 740–755
2014
-
[22]
ImageNet large scale Visual recognition challenge,
O. Russakovsky, J. Deng, H. Su, Z. H. Huang, A. Karpathy, A. Khosla, M. Bernstein, A. C. Berg and F. F. Li, “ImageNet large scale Visual recognition challenge,”International Journal of Computer Vision, vol. 115, no. 3, pp. 211–252, 2015
2015
-
[23]
Break our steganographic system
P. Bas, T. Filler and T. Pevn ´y, “Break our steganographic system”: The ins and outs of organizing BOSS,” inProceedings of Information Hiding, 2011, pp. 59–70
2011
-
[24]
Image quality assessment: From error visibility to structural similarity,
Z. Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli, “Image quality assessment: From error visibility to structural similarity,”IEEE Transactions on Image Processing, vol. 13, no. 4, pp. 600–612, 2004
2004
-
[25]
The unreasonable effectiveness of deep features as a perceptual metric,
R. Zhang, P. Isola, A. A. Efros, E. Shechtman and O. Wang, “The unreasonable effectiveness of deep features as a perceptual metric,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018, pp. 586–595
2018
-
[26]
Rich model for steganalysis of color images,
M. Goljan, J. Fridrich and R. Cogranne, “Rich model for steganalysis of color images,” inProceedings of the IEEE International Workshop on Information Forensics and Security, pp. 185-190, 2014
2014
-
[27]
Universal deep network for steganalysis of color image based on channel representation,
K. Wei, W. Luo, S. Tan and J. Huang, “Universal deep network for steganalysis of color image based on channel representation,”IEEE Transactions on Information Forensics and Security, vol. 17, pp. 3022– 3036, 2022
2022
-
[28]
Color image steganalysis based on pixel difference convolution and enhanced Transformer with selective pooling,
K. Wei, W. Luo and J. Huang, “Color image steganalysis based on pixel difference convolution and enhanced Transformer with selective pooling,” IEEE Transactions on Information Forensics and Security, vol. 19, pp. 9970-9983, 2024
2024
Reviewed June 25, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.