Evaluation 11 min read

AI in property valuation: the evidence, the design rules, and what it could become

The best Australian evidence on vision AI in valuation measures a different task than the one vendors demo. The findings, and the design rules that follow.

The best Australian evidence on computer vision in property valuation was funded by the valuation profession itself, and it is almost never cited in the conversations valuers are currently having with vendors.

In 2024 the Australian Property Research and Education Fund, the API’s research arm, funded a Queensland University of Technology team (Associate Professor Viet-Ngu Hoang, Dr Kien Thanh Nguyen and Dr Andrea Blake) to test a specific question: can a computer looking at pictures of a property improve a statistical estimate of what that property is worth?

The result only means something against what it improved on. That baseline is the hedonic pricing model behind most automated valuation models, predicting sale price from the attributes that fit in a spreadsheet plus the usual neighbourhood factors. It has never seen the property. Two houses with identical attributes are identical to it, whether one has been renovated to a high standard and the other is tired and fronting a main road.

The team trained convolutional neural networks on aerial and street-view imagery to generate visual desirability indicators, added those to the model as extra variables, and tested across 128 Brisbane suburbs on three single-year datasets from 2018 to 2020. Street-view imagery cut the model’s typical prediction error, measured as root mean square error, by 11 to 21 per cent. Aerial imagery cut it by 20 to 29 per cent.

On a model typically out by $100,000, aerial imagery brings the miss down to somewhere between $71,000 and $80,000. The dollar baseline is illustrative, since the study reports the proportional improvement rather than a figure. The model does not become accurate. It becomes meaningfully less wrong, and the improvement came from pictures alone.

The finding that should interest a valuer is which pictures won. Aerial beat street-view, comfortably.

The street-view image is the front elevation, the photograph a person would instinctively reach for, and it carried less signal than the view from directly overhead. Nobody attends a property to take that photograph. It already exists, for every property in the state, in imagery a practice can licence today.

These are numbers from an academic team with nothing to sell. They are the strongest Australian evidence in this area, and they deserve to be where a practice starts.

The evidence measures a different thing than the demonstration

The QUT work is about mass valuation. It improves a statistical model that estimates value across a large number of properties. The imagery that carried the most signal was aerial, which is to say imagery of the roof, the block, the setbacks, the tree canopy and the neighbours, captured from above.

What is typically demonstrated to a valuation practice is something quite different: a tool that reads the photographs an inspector took at a property and produces a description, a schedule, or a draft report. That is individual report production, not mass valuation.

The distinction is not academic. Nothing in the QUT result tells you whether a model reading twenty inspection photographs produces a schedule a valuer can rely on for one property. Those are different tasks with different failure modes, and we have not found a published independent Australian benchmark for the second.

A valuer sitting through a demonstration is entitled to ask which of the two the vendor has evidence for. In most cases the answer will be neither, and the honest version of that answer is a case study rather than a benchmark.

What our own production work shows

PAC has built and run vision systems in two adjacent domains: an automated listing copy engine that reads property photographs, and research into AI-assisted inspection reporting. Both are our own work, and the findings below are ours rather than any client’s.

Six of them transfer to a valuation report, and they build on each other.

Detection is strongest where liability is weakest. Systems reading imagery perform well on visually distinct features and conditions, and degrade on anything subtle, internal, or occluded. In inspection work that inverts the risk profile, because liability concentrates on the defects that were present, within scope, and missed, not the obvious ones. The same shape applies to a valuer: a model will reliably tell you a kitchen has been renovated and will not reliably tell you the quality of what sits behind the cabinetry. The tasks a vision system does best are the tasks a competent professional was never going to get wrong. We covered this pattern across three professions in AI in regulated professional work, Mid-2026.

A defined data model is what removes most of the room to hallucinate. Vision models capture non-deterministically. Ask one to describe a kitchen and it produces prose, and prose is where invention lives, because nothing in the task tells the model what it is not permitted to say.

DreamCopy does not work that way. Behind the copy sits a property data model: a fixed schema of fields, each with a defined type. The model is not writing about the property. It is populating a record, and the copy is generated afterwards from the populated record rather than directly from the photographs. A field the model cannot determine returns a flag rather than a guess.

