paper-with-me

Papers

Neural Encoding for Image Recall: Human-Like Memory

2024-09-18 · Virgile Foussereau, Robin Dumas

Achieving human-like memory recall in artificial systems remains a challenging frontier in computer vision. Humans demonstrate remarkable ability to recall images after a single exposure, even after being shown thousands of images. However, this capacity diminishes significantly when confronted with non-natural stimuli such as random textures. In this paper, we present a method inspired by human memory processes to bridge this gap between artificial and biological memory systems. Our approach focuses on encoding images to mimic the high-level information retained by the human brain, rather than storing raw pixel data. By adding noise to images before encoding, we introduce variability akin to the non-deterministic nature of human memory encoding. Leveraging pre-trained models' embedding layers, we explore how different architectures encode images and their impact on memory recall. Our method achieves impressive results, with 97% accuracy on natural images and near-random performance (52%) on textures. We provide insights into the encoding process and its implications for machine learning memory systems, shedding light on the parallels between human and artificial intelligence memory mechanisms.

📄 PDF Abstract BibTeX arXiv:2409.11750

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Episodic Memory: Encoding, Recalling, and Predicting Episodic Experiences for Robot Action Execution

2018-01-12 · Jonas Rothfuss, Fabio Ferreira, Eren Erdal Aksoy, You Zhou 외

We present a novel deep neural network architecture for representing robot experiences in an episodic-like memory which facilitates encoding, recalling, and predicting action experiences. Our proposed unsupervised deep e…

Retrieval

MADial-Bench: Towards Real-world Evaluation of Memory-Augmented Dialogue Generation

2024-09-23 · Junqing He, Liang Zhu, Rui Wang, Xi Wang 외

Long-term memory is important for chatbots and dialogue systems (DS) to create consistent and human-like conversations, evidenced by numerous developed memory-augmented DS (MADS). To evaluate the effectiveness of such MA…

Dialogue GenerationRetrieval

Use it or Lose it: Selective Memory and Forgetting in a Perpetual Learning Machine

2015-09-10 · Andrew J. R. Simpson

In a recent article we described a new type of deep neural network - a Perpetual Learning Machine (PLM) - which is capable of learning 'on the fly' like a brain by existing in a state of Perpetual Stochastic Gradient Des…

Drawing on Memory: Dual-Trace Encoding Improves Cross-Session Recall in LLM Agents

2026-04-14 · Benjamin Stern, Peter Nadel arxiv

LLM agents with persistent memory store information as flat factual records, providing little context for temporal reasoning, change tracking, or cross-session aggregation. Inspired by the drawing effect [3], we introduc…

Saliency-Guided Hidden Associative Replay for Continual Learning

2023-10-06 · Guangji Bai, Qilong Zhao, Xiaoyang Jiang, Yifei Zhang 외

Continual Learning is a burgeoning domain in next-generation AI, focusing on training neural networks over a sequence of tasks akin to human learning. While CL provides an edge over traditional supervised learning, its c…

Continual LearningRetrieval