Dv04 commited on
Commit
7fc13ae
·
1 Parent(s): 3d5f565

Rebuild org card as pure markdown: banner, badges, honesty table, links as bullets

Browse files
Files changed (3) hide show
  1. README.md +63 -41
  2. banner.svg +30 -0
  3. style.css +0 -83
README.md CHANGED
@@ -1,58 +1,80 @@
1
- ## Dhi Labs
2
 
3
- **Edge vision AI that refuses to guess: calibrated, auditable, honest by construction.**
 
 
 
4
 
5
- Most edge-vision systems answer every query with false confidence: a bare count, a bare
6
- detection, a bare alert, with no sense of when the system does not actually know. Dhi Labs
7
- builds the opposite: components that quantify their own uncertainty, ship a falsification
8
- ledger instead of a marketing claim, and say "I don't know" instead of guessing when they are
9
- outside their calibrated support.
10
 
11
- Every artifact on this org states plainly whether its numbers are synthetic or real-world, and
12
- we never claim state-of-the-art or foundational status, only what was actually measured,
13
- against which ground truth, and what has not been checked yet.
 
 
 
 
14
 
15
- ### Products (each with a live static demo Space)
16
 
17
- | Product | What it does | Demo |
18
- |---|---|---|
19
- | **[Amodal Counting](https://huggingface.co/datasets/Dhi-Technologies/amodal-counting-benchmark)** (A4) | Visibility-corrected counting through crowds and occlusion: a calibrated interval instead of a bare point count. | [Space](https://huggingface.co/spaces/Dhi-Technologies/amodal-counting-demo) |
20
- | **[Multicam Reasoning Memory](https://huggingface.co/datasets/Dhi-Technologies/multicam-reasoning-memory-benchmark)** (E1) | Cross-camera identity linking with transit-time priors and weeks-scale bounded memory; every answer carries provenance, and it refuses to link when unsure. | [Space](https://huggingface.co/spaces/Dhi-Technologies/multicam-reasoning-memory-demo) |
21
- | **[Causal Predictive Alerting](https://huggingface.co/datasets/Dhi-Technologies/causal-predictive-alerting-benchmark)** (E4) | Predicts an incident seconds before it happens from kinematic trajectories, and proves *why* via counterfactual replay and a fulfilled/falsified ledger. | [Space](https://huggingface.co/spaces/Dhi-Technologies/causal-predictive-alerting-demo) |
22
- | **[Fixed-Camera 3D](https://huggingface.co/datasets/Dhi-Technologies/fixed-camera-3d-benchmark)** (A3) | Turns an ordinary fixed camera into a metric 3D sensor by self-calibrating from people walking through the scene: no GPU, no model weights. | [Space](https://huggingface.co/spaces/Dhi-Technologies/fixed-camera-3d-demo) |
23
- | **[Thermal Perception](https://huggingface.co/datasets/Dhi-Technologies/thermal-perception-benchmark)** (A5) | A radiometric data engine and self-supervised pretraining harness for thermal-native perception, with CPU-verifiable math ahead of any GPU pretraining run. | [Space](https://huggingface.co/spaces/Dhi-Technologies/thermal-perception-demo) |
24
- | **[Prompt2Model](https://huggingface.co/datasets/Dhi-Technologies/prompt2model-examples)** (B1) | A language-guided vision model factory: prompt to dataset to trained model to a calibrated, quantized, ONNX-exported artifact, with an accuracy-floor refusal gate. | [Space](https://huggingface.co/spaces/Dhi-Technologies/prompt2model-demo) |
25
 
26
- ### Honesty, as a feature
 
 
 
27
 
28
- - **Synthetic-first, disclosed as such.** Every dataset above is built from procedurally
29
- generated ground truth so every claim can be checked exactly, and every card says so, plus
30
- states plainly that **real-world validation is still in progress**.
31
- - **No SOTA claims, no customer names, no deployment claims.** This org is a public research and
32
- engineering surface, not a sales page.
33
- - **Calibration is measured, not assumed.** Where a product reports an interval or a confidence,
34
- the coverage of that interval against ground truth is itself a reported number, including when
35
- it is imperfect.
36
 
37
- ### Research status
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  Research papers describing these methods are in preparation and have not yet been published on
40
  arXiv or any other venue. The two whitepapers on the labs page are internal architecture write
41
  ups, not peer reviewed papers, and are labeled as such.
42
 
43
- ### Writing (the blog)
44
-
45
- Four technical posts, each grounded in the committed repo numbers:
46
-
47
- 1. **[AI that refuses to guess](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/01_ai_that_refuses_to_guess.md)**: the thesis, calibration, refusal gates, provenance, and falsification ledgers as product features.
48
- 2. **[Precision first cross camera linking (E1)](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/02_e1_precision_first_linking.md)**: how a uniqueness guard lifted synthetic site precision from 0.918 to 1.0, and how weeks-scale memory stays under 2 MB.
49
- 3. **[When the error bar is the product (A4)](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/03_a4_calibration_over_accuracy.md)**: calibration honesty, the analytic interval undercovered (0.50 to 0.63 vs a claimed 0.90); conformal calibration widened it 6.7x to 14.5x.
50
- 4. **[Six products, one honesty thesis](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/04_portfolio_overview.md)**: a portfolio overview tying all six products to the honest-by-construction thesis.
51
 
52
- (Hugging Face has no public Posts/Articles API, so these live as versioned markdown in the
53
- [blog dataset](https://huggingface.co/datasets/Dhi-Technologies/blog).)
 
 
 
 
54
 
55
- ### Links
56
 
57
  - **Website:** [dhi-tech.com](https://dhi-tech.com)
58
  - **Labs (live page, two whitepapers):** [dhi-tech.com/labs](https://dhi-tech.com/labs)
@@ -62,7 +84,7 @@ Four technical posts, each grounded in the committed repo numbers:
62
  - **Blog:** [Dhi Labs technical posts](https://huggingface.co/datasets/Dhi-Technologies/blog)
63
  - **Code:** proprietary, closed source permanently. These datasets, benchmarks, and demo Spaces
64
  are the published evidence; the code itself is not released. Prompt2Model is a deliberate
65
- exception with one public, MIT-licensed release: [Prompt2Model, Language Guided Vision Model
66
  Factory](https://github.com/DHI-Technologies-Inc/Prompt2Model-Language-Guided-Vision-Model-Factory).
67
  The GitHub org [github.com/DHI-Technologies-Inc](https://github.com/DHI-Technologies-Inc) is an
68
  identity link, not a browsable destination for the other five products.
 
1
+ ![Dhi Labs: edge vision AI that refuses to guess](banner.svg)
2
 
3
+ ![products](https://img.shields.io/badge/products-6-334155)
4
+ ![demo spaces](https://img.shields.io/badge/demo%20spaces-6-0ea5e9)
5
+ ![benchmarks](https://img.shields.io/badge/benchmarks-gated-f59e0b)
6
+ ![code](https://img.shields.io/badge/code-closed%20source%2C%20open%20evidence-111827)
7
 
8
+ ## Who we are
 
 
 
 
9
 
10
+ Dhi Technologies builds video analytics software that runs directly on Jetson class edge
11
+ hardware, close to the camera, rather than shipping frames to a cloud model. Most edge vision
12
+ systems answer every query with false confidence: a bare count, a bare detection, a bare alert,
13
+ with no sense of when the system does not actually know. Dhi Labs builds the opposite:
14
+ components that quantify their own uncertainty, ship a falsification ledger instead of a
15
+ marketing claim, and say "I don't know" instead of guessing when they are outside their
16
+ calibrated support.
17
 
18
+ ## Honesty, as a feature
19
 
20
+ | Mechanism | What it means |
21
+ |---|---|
22
+ | **Refusal gates** | Components decline to answer when the input falls outside their calibrated support, instead of emitting a confident guess. |
23
+ | **Calibrated confidence** | Where a product reports an interval or a confidence score, the coverage of that interval against ground truth is itself measured and reported, including when it is imperfect. |
24
+ | **Falsification ledgers** | Predictive components log what they predicted, what actually happened, and whether the prediction was fulfilled or falsified, rather than only surfacing hits. |
25
+ | **Stated limitations** | Every dataset and demo states plainly whether its numbers are synthetic or real world, and what has not been checked yet. No claims of state of the art or foundational status, only what was actually measured. |
 
 
26
 
27
+ Two more things follow from the same policy: no SOTA claims, no customer names, and no
28
+ deployment claims (this org is a public research and engineering surface, not a sales page), and
29
+ every benchmark below is synthetic first and disclosed as such, so every claim can be checked
30
+ exactly while real world validation is still in progress.
31
 
32
+ ## Products and evidence
 
 
 
 
 
 
 
33
 
34
+ Six products, each with a gated benchmark dataset built from procedurally generated ground truth
35
+ and a live static demo Space you can exercise in the browser.
36
+
37
+ | Product | What it does | Demo | Dataset |
38
+ |---|---|---|---|
39
+ | **Amodal Counting** (A4) | Visibility corrected counting through crowds and occlusion: a calibrated interval instead of a bare point count. | [Space](https://huggingface.co/spaces/Dhi-Technologies/amodal-counting-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/amodal-counting-benchmark) |
40
+ | **Multicam Reasoning Memory** (E1) | Cross camera identity linking with transit time priors and weeks scale bounded memory; every answer carries provenance, and it refuses to link when unsure. | [Space](https://huggingface.co/spaces/Dhi-Technologies/multicam-reasoning-memory-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/multicam-reasoning-memory-benchmark) |
41
+ | **Causal Predictive Alerting** (E4) | Predicts an incident seconds before it happens from kinematic trajectories, and proves why via counterfactual replay and a fulfilled or falsified ledger. | [Space](https://huggingface.co/spaces/Dhi-Technologies/causal-predictive-alerting-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/causal-predictive-alerting-benchmark) |
42
+ | **Fixed Camera 3D** (A3) | Turns an ordinary fixed camera into a metric 3D sensor by self calibrating from people walking through the scene: no GPU, no model weights. | [Space](https://huggingface.co/spaces/Dhi-Technologies/fixed-camera-3d-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/fixed-camera-3d-benchmark) |
43
+ | **Thermal Perception** (A5) | A radiometric data engine and self supervised pretraining harness for thermal native perception, with CPU verifiable math ahead of any GPU pretraining run. | [Space](https://huggingface.co/spaces/Dhi-Technologies/thermal-perception-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/thermal-perception-benchmark) |
44
+ | **Prompt2Model** (B1) | A language guided vision model factory: prompt to dataset to trained model to a calibrated, quantized, ONNX exported artifact, with an accuracy floor refusal gate. | [Space](https://huggingface.co/spaces/Dhi-Technologies/prompt2model-demo) | [Dataset](https://huggingface.co/datasets/Dhi-Technologies/prompt2model-examples) |
45
+
46
+ Everything above, plus the blog dataset, is indexed in one place: the
47
+ [Dhi Labs collection](https://huggingface.co/collections/Dhi-Technologies/dhi-labs-honest-edge-vision-ai-6a4eb297cbd60f5f673cc2d7).
48
+ Browse [all datasets](https://huggingface.co/Dhi-Technologies?type=dataset) or
49
+ [all Spaces](https://huggingface.co/Dhi-Technologies?type=space) directly.
50
+
51
+ ## Writing (the blog)
52
+
53
+ Four technical posts, each grounded in the committed repo numbers. Hugging Face has no public
54
+ Posts or Articles API, so these live as versioned markdown in the
55
+ [blog dataset](https://huggingface.co/datasets/Dhi-Technologies/blog).
56
+
57
+ - **[AI that refuses to guess](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/01_ai_that_refuses_to_guess.md)**: the thesis, calibration, refusal gates, provenance, and falsification ledgers as product features.
58
+ - **[Precision first cross camera linking (E1)](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/02_e1_precision_first_linking.md)**: how a uniqueness guard lifted synthetic site precision from 0.918 to 1.0, and how weeks scale memory stays under 2 MB.
59
+ - **[When the error bar is the product (A4)](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/03_a4_calibration_over_accuracy.md)**: calibration honesty, the analytic interval undercovered (0.50 to 0.63 versus a claimed 0.90); conformal calibration widened it 6.7x to 14.5x.
60
+ - **[Six products, one honesty thesis](https://huggingface.co/datasets/Dhi-Technologies/blog/blob/main/04_portfolio_overview.md)**: a portfolio overview tying all six products to the honest by construction thesis.
61
+
62
+ ## Research status
63
 
64
  Research papers describing these methods are in preparation and have not yet been published on
65
  arXiv or any other venue. The two whitepapers on the labs page are internal architecture write
66
  ups, not peer reviewed papers, and are labeled as such.
67
 
68
+ ## Code and evidence
 
 
 
 
 
 
 
69
 
70
+ The code itself is proprietary and closed source permanently. These gated datasets, benchmarks,
71
+ and demo Spaces are the published evidence: closed source code, open evidence. Prompt2Model is a
72
+ deliberate exception with one public, MIT licensed release: [Prompt2Model, Language Guided Vision
73
+ Model Factory](https://github.com/DHI-Technologies-Inc/Prompt2Model-Language-Guided-Vision-Model-Factory).
74
+ The GitHub org linked below is an identity link, not a browsable destination for the other five
75
+ products.
76
 
77
+ ## Links
78
 
79
  - **Website:** [dhi-tech.com](https://dhi-tech.com)
80
  - **Labs (live page, two whitepapers):** [dhi-tech.com/labs](https://dhi-tech.com/labs)
 
84
  - **Blog:** [Dhi Labs technical posts](https://huggingface.co/datasets/Dhi-Technologies/blog)
85
  - **Code:** proprietary, closed source permanently. These datasets, benchmarks, and demo Spaces
86
  are the published evidence; the code itself is not released. Prompt2Model is a deliberate
87
+ exception with one public, MIT licensed release: [Prompt2Model, Language Guided Vision Model
88
  Factory](https://github.com/DHI-Technologies-Inc/Prompt2Model-Language-Guided-Vision-Model-Factory).
89
  The GitHub org [github.com/DHI-Technologies-Inc](https://github.com/DHI-Technologies-Inc) is an
90
  identity link, not a browsable destination for the other five products.
banner.svg ADDED
style.css DELETED
@@ -1,83 +0,0 @@
1
- body {
2
- padding: 2rem;
3
- max-width: 900px;
4
- margin: 0 auto;
5
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial", sans-serif;
6
- line-height: 1.55;
7
- }
8
-
9
- h1 {
10
- font-size: 28px;
11
- margin-top: 0;
12
- }
13
-
14
- h2 {
15
- font-size: 19px;
16
- margin-top: 2rem;
17
- }
18
-
19
- h3 {
20
- font-size: 15px;
21
- margin-bottom: 4px;
22
- }
23
-
24
- p {
25
- color: rgb(70, 76, 88);
26
- font-size: 15px;
27
- margin-bottom: 10px;
28
- margin-top: 5px;
29
- }
30
-
31
- hr {
32
- border: none;
33
- border-top: 1px solid rgb(230, 230, 230);
34
- margin: 1.5rem 0;
35
- }
36
-
37
- table {
38
- border-collapse: collapse;
39
- width: 100%;
40
- margin: 0.75rem 0 1rem;
41
- }
42
-
43
- th, td {
44
- border: 1px solid rgb(225, 225, 225);
45
- padding: 10px 12px;
46
- vertical-align: top;
47
- text-align: left;
48
- }
49
-
50
- th {
51
- background: rgb(248, 248, 250);
52
- }
53
-
54
- a {
55
- color: rgb(37, 99, 235);
56
- text-decoration: none;
57
- }
58
-
59
- a:hover {
60
- text-decoration: underline;
61
- }
62
-
63
- @media (prefers-color-scheme: dark) {
64
- body {
65
- background: rgb(14, 16, 20);
66
- color: rgb(220, 222, 226);
67
- }
68
- p {
69
- color: rgb(170, 175, 185);
70
- }
71
- hr {
72
- border-top: 1px solid rgb(45, 48, 55);
73
- }
74
- th, td {
75
- border: 1px solid rgb(50, 53, 60);
76
- }
77
- th {
78
- background: rgb(24, 26, 32);
79
- }
80
- a {
81
- color: rgb(96, 150, 250);
82
- }
83
- }