For a valuation practice the data model already exists. It is the schedule. The firm’s report template, with its fields and its house taxonomy for construction, condition and finish, is precisely the schema a vision system should be populating.

The schema decides the photography, and the photography decides the cost. Once the fields are defined they dictate what the system has to be able to see.

DreamCopy processes photographs at low resolution. It can, because the task only needs a general feel for the saleable qualities of a room: light, space, flow, the broad standard of the fit-out. Low resolution keeps the upload fast at the point of capture, keeps per-image processing cheap, and lets an entire property run through for a trivial sum.

A valuation schedule asks for something else. Separating natural stone from engineered stone, judging the quality of a tile, reading an appliance brand from the badge on a door: each needs more photographs and higher-resolution ones, framed deliberately on the thing being recorded rather than on the room it sits in.

Three things move at once as a result, and none of them are software problems. Upload time at the property rises, on whatever connection happens to be available there. Storage and per-image processing costs rise, and not marginally. And past a certain fidelity requirement the architecture itself changes shape. A single pass across a set of room photographs stops being the right design, and the pattern becomes staged: a cheap low-resolution pass identifies what matters, then a targeted high-resolution pass reads it.

What a practice is really designing here is the capture routine: what gets photographed, how closely, and to what standard, on every job.

A model can narrow a judgement without making it, and that is where the time is. Consider the attributes that actually move a valuation figure at the finish level: stone benchtops, premium tiles, solid hardwood flooring, premium appliances. A photograph cannot settle any of them. Natural stone and engineered stone are indistinguishable in a listing image. So are solid hardwood, engineered timber and a good laminate.

Those attributes still have to be hand-noted, and no architecture changes that.

What a model can do is turn origination into selection. Rather than leaving a blank field, it proposes the plausible candidates for that benchtop with what it can see behind each one, and the valuer picks the right one or overrides it entirely. Reading four options and choosing is faster than recalling the taxonomy and typing, and it is faster across every field on every job. The speed comes from the valuer deciding more quickly, not from the model deciding instead.

Supplied facts have to beat inferred facts, structurally, not by convention. The rule bites hardest where the firm already holds the answer. In one production run our system correctly hedged that a property sat close to a suburb boundary. It had found real ambiguity and said so. The next stage, with no authoritative address to check against, flattened that hedge into one confident answer and chose the wrong suburb.

That failure is worth sitting with, because the model was not wrong. The model was right, and calibrated, and the architecture destroyed the calibration on the way to the output. No better model would have prevented it. What prevented it was a rule: the supplied address wins, always, over anything inferred from imagery.

For a valuation practice that covers everything the firm already holds authoritatively. Title particulars, land area, zoning, planning overlays, sales evidence. Those are supplied facts, and an inference must never overwrite one.

None of this is one model call. It is an additive pipeline, and every stage needs its own step and its own context. The most common misconception about a system like this is that a vision model reads the photographs and a report comes out the other side. What actually runs is a sequence, and each stage exists as a separate step because merging any two of them measurably degrades the result.

In DreamCopy the sequence is a vision stage that reads the photographs; an extraction stage that takes the agent’s own notes and pulls out what only the agent knows; a location stage that resolves the address and brings in locality and market data; the data model, where all three land as one structured record; and then the reporting layers that generate copy from that record.

Each stage carries its own context and its own quality bar, because a model asked to perceive and compose in the same breath does neither well, which is the finding behind how we turned generic AI into a specialist. Analysis has to finish before generation starts, and every stage after the first works from a record rather than from raw material.

The valuation analogue maps almost directly. Vision reads the property. An extraction stage takes the valuer’s field notes or dictation, which is where everything a photograph cannot carry enters the system. A data stage brings in title, zoning, planning overlays, comparables and sales evidence, which is the mature part of the valuation stack and the part the practice already owns outright. The schedule is the data model. The report is the final layer, generated from a confirmed record.

The design rules that follow

