The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An image-derived CLIP Q-score captures property 'luxury' and forecasts market value and liquidity: Moscow listings with higher CLIP Q-scores command higher prices and rent/sell faster, controlling for conventional property and location characteristics.

Measuring Product Quality Using Images: The CLIP Q-Score and an Application to Real Estate
Fabian Slonimczyk, Danila Karapsin · August 02, 2026
arxiv correlational medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Fabian Slonimczyk unresolved corpus identity
  2. Danila Karapsin unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Fabián Slonimczyk provider ID
  2. Danila Karapsin provider ID
A reproducible CLIP-derived Q-score computed from listing photos correlates strongly with self-reported property condition and predicts higher sale and rental prices and faster time-on-market for Moscow listings, even after extensive observable controls.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

The CLIP Q-score is a novel, safe, fully reproducible, and computationally efficient method for extracting objective product quality metrics from visual data using contrastive language-image pre-training. We introduce the technique and provide an extensive application to real estate data from an online platform ($\sim500,000$ images). Our open-source metric aligns with LLM assessments and proves to be a powerful predictor of housing market prices for both sales and rentals. We also show that a higher CLIP Q-store is associated with better liquidity (reduced time on the market), especially for properties on sale.

Summary

Main Finding

The authors introduce the CLIP Q-score, a reproducible, low-cost method to extract objective product-quality signals from images using CLIP. Applied to ~500k real-estate photos from a Moscow online platform (16k rental listings, 11k sales listings with images), the CLIP Q-score (P(positive prompt) − P(negative prompt)) correlates with human/multimodal-LLM assessments, aligns with known geographic and historical quality patterns, and is a strong, robust predictor of market outcomes: higher Q-scores are associated with higher listing prices (sales and rentals) and faster transactions (shorter time on market), especially for properties for sale.

Key Points

  • CLIP Q-score definition and computation
    • For each image, compute CLIP image embedding and embeddings for three text prompts: positive (e.g., “This is a photo of a luxurious apartment.”), neutral, and negative (e.g., “This is a photo of a dilapidated apartment.”).
    • Compute similarities S(j)=e_img·e_text(j), scale by CLIP temperature τ to logits L(j), softmax to probabilities P(j); CLIP Q-score (polarity) = P(+) − P(−).
    • Implementation used openai/clip-vit-base-patch32 (ViT, 224×224 center crop preprocessor).
  • Validation and descriptive evidence
    • CLIP Q-scores strongly positively correlate with scores from a multimodal LLM.
    • Scores correlate with users’ self-reported “state of repair”, follow an interpretable U-shaped pattern by year of construction, map sensibly across Moscow neighborhoods, and are lower for properties flagged for demolition.
  • Predictive power for market outcomes
    • CLIP Q-score is among the most predictive features in hedonic regressions of price, retaining significance after controlling for standard structural, geographic, and building covariates.
    • Higher Q-scores predict shorter time-on-market (improved liquidity), with stronger effects for sale listings than rentals.
  • Reproducibility, efficiency, and safety advantages
    • CLIP-based scoring is fully reproducible (same model + prompts → same scores), computationally cheap, can run locally (avoids cloud provider inference), and does not require sharing raw images with external inference services.
  • Photo-quality confounding addressed
    • Image technical metrics (sharpness via Laplacian variance, BRISQUE, brightness, resolution, aspect ratio) have statistically significant but very small associations with CLIP polarity; an OLS explaining CLIP polarity by these features yields R^2 ≈ 0.025–0.03. Authors therefore use an adjusted CLIP score (property-level average residuals) to remove technical-image effects.

