Papers › What Do Vision-Language Models Encode for Personalized Image Aesthetics Assessment?

What Do Vision-Language Models Encode for Personalized Image Aesthetics Assessment?

13 Apr 2026arXiv:2604.11374added by Syntology

Koki Ryu, Hitomi Yanaka

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

Personalized image aesthetics assessment (PIAA) is an important research problem with practical real-world applications. While methods based on vision-language models (VLMs) are promising candidates for PIAA, it remains unclear whether they internally encode rich, multi-level aesthetic attributes required for effective personalization. In this paper, we first analyze the internal representations of VLMs to examine the presence and distribution of such aesthetic attributes, and then leverage them for lightweight, individual-level personalization without model fine-tuning. Our analysis reveals that VLMs encode diverse aesthetic attributes that propagate into the language decoder layers. Building on these representations, we demonstrate that simple linear models can perform PIAA effectively. We further analyze how aesthetic information is transferred across layers in different VLM architectures and across image domains. Our findings provide insights into how VLMs can be utilized for modeling subjective, individual aesthetic preferences. Our code is available at https://github.com/ynklab/vlm-latent-piaa.

PaperPDFCode 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="2604.11374")

Code

Syntology Ran 0 of 21 code samples harvested from 1 repository linked to this paper; 21 have no recorded run.

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

ynklab/vlm-latent-piaa 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

21 samples harvested; 0 ran; 0 honoured the contract we drafted; 21 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.

21unverified

Licence: 21 of the 21 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 ynklab/vlm-latent-piaa. “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_eval_frames_lapis ynklab/vlm-latent-piaa/utils/ici_splits.py found in paper text by Syntology unverified no licence file found · pointer only · 8a8a6fc0ffbdc7ba · report
build_eval_frames_para ynklab/vlm-latent-piaa/utils/ici_splits.py found in paper text by Syntology unverified no licence file found · pointer only · 160f05a6cffcc67d · report
build_inputs ynklab/vlm-latent-piaa/utils/mm_embed.py found in paper text by Syntology unverified no licence file found · pointer only · 99186ccb6038ea71 · report
build_para_user_attr_maps_from_fixed_vocab ynklab/vlm-latent-piaa/ici/phase3_personalize.py found in paper text by Syntology unverified no licence file found · pointer only · 074e231488f697ef · report
build_para_user_attr_tables ynklab/vlm-latent-piaa/ici/phase2_train_graph.py found in paper text by Syntology unverified no licence file found · pointer only · 26833ff8ed8fd25b · report
emd_loss_from_logits ynklab/vlm-latent-piaa/ici/phase1_train_resnet.py found in paper text by Syntology unverified no licence file found · pointer only · cdf4a412d706c3a2 · report
eval_one_epoch ynklab/vlm-latent-piaa/ici/phase1_train_resnet.py found in paper text by Syntology unverified no licence file found · pointer only · 75ca0a93cf6bb599 · report
extract_all_pools ynklab/vlm-latent-piaa/utils/mm_embed.py found in paper text by Syntology unverified no licence file found · pointer only · a336e6936d757a71 · report
extract_attr_dis_batch ynklab/vlm-latent-piaa/ici/phase3_personalize.py found in paper text by Syntology unverified no licence file found · pointer only · ed371525f6005436 · report
extract_attr_dis_for_paths ynklab/vlm-latent-piaa/ici/phase2_train_graph.py found in paper text by Syntology unverified no licence file found · pointer only · 74f651c6016c5caa · report
get_aadb_dataset ynklab/vlm-latent-piaa/utils/aadb.py found in paper text by Syntology unverified no licence file found · pointer only · 2e49f6ba2d9b66a2 · report
get_lapis_dataset ynklab/vlm-latent-piaa/utils/lapis.py found in paper text by Syntology unverified no licence file found · pointer only · ff6515d6bf2da7a2 · report
get_para_dataset ynklab/vlm-latent-piaa/utils/para.py found in paper text by Syntology unverified no licence file found · pointer only · dddc29d9232713d2 · report
get_personalized_lapis_dataset ynklab/vlm-latent-piaa/utils/lapis.py found in paper text by Syntology unverified no licence file found · pointer only · 79d7e4dc0d84826a · report
get_personalized_para_dataset ynklab/vlm-latent-piaa/utils/para.py found in paper text by Syntology unverified no licence file found · pointer only · 265f7f08b2504d2e · report
load_lapis_image_attrs ynklab/vlm-latent-piaa/utils/lapis_ici_attrs.py found in paper text by Syntology unverified no licence file found · pointer only · 918b7be9e8340ff8 · report
load_lapis_image_distribution_from_piaa ynklab/vlm-latent-piaa/utils/lapis_ici_attrs.py found in paper text by Syntology unverified no licence file found · pointer only · d29a38f8e97085c9 · report
load_lapis_user_attrs_from_piaa ynklab/vlm-latent-piaa/utils/lapis_ici_attrs.py found in paper text by Syntology unverified no licence file found · pointer only · 5af0f3b89844f4c8 · report
load_mm_model ynklab/vlm-latent-piaa/utils/mm_embed.py found in paper text by Syntology unverified no licence file found · pointer only · 24999f19c833dcd4 · report
load_phase1_model ynklab/vlm-latent-piaa/ici/phase2_train_graph.py found in paper text by Syntology unverified no licence file found · pointer only · 75d486a8a20d79ca · report
train_one_epoch ynklab/vlm-latent-piaa/ici/phase1_train_resnet.py found in paper text by Syntology unverified no licence file found · pointer only · 93fea3a2ef024e78 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.11374, was issued in April 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