中文
相关论文

相关论文: Towards Model-Size Agnostic, Compute-Free, Memoriz…

200 篇论文

In many sequential tasks, a model needs to remember relevant events from the distant past to make correct predictions. Unfortunately, a straightforward application of gradient based training requires intermediate computations to be stored…

机器学习 · 计算机科学 2023-08-14 Artyom Sorokin , Nazar Buzun , Leonid Pugachev , Mikhail Burtsev

In dynamic environments where new concepts continuously emerge, Deep Neural Networks (DNNs) must adapt by learning new classes while retaining previously acquired ones. This challenge is addressed by Class-Incremental Learning (CIL). This…

机器学习 · 计算机科学 2025-03-14 Yanis Basso-Bert , Anca Molnos , Romain Lemaire , William Guicquero , Antoine Dupret

In scenarios with limited training data or where explainability is crucial, conventional neural network-based machine learning models often face challenges. In contrast, Bayesian inference-based algorithms excel in providing interpretable…

机器学习 · 计算机科学 2024-10-28 Chao Li , Zhicheng Xu , Bo Wen , Ruibin Mao , Can Li , Thomas Kämpfe , Kai Ni , Xunzhao Yin

We introduce a new approach to probabilistic unsupervised learning based on the recognition-parametrised model (RPM): a normalised semi-parametric hypothesis class for joint distributions over observed and latent variables. Under the key…

机器学习 · 计算机科学 2023-04-21 William I. Walker , Hugo Soulat , Changmin Yu , Maneesh Sahani

In this paper, we propose the use of Recurrent Inference Machines (RIMs) to perform T1 and T2 mapping. The RIM is a neural network framework that learns an iterative inference process based on the signal model, similar to conventional…

图像与视频处理 · 电气工程与系统科学 2021-06-15 E. R. Sabidussi , S. Klein , M. W. A. Caan , S. Bazrafkan , A. J. den Dekker , J. Sijbers , W. J. Niessen , D. H. J. Poot

Machine learning is a vital part of many real-world systems, but several concerns remain about the lack of interpretability, explainability and robustness of black-box AI systems. Concept Bottleneck Models (CBM) address some of these…

机器学习 · 统计学 2025-10-24 Hidde Fokkema , Tim van Erven , Sara Magliacane

Learned indexes are promising to replace traditional tree-based indexes. They typically employ machine learning models to efficiently predict target positions in strictly sorted linear arrays. However, the strict sorted order 1)…

数据库 · 计算机科学 2025-02-18 Huibing Dong , Wenlong Wang , Chun Liu , David Du

Modern approaches to enhancing Large Language Models' factual accuracy and knowledge utilization face a fundamental trade-off: non-parametric retrieval-augmented generation (RAG) provides flexible access to external knowledge but suffers…

计算与语言 · 计算机科学 2026-03-02 Rubin Wei , Jiaqi Cao , Jiarui Wang , Jushi Kai , Qipeng Guo , Bowen Zhou , Zhouhan Lin

Some of the issues that make sampling parameter spaces of various beyond the Standard Model (BSM) scenarios computationally expensive are the high dimensionality of the input parameter space, complex likelihoods, and stringent experimental…

高能物理 - 唯象学 · 物理学 2026-02-16 Atrideb Chatterjee , Arghya Choudhury , Sourav Mitra , Arpita Mondal , Subhadeep Mondal

A brain--machine interface (BMI) based on motor imagery (MI) enables the control of devices using brain signals while the subject imagines performing a movement. It plays a vital role in prosthesis control and motor rehabilitation. To…

信号处理 · 电气工程与系统科学 2024-09-20 Xiaying Wang , Michael Hersche , Michele Magno , Luca Benini

The Maximum Mutual Information (MMI) criterion is different from the Least Error Rate (LER) criterion. It can reduce failing to report small probability events. This paper introduces the Channels Matching (CM) algorithm for the MMI…

机器学习 · 计算机科学 2019-01-30 Chenguang Lu

The proliferation of large language models (LLMs) is accelerating the integration of multimodal assistants into edge devices, where inference is executed under stringent latency and energy constraints, often exacerbated by intermittent…

硬件体系结构 · 计算机科学 2026-01-29 Yanru Chen , Runyang Tian , Yue Pan , Zheyu Li , Weihong Xu , Tajana Rosing

Scaling Large Language Models (LLMs) typically relies on increasing the number of parameters or test-time computations to boost performance. However, these strategies are impractical for edge device deployment due to limited RAM and NPU…

机器学习 · 计算机科学 2026-02-04 Ning Ding , Fangcheng Liu , Kyungrae Kim , Linji Hao , Kyeng-Hun Lee , Hyeonmok Ko , Yehui Tang

Computational imaging systems jointly design computation and hardware to retrieve information which is not traditionally accessible with standard imaging systems. Recently, critical aspects such as experimental design and image priors are…

图像与视频处理 · 电气工程与系统科学 2020-03-13 Michael Kellman , Jon Tamir , Emrah Boston , Michael Lustig , Laura Waller

The inferential models (IM) framework provides prior-free, frequency-calibrated, posterior probabilistic inference. The key is the use of random sets to predict unobservable auxiliary variables connected to the observable data and unknown…

统计理论 · 数学 2016-01-26 Ryan Martin , Chuanhai Liu

Recent successes of Deep Neural Networks (DNNs) in a variety of research tasks, however, heavily rely on the large amounts of labeled samples. This may require considerable annotation cost in real-world applications. Fortunately, active…

机器学习 · 计算机科学 2020-09-08 Qiang Liu , Zhaocheng Liu , Xiaofang Zhu , Yeliang Xiu

As large language models (LLMs) evolve into autonomous agents, persistent memory at the API layer is essential for enabling context-aware behavior across LLMs and multi-session interactions. Existing approaches force vendor lock-in and rely…

机器学习 · 计算机科学 2026-03-23 Luiz C. Borro , Luiz A. B. Macarini , Gordon Tindall , Michael Montero , Adam B. Struck

Recent advancements in deep neural networks have shown promise in aiding disease diagnosis and medical decision-making. However, ensuring transparent decision-making processes of AI models in compliance with regulations requires a…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Hyeon Bae Kim , Yong Hyun Ahn , Seong Tae Kim

Modeling complex phenomena typically involves the use of both discrete and continuous variables. Such a setting applies across a wide range of problems, from identifying trends in time-series data to performing effective compositional scene…

计算机视觉与模式识别 · 计算机科学 2022-04-22 Tuan Anh Le , Katherine M. Collins , Luke Hewitt , Kevin Ellis , N. Siddharth , Samuel J. Gershman , Joshua B. Tenenbaum

Discrete undirected graphical models, also known as Markov Random Fields (MRFs), can flexibly encode probabilistic interactions of multiple variables, and have enjoyed successful applications to a wide range of problems. However, a…

机器学习 · 计算机科学 2021-12-08 Guangyao Zhou , Wolfgang Lehrach , Antoine Dedieu , Miguel Lázaro-Gredilla , Dileep George