CoolFace
Modelpublic

giaupham/fae-hybrid-unet-steganography

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes7downloads
Model Card

Frequency-Aware Embedding Hybrid U-Net

This repository releases the PyTorch robust-best checkpoints for the manuscript Frequency-Aware Embedding Hybrid U-Net: Robust Image Steganography Against Geometric and Compression Attacks.

Released Checkpoints

FileTraining domainSelectionEpochSHA-256
fae_hybrid_unet_bossbase_robust_best.pthBOSSBaserobust-best209DA7FB64B24F29CD830C8858193D614B769271072A7B5BEE5DD051F9BDF6ACDFC
fae_hybrid_unet_ms_coco_robust_best.pthMS-COCOrobust-best209D13C8F5F345516139EC6FC2954343443537764234ECA898A45EFF8877A658E00

Both checkpoints use seed 456, 256 x 256 input images, a 1,024-bit barcode payload, and 8 x 8 barcode modulation with 64-fold spatial redundancy per bit. This equals 0.015625 bits per spatial pixel, or 0.005208 bits per RGB channel when the denominator includes all three image channels.

Paper Results

MetricBOSSBaseMS-COCO
PSNR41.03 dB42.93 dB
SSIM0.9690.987
Clean extraction accuracy100.00%100.00%
JPEG Q50 accuracy83.99%91.44%
Rotation 15-degree accuracy98.18%49.99%
Average non-identity attack accuracy96.11%90.57%

The BOSSBase and MS-COCO rotation results differ substantially. Claims about geometric robustness should remain dataset qualified.

Intended Use

These checkpoints support research reproducibility and non-production evaluation of robust image steganography. The released demo is intended to make the embedding, attack, residual, and decoding workflow inspectable.

Limitations

  • —Payload capacity is 1,024 bits at 256 x 256 resolution.
  • —The barcode payload differs from pixel-level payload baselines that embed 65,536 bits.
  • —The spatial transformer estimates affine transformations and does not guarantee recovery under perspective or non-rigid deformation.
  • —JPEG Q30 and combined compression-plus-geometry attacks remain difficult.
  • —The steganalysis evaluation in the manuscript is preliminary and should be extended with full-scale detectors.
  • —MS-COCO rotation robustness is weaker than BOSSBase rotation robustness.

Citation

bibtex
@article{pham2026frequencyaware,
  title   = {Frequency-Aware Embedding Hybrid U-Net: Robust Image Steganography Against Geometric and Compression Attacks},
  author  = {Pham, Ngoc-Giau and Tran, Hong-Ngoc and Vo, Phuoc-Hung},
  year    = {2026},
  note    = {Manuscript submitted for peer review}
}

License

The checkpoint files are provided for academic research and evaluation. See LICENSE before redistribution or commercial use.