Those findings collapse into a short set of rules.

  1. Define the data model first. The schedule is the schema. Nothing else can be designed until the fields, types and permitted values are settled.
  2. Let the schema set the photography. The fields decide what has to be photographed and at what fidelity. Settle that early, because it sets the field routine on every job.
  3. One stage per job, each with its own context. Perception, extraction, data, record, report. Analysis finishes before generation begins.
  4. Authoritative facts win structurally. Anything the practice already holds overrides anything inferred from an image, enforced in the architecture.
  5. Present alternatives, never resolve them. Where no authoritative fact exists, the ambiguity goes in front of the professional as a choice. A low-confidence output must never be flattened into a confident one downstream.
  6. Aim the detection target low. Put the right shortlist in front of the professional. Do not attempt the diagnosis.
  7. The professional stays the author, visibly. Not as a concession to regulation, but because it is what makes the output signable.

A practice can take that list into any vendor conversation and learn more from the answers than from the demonstration.

What this could become, and what is still unknown

Valuation is unusual among professions in that the data is already mature. A practice holds sales evidence, comparables, attribute data and, in an established firm, two decades of completed reports and expert witness statements. That corpus is the asset, and no vendor has access to it.

The QUT result shows that imagery adds measurable signal to a statistical estimate built on that kind of data. Our pipeline work shows how to get structured, confirmed property records out of imagery, field notes and location data at volume. Put those together and the proposition is legible: a practice that runs the pipeline over its own jobs accumulates confirmed, structured property records against known outcomes, and those records are exactly the input a valuation model of its own would need.

That is a proof of concept proposition, not a product, and the honest list of what is unknown is longer than the list of what is established.

Whether one practice generates enough confirmed records to move a model at all is untested: QUT worked across 128 suburbs and three years of market data, which is a different order of magnitude from a single firm’s annual volume. Nor is it known whether the Brisbane result holds in another market or another property type.

This also sits in territory the standards bodies are actively writing rules for, which we will cover on its own.

Where the benefit actually sits

The useful way to think about all of this is not that a machine does part of the valuer’s job. It is that the effort moves.

The grind at the front of a valuation is real: populating a schedule field by field, transcribing what was seen, assembling the narrative sections, chasing the consistency that a panel or a lender’s quality team will test for. That work is compressible, and the six findings above are an account of how to compress it without putting anything unverified into a signed document.

What is left is the executive end. Weighing the evidence, deciding which comparables genuinely compare, forming the opinion, and defending it. That is where a valuer’s value has always been, and it is where the time goes instead. A practice that runs this well does not produce reports with less judgement in them. It produces reports with the same judgement, applied to more of the job, with less of the day spent on data entry to get there.

What this note does not establish

We have not found a published independent Australian benchmark for vision AI in individual valuation report production. The QUT figures are for mass valuation and should not be read across to report production. PAC’s production findings are our own operational experience, not independently evaluated. The proprietary valuation model described above is a concept with its unknowns named, not a capability anyone has demonstrated.

Where a vendor tells you otherwise, the useful question is which of those gaps they have closed, and with what evidence.


Perth AI Consulting works with professional practices on what AI can and cannot be relied on for, and what has to be documented either way. Start with a conversation.

Published 9 September 2026

Perth AI Consulting delivers AI opportunity analysis for small and medium businesses. Start with a conversation.

Prepared by Claude, directed and approved by PAC.

More from Thinking

Evaluation 7 min read

Eleven cells moved. Here is what they mean for your business.

Reading the September 2026 State of AI verdict table: what improved, what declined, and what to do differently this quarter.

Evaluation 7 min read

Competitor intelligence for small business: what AI can and cannot see

What AI-assisted competitor intelligence really is for a small business: the public sources worth watching, what they cannot tell you, and the legal line.

Evaluation 10 min read

AI in regulated professional work, Mid-2026

One structure links family law, valuation, and building inspections: a signed document others rely on. How each field's regulator answered the AI question.

Technical 9 min read

The business knowledge base: evidence, risks, and how to build one

What a business knowledge base actually is, what the evidence says it delivers, the security and privacy realities, and how we build one that holds up.

Evaluation 8 min read

