Papers › Hierarchical Fine-Grained Image Forgery Detection and Localization

Hierarchical Fine-Grained Image Forgery Detection and Localization

30 Mar 2023CVPR 2023 1arXiv:2303.17111archive 2025-07-28

Xiao Guo, Xiaohong Liu, Zhiyuan Ren, Steven Grosz, Iacopo Masi, Xiaoming Liu

Differences in forgery attributes of images generated in CNN-synthesized and image-editing domains are large, and such differences make a unified image forgery detection and localization (IFDL) challenging. To this end, we present a hierarchical fine-grained formulation for IFDL representation learning. Specifically, we first represent forgery attributes of a manipulated image with multiple labels at different levels. Then we perform fine-grained classification at these levels using the hierarchical dependency between them. As a result, the algorithm is encouraged to learn both comprehensive features and inherent hierarchical nature of different forgery attributes, thereby improving the IFDL representation. Our proposed IFDL framework contains three components: multi-branch feature extractor, localization and classification modules. Each branch of the feature extractor learns to classify forgery attributes at one level, while localization and classification modules segment the pixel-level forgery region and detect image-level forgery, respectively. Lastly, we construct a hierarchical fine-grained dataset to facilitate our study. We demonstrate the effectiveness of our method on $7$ different benchmarks, for both tasks of IFDL and forgery attribute classification. Our source code and dataset can be found: \href{https://github.com/CHELSEA234/HiFi_IFDL}{github.com/CHELSEA234/HiFi-IFDL}.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.17111")

Code

Syntology Ran 13 of 18 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

chelsea234/hifi_ifdl officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 13 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
11ran
5unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from chelsea234/hifi_ifdl. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BasicBlock chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 7b178f825d37ad2c · report
Bottleneck chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · e1e3fde5abbd1dba · report
BranchCLS chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 9b8d5c657020b3da · report
CatDepth chelsea234/hifi_ifdl/HiFi_Net.py official repository ran fingerprinted MIT (permissive) · 0600f3020a10ac5f · report
Flatten chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · e1419c05ef8cd25e · report
GaussianSmoothing chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · e68d2ed847dcdb77 · report
HighResolutionModule chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · d856f64b0cf32633 · report
IsolatingLossFunction chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 4ba5a22538ab5b90 · report
LaPlacianMs chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 8fdceb4ff7b0075d · report
PartialConv chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · a0d87098e844ddaa · report
get_cfg_defaults chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 15843f1133de84f5 · report
load_center_radius_api chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · fixture could not drive it MIT (permissive) · eaead4d829ddf732 · report
weights_init chelsea234/hifi_ifdl/HiFi_Net.py official repository ran · our draft was wrong MIT (permissive) · e9036b6dc10ccc06 · report
HiFi_Net chelsea234/hifi_ifdl/HiFi_Net.py official repository unverified MIT (permissive) · e7ef253ae9fcb7da · report
HighResolutionNet chelsea234/hifi_ifdl/HiFi_Net.py official repository unverified MIT (permissive) · 2b378f9963d3fa84 · report
NLCDetection chelsea234/hifi_ifdl/HiFi_Net.py official repository unverified MIT (permissive) · cb1672e1db145750 · report
NonLocalMask chelsea234/hifi_ifdl/HiFi_Net.py official repository unverified MIT (permissive) · a5749e5ab8a1fe26 · report
get_seg_model chelsea234/hifi_ifdl/HiFi_Net.py official repository unverified MIT (permissive) · 4020f7c8f5a456b0 · report

Tasks

AttributeClassificationImage Forgery DetectionRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections