Project HealthX · Radiology

AI-assisted radiology infrastructure for hospitals that can't afford to get it wrong.

Built for the conditions Indian public hospitals actually run in — radiologist shortages, ageing equipment, connectivity that comes and goes, and patient data whose every movement has to be accounted for.

ProgrammeProject HealthX
SystemVaidya-RAD (in development)
StagePhase 0 — data foundation
Built forIndian public hospitals

Project HealthX is TrioMav Tech's healthcare research programme. Its first system, Vaidya-RAD, is radiology infrastructure being built for Indian public hospitals — designed to draft reports and prioritise worklists under a radiologist's supervision, on equipment and connectivity that most commercial AI refuses to support. Nothing is built yet. We are at Phase 0, and both models are still being trained.

Assistive, not diagnostic — the radiologist always decides.

Partner with us Not available for purchase or sign-up. Project HealthX is in active research and development.
Section 01The problem

Built for a country that doesn't exist here.

India does not have a radiology software problem. It has a radiologist problem — and most AI products are built for a country that doesn't have one.

1 : 100,000

Approximate radiologist-to-population ratio in India

Source: Radiological & Imaging Association of India (RIAI)

01

Reporting backlogs, not scanning backlogs

District hospitals can acquire images far faster than they can report them. Studies wait days for a radiologist who may be covering several facilities at once. The bottleneck is interpretation capacity, not machines.

02

Equipment that AI vendors reject

Public hospitals run ageing CR and DR units that emit non-conformant DICOM — missing tags, inconsistent pixel spacing, malformed headers. Most commercial AI simply refuses these studies, which excludes exactly the hospitals that need help most.

03

Connectivity that cannot be assumed

Cloud-first tools assume a stable link to a data centre. In a district hospital, the internet and the power are both variables. Software that stops working during an outage is software that will not be trusted.

04

Built for the wrong world

Radiology AI is largely trained, validated, and priced for well-resourced Western hospitals with clean data pipelines and sub-specialist readers. Dropped into an Indian public hospital, the assumptions break before the model does.

Section 02How it works

A drafting pipeline, not a verdict machine.

What we are building is a drafting pipeline, not a verdict machine. Every stage is designed to produce something a radiologist can inspect, correct, or overrule, with their corrections coming back as training signal. None of it is running in a hospital yet.

ON HOSPITAL HARDWARE — NO NETWORK NEEDEDOUR INFERENCE SERVERcorrections become training data01Study ingestDICOM repair02Vision modelours · in training03Findings+ confidence05Report draftunverified06Radiologistedits + signs04Language modelours · in build
The architecture we are building, not a system that is running. Designed so that losing the network leaves the top lane working — studies still analysed and prioritised, the drafted narrative simply absent until the link returns.
  1. 01

    Study ingest

    A study arrives from the modality or PACS. Headers are parsed, the body part and modality identified, and non-conformant DICOM repaired rather than rejected. This layer is the furthest along — it is the part that does not depend on a finished model.

  2. 02

    Vision model

    Our own vision model, in training rather than finished. A radiology-pretrained backbone produces an image representation, and per-pathology heads we are training on it are designed to return calibrated findings with confidence — never a single yes/no verdict. Intended to run on hospital hardware.

  3. 03

    Findings

    Structured findings with per-item confidence, plus attention heatmaps showing which regions drove each finding. Where the model cannot see enough to be useful it should say so rather than guess — a design requirement we intend to hold ourselves to, and one worth judging us on later.

  4. 04

    Language model

    Our own language model, also still being built. It is designed to turn structured findings into readable prose in standard reporting format, composing only from what the vision stage produced rather than introducing observations of its own. It will run on our inference server rather than the imaging workstation, which makes this the one stage that needs a network path.

  5. 05

    Report draft

    A structured draft report, waiting in the radiologist's worklist before they begin reading. A starting point, explicitly marked as unverified AI output.

  6. 06

    Radiologist edits and approves

    The radiologist reads the study, edits the draft, and signs. Nothing will reach a patient record without that signature. The clinical decision never leaves the clinician — that constraint is fixed regardless of how good the models eventually get.

↺ Feedback loop

The feedback loop

Every edit a radiologist makes is signal: what the model missed, what it over-called, what it phrased wrongly. Those corrections become training data for the next iteration — which is why the data foundation, not the model, is the hard part, and why it is the part we are doing first.

Assistive, not diagnostic — the radiologist always decides.

