Skip to main content
QUICK REVIEW

[논문 리뷰] Low-frequency Image Deep Steganography: Manipulate the Frequency Distribution to Hide Secrets with Tenacious Robustness

Huajie Chen, Tianqing Zhu|arXiv (Cornell University)|2023. 03. 23.
Advanced Steganography and Watermarking Techniques인용 수 7
한 줄 요약

이 논문은 저주파수 이미지 딥 스테고그래피(LIDS)를 제안한다. LIDS는 커버 이미지의 저주파수 성분에 비밀 이미지를 삽입하기 위해 특징 맵의 주파수 분포를 조작함으로써, 딥러닝 기반의 새로운 스테고그래피 방법이다. 컨볼루션 네트워크(CNN)에서 발생하는 고주파수 잔여물들을 피하고 주파수 및 클린 손실 정규화를 사용함으로써, LIDS는 저주파수 필터링, 저밀도 필터링, 가우시안 블러링 등의 공격에 대해 뛰어난 내성을 확보하면서도 높은 정밀도와 특이성을 유지한다.

ABSTRACT

Image deep steganography (IDS) is a technique that utilizes deep learning to embed a secret image invisibly into a cover image to generate a container image. However, the container images generated by convolutional neural networks (CNNs) are vulnerable to attacks that distort their high-frequency components. To address this problem, we propose a novel method called Low-frequency Image Deep Steganography (LIDS) that allows frequency distribution manipulation in the embedding process. LIDS extracts a feature map from the secret image and adds it to the cover image to yield the container image. The container image is not directly output by the CNNs, and thus, it does not contain high-frequency artifacts. The extracted feature map is regulated by a frequency loss to ensure that its frequency distribution mainly concentrates on the low-frequency domain. To further enhance robustness, an attack layer is inserted to damage the container image. The retrieval network then retrieves a recovered secret image from a damaged container image. Our experiments demonstrate that LIDS outperforms state-of-the-art methods in terms of robustness, while maintaining high fidelity and specificity. By avoiding high-frequency artifacts and manipulating the frequency distribution of the embedded feature map, LIDS achieves improved robustness against attacks that distort the high-frequency components of container images.

연구 동기 및 목표

  • 컨테이너 이미지의 고주파수 성분을 공격하는 데 취약한 기존의 이미지 딥 스테고그래피(_IDS_) 방법의 문제를 해결한다.
  • CNN 기반 IDS의 본질적 약점인 고주파수 잔여물이 압축 및 필터링에 취약한 점을 극복한다.
  • 비밀 이미지를 저주파수 영역에 삽입함으로써 시각적 품질을 훼손하지 않으면서 내성을 향상시키는 방법을 개발한다.
  • 삽입된 특징의 주파수 범위를 제어함으로써 내성과 품질 간의 조절 가능한 트레이드오���을 가능하게 한다.
  • 복원 네트워크가 깨끗한 이미지와 워터마크가 삽입된 이미지를 구별할 수 있도록 하여 잘못된 검출(false positives)을 방지하고 특이성을 향상시킨다.

제안 방법

  • 비밀 이미지에서 특징 맵을 추출하고 주파수 손실을 사용해 주파수 분포를 조절하여 에너지를 저주파수 영역에 집중시킨다.
  • 저주파수 특징 맵을 커버 이미지에 직접 추가하여 컨테이너 이미지를 생성함으로써, 직접적인 CNN 출력을 회피함으로써 고주파수 잔여물을 방지한다.
  • 학습 중에 공격 레이어를 삽입하여 실제 환경의 왜곡, 예를 들어 JPEG 압축 및 저통과 필터링을 시뮬레이션함으로써 추론 시 내성을 향상시킨다.
  • 클린 손실을 사용해 복원 네트워크를 훈련시켜 깨끗한 이미지와 워터마크가 삽입된 컨테이너를 구별할 수 있도록 하여 특이성을 향상시킨다.
  • 삽입 손실, 복원 손실, 클린 손실, 주파수 손실을 조합한 복합 손실 함수를 사용해 종합적인 최적화를 수행함으로써 품질, 내성, 특이성 간의 균형을 확보한다.
  • 모델을 엔드 투 엔드로 훈련함으로써 임의의 비밀 이미지를 입력으로 받아들이며, 융통성 있고 일반적인 스테고그래피 삽입을 가능하게 한다.