Data & Methods

  • Data
    • Source: cian.ru (Moscow), crawled posts for long-term rent and secondary sales from 2025-07-01 to 2025-08-14; followed until 2025-12-05 for price history and time-on-market.
    • Images: 275,477 rental images; 216,271 sale images (~491k total). Listings with images: 16,047 rentals; 11,129 sales.
    • Listing metadata: area, rooms, bathrooms, ceiling height, floor, building year/material, demolition-program flag, distances to center/metro/green/industrial zones, reported “state of repair”.
  • CLIP Q-score method
    • Model: openai/clip-vit-base-patch32 from HuggingFace.
    • Prompts: one positive, one neutral, one negative quality-describing sentence (adaptable to other products).
    • Score per image: polarity = P(+) − P(−) from CLIP softmax over the three prompts.
    • Aggregation: adjust polarity for image-quality confounders by regressing CLIP polarity on image technical metrics (resolution, aspect ratio, sharpness, BRISQUE, brightness) and using average residuals per property as the property-level Q-score.
  • Validation & analysis
    • Correlation with multimodal LLM quality assessments.
    • Descriptive checks: correlation with self-reported repair state, spatial patterns, building-age patterns, demolition flag.
    • Predictive tests: hedonic price regressions and time-on-market regressions controlling for standard covariates; CLIP Q-score included as an explanatory variable.
  • Implementation notes
    • Images preprocessed by CLIP’s standard pipeline: resize and center 224×224 crop (aspect-ratio differences may drop periphery).
    • Method is prompt-dependent (authors used three-level polarity prompts) but simple and modular — more fine-grained descriptors could be added.

Implications for AI Economics

  • Practical tool for scalably measuring product quality
    • Enables objective, reproducible quality measurement from images across large datasets at low compute cost; useful for hedonic pricing, valuation models, market microstructure, and platform economics.
  • Enhances multimodal economic analysis
    • Opens door to integrating standardized image-derived quality measures into demand/supply models, automated valuation models, return-rate prediction, and liquidity analyses.
  • Research design and replication benefits
    • Because CLIP implementations and prompts are deterministic (given model/version), results are replicable across researchers, improving credibility of image-based economic findings.
  • Policy and platform applications
    • Platforms could use CLIP Q-scores for quality indexing, search ranking, fraud or misrepresentation detection, or to design incentives for better listings (e.g., subsidized photo services).
  • Cautions and limitations to consider
    • Prompt and model choice: scores depend on prompt wording and CLIP variant; cross-model or cross-lingual portability needs testing.
    • Selection and photography effects: agents/owners choose which photos to upload and may stage properties; CLIP measures “how property is presented” in images, which may diverge from intrinsic quality.
    • Distributional and fairness risks: model pretraining data biases could cause systematic misestimation across regions, styles, or housing types; requires careful validation before causal interpretation.
    • Temporal drift and model updates: as CLIP or related encoders evolve, score calibrations may change — versioning is essential for longitudinal studies.
  • Research opportunities
    • Extend CLIP Q-score to other product categories (used goods, fashion, cars, electronics).
    • Combine with text/transaction data to decompose photography quality vs intrinsic item quality.
    • Use in causal designs: instrument for visual quality, examine search/listing algorithms, or test interventions (e.g., professional photography subsidies).

Short summary: The CLIP Q-score is a simple, reproducible, and low-cost method to extract image-based product-quality signals. In a large real-estate application it aligns with human assessments and meaningfully predicts prices and liquidity, offering a practical tool for AI-enabled economic analyses while also requiring careful attention to prompt design, selection effects, and potential biases.

Assessment

