中文
相关论文

相关论文: Revisiting Auxiliary Losses for Conditional Depth …

200 篇论文

We argue that current evaluation frameworks for large language models (LLMs) suffer from four systematic failures that make them structurally inadequate for deployed, agentic systems: distributional, temporal, scope, and process invalidity.…

人工智能 · 计算机科学 2026-05-08 Jazmia Henry

In this work we explore an auxiliary loss useful for reinforcement learning in environments where strong performing agents are required to be able to navigate a spatial environment. The auxiliary loss proposed is to minimize the…

人工智能 · 计算机科学 2021-04-20 Eltayeb Ahmed , Luisa Zintgraf , Christian A. Schroeder de Witt , Nicolas Usunier

Federated learning (FL) enables a set of client devices to collaboratively train a model without sharing raw data. This process, though, operates under the constrained computation and communication resources of edge devices. These…

Transformers empirically perform precise probabilistic reasoning in carefully constructed ``Bayesian wind tunnels'' and in large-scale language models, yet the mechanisms by which gradient-based learning creates the required internal…

机器学习 · 统计学 2026-05-19 Naman Agarwal , Siddhartha R. Dalal , Vishal Misra

Large language model (LLM) agents on multi-step tasks suffer reasoning degradation, looping, drift, stuck states, at rates up to 30% on hard tasks. Current solutions include hard step limits (abrupt) or LLM-as-judge monitoring (10-15%…

人工智能 · 计算机科学 2026-04-16 Rafflesia Khan , Nafiul Islam Khan

In this research, an effort is made to address microgrid systems' operational challenges, characterized by power oscillations that eventually contribute to grid instability. An integrated strategy is proposed, leveraging the strengths of…

机器学习 · 计算机科学 2024-07-23 Vinod Kumar Maddineni , Naga Babu Koganti , Praveen Damacharla

A major obstacle to achieving global convergence in distributed and federated learning is the misalignment of gradients across clients, or mini-batches due to heterogeneity and stochasticity of the distributed data. In this work, we show…

机器学习 · 计算机科学 2021-12-14 Yatin Dandi , Luis Barba , Martin Jaggi

Scalability properties of deep neural networks raise key research questions, particularly as the problems considered become larger and more challenging. This paper expands on the idea of conditional computation introduced by Bengio, et.…

机器学习 · 计算机科学 2014-01-30 Andrew Davis , Itamar Arel

This research aims to unravel how large language models (LLMs) iteratively refine token predictions through internal processing. We utilized a logit lens technique to analyze the model's token predictions derived from intermediate…

计算与语言 · 计算机科学 2025-06-10 Jaturong Kongmanee

On-edge machine learning (ML) often strives to maximize the intelligence of small models while miniaturizing the circuit size and power needed to perform inference. Meeting these needs, differentiable Logic Gate Networks (LGN) have…

硬件体系结构 · 计算机科学 2026-05-07 Stephen Wormald , Gilon Kravatsky , Damon Woodard , Domenic Forte

Large language model (LLM) agents show promise on realistic tool-use tasks, but deploying capable agents on modest hardware remains challenging. We study whether inference-time scaffolding alone, without any additional training compute, can…

人工智能 · 计算机科学 2026-04-16 S. Aaron McClendon , Jorge Gallego-Feliciano , Stavros Zervoudakis , Antonios Saravanos

Large language models, such as OpenAI's ChatGPT, have demonstrated exceptional language understanding capabilities in various NLP tasks. Sparsely activated mixture-of-experts (MoE) has emerged as a promising solution for scaling models…

计算与语言 · 计算机科学 2023-10-12 Jiamin Li , Qiang Su , Yitao Yang , Yimin Jiang , Cong Wang , Hong Xu

Most existing works in vision-and-language navigation (VLN) focus on either discrete or continuous environments, training agents that cannot generalize across the two. The fundamental difference between the two setups is that discrete…

计算机视觉与模式识别 · 计算机科学 2022-03-08 Yicong Hong , Zun Wang , Qi Wu , Stephen Gould

Recent Multimodal Large Language Models (MLLMs) have demonstrated strong performance in visual grounding, establishing themselves as a general interface for various vision-language applications. This progress has driven the development of…

计算机视觉与模式识别 · 计算机科学 2025-06-30 Tzu-Chun Chien , Chieh-Kai Lin , Shiang-Feng Tsai , Ruei-Chi Lai , Hung-Jen Chen , Min Sun

Lateral inhibitory connections have been observed in the cortex of the biological brain, and has been extensively studied in terms of its role in cognitive functions. However, in the vanilla version of backpropagation in deep learning, all…

计算机视觉与模式识别 · 计算机科学 2022-08-16 Lei Jiang , Yongqing Liu , Shihai Xiao , Yansong Chua

Selecting the appropriate model at inference time -- the routing problem -- requires jointly optimizing output quality, cost, latency, and governance constraints. Existing approaches delegate this decision to LLM-based classifiers or…

网络与互联网体系结构 · 计算机科学 2026-04-06 Warren Johnson , Charles Lee

We show that MLP layers in transformer language models perform binary routing of continuous signals: the decision of whether a token needs nonlinear processing is well-captured by binary neuron activations, even though the signals being…

机器学习 · 计算机科学 2026-03-12 Peter Balogh

Neural networks (NN) perform well in diverse tasks, but sometimes produce nonsensical results to humans. Most NN models "solely" learn from (input, output) pairs, occasionally conflicting with human knowledge. Many studies indicate…

机器学习 · 计算机科学 2024-08-22 Mooho Song , Jay-Yoon Lee

Large language models have demonstrated remarkable performance; however, their massive parameter counts make deployment highly expensive. Low-rank approximation offers a promising compression solution, yet existing approaches have two main…

Training Large Language Models (LLMs) typically involves a two-stage pipeline at the output layer: hidden states are projected into vocabulary logits via a linear transformation (lm_head), followed by cross-entropy loss computation against…

机器学习 · 计算机科学 2025-11-25 Jianbing Dong , Jianbin Chang