> For the complete documentation index, see [llms.txt](https://lynlabs.gitbook.io/lyn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lynlabs.gitbook.io/lyn/ai-modeling-research.md).

# AI Modeling Research

- [Autoregressive Modeling with Vector Quantization](https://lynlabs.gitbook.io/lyn/ai-modeling-research/autoregressive-modeling-with-vector-quantization.md): Features and approaches of the first-of-its-kind foundational video AI model powering video agents in the Lyn ecosystem.
- [Hierarchical Spatial-Temporal Video Generation Architecture](https://lynlabs.gitbook.io/lyn/ai-modeling-research/autoregressive-modeling-with-vector-quantization/hierarchical-spatial-temporal-video-generation-architecture.md): Encoding video into multi-scale latent video tokens and decoding video tokens back into the pixel 21 domain.
- [Efficient Autoregressive Video Generation via Token Masking](https://lynlabs.gitbook.io/lyn/ai-modeling-research/autoregressive-modeling-with-vector-quantization/efficient-autoregressive-video-generation-via-token-masking.md): Efficient modeling of complex spatial-temporal dynamics in video data.
- [Autoregressive Text-to-Visual Generation via Hybrid Architecture](https://lynlabs.gitbook.io/lyn/ai-modeling-research/autoregressive-modeling-with-vector-quantization/autoregressive-text-to-visual-generation-via-hybrid-architecture.md): A unique hybrid architecture of Mamba and Transformer for visual generation.
- [From Video to Movie: Composite Video Editing and RHF for Quality](https://lynlabs.gitbook.io/lyn/ai-modeling-research/from-video-to-movie-composite-video-editing-and-rhf-for-quality.md): A new framework extending from autoregressive video generation for industry-leading video edit precision, and RHF-based generation quality.
- [VideoGen-of-Thought](https://lynlabs.gitbook.io/lyn/ai-modeling-research/from-video-to-movie-composite-video-editing-and-rhf-for-quality/videogen-of-thought.md): A novel approach to the generation of long, consistently structured and homogenous content.
- [Supercharging MLLMs and LVLMs](https://lynlabs.gitbook.io/lyn/ai-modeling-research/supercharging-mllms-and-lvlms.md): Multi-modal Robustness benchmark (MMR) and Text-relevant Visual Token Selection (TVTS) developed for a better, open video AI.


---

# 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://lynlabs.gitbook.io/lyn/ai-modeling-research.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.