What AI can see in your customer data (and what it cannot)

What AI can genuinely find in the customer records an SME already holds, what it cannot, and when a spreadsheet honestly beats a model.

Building 7 min read

What an AI quoting engine actually does

What an AI quoting engine takes in, what it drafts, what the evidence says about accuracy and speed, and why the final price stays with a human.

Adoption 6 min read

Australia's AI adoption gap is bigger than the 12% headline suggests

ABS says 12% of Australian businesses use AI. The real story is 35% of large businesses against 11% of small ones, and the barrier isn't the technology.

Building 7 min read

Why we let AI run the interviews (and why we never let it pretend to be human)

AI-conducted interviews compress weeks of stakeholder discovery into days, standardise what gets asked, and lower the guard that distorts honest answers.

Adoption 14 min read

How AI capability actually moves through a business

The decisive variable in SME AI adoption is the human absorption sequence, not the tooling. A working framework from observation across WA businesses.

Evaluation 7 min read

AHPRA advertising rules for psychologist websites

Recovery stories, 'specialist', 'clinical psychologist', and endorsement titles are where psychology sites breach the National Law. A practical read-through.

Adoption 4 min read

Customer service AI has finally grown up

Chatbots and AI receptionists earned their bad reputation. What changed, and how the mature version answers every call without replacing anyone.

Evaluation 6 min read

Who can use the titles 'Dr', 'Specialist', and 'Surgeon'?

AHPRA restricts 'specialist' and 'surgeon' to specific registrations, and 'Dr' has its own rule. What health practice websites can and cannot claim.

Adoption 5 min read

Your best people hate writing reports

The operators you promote are brilliant at the work and allergic to reporting. A scheduled AI call interviews them, drafts the briefing, they approve it.

Building 6 min read

Your website isn't just for humans anymore

How to build a chatbot that keeps itself up to date, can't leak client information, and won't answer beyond what you've published.

Evaluation 7 min read

Can you show Google reviews on your health practice website?

AHPRA bans clinical testimonials, even true ones, but service reviews are fine. What that means for the Google reviews widget on your practice site.

Evaluation 7 min read

What AHPRA's advertising rules mean for your website

Your practice website is advertising under the National Law. What AHPRA's rules prohibit, who is responsible, and how to check your own site.

Evaluation 8 min read

Is it safe to paste client data into ChatGPT?

Short answer: it depends on one setting, and most people have it wrong. What ChatGPT, Claude and Copilot do with your data, and what the Privacy Act expects.

Evaluation 4 min read

What a good AI audit actually delivers

The audit report named one recommendation specific enough to check, and what the Build that followed looked like: one real engagement, generalised.

Evaluation 7 min read

AI and video, Mid-2026: the models can watch now, not just listen

AI could always transcribe video. It can now read the frames as well, and every hour of footage a business owns becomes something it can question.

Building 7 min read

Case study: a 119-page AML/CTF program in three days

How we built a seven-document AML/CTF compliance pack for a small accounting practice in three days, working from 31 confirmed assumptions.

Building 11 min read

From evidence base to delivery: a production AI methodology

How we delivered 34 evidence-anchored AI briefings to a WA peer-advisory chapter: fact-checked literature review, multi-agent verification, one method.

Technical 9 min read

The six functions of a working AI system

A working AI system is six functions doing six jobs. When all six connect, hallucinations get caught, outputs hold steady, and models become swappable.

Technical 7 min read

Supervised autonomy: the middle path for AI architecture

Between drafts you approve and agents you hope about sits the middle path: an envelope of authorised routine work, supervised, audited, and yours to widen.

Evaluation 5 min read

The state of applied AI in Mid-2026

Our literature review of applied AI in mid-2026: ten capability categories, three fact-check passes, written for operational leaders.

Technical 9 min read

How to design a PHI redaction system for clinical AI

PHI redaction is part of a clinical AI tool's architecture, not a feature you add. What the literature says it should look like, and how we built it.

Building 9 min read

How we built on-device de-identification so AI never sees real names

Most AI privacy is a policy. Ours is architecture: an NER model runs in the browser and strips names before anything leaves the device.

