paper-with-me

홈 › Papers

DynaLay: An Introspective Approach to Dynamic Layer Selection for Deep Networks

2023-12-20 · Mrinal Mathur, Sergey Plis

Deep learning models have become increasingly computationally intensive, requiring extensive computational resources and time for both training and inference. A significant contributing factor to this challenge is the uniform computational effort expended on each input example, regardless of its complexity. We introduce \textbf{DynaLay}, an alternative architecture that features a decision-making agent to adaptively select the most suitable layers for processing each input, thereby endowing the model with a remarkable level of introspection. DynaLay reevaluates more complex inputs during inference, adjusting the computational effort to optimize both performance and efficiency. The core of the system is a main model equipped with Fixed-Point Iterative (FPI) layers, capable of accurately approximating complex functions, paired with an agent that chooses these layers or a direct action based on the introspection of the models inner state. The model invests more time in processing harder examples, while minimal computation is required for easier ones. This introspective approach is a step toward developing deep learning models that "think" and "ponder", rather than "ballistically'' produce answers. Our experiments demonstrate that DynaLay achieves accuracy comparable to conventional deep models while significantly reducing computational demands.

📄 PDF Abstract BibTeX arXiv:2312.12781

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Spotlight and Shadow: Attention-Guided Dual-Anchor Introspective Decoding for MLLM Hallucination Mitigation

2026-04-11 · Yebo Wu, Han Jin, Zhijiang Guo, Li Li arxiv

Multimodal Large Language Models (MLLMs) have demonstrated remarkable reasoning capabilities yet continue to suffer from hallucination, where generated text contradicts visual content. In this paper, we introduce Dual-An…

Self-Introspective Decoding: Alleviating Hallucinations for Large Vision-Language Models

2024-08-04 · Fushuo Huo, Wenchao Xu, Zhong Zhang, Haozhao Wang 외

While Large Vision-Language Models (LVLMs) have rapidly advanced in recent years, the prevalent issue known as the `hallucination' problem has emerged as a significant bottleneck, hindering their real-world deployments. …

Hallucination

Introspective Learning : A Two-Stage Approach for Inference in Neural Networks

2022-09-17 · Mohit Prabhushankar, Ghassan AlRegib

In this paper, we advocate for two stages in a neural network's decision making process. The first is the existing feed-forward inference framework where patterns in given data are sensed and associated with previously l…

Active LearningDecision MakingImage Quality AssessmentOut-of-Distribution Detection+2

Rethinking Cooperative Rationalization: Introspective Extraction and Complement Control

2019-10-29 · IJCNLP 2019 11 · Mo Yu, Shiyu Chang, Yang Zhang, Tommi S. Jaakkola

Selective rationalization has become a common mechanism to ensure that predictive models reveal how they use any available features. The selection may be soft or hard, and identifies a subset of input features relevant f…

Mechanisms of Introspective Awareness

2026-03-22 · Uzay Macar, Li Yang, Atticus Wang, Peter Wallich 외 arxiv

Recent work has shown that LLMs can sometimes detect when steering vectors are injected into their residual stream and identify the injected concept -- a phenomenon termed "introspective awareness." We investigate the me…