paper-with-me

홈 › Papers

Latent Anchor-Driven Test Generation for Deep Neural Networks

2026-06-03 · Bin Duan, Matthew B. Dwyer, Guowei Yang arxiv

Deep Neural Networks (DNNs) are increasingly being deployed in security-critical and safety-sensitive applications, which makes rigorous testing essential to identify and mitigate model weaknesses. Existing DNN testing approaches explore either the input space or a learned latent space. While latent-space generation can better maintain plausibility than direct input-space mutation, current methods still face a trade-off among exploration controllability, failure diversity, and seed-relative semantic drift. To overcome these limitations, we propose Latte, a black-box testing framework that generates semantically proximate, diverse, and fault-revealing test cases by leveraging the latent space. Specifically, Latte encodes each input seed with a pre-trained VQ-VAE and performs a seed-centered, one-step latent mutation along directions defined by anchors sampled from alternative classes, followed by quantization and decoding back to the input space. This explores local neighborhoods around each seed within the learned latent manifold, resulting in a larger number and broader diversity of oracle-triggering prediction discrepancies under the same budget. We evaluated Latte on 5 datasets and 10 DNN models in single-model and multi-model testing scenarios. Across the evaluated datasets and models, Latte improves fault exposure and behavioral diversity under matched testing budgets. Under the single-model setting, it also maintains low seed-relative semantic drift with respect to the source seeds.

📄 PDF Abstract BibTeX arXiv:2606.04310

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dragen3D: Multiview Geometry Consistent 3D Gaussian Generation with Drag-Based Control

2025-02-23 · Jinbo Yan, Alan Zhao, Yixin Hu

Single-image 3D generation has emerged as a prominent research topic, playing a vital role in virtual reality, 3D modeling, and digital content creation. However, existing methods face challenges such as a lack of multi-…

3D Generation3DGS

Reconstruction-Anchored Diffusion Model for Text-to-Motion Generation

2026-01-21 · Yifei Liu, Changxing Ding, Ling Guo, Huaiguang Jiang 외 arxiv

Diffusion models have seen widespread adoption for text-driven human motion generation and related tasks due to their impressive generative capabilities and flexibility. However, current motion diffusion models face two …

Closing the Loop on Latent Reasoning via Test-Time Reconstruction

2026-06-04 · Xiaopeng Yuan, Haibo Jin, Ye Yu, Peng Kuang 외 arxiv

Recent work moves intermediate reasoning from natural-language traces into latent or cache-level representations to reduce token overhead and avoid a discrete communication bottleneck. However, this shift also removes a …

Mathematical ReasoningAnswer GenerationCode Generation

RoomDesigner: Encoding Anchor-latents for Style-consistent and Shape-compatible Indoor Scene Generation

2023-10-16 · Yiqun Zhao, Zibo Zhao, Jing Li, Sixun Dong 외

Indoor scene generation aims at creating shape-compatible, style-consistent furniture arrangements within a spatially reasonable layout. However, most existing approaches primarily focus on generating plausible furniture…

QuantizationScene Generation

Follow the Latent Roadmap: Navigating Revocable Decoding for Diffusion LLMs with Anchor Tokens

2026-06-15 · Yizhen Yao, Qinglin Zhu, Runcong Zhao, Xiangxiang Dai 외 arxiv

Diffusion Large Language Models (dLLMs) offer a promising avenue for parallel generation but face a trade-off between decoding speed and quality. While revocable decoding strategies attempt to mitigate errors by verifyin…