Section 03Infrastructure

We build the model. And everything around it.

Plenty of teams can train a detector. What decides whether radiology AI survives contact with a district hospital is everything around it — the ingest, the degradation behaviour, the data path, the integration surface. We would rather own that than rent it, which is why we are building the models as well as the plumbing.

01

DICOM healing

Ageing CR and DR equipment emits DICOM that violates the standard in small, consistent ways. Rather than reject those studies, the ingest layer repairs headers, infers missing attributes, and normalises pixel data, so a twenty-year-old machine becomes a supported input instead of an error message.

02

Degrades instead of failing

The system is designed to adapt to the hardware and network it finds. Image analysis is meant to run locally — full precision on a GPU, quantised on a plain CPU box. When the network or the report server is unreachable it should keep analysing and prioritising studies, drop the drafted narrative, and queue records to reconcile on recovery. A tool that stops working during an outage gets abandoned after the first one.

03

A known path for data

We are building our own models rather than renting someone else's, so no general-purpose commercial AI provider will sit in the clinical path and the deployment can be shaped to the institution. A hospital with its own server capacity would run the whole pipeline in-house; one without can lean on ours; one that wants custody without the hardware cost gets a dedicated quantised instance. De-identification is applied at ingest in every case — DPDP Act 2023 by design, not retrofitted once a procurement review asks the question.

04

Built for government health systems

Designed to fit public hospital reality: existing PACS and HIS, ABDM and FHIR interoperability, district-level administration, and procurement that must justify every rupee. The integration surface is the product.

Section 04Deployment

Where it runs depends on the hospital.

Where the model will run is a deployment decision, not a fixed property of the product. It depends on what the hospital already has — and we would rather fit the institution than make it buy hardware to fit us. These are the three shapes we are designing for; none is deployed anywhere yet.

AEverything on-site
HOSPITALVisionLanguage

On the hospital's own server

If the hospital already has server capacity, the whole pipeline would run inside their network — vision and drafting both. Nothing crosses the boundary, and the institution keeps physical custody of everything.

Medical colleges and larger hospitals with existing IT capacity
BAnalysis on-site, drafting on ours
HOSPITALVisionTRIOMAVLanguagede-id

On our server

Most public hospitals have no spare GPU capacity and no budget line to create it. Image analysis would still run on their hardware; the drafting model on ours, receiving de-identified findings and study data for that case only. No capital expenditure on the hospital's side.

The common case — district and taluk hospitals
CDedicated box, sized to volume
HOSPITALVisionDEDICATEDLanguagede-id

A dedicated quantised instance

Where a hospital wants its own deployment but not the cost of full-precision hardware, we would provision a dedicated instance running quantised models sized to their case volume. Lower hardware requirement, and the trade-off that makes will be stated rather than hidden.

Hospitals that need custody but not a data centre
In all three, de-identification is applied at ingest before anything is written, embedded, or transmitted, and the destination is named in the deployment agreement rather than left to configuration.
Section 05Status

Phase 0. We would rather say so.

We are at the beginning, and we would rather say so. Radiology AI has a long history of impressive benchmark numbers that dissolve on contact with a real hospital. We are building the data foundation first.

Phase 0Now

Data foundation

De-identified imaging cohorts from Indian hospitals, radiologist-labelled to a controlled vocabulary, with leakage-free patient-level splits and an annotation tool built for clinician time. This is the current work.

Phase 1Next

Detector

Models trained and validated on Indian data, reported against external datasets from institutions that contributed nothing to training. Numbers published only when they survive that test.

Phase 2Planned

Assistive triage

Worklist prioritisation and draft reporting inside a real radiology department, under supervision, measured against the department's existing standard of care.

Phase 3Planned

Scale

Regulatory filing, multi-site deployment across a district or state health system, and post-market performance monitoring.

Government of Telangana
Early-stage discussions with TVVP and DME regarding district hospital radiology workflows. No agreement executed and no deployment in place.
Clinical partnership
Working with Dr. Santhoshini and her clinical team on labelling standards, reporting vocabulary, and what would make the tool genuinely usable in a working department.
Regulatory
Not a CDSCO-certified medical device. Not cleared for clinical use. Research and development only.
Status, stated plainly

Nothing is built yet. There is no deployed product, no running pilot, no clinical validation — and the models themselves are still being trained. What exists today are research prototypes on public benchmark datasets, which say nothing about Indian patients on Indian equipment. We therefore publish no accuracy figures at all. When we have numbers that survive validation on data from institutions that contributed nothing to training, we will publish those instead.

