paper-with-me

Papers

Scale-invariant temporal history (SITH): optimal slicing of the past in an uncertain world

2017-12-19 · Tyler A. Spears, Brandon G. Jacques, Marc W. Howard, Per B. Sederberg

In both the human brain and any general artificial intelligence (AI), a representation of the past is necessary to predict the future. However, perfect storage of all experiences is not feasible. One approach utilized in many applications, including reward prediction in reinforcement learning, is to retain recently active features of experience in a buffer. Despite its prior successes, we show that the fixed length buffer renders Deep Q-learning Networks (DQNs) fragile to changes in the scale over which information can be learned. To enable learning when the relevant temporal scales in the environment are not known *a priori*, recent advances in psychology and neuroscience suggest that the brain maintains a compressed representation of the past. Here we introduce a neurally-plausible, scale-free memory representation we call Scale-Invariant Temporal History (SITH) for use with artificial agents. This representation covers an exponentially large period of time by sacrificing temporal accuracy for events further in the past. We demonstrate the utility of this representation by comparing the performance of agents given SITH, buffer, and exponential decay representations in learning to play video games at different levels of complexity. In these environments, SITH exhibits better learning performance by storing information for longer timescales than a fixed-size buffer, and representing this information more clearly than a set of exponentially decayed features. Finally, we discuss how the application of SITH, along with other human-inspired models of cognition, could improve reinforcement and machine learning algorithms in general.

📄 PDF Abstract BibTeX arXiv:1712.07165

Code (0)

등록된 구현이 없습니다.

Tasks

Q-LearningReinforcement Learning

Methods 이 논문이 사용한 방법론

Exponential Decay Exponential Decay is a learning rate schedule where we decay the learning rate with more iterations using an exponential function: $$ \text{lr} =…

Similar Papers 제목 키워드 기반

DeepSITH: Efficient Learning via Decomposition of What and When Across Time Scales

2021-04-09 · NeurIPS 2021 12 · Brandon Jacques, Zoran Tiganj, Marc W. Howard, Per B. Sederberg

Extracting temporal relationships over a range of scales is a hallmark of human perception and cognition -- and thus it is a critical feature of machine learning applied to real-world problems. Neural networks are either…

Time SeriesTime Series AnalysisTime Series Prediction

A deep convolutional neural network that is invariant to time rescaling

2021-07-09 · Brandon G. Jacques, Zoran Tiganj, Aakash Sarkar, Marc W. Howard 외

Human learners can readily understand speech, or a melody, when it is presented slower or faster than usual. Although deep convolutional neural networks (CNNs) are extremely powerful in extracting information from time s…

Time SeriesTime Series AnalysisTranslation

Hierarchical temporal receptive windows and zero-shot timescale generalization in biologically constrained scale-invariant deep networks

2026-01-06 · Aakash Sarkar, Marc W. Howard arxiv

Human cognition integrates information across nested timescales. While the cortex exhibits hierarchical Temporal Receptive Windows (TRWs), local circuits often display heterogeneous time constants. To reconcile this, we …

From Weights to Concepts: Data-Free Interpretability of CLIP via Singular Vector Decomposition

2026-03-25 · Francesco Gentile, Nicola Dall'Asen, Francesco Tonini, Massimiliano Mancini 외 arxiv

As vision-language models are deployed at scale, understanding their internal mechanisms becomes increasingly critical. Existing interpretability methods predominantly rely on activations, making them dataset-dependent, …

Formal models of memory based on temporally-varying representations

2022-01-05 · Marc W. Howard

The idea that memory behavior relies on a gradually-changing internal state has a long history in mathematical psychology. This chapter traces this line of thought from statistical learning theory in the 1950s, through d…

Learning Theory