> For the complete documentation index, see [llms.txt](https://auki.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://auki.gitbook.io/whitepaper/jp/technical-overview/sbisu.md).

# 再構成サービス

再構成ノードは、画像やセンサーデータを、その空間の豊かな3D表現に変換する役割を担っています。ドメインクラスタに組み込まれると、再構成ノードは、ドメインデータの計算負荷の高い精緻化を担当します。

**ポーズの精緻化**

スマートフォンやヘッドセットなどの個々のモバイルデバイスは物理的環境に関するデータを取得できますが、ドリフトによりデータに不正確さが蓄積されることがあります。問題は、モバイルデバイスがリアルタイムで世界を処理しなければならないことであり、空間アルゴリズムが画像が収集された場所の正確なポーズを解釈する効率が制限されてしまいます。ポーズの精緻化のプロセスでは、再構成ノードはリアルタイムの制約を受けず、より多くの計算リソースを使用してソースデータを見ます。出力は各データポイントのポーズに関するセカンドオピニオンであり、より優れた分析と再構成を可能にします。

**高密度化**

ポーズの精緻化後、再構成ノードは、3D再構成により適したより高密度の点群を出力することもできます。高密度化の間、シーンを複数の視点からよりよく理解するために、データセットはフレームから時間まで分析されます。

**空間セマンティック・ダウンサンプリング**

再構成ノードは、シーンを分析し、単純な境界体積に縮小して、ドメインのセマンティックレイヤーにデータを追加することもできます。この極端な縮小により、詳細な地形の情報を必要としない場合、高速なナビゲーションと空間認識が可能になります。

**ガウス再構成**

再構成ノードはまた、シーンの3Dガウシアン(3DGS)を生成するためドメインデータを処理することもでき、これにより、フォトリアリスティックなシーンレンダリングやAI/ロボット工学と互換性のある空間表現が可能になります。

{% hint style="info" %}
**提供サービス:**

ポーズメッシュ再構成サービスは、空間データを分析、精緻化し、空間を一体的に表現する3D表現に変換します。

これは、ポーズメッシュの多様なニーズやユースケースに合わせて、ドメインデータの精緻化、アップサンプリング、ダウンサンプリング、処理を行うことができます。
{% endhint %}

{% hint style="info" %}
**獲得報酬:**

*パフォーマンス報酬*は、再構成ノードによって実行された作業量に比例して獲得されます。

*参加報酬*は、再構成ノードの健全な提供にインセンティブを与えるために、財団のトレジャリーから支払われることがあります。
{% endhint %}

{% hint style="info" %}
**トークンの実用性:**

再構成サービス事業者はトークンをステーキングすることでレピュテーションを維持し、それにより仕事や報酬を受け取る資格を得ます。レピュテーションは事業者が品質基準を維持できなかった場合、プロトコルによって評判が大引き下げられることがあります。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://auki.gitbook.io/whitepaper/jp/technical-overview/sbisu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