Section 06Papers

Everything we publish, and nothing we can't defend.

White papers, technical notes, and validation protocols. We publish method and reasoning before results, and results only once they survive external validation.

Publishing soon

The first papers are being written.

Phase 0 output publishes here first: the dataset governance and de-identification protocol, the validation protocol we intend to be held to, and a technical note on DICOM conformance in Indian public hospital equipment.

We would rather publish the protocol before the results, so the standard we are judged against is on the record in advance.

Section 07Privacy

Patient data stays inside the hospital.

For a government health system, this is the first question, not the last one.

De-identification at ingest

Patient-identifying DICOM attributes are removed following the PS3.15 Annex E confidentiality profile before any processing, storage, or embedding — applied at the earliest pipeline stage, not as a post-processing pass.

One egress point, and it is named

Image analysis is designed to run on hospital hardware. Report drafting is the only stage that can transmit, and whether it does at all depends on the deployment — on a hospital-hosted install it would never leave the building. Where it does transmit, what is sent are de-identified findings and image data for that study, to a named endpoint fixed in the deployment agreement, never to a general-purpose commercial AI provider.

DPDP-aligned by construction

Health data is a special category under India's Digital Personal Data Protection Act 2023. Purpose limitation, privacy by design, and breach notification obligations were design inputs rather than compliance paperwork added later.

Auditable by the hospital

The de-identification process is documented and open to audit by the contributing institution, with written certification of de-identification for any data shared under a research agreement.

The lab

Part of TrioMav Tech

Project HealthX is TrioMav Tech's healthcare research effort. TrioMav is structured as a research lab with a services business attached: the services engine funds the research, which means the research does not have to reach a demo before it is ready. We are building systems intended to run for decades inside public institutions, and that timescale is only affordable because we are not dependent on this product to make payroll.

triomavtech.com
Section 08Questions

What people actually ask.

Q01Is this a diagnostic device?+
No, and it is not finished either. Vaidya-RAD is being built as assistive software: it will draft, prioritise, and flag, with a qualified radiologist reviewing, editing, and signing every report. It is not CDSCO-certified, not cleared for clinical use, and makes no diagnosis. The clinical decision belongs to the clinician, by design and not merely by disclaimer.
Q02Who owns the data?+
The hospital does. Imaging data remains the property of the institution that produced it. Any data shared with us for research is de-identified, covered by a written data-sharing agreement, licensed for a defined purpose and period, and auditable by the hospital at any time. We do not sell, resell, or transfer patient data.
Q03Does it need internet?+
Partly, by design, and it should degrade rather than stop. Image analysis is meant to run on hospital hardware and need no network at all. Two things will: the drafted narrative report, generated by our language model on our inference server, and optional ABDM record push. Without connectivity the system should keep analysing studies and prioritising the worklist, return structured findings without the drafted prose, and queue records to sync when the link returns. Radiologists should never be blocked from reading a study by a dead connection.
Q04Where does the model actually run?+
Nowhere yet — nothing is deployed. Once it is, that depends on the hospital: it is a deployment decision rather than a fixed property of the product. An institution with its own server capacity would run the whole pipeline inside their network. Without it — the common case in public hospitals — image analysis would still run on their hardware and the drafting model on ours, receiving de-identified data for that case only. Where a hospital wants its own deployment without full-precision hardware cost, we would provision a dedicated instance running quantised models sized to their volume.
Q05What happens when the AI is wrong?+
It will be wrong sometimes — that is why a radiologist signs every report. Findings are designed to carry confidence and heatmaps so a reader can see what drove them, low-confidence studies to surface as uncertain rather than be guessed at, and radiologist corrections to feed back as training signal.
Q06Why should we believe your accuracy numbers?+
At this stage you should not, and we publish none. The models are still being built; what we have are research prototypes validated internally on public benchmark datasets, which demonstrates nothing about Indian patients on Indian equipment. We will publish performance once it has been externally validated on data from institutions that contributed nothing to training.
Collaboration

Hospitals, health departments, and clinical collaborators.

If you run a radiology department, work in a state health system, or are a radiologist willing to shape how this is built — we want the conversation now, while the design is still open. We are not selling anything yet.

Write to us
info@triomavtech.com
Programme
Project HealthX · TrioMav Tech
Based in
Hyderabad, Telangana, India