paper-with-me

홈 › Papers

TTTS: Tree Test Time Simulation for Enhancing Decision Tree Robustness against Adversarial Examples

2024-03-24 · AAAI Conference on Artificial Intelligence 2024 3 · Seffi Cohen, Ofir Arbili, Yisroel Mirsky, Lior Rokach

Decision trees are widely used for addressing learning tasks involving tabular data. Yet, they are susceptible to adversarial attacks. In this paper, we present Tree Test Time Simulation (TTTS), a novel inference-time methodology that incorporates Monte Carlo simulations into decision trees to enhance their robustness. TTTS introduces a probabilistic modification to the decision path, without altering the underlying tree structure. Our comprehensive empirical analysis of 50 datasets yields promising results. Without the presence of any attacks, TTTS has successfully improved model performance from an AUC of 0.714 to 0.773. Under the challenging conditions of white-box attacks, TTTS demonstrated its robustness by boosting performance from an AUC of 0.337 to 0.680. Even when subjected to black-box attacks, TTTS maintains high accuracy and enhances the model's performance from an AUC of 0.628 to 0.719. Compared to defenses such as Feature Squeezing, TTTS proves to be much more effective. We also found that TTTS exhibits similar robustness in decision forest settings across different attacks.

📄 PDF Abstract BibTeX

Code (1)

SeffiCohen/TTTS

Tasks

Classification

Similar Papers 제목 키워드 기반

FairTTTS: A Tree Test Time Simulation Method for Fairness-Aware Classification

2025-01-14 · Nurit Cohen-Inger, Lior Rokach, Bracha Shapira, Seffi Cohen

Algorithmic decision-making has become deeply ingrained in many domains, yet biases in machine learning models can still produce discriminatory outcomes, often harming unprivileged groups. Achieving fair classification i…

AttributeDecision MakingFairness

PilotTTS: A Disciplined Modular Recipe for Competitive Speech Synthesis

2026-05-26 · Bowen Li, Shaotong Guo, Zhen Wang, Yang Xiang 외 arxiv

Building state-of-the-art text-to-speech (TTS) systems typically demands millions of hours of proprietary data and complex multi-stage architectures, creating substantial barriers for resource-constrained research teams.…

Speech Synthesis

Monte Carlo Tree Search with Tensor Factorization for Optimization Problems in Robotics

2025-07-07 · Teng Xue, Yan Zhang, Amirreza Razmjoo, Sylvain Calinon arxiv

Many robotic tasks, such as inverse kinematics, motion planning, and contact-rich manipulation, can be formulated as optimization problems. Solving these problems requires addressing inherent nonlinear kinematics, comple…

Robot ManipulationMotion PlanningDecision Making

EmergentTTS-Eval: Evaluating TTS Models on Complex Prosodic, Expressiveness, and Linguistic Challenges Using Model-as-a-Judge

2025-05-29 · Ruskin Raj Manku, Yuzhi Tang, Xingjian Shi, Mu Li 외

Text-to-Speech (TTS) benchmarks often fail to capture how well models handle nuanced and semantically complex text. Building on $\textit{EmergentTTS}$, we introduce $\textit{EmergentTTS-Eval}$, a comprehensive benchmark …

text-to-speechText to Speech

AgentTTS: Large Language Model Agent for Test-time Compute-optimal Scaling Strategy in Complex Tasks

2025-07-26 · Fali Wang, Hui Liu, Zhenwei Dai, Jingying Zeng 외 arxiv

Test-time scaling (TTS) enhances the performance of large language models (LLMs) by allocating additional compute resources during inference. However, existing research primarily investigates TTS in single-stage tasks; w…