Paper Typecorrelational Evidence Strengthmedium — Very large, rich dataset (~17k listings with ~500k images) and multiple validation exercises (LLM correlation, reported state of repair, sensible geographic/age patterns) give strong evidence that the CLIP Q-score captures meaningful image-based quality variation and predicts prices and liquidity; however, analysis is correlational and vulnerable to selection and omitted-variable confounding (e.g., staging, marketing effort, photographer quality, endogenous photo choices), so causal claims about images driving prices are not supported. Methods Rigormedium — Data collection and preprocessing appear thorough (complete crawl of a major platform for a city, image-quality controls, central cropping/CLIP implementation stated, regression adjustments, validation against alternative measures). The authors control for many observables and adjust CLIP for image technical quality, but identification relies on standard controls only, with no exogenous variation, robustness tests (in the supplied text) or causal strategy reported so far; potential biases from omitted variables and selection into posting/images remain. SampleWeb-scraped listings from cian.ru (Moscow) collected July 1–August 14, 2025, with follow-up until Dec 5, 2025; analyses focus on listings with images: 16,047 long-term rentals and 11,129 secondary sales listings with ~275,477 rental images and ~216,271 sales images (total ~491,748 images); collected rich covariates (area, rooms, bathrooms, building age, construction material, floor, distances to center/metro/parks/industrial zones, reported state-of-repair) and image quality metrics (sharpness, BRISQUE, brightness, aspect ratio, resolution). Themesinnovation adoption IdentificationAssociational: construct an image-based CLIP Q-score and show its predictive correlation with listing prices and time-on-market using hedonic regressions that control for observable property, building, and geographic covariates; validate the measure against multimodal LLM assessments and reported state-of-repair patterns. No quasi-experimental or instrumental variation is used to claim causal effects. GeneralizabilitySingle city (Moscow) and single platform limits external validity to other housing markets with different listing norms or cultures., Time-limited data collection (≈6-week posting window in 2025) may not capture seasonal or longer-run dynamics., Mostly agent-posted listings (private owners ~17%)—photography and listing behavior may differ in other markets., Secondary-sales only for sales sample; new construction excluded due to lack of images., CLIP model choice (openai/clip-vit-base-patch32) and central-crop preprocessor may affect performance on images with peripheral cues; results may differ with other vision-language models or preprocessing., Platform-specific listing formats and incentives (e.g., promoted listings, photo ordering) could bias observed associations.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The CLIP Q-score is constructed as the difference between the model-assigned probability of a strongly positive product-quality description and the probability of a strongly negative description: P(+) − P(−). Output Quality positive Image-based product quality score
Reading fidelity high
Study strength medium
not reported
0.3
The authors' CLIP Q-score method is designed to be exactly reproducible across researchers because it uses an open-source model and open-source data and code. Other positive Reproducibility of the quality-measurement method
Reading fidelity high
Study strength medium
not reported
0.3
The study applies the CLIP Q-score to approximately half a million real-estate images from Moscow listings on cian.ru. Other positive Availability of image data for quality measurement
Reading fidelity high
Study strength high
n=491748
491,748 images
0.5
The mean CLIP polarity score is positive for both rental and secondary-sale property images, but the score also takes negative values for a substantial subset of images. Output Quality mixed CLIP polarity score
Reading fidelity high
Study strength high
n=491748
mean 0.459 for rentals and 0.425 for sales; minimum −0.941 and −0.961
0.5
Technical image characteristics have statistically significant partial correlations with the CLIP polarity score, but they explain very little of its variation. Output Quality mixed CLIP polarity score
Reading fidelity high
Study strength high
n=491748
R²=0.025 for rentals; R²=0.030 for secondary sales
0.5
The authors conclude that photo quality and other technical digital-imaging characteristics cannot account for the wide variation in CLIP scores across images and properties. Output Quality negative Variation in CLIP quality scores attributable to technical image characteristics
Reading fidelity high
Study strength medium
n=491748
R²=0.025–0.030
0.3
The paper adjusts the CLIP polarity score by removing the predicted effects of technical image characteristics and averaging the regression residuals for each property. Output Quality negative Technically adjusted property-level CLIP quality score
Reading fidelity high
Study strength medium
n=491748
0.3
The CLIP Q-score is positively correlated with users' self-reported state of repair of a property. Output Quality positive Self-reported property state of repair
Reading fidelity high
Study strength low
not reported
0.15
Higher CLIP Q-scores are associated with higher listed prices for both rental and sale properties, even after controlling for numerous observable property characteristics. Firm Revenue positive Listed housing price
Reading fidelity high
Study strength low
not reported
0.15
Among similarly priced properties, higher image scores are associated with easier renting or selling, particularly through shorter time on the market. Task Completion Time positive Time on the market and property liquidity
Reading fidelity high
Study strength low
not reported
0.15

Notes