paper-with-me

Papers

Hydra: A Modular Architecture for Efficient Long-Context Reasoning

2025-08-20 · Siddharth Chaudhary, Dev Patel, Maheep Chaudhary, Bennett Browning arxiv

The quadratic complexity of transformers fundamentally limits reasoning system deployment in resource-constrained and long-context settings. We introduce Hydra, a modular architecture based upon a state-space backbone which adaptively routes between complementary efficiency mechanisms: sparse global attention, mixture-of-experts, and dual memories comprising a reasoning workspace and product key memory. We evaluate a 29M parameter model measuring logical chaining accuracy and throughput on synthetic sequences, plus throughput on WikiText. Ablation studies use component-specific synthetic datasets to isolate individual mechanisms. Hydra achieves $3.01\times$ and $3.0\times$ throughput gains at 8K tokens for synthetic and WikiText datasets, respectively, and $10\times$ accuracy improvements on multi-step logical composition compared to equal-sized transformers. Ablations confirm each component's contribution: sparse attention captures long-range dependencies, experts specialize to input domains, and product key memory enables selective retrieval.

📄 PDF Abstract BibTeX arXiv:2508.15099

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HydraHead: From Head-Level Functional Heterogeneity to Specialized Attention Hybridization

2026-06-18 · Zhentao Tan, Wei Chen, Jingyi Shen, Yao Liu 외 arxiv

The quadratic complexity of attention poses a critical bottleneck for long-context processing, spurring interest in hybrid attention designs. Most open-source hybrid models adopt a layer-wise strategy. Yet, prior work ha…

Hydra-Nav: Object Navigation via Adaptive Dual-Process Reasoning

2026-02-10 · Zixuan Wang, Huang Fang, Shaoan Wang, Yuanfei Luo 외 arxiv

While large vision-language models (VLMs) show promise for object goal navigation, current methods still struggle with low success rates and inefficient localization of unseen objects--failures primarily attributed to we…

Trajectory PlanningSpatial Reasoning

A Domain-Independent Agent Architecture for Adaptive Operation in Evolving Open Worlds

2023-06-09 · Shiwali Mohan, Wiktor Piotrowski, Roni Stern, Sachin Grover 외

Model-based reasoning agents are ill-equipped to act in novel situations in which their model of the environment no longer sufficiently represents the world. We propose HYDRA - a framework for designing model-based agent…

MinecraftVisual Reasoning

Veritas: Generalizable Deepfake Detection via Pattern-Aware Reasoning

2025-08-28 · Hao Tan, Jun Lan, Zichang Tan, Ajian Liu 외 arxiv

Deepfake detection remains a formidable challenge due to the complex and evolving nature of fake content in real-world scenarios. However, existing academic benchmarks suffer from severe discrepancies from industrial pra…

DeepFake Detection

ContextPilot: Fast Long-Context Inference via Context Reuse

2025-11-05 · Yinsicheng Jiang, Yeqi Huang, Liang Cheng, Cheng Deng 외 arxiv

AI applications increasingly depend on long-context inference, where LLMs consume substantial context to support stronger reasoning. Common examples include retrieval-augmented generation, agent memory layers, and multi-…