paper-with-me

홈 › Papers

Self-evolving Autoencoder Embedded Q-Network

2024-02-18 · J. Senthilnath, Bangjian Zhou, Zhen Wei Ng, Deeksha Aggarwal, Rajdeep Dutta, Ji Wei Yoon, Aye Phyu Phyu Aung, Keyu Wu, Min Wu, XiaoLi Li

In the realm of sequential decision-making tasks, the exploration capability of a reinforcement learning (RL) agent is paramount for achieving high rewards through interactions with the environment. To enhance this crucial ability, we propose SAQN, a novel approach wherein a self-evolving autoencoder (SA) is embedded with a Q-Network (QN). In SAQN, the self-evolving autoencoder architecture adapts and evolves as the agent explores the environment. This evolution enables the autoencoder to capture a diverse range of raw observations and represent them effectively in its latent space. By leveraging the disentangled states extracted from the encoder generated latent space, the QN is trained to determine optimal actions that improve rewards. During the evolution of the autoencoder architecture, a bias-variance regulatory strategy is employed to elicit the optimal response from the RL agent. This strategy involves two key components: (i) fostering the growth of nodes to retain previously acquired knowledge, ensuring a rich representation of the environment, and (ii) pruning the least contributing nodes to maintain a more manageable and tractable latent space. Extensive experimental evaluations conducted on three distinct benchmark environments and a real-world molecular environment demonstrate that the proposed SAQN significantly outperforms state-of-the-art counterparts. The results highlight the effectiveness of the self-evolving autoencoder and its collaboration with the Q-Network in tackling sequential decision-making tasks.

📄 PDF Abstract BibTeX arXiv:2402.11604

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning (RL)Sequential Decision Making

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Deep Embedded SOM: Joint Representation Learning and Self-Organization

2019-04-24 · ESANN 2019 2019 4 · Florent Forest, Mustapha Lebbah, Hanene Azzag, Jérôme Lacaille

In the wake of recent advances in joint clustering and deep learning, we introduce the Deep Embedded Self-Organizing Map, a model that jointly learns representations and the code vectors of a self-organizing map. Our mod…

ClusteringDimensionality ReductionImage/Document ClusteringRepresentation Learning+1

Meta-autoencoders: An approach to discovery and representation of relationships between dynamically evolving classes

2025-07-12 · Assaf Marron, Smadar Szekely, Irun Cohen, David Harel

An autoencoder (AE) is a neural network that, using self-supervised training, learns a succinct parameterized representation, and a corresponding encoding and decoding process, for all instances in a given class. Here, w…

Decoder

Generalizing to Evolving Domains with Latent Structure-Aware Sequential Autoencoder

2022-05-16 · Tiexin Qin, Shiqi Wang, Haoliang Li

Domain generalization aims to improve the generalization capability of machine learning systems to out-of-distribution (OOD) data. Existing domain generalization techniques embark upon stationary and discrete environment…

Domain GeneralizationEvolving Domain Generalization

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…

HealthFlow: A Self-Evolving AI Agent with Meta Planning for Autonomous Healthcare Research

2025-08-04 · Yinghao Zhu, Yifan Qi, Zixiang Wang, Lei Gu 외 arxiv

The rapid proliferation of scientific knowledge presents a grand challenge: transforming this vast repository of information into an active engine for discovery, especially in high-stakes domains like healthcare. Current…