Figure 1: Main Idea. LIDS extracts a low-frequency feature map from the secret image, and add it to the cover image to generate the container image. This avoids the high-frequency artifacts of the CNNs. After being attacked, the damaged container image can still be used to recover the secret image d
Figure 1: Main Idea. LIDS extracts a low-frequency feature map from the secret image, and add it to the cover image to generate the container image. This avoids the high-frequency artifacts of the CNNs. After being attacked, the damaged container image can still be used to recover the secret image d

실험 결과

연구 질문

  • RQ1딥러닝 기반 스테고그래피가 고주파수 성분이 아닌 저주파수 영역에 비밀을 삽입함으로써 고주파수 신호 공격에 대해 뛰어난 내성을 확보할 수 있는가?
  • RQ2삽입된 특징의 주파수 분포 조작이 컨테이너 이미지의 시각적 품질과 내성에 어떤 영향을 미치는가?
  • RQ3주파수 손실 정규화가 삽입 네트워크가 지루한, 정보가 없는 특징을 학습하는 것을 방지하는 데 어떤 영향을 미치는가?
  • RQ4클린 손실 항목을 포함해 훈련된 복원 네트워크가 깨끗한 이미지와 워터마크가 삽입된 이미지를 신뢰성 있게 구별할 수 있는가?
  • RQ5LIDS는 저주파수 영역 내성에 초점을 맞추고 있음에도 불구하고, 리사이징 및 자르기와 같은 기하학적 공격에 대해 어느 정도 성능을 유지하는가?

주요 결과

  • LIDS는 최첨단 기법들을 능가하는 내성을 확보하여, JPEG 압축, 저통과 필터링, 가우시안 블러링과 같은 극심한 공격 조건에서도 비밀 이미지를 성공적으로 유지한다.
  • 주파수 손실 항목을 제거했을 경우 삽입 네트워크가 특징을 추출하지 못하게 되어 복원 및 클린 손실이 수렴하지 않게 되었으며, 이는 안정적인 훈련을 위해 주파수 손실이 필수적임을 입증한다.
  • 클린 손실이 없을 경우 복원 네트워크가 비밀 이미지에 과적합되어 어떤 입력이라도 비밀 이미지를 복원할 수 있었으며, 이는 클린 손실이 특이성 확보 및 워터마크가 삽입된 이미지와 깨끗한 이미지를 구별하는 데 필수적임을 보여준다.
  • LIDS는 높은 시각적 품질을 유지하며, 컨테이너 이미지가 원본 커버와 시각적으로 구별되지 않음을 확인했으며, 이는 인지적 메트릭과 정성적 결과로도 뒷받침된다.
  • 색상 왜곡과 중간 수준의 자르기/리사이징에 대해 강력한 저항성을 보이며, 고주파수 손상에 의존하지 않는 공격은 덜 효과적임을 시사한다.
  • 조절 가능한 주파수 범위 제어를 통해 LIDS는 내성과 품질 간의 균형을 확보하며, 위협 모델에 따라 사용자가 트레이드오프를 조정할 수 있도록 한다.
Figure 2: Framework of LIDS. During embedding , the embedding network extracts the feature map from the secret image. The feature map is directly added to the cover image to yield the container image. By adjusting the range of the Fourier Transform spectrum to cut off from the feature map in the low
Figure 2: Framework of LIDS. During embedding , the embedding network extracts the feature map from the secret image. The feature map is directly added to the cover image to yield the container image. By adjusting the range of the Fourier Transform spectrum to cut off from the feature map in the low

더 나은 연구,지금 바로 시작하세요

논문 읽기부터 검토까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.