paper-with-me

Papers

DLScanner: A parameter space scanner package assisted by deep learning methods

2024-12-27 · A. Hammad, Raymundo Ramos

In this paper, we introduce a scanner package enhanced by deep learning (DL) techniques. The proposed package addresses two significant challenges associated with previously developed DL-based methods: slow convergence in high-dimensional scans and the limited generalization of the DL network when mapping random points to the target space. To tackle the first issue, we utilize a similarity learning network that maps sampled points into a representation space. In this space, in-target points are grouped together while out-target points are effectively pushed apart. This approach enhances the scan convergence by refining the representation of sampled points. The second challenge is mitigated by integrating a dynamic sampling strategy. Specifically, we employ a VEGAS mapping to adaptively suggest new points for the DL network while also improving the mapping when more points are collected. Our proposed framework demonstrates substantial gains in both performance and efficiency compared to other scanning methods.

📄 PDF Abstract BibTeX arXiv:2412.19675

Code (1)

raalraan/DLScanner 공식 구현

Similar Papers 제목 키워드 기반

ORMIR_XCT: A Python package for high resolution peripheral quantitative computed tomography image processing

2023-09-08 · Michael T. Kuczynski, Nathan J. Neeteson, Kathryn S. Stok, Andrew J. Burghardt 외

High resolution peripheral quantitative computed tomography (HR-pQCT) is an imaging technique capable of imaging trabecular bone in-vivo. HR-pQCT has a wide range of applications, primarily focused on bone to improve our…

Empirical Software Engineering TerraProbe: A Layered-Oracle Framework for Detecting Deceptive Fixes in LLM-Assisted Terraform

2026-06-25 · Manar Alsaid, Chimdumebi Nebolisa, Faris Abbas arxiv

Security misconfigurations in Terraform Infrastructure-as-Code are a growing risk in cloud deployments, and large language models are increasingly used as automated repair agents. Existing evaluations often treat a repai…

Physically-Constrained Autoencoder-Assisted Bayesian Optimization for Refinement of High-Dimensional Defect-Sensitive Single Crystalline Structure

2025-12-29 · Joseph Oche Agada, Andrew McAninch, Haley Day, Yasemin Tanyu 외 arxiv

Physical properties and functionalities of materials are dictated by global crystal structures as well as local defects. To establish a structure-property relationship, not only the crystallographic symmetry but also qua…

CompoSkill: Compositional Skill Chain Attacks from Individually Scanner-Passing LLM Agent Skills

2026-08-17 · Mingxiao Liu, Zhoumian Jiang, Jianan Ma, Jian Zhang 외 arxiv

Autonomous AI agents tackling Long Horizon Tasks depend on marketplace skills that are certified one at a time: a scanner returns a safety verdict for each skill and declares the ecosystem safe if every package passes. W…

PEPit: computer-assisted worst-case analyses of first-order optimization methods in Python

2022-01-11 · Baptiste Goujaud, Céline Moucer, François Glineur, Julien Hendrickx 외

PEPit is a Python package aiming at simplifying the access to worst-case analyses of a large family of first-order optimization methods possibly involving gradient, projection, proximal, or linear optimization oracles, a…