Papers › Beyond Classification: Task-Dependent Learnability under Privacy-Motivated Image...

Beyond Classification: Task-Dependent Learnability under Privacy-Motivated Image Transformations

27 Aug 2026arXiv:2608.27066added by Syntology

Leon Ranke, Wolfgang Hübner, Ronny Hug, Michael Arens, Jürgen Beyerer

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Privacy-Enhancing Technologies (PETs) in computer vision often rely on noise or image perturbations to protect visual data while securely processing it, creating a trade-off between task performance and protection. This trade-off is commonly evaluated using image classification, which primarily captures semantic separability and remains robust despite significant geometric, spatial layout or local boundary alterations. As a result, it is too simplistic as a proxy for generic vision tasks. Exhaustive downstream-task evaluation, however, is computationally expensive because models must often be trained for each PET transformation and parameter setting. We therefore propose a compute-aware multi-task protocol for evaluating PETs in model training. It combines lightweight proxy tasks that target complementary aspects of visual structure while remaining simple and fast to compute. Across irreversible privacy transformations, key-based block primitives, and learnable image encryption schemes, we demonstrate that PETs with similar classification accuracy can differ substantially on other tasks. The outcomes highlight the need for PET evaluation protocols that move beyond classification-only reporting.

PaperPDFCode Syntology ran

In Syntology 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="2608.27066")

Code

Syntology Ran 10 of 13 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 9 ran with no contract checked.

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

LeonRanke/Task-Dependent-Learnability found in paper text by Syntology report

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

13 samples harvested; 10 ran; 0 honoured the contract we drafted; 3 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
9ran
3unverified

Licence: 0 of the 13 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 LeonRanke/Task-Dependent-Learnability. “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.

build_AngleNet LeonRanke/Task-Dependent-Learnability/src/models/anglenet.py found in paper text by Syntology ran MIT (permissive) · 9a3ad27c50d6d43c · report
build_ResNet LeonRanke/Task-Dependent-Learnability/src/models/resnet.py found in paper text by Syntology ran MIT (permissive) · 4339d50a38e5c793 · report
build_logger LeonRanke/Task-Dependent-Learnability/src/utils.py found in paper text by Syntology ran MIT (permissive) · 93ab45dd7f6c93e0 · report
bytes_to_nibbles LeonRanke/Task-Dependent-Learnability/src/transformations/transformations_utils.py found in paper text by Syntology ran MIT (permissive) · 838132d0128acb45 · report
get_2d_sincos_pos_embed LeonRanke/Task-Dependent-Learnability/src/models/jpdvt.py found in paper text by Syntology ran MIT (permissive) · 089bdd7a5f8b8da2 · report
load_config LeonRanke/Task-Dependent-Learnability/src/utils.py found in paper text by Syntology ran MIT (permissive) · d925f0f348e6b696 · report
make_run_dir LeonRanke/Task-Dependent-Learnability/src/utils.py found in paper text by Syntology ran MIT (permissive) · 567b2f32fc32cf7b · report
modulate LeonRanke/Task-Dependent-Learnability/src/models/jpdvt.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9e659b2de5a116a5 · report
to_float LeonRanke/Task-Dependent-Learnability/src/transformations/transformations_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · aa8f342698098cb0 · report
to_uint8 LeonRanke/Task-Dependent-Learnability/src/transformations/transformations_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ff990bb450212227 · report
build_transformation LeonRanke/Task-Dependent-Learnability/src/transformations/transformations.py found in paper text by Syntology unverified MIT (permissive) · 1dff2d38155107a3 · report
get_2d_sincos_pos_embed_from_grid LeonRanke/Task-Dependent-Learnability/src/models/jpdvt.py found in paper text by Syntology unverified MIT (permissive) · c03ef37ebf97369c · report
train_cls LeonRanke/Task-Dependent-Learnability/src/modelling.py found in paper text by Syntology unverified MIT (permissive) · 1974ee89109062e0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.27066, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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