paper-with-me

Papers

SALSA: Semantically-Aware Latent Space Autoencoder

2023-10-04 · Kathryn E. Kirchoff, Travis Maxfield, Alexander Tropsha, Shawn M. Gomez

In deep learning for drug discovery, chemical data are often represented as simplified molecular-input line-entry system (SMILES) sequences which allow for straightforward implementation of natural language processing methodologies, one being the sequence-to-sequence autoencoder. However, we observe that training an autoencoder solely on SMILES is insufficient to learn molecular representations that are semantically meaningful, where semantics are defined by the structural (graph-to-graph) similarities between molecules. We demonstrate by example that autoencoders may map structurally similar molecules to distant codes, resulting in an incoherent latent space that does not respect the structural similarities between molecules. To address this shortcoming we propose Semantically-Aware Latent Space Autoencoder (SALSA), a transformer-autoencoder modified with a contrastive task, tailored specifically to learn graph-to-graph similarity between molecules. Formally, the contrastive objective is to map structurally similar molecules (separated by a single graph edit) to nearby codes in the latent space. To accomplish this, we generate a novel dataset comprised of sets of structurally similar molecules and opt for a supervised contrastive loss that is able to incorporate full sets of positive samples. We compare SALSA to its ablated counterparts, and show empirically that the composed training objective (reconstruction and contrastive task) leads to a higher quality latent space that is more 1) structurally-aware, 2) semantically continuous, and 3) property-aware.

📄 PDF Abstract BibTeX arXiv:2310.02744

Code (0)

등록된 구현이 없습니다.

Tasks

Drug DiscoveryGraph Similarity

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…
Supervised Contrastive Loss 설명 없음

Similar Papers 제목 키워드 기반

SALSA-RL: Stability Analysis in the Latent Space of Actions for Reinforcement Learning

2025-02-21 · Xuyang Li, Romit Maulik

Modern deep reinforcement learning (DRL) methods have made significant advances in handling continuous action spaces. However, real-world control systems--especially those requiring precise and reliable performance--ofte…

Action GenerationDecoderDeep Reinforcement Learning

Recurrent autoencoder with sequence-aware encoding

2020-09-15 · Robert Susik

Recurrent Neural Networks (RNN) received a vast amount of attention last decade. Recently, the architectures of Recurrent AutoEncoders (RAE) found many applications in practice. RAE can extract the semantically valuable …

SALSA: Speech Aware LLM Adaptation via Learned Steering Activation Vectors

2026-05-30 · Yekaterina Yegorova, Argyrios Gerogiannis, Haolong Zheng, Julia Hockenmaier 외 arxiv

Speech-aware large language models often generalize poorly to out-of-domain settings. We propose SALSA (Speech-Aware LLM Adaptation via Learned Steering Activations), a lightweight adaptation method that learns layer-wis…

SalsaNext: Fast, Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving

2020-03-07 · Tiago Cortinhal, George Tzelepis, Eren Erdal Aksoy

In this paper, we introduce SalsaNext for the uncertainty-aware semantic segmentation of a full 3D LiDAR point cloud in real-time. SalsaNext is the next version of SalsaNet [1] which has an encoder-decoder architecture w…

3D Semantic SegmentationAutonomous DrivingDecoderRobust 3D Semantic Segmentation+1

SAME: A Semantically-Aligned Music Autoencoder

2026-05-18 · Julian D. Parker, Zach Evans, CJ Carr, Zachary Zukowski 외 arxiv

Latent representations are at the heart of the majority of modern generative models. In the audio domain they are typically produced by a neural-audio-codec autoencoder. In this work we introduce SAME (Semantically-Align…