Technical 7 min read

Your agency's clients are about to ask why this costs so much

A solo consultant built in three weeks what your agency quoted twelve for. The client doesn't know why yet. The agencies that survive change what they sell.

Adoption 6 min read

What do you love doing? What do you hate doing?

Ask people what they love doing and what they hate doing, then show them AI is coming for the second list. Why the reframe works, and how it fails.

Technical 7 min read

Why I don't use n8n (and what I do instead)

n8n demos well. But a compelling demo and a reliable production system are different things, and the distance between them is where businesses get hurt.

Technical 10 min read

Your codebase was not built for AI. That's the actual problem.

Amazon's mandatory meeting about AI breaking production is an architecture story: codebases built for human maintainers only, now maintained by AI.

Adoption 4 min read

Your team has AI licences. You don't have an AI system.

Fifteen people, fifteen separate AI accounts, no shared context. The problem isn't the tool; it's the architecture around it. Here's the fix.

Building 7 min read

Your $2,000 day starts the night before: our system keeps you on the tools, not on the phone

Optimised routes overnight, automatic customer notifications, and promises the system keeps or corrects. A scheduling system that protects your daily rate.

Evaluation 4 min read

The fastest way for an executive to get across AI

AI moves faster than any executive can track. One focused conversation, one written report, and a decision you can act on: your time stays on the business.

Building 6 min read

Your IT department will take 18 months. You need this working by next quarter.

Senior leaders know what they need built; the gap is time. A prototype gets the tool working now and hands IT a validated blueprint for later.

Building 8 min read

We built an AI invoice verifier. Here's where it hits a wall.

We built an AI invoice verifier and watched a fake beat a real invoice. Why document analysis alone cannot stop fraud, and the five layers that can.

Building 5 min read

How to build an AI chatbot that doesn't lie to your customers

Woolworths scripted its AI to talk about its mother. The business fix is honesty; the technical fix is architecture that prevents fabrication by design.

Technical 9 min read

Why AI safety features are load-bearing architecture, not political decoration

The 'woke AI' label came from real failures, but they were engineering failures, not safety failures. The difference matters wherever errors have consequences.

Adoption 3 min read

Woolworths' AI told a customer it had a mother. That's a problem.

Woolworths' AI assistant Olive was scripted to talk about its mother and uncle. When callers realised, trust broke instantly. The fix is honesty.

Evaluation 5 min read

Google is no longer the only way your customers find you

Customers now find businesses through ChatGPT, Perplexity, and Gemini. The sites AI cites are structured differently to the sites Google ranks.

Evaluation 6 min read

The personal workflow analysis: what watching a real workday reveals about automation

People describe the work they value, not the work that eats their time. Recording a real workday reveals the automation opportunities interviews miss.

Evaluation 11 min read

An AI audit that starts with your business

How an operations-first AI audit works: what it looks for, how the evidence is collected, what the report contains, and what it tells you to skip.

Building 6 min read

What production AI teaches you that demos never will

The gap between a demo and a working system is where the useful lessons live. Architecture, framing, privacy, adoption: the patterns repeat every time.

Adoption 6 min read

The psychology of why your team won't use AI

You buy the tool, run the demo, and three months later nobody is using it. Five predictable psychological barriers, each with a strategy that works.

Technical 4 min read

Stop telling AI what NOT to do (and what to say instead)

Instructions built on prohibitions make AI cautious and generic. Describing what you want instead transforms the output, and the reason comes from psychology.

Building 5 min read

How we turned generic AI into a specialist: and what that means for your business

Mediocre AI output is rarely the model's fault. Three structural changes that turn the same model from generic to specialist-grade.

Evaluation 6 min read

Your business has 9 customer touchpoints. AI can fix the 6 you're dropping.

You pay to get customers to your door, then lose them to missed follow-up. AI can handle the six touchpoints most businesses drop.

Technical 6 min read

What happens to your data when you press 'Send' on an AI tool

Businesses send customer data to AI tools without knowing what happens during processing. The spectrum of AI privacy is wider than you think.