paper-with-me

Papers

SpeedyIBL: A Comprehensive, Precise, and Fast Implementation of Instance-Based Learning Theory

2021-11-19 · Thuy Ngoc Nguyen, Duy Nhat Phan, Cleotilde Gonzalez

Instance-Based Learning Theory (IBLT) is a comprehensive account of how humans make decisions from experience during dynamic tasks. Since it was first proposed almost two decades ago, multiple computational models have been constructed based on IBLT (i.e., IBL models). These models have been demonstrated to be very successful in explaining and predicting human decisions in multiple decision making contexts. However, as IBLT has evolved, the initial description of the theory has become less precise, and it is unclear how its demonstration can be expanded to more complex, dynamic, and multi-agent environments. This paper presents an updated version of the current theoretical components of IBLT in a comprehensive and precise form. It also provides an advanced implementation of the full set of theoretical mechanisms, SpeedyIBL, to unlock the capabilities of IBLT to handle a diverse taxonomy of individual and multi-agent decision-making problems. SpeedyIBL addresses a practical computational issue in past implementations of IBL models, the curse of exponential growth, that emerges from memory-based tabular computations. When more observations accumulate over time, there is an exponential growth of the memory of instances that leads directly to an exponential slow down of the computational time. Thus, SpeedyIBL leverages parallel computation with vectorization to speed up the execution time of IBL models. We evaluate the robustness of SpeedyIBL over an existing implementation of IBLT in decision games of increased complexity. The results not only demonstrate the applicability of IBLT through a wide range of decision making tasks, but also highlight the improvement of SpeedyIBL over its prior implementation as the complexity of decision features and number of agents increase. The library is open sourced for the use of the broad research community.

📄 PDF Abstract BibTeX arXiv:2111.10268

Code (1)

ddm-lab/speedyibl 공식 구현

Tasks

Decision MakingLearning Theory

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Privacy Preserving Multi-Agent Planning with Provable Guarantees

2018-10-31 · Amos Beimel, Ronen I. Brafman

In privacy-preserving multi-agent planning, a group of agents attempt to cooperatively solve a multi-agent planning problem while maintaining private their data and actions. Although much work was carried out in this are…

Privacy Preserving

A Comprehensive Implementation of Conceptual Spaces

2017-07-14 · Lucas Bechberger, Kai-Uwe Kühnberger

The highly influential framework of conceptual spaces provides a geometric way of representing knowledge. Instances are represented by points and concepts are represented by regions in a (potentially) high-dimensional sp…

Describe me if you can! Characterized Instance-level Human Parsing

2022-01-24 · Angelique Loesch, Romaric Audigier

Several computer vision applications such as person search or online fashion rely on human description. The use of instance-level human parsing (HP) is therefore relevant since it localizes semantic attributes and body p…

Human ParsingPerson Search

MeshMetrics: A Precise Implementation of Distance-Based Image Segmentation Metrics

2025-09-06 · Gašper Podobnik, Tomaž Vrtovec arxiv

The surge of research in image segmentation has yielded remarkable performance gains but also exposed a reproducibility crisis. A major contributor is performance evaluation, where both selection and implementation of me…

Image Segmentation

AVI-Edit: Audio-sync Video Instance Editing with Granularity-Aware Mask Refiner

2025-12-11 · Haojie Zheng, Shuchen Weng, Jingqi Liu, Siqi Yang 외 arxiv

Recent advancements in video generation highlight that realistic audio-visual synchronization is crucial for engaging content creation. However, existing video editing methods largely overlook audio-visual synchronizatio…

Video Generation